@font-face {
    font-family: Lato;
    src: url('/fonts/Lato-Regular.ttf');
}

@font-face {
    font-family: LatoMedium;
    src: url('/fonts/Lato-Medium.ttf');
}

@font-face {
    font-family: LatoSemiBold;
    src: url('/fonts/Lato-Semibold.ttf');
}

@font-face {
    font-family: LatoBold;
    src: url('/fonts/Lato-Bold.ttf');
}

@font-face {
    font-family: MontserratSemiBold;
    src: url('/fonts/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: Play;
    src: url('/fonts/Play-Regular.ttf');
}


.ordering {
    background: url('../img/sort_both.png') no-repeat center right;
}

.ordering {
    cursor: pointer;
    background: url('../img/sort_both.png') no-repeat center right;
}

.ordering.asc {
    background: url('../img/sort_asc.png') no-repeat center right;
}

.ordering.desc {
    background: url('../img/sort_desc.png') no-repeat center right;
}

.div-dropdown-menu {
    border: 3px solid #E0E5E7;
    border-radius: 10px;
    width: 250px;
    text-align: center;
}

.content-row {
    min-height: calc(100vh);
}

:root {
    --nav-width: 250px;
    --z-fixed: 100
}

body {
    position: relative;
    transition: .5s;
    background: #FFF;
    font-family: Lato;
}

.l-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: var(--nav-width);
    height: 100vh;
    background-color: #FCFCFC;
    transition: .5s;
    z-index: var(--z-fixed);
    border-right: 1px solid;
    border-color: #DDD;
}

.main-nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.nav_logo {
    margin-bottom: 2rem
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color)
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700
}

.nav_link {
    position: relative;
    color: var(--first-color-light);
    margin-bottom: 1.5rem;
    transition: .3s;
    font-size: 14px;
    font-family: Lato;
    color: #000;
}

.nav_link:hover {
    color: var(--white-color)
}

.current {
    background: #b3c4ce;
}

.show {
    width: calc(var(--nav-width) + 156px)
}

.body-pd {
    padding-left: calc(var(--nav-width) + 1rem)
}

.active {
    color: var(--white-color)
}

.active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 32px;
    background-color: var(--white-color)
}

.height-100 {
    height: 100vh
}

.show {
    width: calc(var(--nav-width) + 156px)
}

.body-pd {
    padding-left: calc(var(--nav-width) + 188px)
}

.nav_icon {
    font-size: 1.25rem
}

.main-nav-item {
    grid-template-columns: max-content max-content;
    column-gap: 1rem;
    padding: .75rem .75rem .75rem .75rem;
    text-align: left;
    text-decoration-color: #000;
    white-space: nowrap;
}

.slim-footer {
    margin-top: 0px;
}

#main-content{
    min-width: 1200px;
}

