::-webkit-input-placeholder { 
    font-size: 13px;
}

:-ms-input-placeholder { 
    font-size: 13px;
}

::placeholder {
    font-size: 13px;
}

body {
    background-color: #eff3f6;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
}

html {
    position: relative;
    min-height: 100%;
}

.container {
    max-width: 90%;
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: right;
}


.nav-outer .navbar {
    padding-bottom: 0;
    margin-bottom: 0;
}

.nav-outer {
    background: #407ec9;
    color: #fff;
}

.tab-outer {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand {
    color: #fff !important;
    font-size: 28px;
    padding-left: 0;
}

.page-head {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    background: #fff;
    box-shadow: 2px 2px 3px #ccc;
    margin-bottom: 18px;
}

.glyphicon {
    color: #fff;
    font-size: 20px;
}
.navbar-right li:last-child {
    border-left: 1px solid #ccccccc7;
}

.card-body {
    background: #fff;
    padding: 10px;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .15) !important;
}
.row1 .card-body {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
}

.card {
    border-radius: 12px;
}

.mb-20 {
    margin-bottom: 20px;
}
.name {
    color: #fff;
}

.card-title {
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 20px;
}

.kl-outer {
    display: flex;
    justify-content: space-between;
}

    .kl-outer .btn {
        border-radius: 0;
        display: flex;
        min-width: 18%;
        justify-content: space-between;
        align-items: baseline;
        padding: 14px;
        font-weight: bold;
    }

    .kl-outer .btn-primary {
        color: #000;
        background-color: #fff;
        border-color: #a5d0ff;
    }

    .kl-outer .btn .badge {
        position: relative;
        top: -1px;
        background: #4da1ff;
        color: #fff;
    }

.active .btn-info {
    color: #fff;
    background-color: #ff6400;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #FF5722;
    border-color: #337ab7;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.container1:hover .image {
    opacity: 0.3;
}

.container1:hover .middle {
    opacity: 1;
}



.srch {
    background: var(--sea);
    color: #fff;
    min-width: 150px;
    height: 38px;
    line-height: 11px;
}

.form-control {
    display: block;
    border-radius: 6px !important;
    max-width: 100%;
    height: 38px;
    font-weight: 300;
}
.input-daterange input {
    background-image: url(../Images/cal.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 98% 7px;
    text-align: left !important;
}

tbody {
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .15) !important;
    background: #fff;
}

.table .thead-dark th {
    color: #fff;
    background-color: var(--sea);
    border-color: transparent;
    font-weight: 100;
}

table tr th:first-child {
    border-top-left-radius: 11px;
}

table tr th:last-child {
    border-top-right-radius: 11px;
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff !important;
    background-color: #8eb9ec !important;
}

.badge-info {
    color: #000;
    background-color: #cce3ff;
    font-weight: 100;
    padding: 9px 15px;
    font-size: 12px;
}

.outer-warpper {
    height: calc(100vh - 180px);
    padding-bottom: 40px;
    overflow-y: auto;
}

.fbtm {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    text-align: center;
    background: #fff;
    color: #9e9e9e;
    padding: 11px;
    font-weight: 300;
}

.accordion .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: var(--sea);
    border-radius: 12px !important;
}

.accordion > .card {
    margin-bottom: 20px;
    border: transparent;
    background: transparent;
    overflow: inherit;
}

