﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,400');

:root {
    --border-color: lightgray;
    --panel-bg: #eee;
    --red: red;
    --hover: lightsteelblue;
}


.bg-color {
    background-color: #e8e8e8;
}

.disabled-bg-none {
    width: 80%;
}

    .disabled-bg-none:disabled {
        background-color: #f7f7f7;
    }

.callLog-notes {
    width: 80%;
}

.callLog-flex {
    margin-right: 10%;
}

.callLog-submit {
    width: 200px;
}


.collapse_turn .fas {
    transition: .3s transform ease-in-out;
}

.collapse_turn [aria-expanded="true"] .fas {
    transform: rotate(-90deg);
}

.button-as-link {
    color: blue;
    border: none;
    margin-left: -4px;
    background: none;
}

    .button-as-link:hover {
        color: darkblue;
    }

.phone-len{
    width: 350px;
}
.sort-headers {
    cursor: pointer;
}

    .sort-headers:hover {
        color: blue !important;
    }

.index_img_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20%;
    width: 10%;
    opacity: 0.3;
}

.index_img_Logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}


.cama_logo{
    width: 50px;
   margin-top: 5px;
}


.privacy_img_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.btn-mw-100 {
    width: 200px;
}


.sidemenu_Logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    margin-bottom: 40px;
    width: 60%;
}


.sidemenu_text_headers {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100 !important;
    color: white !important;
    letter-spacing: 1px !important;
    font-size: 16px !important;
    margin-left: 5%;
    width: 240px;
}

