section,
body {
  background-color: var(--color-white-blue) !important;
}

section hr {
  background-color: var(--color-grey) !important;
}

section.section-full {
  /*min-height: 86vh;*/
}

section .content-box {
  background-color: var(--color-white) !important;
  border-radius: 10px;
  padding: 25px;
  width: 100%;
  height: 100%;
}

.custom-button {
  box-shadow: 0 0 0 0 transparent !important;
}

.custom-button:hover {
  opacity: 0.8;
}

.custom-button.custom-button-green {
  color: var(--color-white) !important;
  background-color: var(--color-green) !important;
  border-color: var(--color-green) !important;
}

.custom-button.custom-button-green:hover {
}
.post.post-full .post-image-wrapper img {
  width: 100%;
  height: 40vh;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid transparent;
}

.green-checkbox-decoration {
  background-color: var(--color-green);
  width: 30px;
  height: 30px;
  border-radius: 6px;
  color: var(--color-white);
}

.zoomable-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.custom-card .custom-card-image-wrapper {
  height: 12vh;
}
.custom-card .custom-card-image-wrapper img {
  max-width: 100%;
  max-height: 12vh;
  object-fit: contain;
  border: 0;
}

.custom-badge {
  width: fit-content;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: var(--color-white-blue);
  color: var(--color-green-light);
}
.custom-badge.custom-badge-switchable {
  cursor: pointer;
}
.custom-badge.custom-badge-switchable:hover,
.custom-badge.active {
  background-color: var(--color-green);
  color: var(--color-white);
}

.document-library-section table th,
.document-library-section table td {
  font-size: 14px !important;
  color: var(--color-black-green);
  padding: 10px 20px;
}

.document-library-section table th {
  font-family: "Roboto-Bold" !important;
}
.document-library-section table td {
  font-family: "Roboto-Regular" !important;
}
.document-library-section table td:not(:first-child) {
  padding: 20px;
}

.document-library-section table img {
  width: auto;
  height: 40px;
  object-fit: cover;
}

.document-library-section
  table.document-library-table
  > tbody
  > tr.strip-applied
  > td,
.document-library-section
  table.document-library-table
  > tbody
  > tr.strip-applied
  > th {
  background-color: var(--color-white-blue) !important;
}

#DoucmentLibraryPaths *{
    cursor: pointer;
}

.dashboard-section .btn-group .btn {
    color: var(--color-grey-dark) !important;
    border-color: #c2c2c2;
    box-shadow: 0 0 0 0 transparent;
    font-size: 14px !important;
    font-family: "Roboto-Regular" !important;
}
.dashboard-section .btn-group .btn:hover {
  background-color: #efefef !important;
}
.dashboard-section .btn-group .btn.active {
  background-color: #efefef !important;
}

.dashboard-section iframe {
  border-radius: 15px;
  width: 100%;
  min-height: 90vh;
  border: 2px solid var(--color-grey-light);
}

.subscribe-section .subscribe-box .subscribe-box-image-wrapper img {
  height: auto;
  width: 100%;
  object-fit: contain;
}

.subscribe-section .subscribe-box input {
  box-shadow: 0 0 0 0 transparent;
}

.contact-us-section .contact-us-form input,
.contact-us-section .contact-us-form textarea {
  padding: 14px;
  background-color: var(--color-white-blue);
  border-radius: 5px;
}

.key-contact-section .content-box{
    height: auto !important;
}