.accordion .card-body {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.accordion .btn-link {
    font-weight: 300;
    color: #fff !important;
    text-decoration: none !important;
    text-align: left;
    width: 100%;
}

.card-header h2 {
    display: flex;
    justify-content: space-between;
}

.fa {
   /* background: var(--orange);*/
    color: #fff !important;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px !important;
}

.lbl-head {
    font-weight: 500;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: middle !important;
    border-top: 1px solid #dee2e6;
}
.table td {
    color: #212529;
}
    .rounded-circle {
        border-radius: 50% !important;
        position: absolute;
        top: -6px;
        right: -11px;
        background: #f04f6a;
        color: #fff;
        border: 2px solid #fff;
        font-size: 14px;
        width: 25px;
    }

.fa-camera, .fa-pencil-square-o, .fa-eye, .fa-comments, .fa-info-circle {
    color: var(--sea) !important;
    background: transparent !important;
    font-size: 31px !important;
}

.fa.fa-comments .rounded-circle {
    top: -6px !important;
    right: -6px !important;
}

table tr td.action {
    min-width: 111px;
}

.fa-minus {
    border: 2px solid #fff;
    box-shadow: 2px 2px 11px #0000005e;
    background: #0f75bb;
}

.fa-plus {
    background: #f04f6a;
    border: 2px solid #fff;
    box-shadow: 2px 2px 11px #0000005e;
}

.close {
    color: #fff;
    opacity: 1;
}

.modal-header {
    background: var(--sea);
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.table .thead-blue th {
    background: var(--sea);
    border-color: transparent;
    font-weight: 600;
    color:#ffffff;
}

.fail {
    color: #fff;
    background: var(--sea);
    font-size: 21px;
}

.dark {
    color: #fff !important;
    background: var(--sea) !important;
    font-size: 21px;
}

.shadow {
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .15) !important;
}

.pink {
    background: var(--sea);
    color:#fff;
}

.pink-light {
    background: #fcdce1;
}

.gray {
    background: #f8f8f8;
}

.fa.fa-cog {
    display: inline-block !important;
    font-size: 36px !important;
}

.dropdown-toggle::after {
    color: #fff;
}

.border-right {
    border-right: 2px solid #9e9e9e7a !important;
    color: #9E9E9E;
    font-weight: 100;
}

.toprow {
    font-size: 15px;
    font-weight: 500;
}

    .toprow .col-sm-3 {
        margin-bottom: 10px;
    }

    .toprow label {
        font-weight: 500;
    }

.fa.fa-mail-forward {
    background: var(--sea);
    color: #fff !important;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 24px !important;
    margin-left: 10px;
    border-radius: 8px;
    cursor: pointer;
}

.dropdown-menu {
    left: -127px;
}

.back {
    height: 40px;
    width: 90px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    height: 40px;
    font-size: 17px;
}

.nav-pills .nav-link {
    color: #000;
    background-color: #bebebe;
    border-color: #bebebe;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: var(--sea);
    }

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #bebebe7d;
}

button.close {
    background:red !important;
    width: 31px !important;
    height: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 50%;
    border: 2px solid !important;
    opacity: 1;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff !important;
}

.fa.fa-bar-chart {
    background: transparent;
    color: var(--sea) !important;
}
#collapseOne .col-sm-2 {
    margin-bottom: 25px;
}

.navbar-right {
    float: right
}

    .navbar-right li:first-child {
        padding: 15px 0;
        color: #fff;
    }


.pve-dash .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-top-left-radius: 12px !important;
    background-color: #fff;
    border-top-right-radius: 12px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
}

.pve-dash .card-body {
    box-shadow: none !important;
}

.pve-dash select {
    max-width: 200px;
}

.pve-dash .rounded-circle {
    border-radius: 50% !important;
    position: relative;
    background: #e7e5e6;
    color: #407ec9;
    border: 2px solid #fff;
    font-size: 15px;
    width: 50px;
    font-weight: 500;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
}

.action .fa.fa-eye, .action .fa.fa-pencil-square-o {
    background: transparent;
    color: var(--sea) !important;
    font-size: 31px !important;
}

.one {
    min-width: 270px;
    width: 270px;
}

.comment {
    width: 100% !important;
    height: 60px;
    resize: none;
    max-width: 100% !important
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size: 16px;
}
.modal-content {
    max-width: 90%;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.modal-content .fa {
    font-size: 27px !important;
    cursor: pointer
}

.modal-content .card-body {
    border-radius: 12px;
}
.tab-bg {
    padding: 10px;
    background: #fff;
    border-radius: 12px;
}
.focus {
    background-color: #ff00ff;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.pageNumber {
    padding: 2px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
#loader-container {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999999 !important;
    text-align: center;
}

.loader {
    position: relative;
    top: 40%;
    left: 49%;
    text-align: center;
    border: 4px solid #e8e8e8;
    border-radius: 50%;
    border-top: 4px solid #F25822;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.paginate_button {
    width: 32px;
    background: #fff;
    float: left;
    text-align: center;
    border: 1px solid #ccc;
    padding: 4px;
    cursor: pointer
}

    .paginate_button.current {
        background: var(--sea);
        color: #fff;
    }

    .paginate_button.previous {
        width: 75px;
    }

    .paginate_button.next {
        width: 75px;
    }
.ms-choice {
    line-height: 38px;
    height: 40px !important;
}

    .ms-choice > div {
        top: 6px;
    }
.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
    padding: .25rem 28px !important;
}
.ms-drop input[type="checkbox"] {
    margin-right: 10px;
    vertical-align: baseline !important;
}