.app-header {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.app-header-title {
    font-family: LatoSemiBold;
    color: #d80404;
    font-size: 24px;
}

.app-header-app-name {
    font-family: LatoMedium;
    color: #000000;
    font-size: 14px;
}

.table thead>tr>th {
    background-color: #FFF;
    text-align: center;
    color: var(--Grey-1, rgba(171, 171, 171, 1));
    font-family: Lato;
    font-size: 12px;
    text-align: left !important;
    font-weight: 400;
}

.table-striped>tbody>tr {
    font-family: LatoMedium;
    font-size: 12px;
    color: #000 !important;
}

.table-striped>tbody>td {
    font-family: LatoMedium;
    font-size: 12px;
    color: #000 !important;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #FFF;
    text-align: center;
}

.table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th {
    background-color: rgba(205, 215, 221, 0.3);
    text-align: center;
}

.dropdown-menu-button {
    height: 39px;
}

.div-dropdown-menu {
    width: calc(var(--nav-width) + 156px);
    border-radius: 10px;
    border: solid 2px #cdd7dd;
    background-color: #fff;
    color: #000;
    font-family: LatoBold;
    font-size: 14px;
}

.dropdown-menu-selected {
    color: #2050df;
    background-color: #f6f8fa;
}

.div-dropdown-menu .dropdown-divider:last-child {
    display: none
}

.table-holder {
    background: #FFF;
    padding-top: 10px;
    height: 100%;
    border-radius: 10px;
}

.table-footer {
    background: #FFF;
}

.rounded-card {
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.rounded-card-settings {
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.field-label {
    font-family: LatoBold;
    font-size: 14px;
    color: #b3c4ce;
}

.application-input {
    text-align: center;
    border-radius: 10px;
    border: solid 2px #cdd7dd;
    background-color: #fff;
    color: #000;
    font-family: LatoBold;
    font-size: 14px;
}

.custom_nav .nav-item .nav-link {
    font-family: Play;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.14px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Dark-1, rgba(20, 20, 20, 1));
}

.custom_nav .nav-item .nav-link.active {
    color: var(--Dark-1, rgba(20, 20, 20, 1));
    border-radius: 10px;
}

.custom_nav .nav-item .nav-link.active:hover {
    border-radius: 10px;
}

.mockup-input, .mockup-date-picker, .card_mockup_date_picker, .card_mockup_date_picker, .mockup-div {
    text-align: left;
    padding: 11px 7px;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 10px !important;
    border: 1px solid var(--Red-2, rgba(58, 22, 26, 1)) !important;
}

.mockup-input-bottom-line {
    text-align: left;
    padding: 11px 7px;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    width: 100%;
    outline: 0;
    background: #FFF !important;
    border-width: 0 0 2px !important;
    border-color: #DDD;
    padding-bottom: 10px;
}

.mockup_textArea {
    text-align: center !important;
    line-height: 20px !important;
}
.mockup_textArea_mailing_address {
    text-align: center !important;
    line-height: 20px !important;
}
.mockup-date-picker {
    padding: 11px 7px !important;
    text-align: left !important;
    text-align-last: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
}
.card_mockup_date_picker {
    padding: 11px 22px !important;
    text-align: left !important;
    text-align-last: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
}
.ellipsis {
    max-width: 40px !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}
.searchItemGene:hover, #searchItemFm:hover{
    cursor: pointer !important;
}
.print_batch_red_button{
    width: 100%;
    height: 33px;
    margin: 42px 20px 10px 0;
    /*padding: 5px 62px 8px 63px;*/
    border-radius: 10px;
    text-align: center;
    border: solid 2px #d80404;
    color: #d80404;
    font-size: 14px;
    font-weight: 800;
    font-family: Lato;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    background-color: rgba(216, 4, 4, 0.1);
}

.print_batch_detail_show
{
    margin-top: 10px !important;
}
.mockup-select, .select2-container .selection .select2-selection {
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align-last: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    letter-spacing: normal;
    border-radius: 10px;
    border: 1px solid var(--Red-2, rgba(58, 22, 26, 1)) !important;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.select2-selection__arrow {
    display: none !important;
}

.mockup-input:focus, .mockup-date-picker:focus, .card_mockup_date_picker:focus, .mockup-select:focus, .select2-container .selection .select2-selection:focus, .select2-container.select2-container--open .selection .select2-selection {
    border: 2px solid var(--Red-2, rgba(58, 22, 26, 1)) !important;
}

.mockup-label {
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7c8891;
}

.mockup-radio-label {
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
}

.image_placeholder {
    width: 75px;
    height: 75px;
    margin: 0 0 10px;
    border-radius: 10px;
    background-color: rgba(205, 215, 221, 0.35);
}

.image_container {
    border-radius: 10px;
    margin: 0 0 10px;
    object-fit: contain;
}

img.icon_profile_photo {
    width: 60px;
    height: 64px;
    padding: 2px 2px 2px 1px;
    object-fit: contain;
}

.image_button_lbl {
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

.icon_plus-circle {
    width: 16px;
    height: 16px;
    margin: 1px 0 0 5px;
    padding: 1px 0 0 1px;
    object-fit: contain;
}

.cursor-pointer {
    cursor: pointer !important;
}

.save_profile_btn {
    width: 200px;
    height: 33px;
    margin: 42px 20px 10px 0;
    /*padding: 5px 62px 8px 63px;*/
    border-radius: 10px;
    text-align: center;
    border: solid 2px #d80404;
    background-color: rgba(216, 4, 4, 0.1);
    cursor: pointer;
}

.save_profile_lbl, .mockup_red_lbl {
    width: 75px;
    height: 17px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    white-space: nowrap;
    letter-spacing: normal;
    text-align: center;
    color: #d80404;
}

.cancel_profile_btn {
    width: 200px;
    height: 33px;
    margin: 10px 20px 20px 0;
    padding: 5px 78px 8px 79px;
    border-radius: 10px;
    border: solid 2px #b3c4ce;
    cursor: pointer;
}

.mockup_gray_btn {
    height: 33px;
    margin: 42px 20px 10px 0;
    padding: 5px 10px 8px 10px;
    border-radius: 10px;
    border: solid 2px #7c8891;
    cursor: pointer;
}

.mockup_red_btn {
    height: 33px;
    margin: 42px 20px 10px 0;
    /*padding: 5px 62px 8px 63px;*/
    border-radius: 10px;
    text-align: center;
    border: solid 2px #d80404;
    background-color: rgba(216, 4, 4, 0.1);
    cursor: pointer;
}

.mockup_blue_btn {
    height: 33px;
    margin: 42px 20px 10px 0;
    /*padding: 8px 20px;*/
    border-radius: 10px;
    border: solid 2px #2050df;
    background-color: rgba(32, 80, 223, 0.1);
    cursor: pointer;
}

.mockup_blue_lbl {
    width: 173px;
    height: 17px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2050df;
}

.cancel_profile_lbl, .mockup_gray_lbl {
    width: 43px;
    height: 17px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #7c8891;
}

.select_arrow {
    width: 6px;
    height: 11px;
    margin: 0 3px 0 2px;
    transform: rotate(90deg);
    border: solid 1.5px #2050df;
}

.select-country-div .select2-container--default .selection .select2-selection--single {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none !important;
}

.select-province-div .select2-container--default .selection .select2-selection--single {
    border: solid 2px #cdd7dd !important;
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
}

.select-city-div .select2-container--default .selection .select2-selection--single {
    border: solid 2px #cdd7dd !important;
    border-left: none !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.country_select_right_border {
    border-top-right-radius: 'solid 2px #cdd7dd !important';
    border-bottom-right-radius: 'solid 2px #cdd7dd !important';
    border-right: 'solid 2px #cdd7dd !important';
}

.under_select {
    color: #495057 !important;
    line-height: calc(2.5005rem + 2px)-0.1rem !important;
    height: 100% !important;
    margin-top: 3px !important;
}

.horizontal_line {
    border-radius: 2px;
    background-color: rgba(205, 215, 221, 0.5);
}

.mockup_heading {
    /*width: 169px;*/
    height: 19px;
    /* margin: 7px 472px 20px 0; */
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

.mockup_sub_heading {
    /*width: 169px;*/
    height: 19px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

.mockup_sub_heading_red {
    color: #d80404 !important;
}

.mockup_radio_section {
    width: 100%;
    height: 42px;
    margin: 5px 0 0;
    padding: 11px 39px;
    border-radius: 10px;
    background-color: #f6f8fa;
}

.mockup_radio_section_span {
    margin: 0 auto;
    height: 42px;
}

.mockup-label-14 {
    font-size: 14px !important;
}

.mockup_sub_heading_14 {
    font-size: 14px !important;
}

.mockup-label-18 {
    font-size: 18px !important;
}

.mockup_sub_heading_18 {
    font-size: 18px !important;
}

.width-unset {
    width: unset !important;
}
.sub_lable{
    height:0px !important;
}
.table-footer nav {
    margin: 0 auto;
    display: table;
    white-space: nowrap;
}

.table-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table-row;
    white-space: nowrap;
}

.table-footer li {
    display: table-cell;
}

.table-footer .page-link {
    border: 0px !important;
    font-family: LatoMedium;
    font-size: 14px;
    font-color: #000;
}

.table-footer .active .page-link {
    background-color: #FFF !important;
    color: #2050df;
}

.table-footer .active .page-link:hover {
    background-color: #FFF !important;
    color: #2050df;
}

.fade {
    width: 100%;
}

.mockup_tbl table thead tr th {
    text-align: left !important;
}

.mockup_tbl table tbody tr td {
    text-align: left !important;
    border: none;
    color: #000;
    font-weight: 500 !important;
}

.fn-16 {
    font-size: 16px !important;
}

.fn-18 {
    font-size: 18px !important;
}

.d-none {
    display: none !important;
}

.pcaautocomplete.pcatext {
    top: 880px !important;
}

.pcanotification{
    display: none !important;
}

.modal-content, .modal-header, .modal-footer {
    border-radius: 10px !important;
}

.modal-header h6 {
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #d80404;
}

.modal-header {
    background-color: transparent !important;
    border-bottom: none !important;
}

.modal-footer {
    background-color: transparent !important;
    border-top: none !important;
}

.no-white-space {
    white-space: nowrap;
}

.drag-and-drop {
    width: 100%;
    height: 260px;
    margin: 20px 0;
    /* padding: 45px 94px 5px 97px; */
    border-radius: 10px;
    border: dashed 3px #cdd7dd;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

.drag-drop-upper-text {
    color: #2050df;
    font-size: 14px;
    font-weight: 600;
    font-family: Lato;
    margin: 49px 6px 10px 4px;
}

.drag-drop-upper-text>span {
    color: #b3c4ce;
}

.drag-drop-lower-text {
    color: #2050df;
    font-size: 14px;
    font-weight: 600;
    font-family: Lato;
    margin: 1%;
    word-wrap: break-word;
}

.drag-drop-lower-text>span {
    color: #b3c4ce;
}

.print_history_btn {
    width: 100%;
    height: 33px;
    margin: 42px 20px 10px 0;
    /*padding: 5px 62px 8px 63px;*/
    border-radius: 10px;
    text-align: center;
    border: solid 2px #2050df;
    background-color: rgba(32, 80, 223, 0.1);
    cursor: pointer;
}

.secondary_color_background {
    background-color: #e9ecef;
}

.border-input {
    text-align: center;
    padding: 9px 7px;
    width: 49%;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 10px;
    border: solid 2px #fdfdfd;
    background-color: #fff;
    display: inline-block;
}

.border-input:focus {
    border: solid 2px #fdfdfd;
    background-color: #fff;
}

.print_batch_detail_secondary_btn {
    width: 100%;
    height: 33px;
    margin: 42px 20px 10px 0;
    /*padding: 5px 62px 8px 63px;*/
    border-radius: 10px;
    text-align: center;
    border: solid 2px #b3c4ce;
    color: #b3c4ce;
    /* background-color: rgba(32, 80, 223, 0.1); */
    cursor: pointer;
}
.edit_delivery_method_button{
    color: blue !important;
    cursor: pointer !important;
}
.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}
.closepopupAlign{
    text-align: center;
    font-size: 16px;
}
.editDeliveryMethodHeading{
    margin-left: 127px !important;
}
.printBatchDeatilHeading{
    margin-top: 14px !important;
}
.message_edit_delivery_method{
    text-align: center;
    padding: 0 87px 0 87px;
    color: red;
    margin-bottom: 8px;
}
.print_batch_detail_danger_btn {
    width: 100%;
    height: 33px;
    margin: 42px 20px 10px 0;
    /* padding: 5px 62px 8px 63px; */
    border-radius: 10px;
    text-align: center;
    border: solid 2px #d80404;
    color: #d80404;
    background-color: rgba(216, 4, 4, 0.1);
    cursor: pointer;
}
.setdelivery{
    margin-top: 28px !important;
}
.print_detail_table {
    border-radius: 15px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    border: 1px solid #b3c4ce;
    padding: 5px;
    margin-top: 2px;
}

.mockup-select-bordernone {
    height: 33px;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align-last: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    letter-spacing: normal;
    border: none;
    background-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.mockup-select-bordernone:focus {
    background-color: transparent;
}

.mockup_radio_section2 {
    width: 100%;
    height: 39px;
    margin: 5px 0 0;
    padding: 11px 31%;
    border-radius: 10px;
    background-color: #f6f8fa;
}

.alert-text {
    font-family: LatoBold;
    font-size: 14px;
}

.margin3Inches {
    margin-top: 0.3rem !important;
}

.ESPheight {
    height: 87%;
}

.mockup_black_lbl {
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.Family-Members {
    width: 118px;
    height: 19px;
    margin: 0 706px 20px 20px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

.Genetic-Father-Genet {
    width: 85px;
    height: 96px;
    margin: 0 45px 0 0;
    font-family: Lato;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

.Relation {
    width: 52px;
    height: 17px;
    margin: 30px 47px 0 0;
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2050df;
}

.Table_heading_family_member {
    font-size: 12px !important;
    font-family: 'Lato' !important;
    font-weight: normal !important;
}

.Table_heading_family_member_id {
    font-size: 14px !important;
    font-family: 'Lato' !important;
    padding-right: 48px !important;
}

.Edit_Table_heading_family_member_id {
    font-size: 14px !important;
    font-family: 'Lato' !important;
    padding-left: 19px !important;
}

.Path {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.Path1 {
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
}

.fm_td_data {
    color: #000 !important;
    font-family: Lato !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
}

.Citizens-were-found {
    width: 269px;
    height: 19px;
    margin: 0 568px 20px 20px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

.Rectangle-Copy-13 {
    margin-left: 20px !important;
    margin-right: 20px !important;
    height: 2px !important;
    border-radius: 1px !important;
    background-color: rgba(205, 215, 221, 0.5) !important;
}

.View_data_partials {
    color: #000 !important;
    font-size: 14px !important;
}

.cancelAdd_family_member_modal {
    width: 83px!important;
    height: 33px!important;
    border-radius: 10px!important;
    border: solid 2px #b3c4ce!important;
    background-color: rgba(179, 196, 206, 0.1)!important;
    cursor: pointer;
}

.saveAdd_family_member_modal {
    width: 70px!important;
    height: 33px!important;
    margin: 0 0 0 10px!important;
    padding: 4px 20px!important;
    border-radius: 10px!important;
    border: solid 2px #d80404!important;
    background-color: rgba(216, 4, 4, 0.1)!important;
    cursor: pointer;
}

.addfm {
    padding-left: 197px !important;
}

#span_FamilyID {
    color: red!important;
    font-size: 13px!important;
    margin-left: 7px!important;
}

.select2-container--open {
    z-index: 9999999
}

.select2-container {
    width: 100% !important;
    display: block !important;
}

#SelectCountryDiv>span .select2-selection__rendered {
    display: block !important;
    margin-top: 3px !important;
}

#SelectProvinceDiv>span .select2-selection__rendered {
    display: block !important;
    margin-top: 3px !important;
}
#SelectCityeDiv>span .select2-selection__rendered {
    display: block !important;
    margin-top: 3px !important;
}

/* Bootstrap 4 text input with search icon */

.searchDate {
    margin: 0px 0 0 124px;
    width: 300px;
    /* height: 39px; */
    padding: 9px 20px 11px 110px;
    border-radius: 10px;
    border: solid 2px #cdd7dd;
    background-color: #fff;
}

.btn_search {
    border-radius: 10px;
    border: solid 2px #cdd7dd;
    background-color: white !important;
    border-left-color: white;
    margin-top: 12px;
    cursor: pointer;
}

.btn_search:hover {
    border-color: #cdd7dd;
}

.fa-search {
    color: black !important;
}

.searchInput {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: solid 2px #cdd7dd;
    border-right-color: white;
    text-align: center;
    margin-top: 12px;
}
.searchInputHeight {
   height: 39px;
}
.searchButtonHeight{
    height: 39px;
}
.searchInput::placeholder {
    color: #bcbcbc;
}

.dob_lable {
    margin: 0px 0px 8px 128px !important;
    padding-bottom: 4px;
}

.searchShowAll_btn {
    background-color: white;
    /* border-color: white; */
    color: #b3c4ce;
    border: 2px solid white;
    cursor: pointer;
}

#SelectCountryDiv>span .select2-selection__placeholder {
    color: #bcbcbc !important;
}

#SelectProvinceDiv>span .select2-selection__placeholder {
    color: #bcbcbc !important;
}

#SelectCityeDiv>span .select2-selection__placeholder {
    color: #bcbcbc !important;
}

.table thead>tr>th {
    text-transform: capitalize;
}

.grey_placeholder::placeholder {
    color: #bcbcbc;
}

.removeBGAndBorder{
    border: none;
    background-color: transparent;
}
.removeBGAndBorder:focus{
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
.btn_search_print_batch {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border: solid 2px #cdd7dd;
    background-color: white !important;
    border-left: none;
    margin-top: 12px;
    padding-top: 7px;
    cursor: pointer;
}

.btn_search_print_batch:hover {
    border-color: #cdd7dd;
}
.verticalMiddleAlign > tr > td{
    vertical-align: middle;
}
.grayBoxShadow{
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 5px 0px !important;
}

.cardReplaceRedButton{
    height: 33px;
    border-radius: 10px;
    text-align: center;
    border: solid 2px #d80404;
    background-color: rgba(216, 4, 4, 0.1);
    float: right;
    cursor: pointer;
}
.cardReplaceRedLbl{
    width: 75px;
    height: 17px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    /* line-height: normal; */
    white-space: nowrap;
    letter-spacing: normal;
    text-align: center;
    color: #d80404;
    cursor: pointer;
    margin-bottom: 0px;
}

.cardReplaceBlueButton{
    height: 33px;
    border-radius: 10px;
    text-align: center;
    border: solid 2px #2050df;
    background-color: rgba(32, 80, 223, 0.1);
    float: right;
    cursor: pointer;
}
.cardReplaceBlueLbl{
    width: 75px;
    height: 17px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    /* line-height: normal; */
    white-space: nowrap;
    letter-spacing: normal;
    text-align: center;
    color: #2050df;
    cursor: pointer;
    margin-bottom: 0px;
}
.widthAuto{
    width: auto !important;
}
.signature{
    width: 106px;
    height: 42px;
    border-radius: 5px;
    border: solid 1px #cdd7dd;
    background-color: #f6f8fa;
}

.table-striped-after-two-rows tbody tr {
    background: rgba(205, 215, 221, 0.3);
}

.table-striped-after-two-rows tbody tr td {
    vertical-align: middle !important;
}

.table-striped-after-two-rows tbody tr:nth-child(4n+1), .table-striped-after-two-rows tbody tr:nth-child(4n+2) {
    background: #FFF;
}


.text-black{
    color: black !important;
}

.custom-three-row-design {
    background: rgba(205, 215, 221, 0.3);
}

table thead>tr.custom-three-row-design>th{
    background: rgba(205, 215, 221, 0);
}

.text-align-left{
    text-align: left !important;
}

.green-dot {
  height: 15px;
  width: 15px;
  background-color: #00FF00;
  border-radius: 50%;
  display: inline-block;
}

.red-dot {
  height: 15px;
  width: 15px;
  background-color: #FF0000;
  border-radius: 50%;
  display: inline-block;
}

.election-search-label{
    width:  140px;
    display: table-cell;
    padding: 12px;
    vertical-align: middle;
}

.election-error{
    color: #FF0000; 
}

.election-positive{
    color: #00FF00; 
}

/*accordion*/
.mb-0 > a {
    display: block;
    position: relative;
}

.mb-0 > a:after {
    content: "\f078"; /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
}

.mb-0 > a[aria-expanded="true"]:after {
    content: "\f077"; /* fa-chevron-up */
}

/*accordion custom style*/
.card-header {
    background-color: #c45911;
}

.card-header a{
    color: black;
    text-decoration: none;
}

.card-header {
    background-color: #EFEFEF;
}

.card-header-inner a{
    color: black;
    text-decoration: none;
}

.questionnaire-btn{
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc;
    font-weight: 500;
    color: #000000;
    outline: none !important;
    box-shadow: none !important;
}

.questionnaire-btn.active{
    background-color: #fbe6e5 !important;
    border: 1px solid #dc201f !important;
    outline: none !important;
    font-weight: 500;
    color: #000000 !important;
    box-shadow: none !important;
}

.questionnaire-btn:hover{
    background-color: #fbe6e5 !important;
    border: 1px solid #dc201f !important;
    outline: none !important;
    font-weight: 500;
    color: #000000 !important;
    box-shadow: none !important;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.cancelDocuments {
    background-color: #d80404;
    color: #fff;
    padding: 1px 8px;
    border-radius: 30px;
    position: absolute;
    top: 38px;
    right: 21px;
    cursor: pointer;
}

.uk-file-upload {
    width: 100%;
    padding: 32px 16px;
    box-sizing: border-box;
    background: #f5f5f5;
    text-align: center;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in
}

.uk-file-upload p {
    margin: 0
}

.uk-file-upload.uk-dragover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .3)
}

.uk-form-file {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    padding: 3px 2px
}

.uk-form-file input[type=file] {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    left: 0;
    font-size: 500px
}

.uk-form-file input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
    background: #F00 !important;
}

.uk-form-file.md-btn {
    padding: 0.5rem 1rem !important;
    font-size: 1.09375rem !important;
    line-height: 1.5 !important;
    border-radius: 0.3rem !important;
    color: #fff !important;
    background: #d80404 !important;
    border-color: #d80404 !important;
    border-radius: 0px !important;


    font-size: 14px !important;
    font-weight: normal !important;
}

/*loader css*/
.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("../img/loader.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
    overflow: hidden;
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
    display: block;
}

.table-striped .mockup-input-bottom-line {
    background: rgba(255, 0, 0, 0) !important;
    text-align: center;
}

.item{
    display: inline-block;
    min-height: 20px;
    padding: 11px 7px;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.multi-line-hr
{
    background-color: #DDD;
    border: 0 none;
    color: #DDD;
    height:2px;
    padding:0px;
    margin: 0px;
}

.header-spacing {
    display: block; /* makes it have a width */
    content: ""; /* clears default height */
    margin-top: 1px; /* change this to whatever height you want it */
}

.main-bg{
    background: var(--Grey-2, rgba(235, 235, 235, 1));
    width: 100%;
}

.header-bg{
    background: var(--Red-2, rgba(58, 22, 26, 1));
}

.button-grey{
    background: var(--Grey-2, rgba(235, 235, 235, 1));
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
}

.button-burgendy{
    background: var(--Red-2, rgba(58, 22, 26, 1));
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
}

.sb {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }

  .top-nav-bar {
    height: 108px;
    color: white;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    width: 100%;
  }

  .top-nav-bar-contents{
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .top-nav-bar-contents p{
    font-size: 24px;
    padding-top: 15px;
    padding-left: 20px;
    font-family: Play;
  }

  .top-logo{
    width: 123px;
    height: 60px;
  }

  #main-content .container{
    min-width: 1000px;
  }

  .hamburger{
    position: absolute;
    left: 100px;
    top: 50px;
    width: 24px;
    height: 24px;
  }

  .slideout{
    top: 108px !important;
    background-color: #FFF;
    width: 315px !important;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: Play;
  }

  .header-h2 {
    font-family: Play;
    font-size: 24px;
    font-weight: 400;
    line-height: 27.77px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  label {
    font-family: Lato;
  }

  .burgendy-button-text{
    width: 43px;
    height: 17px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--Red-2, rgba(58, 22, 26, 1));
  }

  .grey-button-text{
    width: 43px;
    height: 17px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--Grey-2, rgba(235, 235, 235, 1));
  }

  .new-button {
    font-family: Lato;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: var(--Red-1, rgba(216, 4, 4, 1));
  }

  .edit-button {
    color: var(--Grey-1, rgba(171, 171, 171, 1));
    font-family: Lato;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
  }
  
  .edit-link {
    color: var(--Red-2, rgba(58, 22, 26, 1));
    font-family: Lato;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
  }
  
  .modal-header {
    font-size: 20px;
    font-family: Play;
    color: var(--Red-2, rgba(58, 22, 26, 1));
  }

  tr{
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Dark-1, rgba(20, 20, 20, 1));
  }

  .card-header{
    background: var(--Red-2, rgba(58, 22, 26, 1));
    color: #FFF;
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
  }

  .form-action-button{
    color: var(--Grey-1, rgba(171, 171, 171, 1));
    font-family: Lato;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.name-title{
    font-family: Play;
    font-size: 30px;
    font-weight: 700;
    line-height: 34.71px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Dark-1, rgba(20, 20, 20, 1));
}

.rounded-top-corners{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.no-padding-top{
    padding-top: 0px !important;
}

.no-rounding-top{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.no-rounding-bottom{
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.mockup-input:disabled {
    background: #FFF;
    border: 1px solid var(--Grey-2, rgba(235, 235, 235, 1)) !important;
}

.mockup-input:read-only {
    background: #FFF;
    border: 1px solid var(--Grey-2, rgba(235, 235, 235, 1)) !important;
}

.form-control:read-only{
    background: #FFF;
    border: 1px solid var(--Grey-2, rgba(235, 235, 235, 1));
}

.form-floating>.form-control:disabled~label::after, .form-floating>:disabled~label::after{
    background: #FFF !important;
}

.table-link-view {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:  #2050df;
}

.table-link-edit {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Red-2, rgba(58, 22, 26, 1));
}

.table-link-delete{
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Red-1, rgba(216, 4, 4, 1));
}

.rm-10{
    padding-right: 10px;
}

.right-label-left-margin{
    margin-left: -30px;
}

.accordian-header {
    background: #FFF;
    border-radius: 10px;
    border-color: var(--Grey-1, rgba(171, 171, 171, 1));
    border-width: 1px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    font-size: 15px;
}

.checkbox-label{
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Dark-1, rgba(20, 20, 20, 1));
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
    margin-left: 10px;
}

.blue-button {
    border: 1px solid var(--Blue-1, rgba(4, 71, 216, 1));
    background: rgba(4, 71, 216, 0.1);
    height: 40px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    cursor: pointer;
    color: var(--Blue-1, rgba(4, 71, 216, 1));
    font-family: Lato;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.red-button {
    border: 1px solid var(--Red-1, rgba(216, 4, 4, 1));
    background: rgba(216, 4, 4, 0.1);
    height: 40px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    cursor: pointer;
    color: var(--Red-1, rgba(216, 4, 4, 1));
    font-family: Lato;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.dark-font {
    color: var(--Dark-1, rgba(20, 20, 20, 1));
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.current-arrow {
    font-size: 16px;
    color: var(--Red-1, rgba(216, 4, 4, 1));
    margin-left: 15px;
}

table td{
    font-size: 14px;
    font-family: Lato;
}

.h2-section-title {
    font-family: Play;
    font-size: 24px;
    font-weight: 400;
    line-height: 27.77px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Dark-1, rgba(20, 20, 20, 1));
}

.fiscal-span {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Dark-1, rgba(20, 20, 20, 1));
}

.red-warning-text {
    color: var(--Red-1, rgba(216, 4, 4, 1));
}