.header2-txt {
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.header3-txt {
    font-size: 1.3rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.header4-txt {
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.header5-txt {
    font-size: 1.0rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}


.bg-note {
    background-color: #d9e4f8;
}

.confirm-header {
    font-size: 1.5rem;
    font-weight: 300;
}

.info-header2 {
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-top: 10px;
}

.info-header {
    font-size: 15px;
    font-weight: 500;
}



.text-capa::first-letter {
    text-transform: uppercase;
}

.rounded-pill-left {
    border-radius: 1em 1em 1em 1em;
}

.btn-add-new {
    background-color: #e5e5e5;
}

    .btn-add-new:hover {
        background-color: #cecec2;
    }


.btn-add-new-text {
    color: #656565;
}

.sidemenu_text_options {
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    padding-left: 15%;
    line-height: 25px;
    font-weight: 100;
    color: white;
}

.company_icon {
    color: #1a4f37;
}

.sidemenu_option_bg {
    background-color: #e1e6e2;
}

.mod_options {
    background-color: transparent;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    border: none;
    outline: none;
}


.mod:hover {
    z-index: 1;
    color: #e6e6e6;
    text-decoration: none;
}


.text_font_help {
    font-family: Ubuntu;
    font-size: 16px;
}



.text_options-action {
    width: 100%;
    text-align: inherit;
}

    .text_options-action:hover {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #c1c7c2;
    }

.no-wrap {
    white-space: nowrap;
}


.flex-btn-wrap {
    flex-flow: row wrap;
}


.filter-btn {
    margin-bottom: 2%;
}

.error-bg {
    background-color: #1a4f37;
}

/* Login page =====================================*/

.login,
.image {
    min-height: 100vh;
}

.bg-image {
    background-image: url('https://picsum.photos/id/0/1080/1080');
    background-size: cover;
    background-position: center center;
}

.nemrc_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
    width: 35%;
}


/* Register page ===================================*/
.register {
    min-height: 100vh;
}

.margin-register {
    padding-top: 100px;
}



/* NEMRC secret key login ==========================*/
.page-card {
    min-height: 100vh;
}

.margin-secretKey {
    padding-top: 100px;
}

.font-secretKey {
    font-size: 24px;
    color: #1a4f37;
}

.font-secretKeyError {
    color: red;
}

.table-bottom-nogap {
    margin-bottom: 0;
}

.top-button {
    min-width: 200px;
    min-height: 50px;
    border-radius: 8px;
}

.btn-mw-200 {
    min-width: 300px;
}

.spacer-10 {
    margin-bottom: 2%;
}

.select_btn {
    background-color: #e1e6e2;
}

    .select_btn:hover {
        background-color: #bec2bf;
    }


/* Reports  =============================*/
.reports-font {
    font-size: 18px;
}

.btn-file {
    width: 75px;
}

.btn-file-txt {
    background-color: #95dcde;
}

    .btn-file-txt:hover {
        background-color: #0ebabf;
    }


.btn-file-xml {
    background-color: #a0caa3;
}

    .btn-file-xml:hover {
        background-color: #6a906d;
    }


.subtext-label {
    font-size: 10px;
}


.mb-spacer {
    margin-bottom: 35px;
}

/* DGDOG form ========================================*/
.dg-form-size2 {
    width: 150px;
}

.dg-form-fee2 {
    width: 205px;
}

.dg-form-age2 {
    width: 120px;
}

.dg-form-breed {
    width: 250px;
}

.dg-form-cert {
    width: 250px;
}

.dg-form-emailaddr {
    width: 300px;
}

.dg-form-emailaddr2 {
    width: 290px;
}

.dg-form-renew {
    width: 160px;
}

.dg-form-breeder {
    width: 125px;
}

.dg-form-renew-misc {
    width: 210px;
}

.dg-form-fee {
    width: 210px;
}

.dg-form-scan {
    width: 260px;
}

.dg-form-addr {
    width: 200px;
}

.dg-form-c {
    width: 200px;
}

.dg-form-s {
    width: 75px;
}

.dg-form-st {
    width: 300px;
}

.dg-form-stcode {
    width: 400px;
}

.dg-form-z {
    width: 100px;
}

.dg-form-c2 {
    width: 250px;
}

.dg-form-s2 {
    width: 90px;
}

.dg-form-z2 {
    width: 100px;
}

.dg-form-tag {
    width: 200px;
}

.dg-form-name {
    width: 400px;
}

.dg-form-select-lg {
    width: 350px;
}

.dg-form-eaddre {
    width: 450px;
}

.dg-form-dogname {
    width: 300px;
}

.dg-form-city {
    width: 380px;
}

.dg-form-phone {
    width: 300px;
}

.dg-form-email {
    width: 500px;
}

.dg-form-age {
    width: 180px;
}

.dg-form-size {
    width: 200px;
}

.dg-form-species {
    width: 210px;
}

.dg-form-species2 {
    width: 400px;
}

.dg-form-misclong {
    width: 320px;
}

.dg-form-addre {
    width: 325px;
}

.dg-fee-options {
    width: 150px;
}

.dg-form-sex {
    width: 150px;
}

.dg-modal-form {
    width: 400px;
}

.dg-form-name2 {
    width: 250px;
}

.dg-modal-reg {
    width: 480px;
}

.dg-modal-c {
    width: 210px !important;
}

.dg-modal-s {
    width: 100px !important;
}

.dg-modal-z {
    width: 155px !important;
}

.dg-modal-day {
    width: 100px !important;
}

.dg-form-rabies {
    width: 150px;
}

.conn-code{
    width: 150px !important;
}

.btn-w-icon {
    width: 350px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #e1e6e2;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    color: #567d59;
}

    .btn-w-icon:hover {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #c1c7c2;
    }


.btn-w-icon-vert {
    width: 200px;
    padding-top: 70px;
    padding-bottom: 52px;
    background-color: #e1e6e2;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    color: #567d59;
}


    .btn-w-icon-vert:hover {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #c1c7c2;
    }

.btn-w-icon-lower {
    width: 590px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #e1e6e2;
    border-radius: 10px;
    font-size: 18px;
    color: #567d59;
}

    .btn-w-icon-lower:hover {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #c1c7c2;
    }

        .btn-w-icon-lower:hover .noti-pill {
            background-color: #b3b9b4 !important;
            color: #ddd;
        }

.btn-w-icon-lower-2 {
    width: 990px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #e1e6e2;
    border-radius: 10px;
    font-size: 18px;
    color: #567d59;
}
    .btn-w-icon-lower-2:hover {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #c1c7c2;
    }

.btn-w-icon-lower-3{
    width: 350px;
    padding-top: 20px;
    padding-bottom: 25px;
    background-color: #e1e6e2;
    border-radius: 10px;
    font-size: 18px;
    color: #567d59;
}

    .btn-w-icon-lower-3:hover {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #c1c7c2;
    }

.btn-reports-circle {
    width: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #6a906d;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    color: #ffffff;
}

.btn-reports-circle-long {
    width: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #6a906d;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    color: #ffffff;
}

.btn-reports-long-outer {
    width: 350px;
    padding-top: 10px;
    background-color: #efeeee;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 10px;
}

    .btn-reports-long-outer:hover {
        z-index: 1;
        text-decoration: none;
        background-color: #e1e6e2;
    }


.btn-reports-outer {
    width: 225px;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #efeeee;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

    .btn-reports-outer:hover {
        z-index: 1;
        text-decoration: none;
        background-color: #e1e6e2;
    }

.btn-reports-info-txt {
    font-size: 13px;
    color: grey;
}

.fieldset-border {
    border: 1px groove #d8d8d8 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
}

.legend-border {
    font-size: 1.2em !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.legend-border2 {
    font-size: 0.9em !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.noti-pill {
    width: 150px;
    color: white;
    font-family: 'Roboto', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.9rem;
}

.fieldset-edit-icon {
    float: right;
    background-color: #e1e6e2;
    width: 100px;
    height: 50px;
    border-radius: 50% 20% / 10% 40%;
    margin-top: -40px;
    margin-right: 20px;
    text-align: center;
    padding: 10px 0;
}

    .fieldset-edit-icon:hover {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #c1c7c2;
    }


.fieldset-add-icon {
    float: right;
    background-color: #77c9e9;
    color: white;
    width: 200px;
    height: 50px;
    border-radius: 50% 20% / 10% 40%;
    margin-top: -40px;
    margin-right: 20px;
    text-align: center;
    padding: 10px 0;
}

    .fieldset-add-icon:hover {
        z-index: 1;
        color: #e0e0e0;
        cursor: pointer;
        text-decoration: none;
        background-color: #6eb9d5;
    }



.hiddenRow {
    padding: 0 4px !important;
    background-color: #eeeeee;
    font-size: 13px;
}

.table-txt {
    font-size: 1.0rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}


.border-Dark.table-bordered > thead > tr > th {
    border: 1px solid #c1c1c1;
}

.border-Dark.table-bordered {
    border: 1px solid #c1c1c1;
}

    .border-Dark.table-bordered > tbody > tr > td {
        border: 1px solid #c1c1c1;
    }

.width-sm {
    width: 150px;
}

.width-med {
    width: 300px;
}


.nav-tabs2 > .nav-item2 > .nav-link2 {
    color: #494949;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border-radius: 30px;
    padding: 11px 23px;
    line-height: 1.5;
    border: 0;
    text-decoration: none;
}

    .nav-tabs2 > .nav-item2 > .nav-link2.active {
        background-color: #77c9e9;
        border-radius: 30px;
        color: #FFFFFF;
    }

    .nav-tabs2 > .nav-item2 > .nav-link2:not(.active):hover {
        background-color: #f8f8f8;
        border-radius: 30px;
    }

.nav-tabs2 {
    border: 0;
}

.api-header-txt {
    font-size: 2.0rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    color: #838383;
}


.api-header2-txt {
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-left: 5px;
    color: #62a4be;
}

.api-status-txt {
    font-size: 1.0rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.dg-label-txt {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}











.sidemenu-bg {
    background-color: rgb(84 110 113 / 0.85);
}


.sideMenu-Logo-txt {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: white;
    font-size: 1.3rem;
}

.Nemrc_logo_sq {
    background-color: yellow;
    width: 5px;
    height: 25px;
    margin-left: 30px;
    margin-right: 8px;
    margin-top: 3px;
}

.sideMenu-Logo-txt-alt {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #495057;
    font-size: 1.7rem;
}

.Nemrc_logo_sq-alt {
    background-color: yellow;
    width: 6px;
    height: 30px;
    margin-left: 30px;
    margin-right: 10px;
    margin-top: 6px;
}


.sidemenu_site_header {
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    color: #327b97;
}

.sidemenu_site_subtext {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 0.7rem;
}

.sidemenu_site_bg {
    background-color: rgb(243 243 243 / 0.68);
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    width: 220px;
}

    .sidemenu_site_bg:hover {
        background-color: #e1e6e2;
        cursor: pointer
    }



.modules-header {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: white;
    letter-spacing: 1px;
    margin-left: 5%;
    font-size: 12px;
}


.sidemenu_text_headers {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px;
    margin-left: 5%;
    color: #1a4f37;
}


.search-group {
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 5px;
    margin-left: 10px !important;
    width: 220px !important;
    color: #5e5e5e;
}

.search-group2 {
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 5px;
    width: 250px !important;
    color: #5e5e5e;
}


.search-input {
    border: none;
    background-color: transparent;
    width: 150px;
    color: #5e5e5e;
}

    .search-input:focus {
        outline: none !important;
        background-color: transparent;
    }


.module-link-bg {
    background-color: rgb(84 110 113);
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    margin-top: 5px;
}

.module-link-txt-bg {
    background-color: transparent;
}

.mod_link_options {
    padding-left: 25%;
    line-height: 35px;
    display: block;
    border: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #ebebeb !important;
    font-size: 13px !important;
    margin-left: 5%;
}

    .mod_link_options:hover {
        transform: scale(1.3);
    }


.mod-lbl-bg {
    background-color: #81a896;
    margin-left: 10px !important;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 10px;
    width: 220px;
}

.admin-lbl-bg {
    background-color: #aaaaaa !important;
}

.sidemenu_text_options2 {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    color: #0e3926;
}

.table-nonfluid {
    width: auto !important;
}
.table-nonfluid > tbody > tr > td {
    padding-left: 20px;
    padding-right: 20px;
}
.table-nonfluid > head > tr > td {
    padding-left: 20px;
    padding-right: 20px;
}



.error-circle-bg {
    z-index: -1;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    background-color: rgb(213 213 213 / 0.46);
    position: absolute;
    top: -60px;
    left: -45px;
}

.index-circle-bg {
    z-index: -1;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    background-color: rgb(213 213 213 / 0.30);
    position: absolute;
    top: -30px;
    left: -30px;
}

.error-pr{
    padding-right: 10px
}

.error-prev-txt {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #77c9e9;
    margin-top: 30px;
}

    .error-prev-txt:hover {
        color: #497f94;
        cursor: pointer;
        text-decoration: none;
    }

.err-txt-sm{
    font-size: 0.7rem;
    margin-top: -3px;
}




.loader {
    color: palegreen;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.dark-table-border tr td {
    border: thin solid #acacac !important;
}

.dark-table-border tr th {
    border: thin solid #acacac !important;
}


.alert-info-txt {
    color: #a71313;
    font-weight: 600;
}


.loader2,
.loader2:before,
.loader2:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader2 {
    color: #47cfe2;
    font-size: 5px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader2:before,
    .loader2:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader2:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader2:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


.btn-wo-icon-upper {
    width: 990px;
    padding-left: 20px;
}


.module-logo-upper {
    color: #316c51;
    font-family: Poppins;
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: 2px;
}

.module-logo-lower {
    color: #295db4;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    font-weight: 100;
    letter-spacing: 5px;
    line-height: 0px;

}

.module-logo-circle-right {
    height: 70px;
    width: 35px;
    margin-top: 5px;
    margin-left: 5px;
    border-bottom-right-radius: 70px;
    border-top-right-radius: 70px;
    background-image: linear-gradient(to left, #f5f5f5, white);
}


.sidemenu-logo-img {
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.login_bg{
    width:100%;
    height: 100%;
}

.GenerateCodes{
    cursor:pointer;
    color:blue !important;
}

.GenerateCodes:hover {
        color: darkblue !important;
    }


.disclaim-txt {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 0.9rem;
}

.form-size-md{
    width: 200px;
}


.circle-w-txt {
    width: 70px;
    height: 70px;
    color: #404040;
    border-radius: 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 70px;
    text-align: center;
    background: #BBE0B3;
    font-weight: 600;
    letter-spacing: 2px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.bg-cama-header {
    background-color: #efefef;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.bg-fls-pm {
    background-color: #e1e6e2;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 10px 50px 10px 50px;
}

.cama_lbl {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 35px;
}

.sm_lbl {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.md_lbl {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.txt-size-1{
    width: 175px;
}

.txt-size-2 {
    width: 300px;
}

.txt-size-3 {
    width: 150px;
}

.txt-size-4 {
    width: 350px;
}

.txt-size-5 {
    width: 168px;
}

.txt-size-6{
    width: 75px;
}

.txt-size-7 {
    width: 100px;
}

.txt-size-8 {
    width: 195px;
}

.txt-size-9 {
    width: 100px;
}


.txt-size-10 {
    width: 195px;
}

.txt-size-11 {
    width: 125px;
}

.txt-size-12 {
    width: 315px;
}

.txt-size-13 {
    width: 500px;
}

.txt-size-14 {
    width: 250px;
}

.txt-size-15 {
    width: 190px;
}

.txt-size-16 {
    width: 130px;
}

.txt-size-17 {
    width: 170px;
}

.txt-size-18{
    width: 50px;
}

.txt-size-19 {
    width: 450px;
}

.txt-size-20 {
    width: 265px;
}

.txt-size-21 {
    width: 185px;
}

.txt-size-22 {
    width: 264px;
}

.txt-size-23 {
    width: 240px;
}

.txt-size-24 {
    width: 90px;
}

.txt-size-25 {
    width: 50px;
}

.txt-size-26 {
    width: 280px;
}

.txt-size-27 {
    width: 400px;
}

.txt-size-28 {
    width: 135px;
}

.txt-size-29 {
    max-width: 320px;
}

.txt-size-30 {
    min-width: 350px;
}

.txt-size-31 {
    width: 165px;
}

.txt-size-32 {
    width: 250px;
}

.txt-size-33 {
    width: 100px;
}

.txt-size-34 {
    width: 97px;
}

.txt-size-35 {
    width: 315px;
}

.txt-size-36 {
    width: 210px;
}

.txt-size-37 {
    width: 600px;
}




.tab-container {
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-right: 60px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    opacity: 0.97;
}


.cama-tabs {
    padding: 0;
    list-style: none;
    display: table;
    width: 500px;
    text-align: center;
    margin-left: 40px;
}

    .cama-tabs > li {
        display: table-cell;
        position: relative;
        padding: 5px 0px 15px;
    }

.tab-text {
    font-family: "Montserrat";
    font-size: 18px;
    letter-spacing:1px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    padding: 15px 20px;
    position: relative;
    color: #000;
}

    .tab-text:after {
        background: none repeat scroll 0 0 transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        background: #567d59;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
    }

    .tab-text:hover:after {
        width: 60%;
        left: 20%;
    }


.cama-dt-txt {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    line-height: 30px;
}


.LS-circle {
    width: 70px;
    height: 70px;
    color: #fff;
    border-radius: 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 70px;
    text-align: center;
    background: #D24545;
    font-weight: 600;
    letter-spacing: 2px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.LS-circle2 {
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    background: #D24545;
    font-weight: 500;
    letter-spacing: 2px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.LS-page-title {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 300;
}


.ParcelInfo {
    padding: 5px 20px 5px 20px;
    border: 2px solid #e5e5e5;
    border-radius: 15px;
}


.ParcelInfo-lbl {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.ParcelInfo-val {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #316c51;


}


.module-logo-upper-ls {
    color: #3e3e3e;
    font-family: Poppins;
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: 2px;
}

.module-logo-lower-ls {
    color: #989898;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 0px;
    padding-left: 5px;
}


/*  ============================ APEX UI styles
*/


.apex-layout {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr auto;
    grid-template-areas:
        "header header"
        "sidebar sketcher"
        "console console";
}

.apex-header {
    grid-area: header;
    padding: 8px;
    padding-left:150px;
    text-align: center;
    background-color: var(--panel-bg);
    border-bottom: 1px solid var(--border-color);
}

.apex-notice {
    color: var(--red);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
}

.apex-apex-sidebar {
    grid-area: sidebar;
    background-color: var(--panel-bg);
    border-right: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
}

#txtAreaId, #txtAreaKeycode {
    width: 25px;
    font-size: 0.7rem;
    border: 1px solid var(--border-color);
}

.avx-container {
    grid-area: sketcher;
    width: 100%;
    height: 100%;
}

.console {
    grid-area: console;
    padding: 4px;
    font-size: 0.7em;
    background-color: var(--panel-bg);
    border-top: 1px solid var(--border-color);
}

.apex-console-note {
    color: blue;
}

.api-button {
    font-size: 0.6rem;
    background-color: whitesmoke;
    border-bottom: 1px solid var(--border-color);
    padding: 0.2rem 0.5rem;
    cursor: pointer;
}

.apex-spacer {
    font-size: 0.2rem;
    border-bottom: 1px solid var(--border-color);
}

.apex-spread {
    flex-grow: 1;
    border-bottom: 1px solid var(--border-color);
}

#btnClearConsole {
    border-bottom: none;
}

@media(hover: hover) and (pointer: fine) {
    .api-button:hover {
        background-color: var(--hover);
    }
}

.apex-side-btn {
    width: 150px;
    height: 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    margin: 5px 0px;
    background-color: #e1e6e2;
    text-align: center;
}

    .apex-side-btn:hover {
        background-color: #b1bdb4;
        transform: scale(1.2);
    }

.apex-sidemenu-header {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    margin-left: 10px;
    font-size: 0.8rem;
}

.apex-parcel-container {
    background-color: #c6e2ea;
    padding: 10px 5px 10px 5px;
    margin: 15px 5px 25px 5px;
    border-radius: 5px;
    width: 140px;
}

.apex-parcel-txt {
    font-family: 'Roboto', sans-serif;
    font-size: 0.7rem;
    text-align: center;
}

.apex-parcel-txt-sub {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    text-align: center;
    font-weight: 600;
    background-color: #a8c6cf;
    padding: 3px 0px 3px 0px;
    border-radius: 5px;
}

.apx-save-btn {
    font-size: 0.7rem;
    background-color: #1fad27;
    margin-top: 15px;
    width: 100%;
}

.apex-link {
    font-size: 0.7rem;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #e4e4e4;
}

.apex-sketch-container {
    width: 140px;
    padding: 10px;
}

.apex-updateName-input{
    width: 130px;

}

/* GRAND LIST MENU BOXES */
.fls-menu-btn {
    background-color: #e1e6e2;
    border: none;
    border-radius: 10px !important;
    font-size: 16px;
    color: #567d59;
    outline: none !important;
}
    .fls-menu-btn:hover {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #c1c7c2;
    }

.fls-btn-1{
    width: 250px;
    padding: 15px 0px 10px 0px;
}

.fls-btn-2 {
    width: 200px;
    padding: 15px 0px 10px 0px;
}

.fls-btn-3 {
    width: 465px;
    padding: 15px 0px 5px 0px;
}

.fls-btn-4 {
    width: 350px;
    padding: 15px 0px 5px 0px;
}

.fls-btn-5 {
    width: 350px;
    padding: 10px 0px 0px 0px;
}

.fls-btn-6 {
    width: 150px;
    height: 270px;
}

.fls-btn-7 {
    width: 256px;
    padding: 15px 0px 5px 0px;
}

.fls-btn-8 {
    width: 590px;
    padding: 15px 0px 5px 0px;
}

.fls-btn-9 {
    width: 530px;
    padding: 15px 0px 5px 0px;
}

/* ==================== */


.long-option-btn {
    width: 600px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
    padding-left: 40px;
}

.long-option-btn-2 {
    width: 415px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
    padding-left: 40px;
}

.long-option-btn-3 {
    width: 750px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
    padding-left: 20px;
}


.icon-text {
    color: white;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
}


table.nopad tr {
    padding : 0px !important;
}

table.nopad td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

table.smpad tr {
    padding: 0px !important;
}

table.smpad td {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}


/* ==================== */

.fls_tl_title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    font-weight: 100;
    letter-spacing: 1px;
    color: #0a8cd8;
    border-radius: 15px;
    padding: 10px 20px 10px 20px;
    border: 1px solid #A5A5A5;
    display: inline-block;
}

.fls_tl_title_container{
    display: flex;
    margin: -100px 0px 100px 0px;
}

.fls_tl_bottom {
    height: 170px;
}

.fls_tl_desc {
    text-align: center;
    width: 93px;
}

.fls_tl_date_txt {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1px;
    font-weight: 600;
}

.fls_tl_line {
    width: 1px;
    height: 60px;
    border-left: 2px dotted #A5A5A5;
    margin-left: 7px;
}

.fls_tl_line_long {
    width: 1px;
    height: 150px;
    border-left: 2px dotted #A5A5A5;
    margin-left: 7px;
}

.fls_tl_line_top {
    width: 15px;
    height: 15px;
    background: #A5A5A5;
    border-radius: 100px;
}

.fls_tl {
    min-width: 70px;
    height: 30px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}

.fls_month {
    border-bottom: 1px solid #A5A5A5;
}

.fls_tl_jan {
    background-color: #FFE248;
}

.fls_tl_feb {
    background-color: #FFAD21;
}

.fls_tl_mar {
    background-color: #FF842A;
}

.fls_tl_apr {
    background-color: #FF2525;
}

.fls_tl_may {
    background-color: #F66BBD;
}

.fls_tl_jun {
    background-color: #C549E8;
}

.fls_tl_jul {
    background-color: #7980E7;
}

.fls_tl_aug {
    background-color: #7CB9F9;
}

.fls_tl_sep {
    background-color: #31EDFF;
}

.fls_tl_oct {
    background-color: #49EAE3;
}

.fls_tl_nov {
    background-color: #64DD71;
}

.fls_tl_dec {
    background-color: #CDEC44;
}


.fls_tl_jan_txt {
    color: #d1ba3c;
}

.fls_tl_feb_txt {
    color: #FFAD21;
}

.fls_tl_mar_txt {
    color: #FF842A;
}

.fls_tl_apr_txt {
    color: #FF2525;
}

.fls_tl_may_txt {
    color: #F66BBD;
}

.fls_tl_jun_txt {
    color: #C549E8;
}

.fls_tl_jul_txt {
    color: #7980E7;
}

.fls_tl_aug_txt {
    color: #7CB9F9;
}

.fls_tl_sep_txt {
    color: #31EDFF;
}

.fls_tl_oct_txt {
    color: #49EAE3;
}

.fls_tl_nov_txt {
    color: #64DD71;
}

.fls_tl_dec_txt {
    color: #a4be32;
}

.cu-report-btn{
    text-align: left;
    width: 350px;
    padding-left: 30px;
}

.textarea-lbl {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    font-weight:600;
}

.align-th-middle > th {
    vertical-align: middle;
    font-weight: normal !important;
}


.hover-danger:hover {
    color: #751616 !important;
}

.txt-md-roboto {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    font-weight: 100;
}

.fee-header{
    width: 95%;
}

.btn-photo-options{
    width: 115px;
}

/* Drag and drop photos*/
#photo-drop-area {
    width: 700px;
    outline: 3px dashed #92b0b3;
    outline-offset: -10px;
    font-size: 1.0rem;
    font-family: 'Roboto', sans-serif;
    color: #27393b;
    background-color: #d7e8ed;
    position: relative;
    padding: 30px 20px;
}

#photo-drop-area.highlight {
    background-color: #e9faff;
    outline-offset: -15px;
}

.photo-icon {
    color: #809ea1;
}

.photo-upload-link {
    transition: transform .3s;
}

.photo-upload-link:hover {
    transform: scale(1.1);
    color: #809ea1;

}

#photo-gallery img {
    width: 210px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.clear-photo-text {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    margin: 20px;
    transition: transform .3s;
}

.clear-photo-text:hover {
    transform: scale(1.1);
}

/*======================= Image Carousel=================================== */
.carousel {
    width: 1000px;
}

.carousel-container {
    background: rgb(18 90 103 / 0.18);
    bottom: 0;
    left: 0;
    padding: 0 50px;
    right: 0;
}

    .carousel-container img {
        border: 5px solid transparent;
        cursor: pointer;
    }

        .carousel-container img:hover {
            border-color: rgb(18 90 103 / 0.2);
        }


.carousel-container-alt {
    background: rgb(188 216 190 / 0.6);
    bottom: 0;
    left: 0;
    padding: 0 50px;
    right: 0;
}

    .carousel-container-alt img {
        border: 5px solid transparent;
        cursor: pointer;
    }

        .carousel-container-alt img:hover {
            border-color: rgb(188 216 190 / 0.9);
        }
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
}


.thumb-selected {
    z-index: 9999999;
    position: fixed;
    transform: translate(-50%, -50%);
}

.zoom-image {
    width: 600px;
}

.thumb-selected-txt {
    padding: 10px;
    font-size: 1.2rem;
    background-color: rgb(18 90 103 / 0.9);
    color: white;
}

.thumb-selected-new {
    width: 600px;
    z-index: 9999999;
    position: fixed;
    transform: translate(-50%, -50%);
}

.photo-txt {
    transform: rotate(90deg);
    height: 10px;
    width: 15px;
    margin-left: -15px;
    font-size: 0.8rem;
    letter-spacing: 2px;
    color: #b4b4b4;
    font-family: 'Roboto', sans-serif;
}
/*=====================*/

.badge-txt {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    font-weight: 100;
    letter-spacing: 1px;
}

.usit-txt {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
}

.usit-txt > tr > td > input{
    background-color: transparent;
    border: none;
}

.btn-orange{
    cursor: pointer;
    background-color: #f69e3f;
}
    .btn-orange:hover {
        background-color: #e08829;
    }

    .btn-orange:disabled {

    }

.cursor-pointer{
    cursor: pointer;
}

.table_pad_md > tr > td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.text-orange {
    color: #f69e3f;
}

.xs-txt {
    font-size: 0.7rem;
}

.s-txt {
    font-size: 0.8rem;
}


.cama-container > * .form-control:disabled {
    background: #f7f7f7 !important; 
}

.cama-container > * .form-control > button:disabled {
    background: #f7f7f7 !important;
}

.cama-container > * .bg-danger:disabled {
    background: #b96e6e !important;
}

.cama-pill {
    color: white;
    font-family: 'Roboto', sans-serif;
    padding: 5px 10px 5px 10px;
    font-size: 0.9rem;
}

.cama-pill2 {
    color: white;
    font-family: 'Roboto', sans-serif;
    padding: 5px 10px 5px 10px;
    font-size: 0.8rem;
    background-color: #9f9f9f !important;
}

.btn-row-options {
    width: 200px;
    height: 250px;
    padding: 10px 10px 10px 10px;
    background-color: #e1e1e1;
}

    .btn-row-options:hover {
        background-color: #cecece;
    }


.hr-text {
    border: none;
    border-top: 1px solid #d4d4d4;
    color: #8ea995;
    overflow: visible;
    text-align: center;
    height: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
}

    .hr-text:after {
        background: #fff;
        content: attr(data-content);
        padding: 0 10px;
        position: relative;
        top: -13px;
    }

.placeholder-sm::placeholder {
    font-size: 0.8rem;
    color: #b7b7b7;
    text-align: center;
}


.placeholder-sm:disabled::placeholder {
    font-size: 0;
}

.stickyFoot-bg{
    background-color: #f8f8f8;
}

.table-sort-headers {
    cursor: pointer;

}
.table-sort-headers > tr > th:hover {
   color: blue !important;
}

/*LOADING SPINNER=======================================*/
#spinner:not([hidden]) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 0 0 / 0.40);
    z-index: 1000;
}

#spinner::after {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #f25a41;
    border-radius: 100%;
    will-change: transform;
    animation: spin 1s infinite linear
}

#spinner2:not([hidden]) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 0 0 / 0.40);
    z-index: 1000;
}

#spinner2::after {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #f25a41;
    border-radius: 100%;
    will-change: transform;
    animation: spin 1s infinite linear
}

#spinner3:not([hidden]) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 0 0 / 0.40);
    z-index: 1000;
}

#spinner3::after {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #f25a41;
    border-radius: 100%;
    will-change: transform;
    animation: spin 1s infinite linear
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/*=======================================*/

.table-fit{
    width: 1px;
}

.collapseCama[aria-expanded="true"] .fas {
    transform: rotate(-90deg);
}

.collapseCama .fas {
    transition: .3s transform ease-in-out;
}

.search-group-3 {
    border-radius: 10px;
    padding: 5px;
    margin-left: 10px !important;
    width: 200px !important;
    color: #5e5e5e;
    font-size: 0.8rem;
}

.zoom-outb {
    transform: scale(2.5);
    transition: transform .2s;
    z-index: 9999999;
    position:relative;
}

.version_lbl {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    cursor:default;
}

.version_lbl_num {
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}

.version_lbl_num:hover {
    color: blue !important;
}

.table_vertical_scroll {
    max-height: 500px;
    overflow: auto;
    display: inline-block;
}

.page-list {
    width: 40px;
    text-align:center;
}

.tooltip-inner {
    max-width: 1000px !important;
}

.modal-backdrop-bg{
    background-color: rgb(0,0,0,0.6);
}

.table-td-md > tbody > tr > .cama_lbl {
    padding-left: 20px;
}

.popover-body{
    max-height: 300px;
    overflow-y: auto;
}

.bg-grey {
    background-color: #dadee1;
}