.ms-parent {
    width: 42% !important;
}

#headingTwo_12 table tr:nth-child(even) {
    background-color: rgba(0,0,0,.05) !important;
}

.inner-table tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.inner-table tbody {
    box-shadow: none !important;
    background: #fff !important;
}

.inner-table td, .inner-table th {
    border-top: none !important;
    padding: 0;
}

.inner-table tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.box {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .15) !important;
}
.table-wrapper {
    margin: 30px auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.table-title {
    padding-bottom: 10px;
    margin: 0 0 10px;
}

    .table-title h2 {
        margin: 6px 0 0;
        font-size: 22px;
    }

    .table-title .add-new {
        float: right;
        height: 30px;
        font-weight: bold;
        font-size: 12px;
        text-shadow: none;
        min-width: 100px;
        border-radius: 50px;
        line-height: 13px;
    }

        .table-title .add-new i {
            margin-right: 4px;
        }

table.table.added-row_edit {
    table-layout: fixed;
}

table.table tr th, table.table tr td {
    border-color: #e9e9e9;
}

table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}

table.table th:last-child {
    width: 100px;
}


table.table td a {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    min-width: 24px;
}

    table.table td a.add {
        color: #27C46B;
    }

    table.table td a.edit {
        color: #FFC107;
    }

    table.table td a.delete {
        color: #E34724;
    }

table.table td i {
    font-size: 19px;
}

table.table td a.add i {
    font-size: 24px;
    margin-right: -1px;
    position: relative;
    top: 3px;
}

table.table .form-control {
    line-height: 32px;
    box-shadow: none;
    border-radius: 2px;
}

    table.table .form-control.error {
        border-color: #f50000;
    }

table.table td .add {
    display: none;
}

.added-row .table td, .table th {
    width: 110px;
}

.added-row .form-control {
    width: 90%;
}

.action > span {
    width: 50px
}

#txtAssessmentNote {
    max-width: 100% !important;
}

.cust-qc thead tr th:first-child, .cust-qc tr td:first-child {
    width: 14%
}
#collapseFour .form-control {
    width: 90% !important;
}

.no-shadow {
    box-shadow: none !important;
}

.no-bg {
    background: transparent !important
}

.table-striped1 tr:nth-child(even) {
    background-color: transparent !important;
}

.frm-lbl {
    background: #8986862e;
    border-radius: 10px;
    max-width: 223px;
    padding: 10px;
    display: block;
    font-weight: 100;
    min-height: 42px;
}

.accordion .card-header.sub-head {
    border-radius: 0 !important;
    background: var(--sea) !important;
    padding: 16px 0 !important;
    align-items: center;
    color: #fff;

}
input[type="checkbox"], input[type="radio"] {
    accent-color: var(--sea);
}
.view-vacc .box {
    border: none
}

.view-vacc .form-group {
    margin-bottom: 0;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#divSerologyView .row {
    margin-right: 0;
    margin-left: 0;
}

#viewModal .modal-dialog {
    max-width: 77%;
}
#viewModal tr:nth-child(even) {
    background-color: #dddddc45;
}

#divSerologyView .box {
    border: none;
}
label {
    font-weight: 500;
}
.edit-vacc table tr:nth-child(even) {
    background-color: #ffffff;
}

table tr th {
    font-weight: 400 !important;
}

.frm-lbl1 {
    background: #cccccc2e;
    border-radius: 10px;
    max-width: 100%;
    padding: 10px;
}