.key-contact-section .key-contact-filter {
    height: auto;
    width: 100%;
    background-color: var(--color-blue-gray) !important;
    border-radius: 10px 10px 0 0;
    padding: 20px 25px 0 25px;
}

    .key-contact-section .key-contact-filter .key-contact-filter-title {
        display: inline-block;
        padding-right: 25px;
        padding-bottom: 15px;
    }

    .key-contact-section .key-contact-filter .key-contact-filter-list .key-contact-filter-list-clear {
        font-size: 14px !important;
        font-family: "Roboto-Regular" !important;
        color: #777878 !important;
        user-select: none;
        cursor: pointer;
        display: inline-block;
        min-width: 6vw;
        height: 41px;
        padding: 10px;
        background-color: #EEF1F5 !important;
        border-radius: 5px 5px 0 0;
    }

        .key-contact-section .key-contact-filter .key-contact-filter-list .key-contact-filter-list-clear:hover {
            background-color: #f6f6f6 !important;
        }


        .key-contact-section .key-contact-filter .key-contact-filter-list .key-contact-filter-list-clear::after {
            content: "\00d7";
            float: right;
            font-size: 22px !important;
            font-family: "Roboto-Medium" !important;
            color: #CDD4E1;
            margin-top: -6px !important;
        }

    .key-contact-section .key-contact-filter .key-contact-filter-list {
        font-size: 14px !important;
        font-family: "Roboto-Regular" !important;
        color: #777878 !important;
        display: inline-block;
        user-select: none;
        cursor: pointer;
    }


        .key-contact-section .key-contact-filter .key-contact-filter-list .key-contact-filter-list-dropdown {
            display: inline-block;
            min-width: 12vw;
            margin-right: 10px;
            transition: all 0.2s ease-in-out;
            height: 40px;
        }
            .key-contact-section .key-contact-filter .key-contact-filter-list .key-contact-filter-list-dropdown .key-contact-filter-list-dropdown-title {
                padding: 10px;
                background-color: #EEF1F5 !important;
                border-radius: 5px 5px 0 0;
            }

                .key-contact-section .key-contact-filter .key-contact-filter-list .key-contact-filter-list-dropdown .key-contact-filter-list-dropdown-title::after {
                    content: "";
                    float: right;
                    border: 7px solid transparent;
                    border-top: 8px solid #CDD4E1;
                    border-bottom: 0 none;
                    margin-top: 6px;
                }

            .key-contact-section .key-contact-filter .key-contact-filter-list .key-contact-filter-list-dropdown.active .key-contact-filter-list-dropdown-title {
                background-color: var(--color-green) !important;
                font-family: "Roboto-Medium" !important;
                color: var(--color-white);
            }
                .key-contact-section .key-contact-filter .key-contact-filter-list .key-contact-filter-list-dropdown.active .key-contact-filter-list-dropdown-title::after {
                    border: 0;
                    margin-top: 8px;
                    height: 3px;
                    width: 14px;
                    background-color: var(--color-white);
                }


            .key-contact-section .key-contact-filter .key-contact-filter-list .key-contact-filter-list-dropdown .key-contact-filter-list-dropdown-items {
                display: none;
            }
            .key-contact-section .key-contact-filter .key-contact-filter-list .key-contact-filter-list-dropdown.active .key-contact-filter-list-dropdown-items {
                min-width: 12vw;
                position: absolute;
                display: initial;
                z-index: 99;
            }

                .key-contact-section .key-contact-filter .key-contact-filter-list .key-contact-filter-list-dropdown.active .key-contact-filter-list-dropdown-items .key-contact-filter-list-dropdown-items-item {
                    width: 100%;
                    height: 40px;
                    padding: 10px;
                    color: #777878 !important;
                    background-color: #EEF1F5 !important;
                    border-bottom: 1px solid #70707036;
                }

                    .key-contact-section .key-contact-filter .key-contact-filter-list .key-contact-filter-list-dropdown.active .key-contact-filter-list-dropdown-items .key-contact-filter-list-dropdown-items-item:last-child {
                        border-bottom: 0;
                        border-radius: 0 0 5px 5px;
                    }

                    .key-contact-section .key-contact-filter .key-contact-filter-list .key-contact-filter-list-dropdown.active .key-contact-filter-list-dropdown-items .key-contact-filter-list-dropdown-items-item.selected {
                        color: var(--color-white) !important;
                        background-color: var(--color-green-light) !important;
                    }
                    .key-contact-section .key-contact-filter .key-contact-filter-list .key-contact-filter-list-dropdown.active .key-contact-filter-list-dropdown-items .key-contact-filter-list-dropdown-items-item.selected::after {
                        content: "\2713";
                        float: right;
                        font-size: 14px !important;
                        font-family: "Roboto-Medium" !important;
                        color: var(--color-white);
                    }

            .key-contact-section .key-contact-image-wrapper img {
                max-width: 60%;
                height: 100px;
                object-fit: contain;
            }

.key-contact-section .key-contact-column hr {
  width: 80%;
}

.key-contact-section .table-container{
    border-radius: 10px;
    overflow: hidden;
}

.key-contact-section .key-contact-table{
    margin: 0;
}

.key-contact-section .key-contact-table thead tr th {
    background-color: #D9DCE8;
    color: #3E3E3E;
    vertical-align: middle;
    text-align: center;
}

.key-contact-section .key-contact-table tbody tr td {
    background-color: #EEF1F5;
    color: #707070;
    vertical-align: middle;
}

.key-contact-section .key-contact-table > tbody > tr.strip-applied > td {
    background-color: #F7F9FA !important;
}

.key-contact-section .key-contact-table thead tr th,
.key-contact-section .key-contact-table tbody tr td {
    font-size: 14px !important;
    font-family: "Roboto-Regular" !important;
    padding: 15px;
    border: 2px solid white !important;
}
    .key-contact-section .key-contact-table thead tr th:first-child,
    .key-contact-section .key-contact-table tbody tr td:first-child {
        border-left: 0 !important;
    }
    .key-contact-section .key-contact-table thead tr th:last-child,
    .key-contact-section .key-contact-table tbody tr td:last-child {
        border-right: 0 !important;
    }

    .key-contact-section .key-contact-table thead tr:first-child th {
        border-top: 0 !important;
    }

    .key-contact-section .key-contact-table tbody tr:last-child td {
        border-bottom: 0 !important;
    }

footer {
    background-color: #e8eef3;
    padding: 20px;
}
footer .footer-logo-wrapper img {
  width: 160px;
  height: auto;
  object-fit: contain;
}

.document-library-filter-box .document-library-filter {
  cursor: pointer;
}

@media (max-width: 768px) {
  .calendar-table > :not(caption) > * > * {
    padding: unset;
  }

  header .navbar-brand.bi {
    margin: 10px 4px !important;
    padding: 0 !important;
  }

  .dashboard-section iframe {
    min-height: 50vh;
  }
}
