.section-404 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-404 h1 {
    font-size: 66px;
    font-weight: bold;
}

.section-404 a {
    text-decoration: none;
    font-size: 18px;
    color: #475e88;
}


@media only screen and (max-width: 991px) {
    .section-404 h1 {
        font-size: 36px;
    }

    .section-404 a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .section-404 h1 {
        font-size: 24px;
    }

    .section-404 a {
        font-size: 12px;
    }
}

.page-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-pagination nav {
    height: 30px !important;
}

.pagination .page-link {
    color: #475e88 !important;
    background-color: #fff !important;
    width: 33px !important;
}

.pagination .active span {
    background-color: #475e88 !important;
    border-color: #475e88 !important;
    color: #fff !important;
}

.deleteBtn {
    cursor: pointer;
}

thead th, tbody td {
    text-align: center !important;
}

tbody a {
    color: #64748b;
    text-decoration: none
}

tbody .table-img {
    width: 50px !important;
    height: 50px !important;
    margin: auto;
    display: block;
    border-radius: 50px;
}

.password-input {
    position: relative;
}

.password-input .toggle-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 20px;
    cursor: pointer;
}

.filter-search-btn {
    background-color: #475e88;
    border: none;
    border-radius: 5px;
    color: #fff;
    height: 100%;
    padding: 10px 20px;
}

.main-header__profile-photo {
    overflow: inherit;
}

.main-header__profile-photo img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.modal .modal-form-add-btn {
    justify-content: start;
}

.modal .modal-form-delete-btn {
    justify-content: start;
}

.main-inner__btn-fill-a {
    text-align: center;
    text-decoration: none;
    line-height: 33px;
}

.d-none {
    display: none;
}


.d-flex {
    display: flex;
}

.add-protocol, .delete-protocol {
    color: #475E88;
    font-weight: 700;
    font-size: 23px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    margin-top: -5px;
}

.no-file-protocol {
    margin-top: 3px !important;
}

.table-result-options .options-dropdown {
    min-width: 120px;
    left: -120px;
}

.setting-textarea, .setting-textarea:focus, .setting-textarea:active, .setting-input, .setting-input:focus, .setting-input:active {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border-radius: 8px;
    background-color: #7B97CE0F;
    border: 1px solid #475E88 !important;
    outline: none !important;
    margin-bottom: 20px;
}

.birthday-row {
    position: relative;
}

.birthday-row {
    position: relative;
    border: 2px solid transparent;
    width: 100%;
    border-radius: 5px;
    animation: border-animation 1.5s infinite linear;
}

@keyframes border-animation {
    0% {
        border-color: rgba(255, 82, 82, 0.1);
        background-color: rgba(255, 82, 82, 0.1);
    }
    50% {
        border-color: rgba(142, 142, 46, 0.1);
        background-color: rgba(142, 142, 46, 0.1);
    }
    100% {
        border-color: rgba(255, 82, 82, 0.1);
        background-color: rgba(255, 82, 82, 0.1);
    }
}

.status-block.status-grey .icon {
    background-color: #bfcee3;
    border: 1px solid #dee2e6;
}

.status-block.status-blue .icon {
    background-color: #2b87fc;
    border: 1px solid #dee2e6;
}

.status-block.status-grey .text {
    color: #bfcee3;
}

.status-block.status-blue .text {
    color: #2b87fc;
}

.status-block.status-black .icon {
    background-color: #000;
    border: 1px solid #dee2e6;
}

.status-block.status-black .text {
    color: #000;
}

.dropdown-cont .dropdown .dropdown-content {
    max-height: 200px;
    overflow-y: scroll;
}

.modal-inner {
    max-height: 90vh;
    overflow-y: auto;
}

.scroll-bar {
  overflow-x: scroll;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  z-index: 10;
  background-color: #f1f1f1;
}

.table-container__inner {
    padding-top: 20px;
}

.main-header__hamburger {
    margin-right: 20px;
}