.my-custom-scrollbar {
    position: relative;
    height: 50px;
    overflow: auto;
    width: 200px;
}

.table-wrapper-scroll-y {
    display: block;
}

.view-team-mem td:first-child {
    width: 24% !important;
}

#divVaccinatorsSerology {
    justify-content: flex-end;
    align-items: center;
}

.farm-name {
    max-height: 78px;
    overflow-y: auto;
}

    .farm-name label {
        margin: 0
    }

    .farm-name li {
        padding: 6px;
    }

.pname {
    font-size: 15px;
    margin: 0;
}

.cname {
    font-size: 18px;
}

.table-head {
    padding: 12px 0;
    font-weight: 500;
}
    .ms-choice > span {
        top: 7px !important;
    }
.page-head h5 {
    font-size: 15px;
    margin: 0;
}

.comnt-head {
    padding: 6px 0;
    font-weight: bold;
}

.invisible {
    visibility: hidden;
}
@media (max-width: 1400px) {
    .container {
        max-width: 96%;
    }

    #viewModal .modal-dialog {
        max-width: 80%;
    }
}

.carousel-item {
    height: 400px;
}

.table-fixed tbody {
    max-height: 142px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}

    .table-fixed tbody td,
    .table-fixed tbody th,
    .table-fixed thead > tr > th {
        float: left;
        position: relative;
    }
#viewModal #tableSample td, #viewModal #tableSample th {
    width: auto;
}
#viewModal .table th {
    padding: 7px;
}

.up-load {
    min-height: 240px;
}

#viewModal.table td, #viewModal .table th {
    padding: .75rem;
}

.team-mem thead tr th:first-child, .team-mem tr td:first-child {
    width: auto ;
}

.edit-vacc .form-control {
    width: 100% ;
}

.edit-vacc .add_field_button1 {
    position: relative;
    right: 24px;
}

.edit-vacc .add_field_button {
    position: relative;
    right: 39px;
}


.remove_field1 .fa-minus {
    position: relative;
    left: 7px;
}

.edit-vacc .inner-table td, .edit-vacc .inner-table th {
    padding: 0 .75rem .75rem 0;
}
.table thead th {
    border-bottom: 0px solid #dee2e6;
}

#divSample {
    max-height: 238px;
    overflow-y: auto;
    min-height: 238px;
}

#tableSample thead th {
    border-bottom: 1px solid #dee2e6 !important;
}

.tableCholera tr:nth-child(even) {
    background-color: transparent;
}

.tableCholera thead tr:first-child th:first-child {
    border-top-left-radius: 11px !important;
}
.tableCholera thead tr:first-child th:last-child {
    border-top-right-radius: 11px !important;
    border-right: none;
}

.tableCholera thead tr:nth-child(2) th:first-child {
    border-top-left-radius: 0 !important;
}

.tableCholera thead tr:nth-child(2) th:last-child {
    border-top-right-radius: 0 !important;
    border: none;
}

.tableCholera thead th {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #fff;
    font-weight: 500 !important
}

.Notes {
    max-width: 100% !important
}

.cmnt-bar {
    background:var(--sea);
    padding: 2px 10px;
    color:#fff;
}
.card-body .fa-pencil-square-o{
    color: #fff !important;
}


#txtAreaCommentUpdate {
    width: 100% !important;
    height: 120px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    background: transparent;
}

.commentCatg {
    width: 80% !important;
    height: 250px;
    resize: none;
    max-width: 100% !important;
}

table.table-fixedheader {
    width: 100%;
}
    table.table-fixedheader, table.table-fixedheader > thead, table.table-fixedheader > tbody, table.table-fixedheader > thead > tr, table.table-fixedheader > tbody > tr, table.table-fixedheader > thead > tr > th, table.table-fixedheader > tbody > td {
        display: block;
    }

        table.table-fixedheader > thead > tr:after, table.table-fixedheader > tbody > tr:after {
            content: ' ';
            display: block;
            visibility: hidden;
            clear: both;
        }
        table.table-fixedheader > tbody {
            overflow-y: scroll;
            height: 138px;
        }
        table.table-fixedheader > thead {
            overflow-y: scroll;
        }
            table.table-fixedheader > thead::-webkit-scrollbar {
                background-color: inherit;
            }


            table.table-fixedheader > thead > tr > th:after, table.table-fixedheader > tbody > tr > td:after {
                content: ' ';
                display: table-cell;
                visibility: hidden;
                clear: both;
            }

            table.table-fixedheader > thead tr th, table.table-fixedheader > tbody tr td {
                float: left;
                word-wrap: break-word;
            }

.dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}

#form1 .card-body {
    box-shadow: none !important;
    border-radius: 12px;
    padding: 6px !important;
}

#form1 .shadow, #form1 tbody {
    box-shadow: none !important;
}

#form1 .card {
    border: 1px solid #000;
    border-radius: 0px;
    height: 332px;
}

#form1 .card-header {
    padding: 9px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
    font-size: 14px;
}

#form1 th, #form1 td {
    border-color: #000 !important;
    border-collapse: collapse !important;
}

#form1 table {
    border-collapse: collapse !important;
}

#mCSB_1_container {
    top: 0 !important
}
@page {
    size: A4;
    margin: 0;
}
table.table.addedtable td label {
    min-height: auto !important;
    padding: 0;
    margin-bottom: 0;
    background: transparent !important;
    max-width: 100%;
}

table.table.addedtable td {
    padding: 0.5rem !important;
}

table.table.addedtable th {
    background:var(--sea);
    color: #fff;
}
    .pve-dsearch {
        font-size: 16px;
        text-align: center !important;
        justify-content: center !important;
    }

    .pve-lable-h {
        height: 22px;
    }


    .circular-chart {
        height: 220px !important;
    }

    .circular-chart .highcharts-container {
        height: 220px !important;
    }

    .circular-chart svg {
        height: 100% !important;
    }
    .view-assmt .form-row > .col, .form-row > [class*=col-]{
        padding-left:15px;
        padding-right:15px;
    }
    .view-assmt-tab .action .fa.fa-eye, .action .fa.fa-pencil-square-o{
        font-size:24px !important;
    }
    .view-assmt-tab tbody td {
        padding: 0.35rem .75rem !important;
    }
    .view-accord h2{display:flex;}
    .view-accord .fa.fa-plus, .view-accord .fa-minus {
        width: 30px;
        height: 30px;
        line-height: 29px !important;
        align-items: baseline;      
    }
    .view-accord .scoretext{
        width:auto;
        margin-right:10px;
        white-space:nowrap;
    }
    .view-accord .fa-plus:before, .view-accord .fa-minus:before {
        font-size: 20px;
    }
    .view-accord-tab .frm-lbl{
        max-width:100% !important;
        border-radius:6px;
        padding:7px;
        display:flex;
        align-items:center;
        margin-bottom:16px;
    }
    .view-accord-tab .Notes {
        margin-bottom: 16px;
    }
    .view-accord-tab .col-prl {
        padding-left: 5px;
        padding-right: 5px;
    }
    .view-opt label{
        margin-bottom:0px;
    }
    table.crew-safety thead tr th:nth-child(1), tbody.prep-storage tr td:nth-child(1), table.bird-prep thead tr th:nth-child(1) {
        width: 410px;
    }
    table.crew-safety .fa-camera,
    tbody.prep-storage .fa-camera, 
    table.bird-prep .fa-camera  {
        font-size: 24px !important;
    }
    table.crew-safety .rounded-circle,
    tbody.prep-storage .rounded-circle,
    table.bird-prep .rounded-circle {
        font-size: 13px;
        width: 23px;
    }
    .vcc-prep .frm-lbl {
        max-width: 100%;
        border-radius: 6px;
        padding: 7px;
        display: flex;
        align-items: center;
        margin-bottom:0px;
    }
    .vcc-prep1 .frm-lbl {
        max-width: 238px  !important;
        width: 238px !important;
        border-radius: 6px;
        padding: 7px;
        display: flex;
        align-items: center;
        margin-bottom: 0px;

    }
    .edit-prep input {
        width: 100% !important;
        padding: 7px;
    }
    .vcc-prep1 input {
        width: 140px !important;
    }
    .vcc-prep .inner-table td, .edit-prep .inner-table td, .inner-table th {
        width: 193px !important;
        padding-bottom: 10px;
        min-width:110px;
    }
    .edit-prep .inner-table td div {
        width: 100%;
        padding-bottom: 10px;
    }
    .vcc-team .inner-table td, .inner-table th {
        width: 253px;
        padding-bottom: 10px;
    }
    .vcc-prep-outer .table-responsive{
        padding:.75rem;
    }
    .score-input {
        width: 57px;
        text-align: center;
    }
    .view-reports .ms-choice > div{
        top:10px
    }

.serology-table table thead {
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
    border-color: #e9e9e9;
}
@media screen and (max-width: 767px) {
    .one {
            min-width: initial;
            width: initial;
        }
    }

    @media screen and (max-width: 550px) {
        .one-header {
            width: 100%;
        }
        .view-accord h2 {
            display: block;
            line-height:25px;
        }
        .navbar-right li:first-child {
            padding: 0 0 10px 0;
        }
    }

    @media screen and (max-width:420px) {
        .pve-dsearch {
            width: 100%;
        }
    }
    @media screen and (max-width:576px) {
        .chart-arrow{
            width:100% !important;
        }
        .dashboard-chart {
            width: 100% !important;
        }

    }
     @media screen and (min-width:767px) and (max-width:1000px){
        .edit-prep .inner-table td div{
            width:140px !important
        }
     }
    @media screen and (min-width:1500px) {
        .circular-chart svg text tspan {
            font-size: 17px !important;
            color:red !important;
        }
    }
#alert_div{
    background-color: var(--sea) !important;
    color:#fff;
}
.logoutBtn {
    background: #ff5c00;
    border: 1px solid #ff5c00;
    color: #ffffff;
    padding: 15px 5px 15px 15px;
    width: 100%;
    cursor:pointer;
}
button.logoutBtn:focus {
    outline: none;   
}
button.logoutBtn:hover {
    color: #fff;
    background: #ffffff7d;
}
.ellipsis {
    display: none;
}
.remove-icon-layout:hover {
   text-decoration:none;
}
.font-weight-maincontain{
    font-weight:400;
}
.button-container {
    display: flex;
    gap: 15px;
    align-items: center !important;
    text-align: center !important;
  
    justify-content: space-between;
    flex-wrap: wrap;
}
.btnRound {
    display: flex;
    align-items: center;
    background-color: #075b6d;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
}
.previewi {
    color: #ffffff !important;
    font-size: 20px !important;
}

.fileuploadedArea {
    width: 100%;
    margin-top: 20px;
}



#divfilename p {
    margin: 0;
    color: #007bff !important;
}

.button-group {
    display: flex;
    gap: 8px; /* spacing between buttons */
    float:right;
}

#dropArea {
    border: 2px dashed #6c9fc6;
    border-radius: 10px;
    width: 400px;
    height: 200px;
    margin: 20px auto;
    cursor: pointer;
    transition: 0.3s;
    /* Flexbox center */
    display: flex;
    flex-direction: column; /* stack icon, text, button vertically */
    align-items: center; /* center horizontally */
    justify-content: center; /* center vertically */
    text-align: center;
    gap: 10px; /* spacing between elements */
}

    #dropArea.dragover {
        background: #f0f8ff;
        border-color: #0066cc;
    }

#chooseFileBtn {
    margin-top: 10px;
    padding: 6px 12px;
}

#filePreview img {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 10px;
    height:500px;
}

#filePreview iframe {
    width: 100%;
    height: 500px;
    border: none;
}
iframe {
    width: 100%;
    height: 500px;
    border: 2px solid #ccc;
    border-radius: 10px;
}
.responsive-iframe {
    width: 100%;
    height: 70vh; /* 70% of viewport height */
    border: none;
}
.emptyfile {
    display: none;
}
.autofit-modal {
    display: inline-block;
    width: auto;
    max-width: 90vw; /* prevent overflow on small screens */
    word-wrap: break-word;
    white-space: normal;
    margin: auto;
}
.button-saved {
    padding: 8px 30px;
}
.fa-icons {
    width: 20px;
    height: 25px;
    margin-right: 10px;
}