/* =========================================================
   BOU NOC / OFFICE ORDER PAGE
========================================================= */

section.bou-office-order-section {
    position: relative !important;
    width: 100% !important;
    padding: 45px 0 60px !important;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        #f5f7fa 0%,
        #eef5fa 55%,
        #e7f0f7 100%
    ) !important;
}


/* =========================================================
   BACKGROUND DECORATION
========================================================= */

section.bou-office-order-section:before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    top: -300px;
    right: -180px;
    border-radius: 50%;
    background: rgba(34,92,158,0.055);
    pointer-events: none;
}

section.bou-office-order-section:after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    bottom: -280px;
    left: -170px;
    border-radius: 50%;
    background: rgba(75,127,175,0.045);
    pointer-events: none;
}

section.bou-office-order-section > .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   PAGE HEADER
========================================================= */

.bou-office-order-header {
    text-align: center;
    margin-bottom: 28px;
}

.bou-office-order-kicker {
    margin-bottom: 6px;
    color: #225C9E;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bou-office-order-header h2 {
    margin: 0;
    color: #173B55;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.bou-office-order-header-line {
    width: 48px;
    height: 3px;
    margin: 10px auto;
    background: #225C9E;
    border-radius: 3px;
}

.bou-office-order-header p {
    margin: 0;
    color: #71808f;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   SEARCH BOX
========================================================= */

.bou-office-search-box {
    width: 100%;
    margin: 0 auto 30px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e0e6eb;
    border-radius: 5px;
    box-shadow: 0 3px 12px rgba(23,59,85,0.05);
    box-sizing: border-box;
}


/* =========================================================
   SEARCH FORM
   DESKTOP = 68% CENTERED
========================================================= */

.bou-office-search-form {
    width: 68%;
    max-width: 760px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
}


/* =========================================================
   SEARCH INPUT
========================================================= */

.bou-office-search-input {
    position: relative;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bou-office-search-input > i {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 3;
    width: 18px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #225C9E;
    font-size: 13px;
    pointer-events: none;
}

.bou-office-search-input .form-control {
    display: block;
    width: 100%;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    margin: 0 !important;
    padding: 10px 15px 10px 40px;
    box-sizing: border-box;
    color: #444;
    font-size: 13px;
    line-height: 22px;
    background: #f8fafc;
    border: 1px solid #d8e1e8;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    transition:
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}

.bou-office-search-input .form-control:focus {
    background: #ffffff;
    border-color: #225C9E;
    box-shadow: 0 0 0 2px rgba(34,92,158,0.08);
}

.bou-office-search-input .form-control::placeholder {
    color: #9aa6b1;
    font-size: 13px;
}


/* =========================================================
   SEARCH BUTTON
========================================================= */

.bou-office-search-btn {
    flex: 0 0 110px;
    width: 110px;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 15px;
    box-sizing: border-box;
    color: #ffffff !important;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    background: #225C9E;
    border: 1px solid #225C9E;
    border-radius: 0 4px 4px 0;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    transition:
        background .25s ease,
        border-color .25s ease;
}

.bou-office-search-btn i {
    margin-right: 7px;
    font-size: 12px;
}

.bou-office-search-btn span {
    line-height: 1;
    color: #ffffff !important;
}

.bou-office-search-btn:hover,
.bou-office-search-btn:focus,
.bou-office-search-btn:active {
    color: #ffffff !important;
    background: #174778;
    border-color: #174778;
    outline: none;
    box-shadow: none;
}


/* =========================================================
   DOCUMENT LIST HEADER
========================================================= */

.bou-office-list-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 12px;
}

.bou-office-list-heading > div:first-child > span {
    display: block;
    margin-bottom: 3px;
    color: #225C9E;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .8px;
}

.bou-office-list-heading h3 {
    margin: 0;
    color: #173B55;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
}

.bou-office-count {
    padding-bottom: 2px;
    color: #7a8792;
    font-size: 11px;
}


/* =========================================================
   TABLE WRAPPER
========================================================= */

.bou-office-table-wrapper {
    width: 100%;
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid #e1e7ec;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(23,59,85,0.05);
}


/* =========================================================
   TABLE
========================================================= */

.bou-office-table {
    width: 100%;
    min-width: 700px;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
}


/* =========================================================
   TABLE HEADER
========================================================= */

.bou-office-table > thead > tr > th {
    padding: 13px 14px;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .4px;
    vertical-align: middle;
    background: #225C9E !important;
    border: 0 !important;
}

.bou-office-table > thead > tr > th:first-child {
    border-radius: 4px 0 0 0;
}

.bou-office-table > thead > tr > th:last-child {
    border-radius: 0 4px 0 0;
}


/* =========================================================
   COLUMN WIDTH
========================================================= */

.bou-office-table .bou-office-sl {
    width: 7%;
    text-align: center;
}

.bou-office-table .bou-office-subject {
    width: 63%;
    text-align: left;
}

.bou-office-table .bou-office-date {
    width: 13%;
    text-align: center;
}

.bou-office-table .bou-office-action {
    width: 17%;
    text-align: center;
}


/* =========================================================
   TABLE ROW
========================================================= */

.bou-office-table > tbody > tr {
    background: #ffffff;
    transition: background .2s ease;
}

.bou-office-table > tbody > tr:nth-child(even) {
    background: #f9fbfc;
}

.bou-office-table > tbody > tr:hover {
    background: #eef5fa;
}


/* =========================================================
   TABLE CELLS
========================================================= */

.bou-office-table > tbody > tr > td {
    padding: 13px 14px;
    color: #555;
    font-size: 12px;
    line-height: 1.6;
    vertical-align: middle;
    border-top: 1px solid #edf0f3;
}


/* =========================================================
   SL NUMBER
========================================================= */

.bou-office-table > tbody > tr > td.bou-office-sl {
    color: #7d8994;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
}


/* =========================================================
   SUBJECT LINK
========================================================= */

.bou-office-title {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    color: #444 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: none !important;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    transition: color .2s ease;
}

.bou-office-title i {
    width: 18px;
    min-width: 18px;
    margin-top: 3px;
    margin-right: 7px;
    color: #225C9E;
    font-size: 13px;
    text-align: center;
}

.bou-office-title span {
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

.bou-office-title:hover {
    color: #225C9E !important;
}


/* =========================================================
   DATE
========================================================= */

.bou-office-date-text {
    display: inline-block;
    color: #697782;
    font-size: 11px;
    white-space: nowrap;
}


/* =========================================================
   DOWNLOAD BUTTON
========================================================= */

.bou-office-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 82px;
    padding: 7px 11px;
    color: #225C9E !important;
    font-size: 11px;
    font-weight: 600;
    background: #ffffff;
    border: 1px solid #b9ccdc;
    border-radius: 4px;
    text-decoration: none !important;
    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.bou-office-download i {
    font-size: 11px;
}

.bou-office-download:hover {
    color: #ffffff !important;
    background: #225C9E;
    border-color: #225C9E;
    box-shadow: 0 3px 9px rgba(34,92,158,0.18);
}


/* =========================================================
   EMPTY RESULT
========================================================= */

.bou-office-empty {
    padding: 45px 20px;
    text-align: center;
}

.bou-office-empty i {
    display: block;
    margin-bottom: 10px;
    color: #225C9E;
    font-size: 28px;
}

.bou-office-empty h4 {
    margin: 0 0 5px;
    color: #444;
    font-size: 16px;
    font-weight: 600;
}

.bou-office-empty p {
    margin: 0;
    color: #89949d;
    font-size: 12px;
}


/* =========================================================
   PAGINATION
   CLEAN WHITE / TRANSPARENT BACKGROUND
   FULLY CENTERED
========================================================= */

.bou-office-pagination {
    width: 100%;
    margin: 25px 0 0;
    padding: 0;
    text-align: center;
    background: transparent !important;
}


/* Bootstrap pagination container */

.bou-office-pagination .pagination {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: auto !important;

    margin: 0 auto !important;
    padding: 0 !important;

    float: none !important;

    background: transparent !important;

    border-radius: 0 !important;
}


/* Pagination list items */

.bou-office-pagination .pagination > li {
    display: inline-block !important;

    float: none !important;

    margin: 0 2px !important;
    padding: 15px 0 0 0 !important;

    background: transparent !important;
}


/* Pagination buttons */

.bou-office-pagination .pagination > li > a,
.bou-office-pagination .pagination > li > span {
    display: flex !important;

    align-items: center;
    justify-content: center;

    min-width: 34px;
    height: 34px;

    margin: 0 !important;
    padding: 0 9px !important;

    color: #225C9E !important;

    font-size: 12px;
    font-weight: 500;

    line-height: 34px !important;
    text-align: center;

    background: #ffffff !important;

    border: 1px solid #d8e2ea !important;

    border-radius: 4px !important;

    text-decoration: none !important;

    box-shadow: none !important;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease;
}


/* Pagination hover */

.bou-office-pagination .pagination > li > a:hover {
    color: #ffffff !important;

    background: #225C9E !important;

    border-color: #225C9E !important;

    box-shadow: 0 3px 8px rgba(34,92,158,.15) !important;
}


/* Active page */

.bou-office-pagination .pagination > li.active > a,
.bou-office-pagination .pagination > li.active > span,
.bou-office-pagination .pagination > .active > a,
.bou-office-pagination .pagination > .active > span {
    color: #ffffff !important;

    background: #225C9E !important;

    border-color: #225C9E !important;

    font-weight: 600;
}


/* Disabled Previous / Next */

.bou-office-pagination .pagination > li.disabled > a,
.bou-office-pagination .pagination > li.disabled > span,
.bou-office-pagination .pagination > .disabled > a,
.bou-office-pagination .pagination > .disabled > span {
    color: #aeb9c3 !important;

    background: #f7f9fb !important;

    border-color: #e0e6eb !important;

    cursor: not-allowed;

    box-shadow: none !important;
}


/* =========================================================
   IMPORTANT BOOTSTRAP OVERRIDES
   Prevent old pagination styles from creating blue strip
========================================================= */

.bou-office-pagination .pagination:before,
.bou-office-pagination .pagination:after {
    display: none !important;
}

.bou-office-pagination:before,
.bou-office-pagination:after {
    display: none !important;
}

.bou-office-pagination ul,
.bou-office-pagination ol {
    margin: 0 auto !important;
    padding: 0 !important;
    float: none !important;
    background: transparent !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    section.bou-office-order-section {
        padding: 40px 0 50px !important;
    }

    .bou-office-order-header h2 {
        font-size: 25px;
    }

    .bou-office-search-box {
        margin-bottom: 25px;
    }

    .bou-office-search-form {
        width: 75%;
    }

    .bou-office-table .bou-office-subject {
        width: 58%;
    }

    .bou-office-table .bou-office-date {
        width: 15%;
    }

    .bou-office-table .bou-office-action {
        width: 20%;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    section.bou-office-order-section {
        padding: 30px 0 45px !important;
    }


    /* Header */

    .bou-office-order-header {
        margin-bottom: 22px;
    }

    .bou-office-order-kicker {
        font-size: 10px;
    }

    .bou-office-order-header h2 {
        font-size: 23px;
    }

    .bou-office-order-header p {
        font-size: 12px;
    }


    /* Search */

    .bou-office-search-box {
        padding: 12px;
        margin-bottom: 24px;
    }

    .bou-office-search-form {
        width: 100%;
        max-width: none;
        display: block;
    }

    .bou-office-search-input {
        width: 100%;
    }

    .bou-office-search-input .form-control {
        width: 100%;
        height: 42px;
        min-height: 42px;
        max-height: 42px;

        padding-left: 38px;

        border-right: 1px solid #d8e1e8;

        border-radius: 4px;
    }

    .bou-office-search-input > i {
        height: 42px;
    }


    /* Search button */

    .bou-office-search-btn {
        width: 100%;

        height: 40px;
        min-height: 40px;
        max-height: 40px;

        margin-top: 8px !important;

        border-radius: 4px;
    }


    /* List heading */

    .bou-office-list-heading {
        display: block;
        margin-bottom: 10px;
    }

    .bou-office-list-heading h3 {
        font-size: 17px;
    }

    .bou-office-count {
        margin-top: 4px;
    }


    /* Table */

    .bou-office-table-wrapper {
        border-radius: 4px;
    }

    .bou-office-table {
        min-width: 650px;
    }

    .bou-office-table > thead > tr > th {
        padding: 11px 10px;
        font-size: 10px;
    }

    .bou-office-table > tbody > tr > td {
        padding: 11px 10px;
        font-size: 11px;
    }

    .bou-office-title {
        font-size: 12px;
    }

    .bou-office-download {
        min-width: 75px;
        padding: 6px 9px;
        font-size: 10px;
    }


    /* Pagination */

    .bou-office-pagination {
        margin-top: 20px;

        text-align: center;

        overflow-x: auto;
        overflow-y: hidden;

        white-space: nowrap;

        padding: 0 0 3px;
    }

    .bou-office-pagination .pagination {
        display: inline-flex !important;

        width: auto !important;

        margin: 0 auto !important;

        padding: 0 !important;
    }

    .bou-office-pagination .pagination > li {
        margin: 0 1px !important;
    }

    .bou-office-pagination .pagination > li > a,
    .bou-office-pagination .pagination > li > span {
        min-width: 30px;
        height: 30px;

        padding: 0 7px !important;

        font-size: 10px;

        line-height: 30px !important;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .bou-office-order-header h2 {
        font-size: 21px;
    }

    .bou-office-order-header p {
        font-size: 11px;
    }

    .bou-office-search-box {
        padding: 10px;
    }

    .bou-office-pagination .pagination > li > a,
    .bou-office-pagination .pagination > li > span {
        min-width: 28px;
        height: 28px;

        font-size: 9px;

        line-height: 28px !important;
    }
}




/* =========================================================
   BOU ADMISSION NOTICE PAGE
   MATCHING NOC / OFFICE ORDER DESIGN
========================================================= */

section.bou-admission-section {
    position: relative !important;
    width: 100% !important;
    padding: 45px 0 60px !important;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        #f5f7fa 0%,
        #eef5fa 55%,
        #e7f0f7 100%
    ) !important;
}


/* =========================================================
   BACKGROUND DECORATION
========================================================= */

section.bou-admission-section:before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    top: -300px;
    right: -180px;
    border-radius: 50%;
    background: rgba(34,92,158,0.055);
    pointer-events: none;
}

section.bou-admission-section:after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    bottom: -280px;
    left: -170px;
    border-radius: 50%;
    background: rgba(75,127,175,0.045);
    pointer-events: none;
}

section.bou-admission-section > .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   PAGE HEADER
========================================================= */

.bou-admission-header {
    text-align: center;
    margin-bottom: 28px;
}

.bou-admission-kicker {
    margin-bottom: 6px;
    color: #225C9E;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bou-admission-header h2 {
    margin: 0;
    color: #173B55;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
}

.bou-admission-header-line {
    width: 48px;
    height: 3px;
    margin: 10px auto;
    background: #225C9E;
    border-radius: 3px;
}

.bou-admission-header p {
    margin: 0;
    color: #71808f;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   SEARCH BOX
========================================================= */

.bou-admission-search-box {
    width: 100%;
    margin: 0 auto 30px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e0e6eb;
    border-radius: 5px;
    box-shadow: 0 3px 12px rgba(23,59,85,0.05);
    box-sizing: border-box;
}


/* =========================================================
   SEARCH FORM
   DESKTOP = 68% CENTERED
========================================================= */

.bou-admission-search-form {
    width: 68%;
    max-width: 760px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
}


/* =========================================================
   SEARCH INPUT
========================================================= */

.bou-admission-search-input {
    position: relative;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bou-admission-search-input > i {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 3;
    width: 18px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #225C9E;
    font-size: 13px;
    pointer-events: none;
}

.bou-admission-search-input .form-control {
    display: block;
    width: 100%;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    margin: 0 !important;
    padding: 10px 15px 10px 40px;
    box-sizing: border-box;
    color: #444;
    font-size: 13px;
    line-height: 22px;
    background: #f8fafc;
    border: 1px solid #d8e1e8;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    transition:
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}

.bou-admission-search-input .form-control:focus {
    background: #ffffff;
    border-color: #225C9E;
    box-shadow: 0 0 0 2px rgba(34,92,158,0.08);
}

.bou-admission-search-input .form-control::placeholder {
    color: #9aa6b1;
}


/* =========================================================
   SEARCH BUTTON
========================================================= */

.bou-admission-search-btn {
    flex: 0 0 110px;
    width: 110px;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 15px;
    box-sizing: border-box;
    color: #ffffff !important;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    background: #225C9E;
    border: 1px solid #225C9E;
    border-radius: 0 4px 4px 0;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    transition:
        background .25s ease,
        border-color .25s ease;
}

.bou-admission-search-btn i {
    margin-right: 7px;
    font-size: 12px;
}

.bou-admission-search-btn span {
    line-height: 1;
    color: white;
}

.bou-admission-search-btn:hover,
.bou-admission-search-btn:focus,
.bou-admission-search-btn:active {
    color: #ffffff !important;
    background: #174778;
    border-color: #174778;
    outline: none;
    box-shadow: none;
}


/* =========================================================
   DOCUMENT LIST HEADER
========================================================= */

.bou-admission-list-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 12px;
}

.bou-admission-list-heading > div:first-child > span {
    display: block;
    margin-bottom: 3px;
    color: #225C9E;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .8px;
}

.bou-admission-list-heading h3 {
    margin: 0;
    color: #173B55;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
}

.bou-admission-count {
    padding-bottom: 2px;
    color: #7a8792;
    font-size: 11px;
}


/* =========================================================
   TABLE WRAPPER
========================================================= */

.bou-admission-table-wrapper {
    width: 100%;
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid #e1e7ec;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(23,59,85,0.05);
}


/* =========================================================
   TABLE
========================================================= */

.bou-admission-table {
    width: 100%;
    min-width: 700px;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
}


/* =========================================================
   TABLE HEADER
========================================================= */

.bou-admission-table > thead > tr > th {
    padding: 13px 14px;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .4px;
    vertical-align: middle;
    background: #225C9E !important;
    border: 0 !important;
}

.bou-admission-table > thead > tr > th:first-child {
    border-radius: 4px 0 0 0;
}

.bou-admission-table > thead > tr > th:last-child {
    border-radius: 0 4px 0 0;
}


/* =========================================================
   COLUMN WIDTH
========================================================= */

.bou-admission-table .bou-admission-sl {
    width: 7%;
    text-align: center;
}

.bou-admission-table .bou-admission-subject {
    width: 63%;
    text-align: left;
}

.bou-admission-table .bou-admission-date {
    width: 13%;
    text-align: center;
}

.bou-admission-table .bou-admission-action {
    width: 17%;
    text-align: center;
}


/* =========================================================
   TABLE ROW
========================================================= */

.bou-admission-table > tbody > tr {
    background: #ffffff;
    transition: background .2s ease;
}

.bou-admission-table > tbody > tr:nth-child(even) {
    background: #f9fbfc;
}

.bou-admission-table > tbody > tr:hover {
    background: #eef5fa;
}


/* =========================================================
   TABLE CELLS
========================================================= */

.bou-admission-table > tbody > tr > td {
    padding: 13px 14px;
    color: #555;
    font-size: 12px;
    line-height: 1.6;
    vertical-align: middle;
    border-top: 1px solid #edf0f3;
}


/* =========================================================
   SL NUMBER
========================================================= */

.bou-admission-table > tbody > tr > td.bou-admission-sl {
    color: #7d8994;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
}


/* =========================================================
   SUBJECT / NOTICE TITLE
========================================================= */

.bou-admission-title {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    color: #444 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: none !important;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    transition: color .2s ease;
}

.bou-admission-title i {
    width: 18px;
    min-width: 18px;
    margin-top: 3px;
    margin-right: 7px;
    color: #225C9E;
    font-size: 13px;
    text-align: center;
}

.bou-admission-title span {
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

/* Preserve formatting from {!! $admissionmore->admission_title !!} */

.bou-admission-title span p,
.bou-admission-title span div {
    margin-top: 0;
    margin-bottom: 0;
}

.bou-admission-title:hover {
    color: #225C9E !important;
}

.bou-admission-title:hover i {
    color: #174778;
}


/* =========================================================
   DATE
========================================================= */

.bou-admission-date-text {
    display: inline-block;
    color: #697782;
    font-size: 11px;
    white-space: nowrap;
}


/* =========================================================
   DOWNLOAD BUTTON
========================================================= */

.bou-admission-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 82px;
    padding: 7px 11px;
    color: #225C9E !important;
    font-size: 11px;
    font-weight: 600;
    background: #ffffff;
    border: 1px solid #b9ccdc;
    border-radius: 4px;
    text-decoration: none !important;
    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.bou-admission-download i {
    font-size: 11px;
}

.bou-admission-download:hover {
    color: #ffffff !important;
    background: #225C9E;
    border-color: #225C9E;
    box-shadow: 0 3px 9px rgba(34,92,158,0.18);
}


/* =========================================================
   EMPTY RESULT
========================================================= */

.bou-admission-empty {
    padding: 45px 20px;
    text-align: center;
}

.bou-admission-empty i {
    display: block;
    margin-bottom: 10px;
    color: #225C9E;
    font-size: 28px;
}

.bou-admission-empty h4 {
    margin: 0 0 5px;
    color: #444;
    font-size: 16px;
    font-weight: 600;
}

.bou-admission-empty p {
    margin: 0;
    color: #89949d;
    font-size: 12px;
}


/* =========================================================
   PAGINATION
   CLEAN WHITE / TRANSPARENT BACKGROUND
   FULLY CENTERED
========================================================= */

.bou-admission-pagination {
    width: 100%;
    margin: 25px 0 0;
    padding: 0;
    text-align: center;
    background: transparent !important;
}

.bou-admission-pagination .pagination {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: auto !important;

    margin: 0 auto !important;
    padding: 15px 0 0 0 !important;

    float: none !important;

    background: transparent !important;

    border-radius: 0 !important;
}

.bou-admission-pagination .pagination > li {
    display: inline-block !important;

    float: none !important;

    margin: 0 2px !important;
    padding: 0 !important;

    background: transparent !important;
}

.bou-admission-pagination .pagination > li > a,
.bou-admission-pagination .pagination > li > span {
    display: flex !important;

    align-items: center;
    justify-content: center;

    min-width: 34px;
    height: 34px;

    margin: 0 !important;
    padding: 0 9px !important;

    color: #225C9E !important;

    font-size: 12px;
    font-weight: 500;

    line-height: 34px !important;
    text-align: center;

    background: #ffffff !important;

    border: 1px solid #d8e2ea !important;

    border-radius: 4px !important;

    text-decoration: none !important;

    box-shadow: none !important;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease;
}

.bou-admission-pagination .pagination > li > a:hover {
    color: #ffffff !important;

    background: #225C9E !important;

    border-color: #225C9E !important;

    box-shadow: 0 3px 8px rgba(34,92,158,.15) !important;
}


/* Active page */

.bou-admission-pagination .pagination > li.active > a,
.bou-admission-pagination .pagination > li.active > span,
.bou-admission-pagination .pagination > .active > a,
.bou-admission-pagination .pagination > .active > span {
    color: #ffffff !important;

    background: #225C9E !important;

    border-color: #225C9E !important;

    font-weight: 600;
}


/* Disabled Previous / Next */

.bou-admission-pagination .pagination > li.disabled > a,
.bou-admission-pagination .pagination > li.disabled > span,
.bou-admission-pagination .pagination > .disabled > a,
.bou-admission-pagination .pagination > .disabled > span {
    color: #aeb9c3 !important;

    background: #f7f9fb !important;

    border-color: #e0e6eb !important;

    cursor: not-allowed;

    box-shadow: none !important;
}


/* =========================================================
   IMPORTANT BOOTSTRAP OVERRIDES
   Prevent old styles from affecting pagination
========================================================= */

.bou-admission-pagination .pagination:before,
.bou-admission-pagination .pagination:after,
.bou-admission-pagination:before,
.bou-admission-pagination:after {
    display: none !important;
}

.bou-admission-pagination ul,
.bou-admission-pagination ol {
    margin: 0 auto !important;
    padding: 0 !important;
    float: none !important;
    background: transparent !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    section.bou-admission-section {
        padding: 40px 0 50px !important;
    }

    .bou-admission-header h2 {
        font-size: 25px;
    }

    .bou-admission-search-box {
        margin-bottom: 25px;
    }

    .bou-admission-search-form {
        width: 75%;
    }

    .bou-admission-table .bou-admission-subject {
        width: 58%;
    }

    .bou-admission-table .bou-admission-date {
        width: 15%;
    }

    .bou-admission-table .bou-admission-action {
        width: 20%;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    section.bou-admission-section {
        padding: 30px 0 45px !important;
    }


    /* Header */

    .bou-admission-header {
        margin-bottom: 22px;
    }

    .bou-admission-kicker {
        font-size: 10px;
    }

    .bou-admission-header h2 {
        font-size: 23px;
    }

    .bou-admission-header p {
        font-size: 12px;
    }


    /* Search */

    .bou-admission-search-box {
        padding: 12px;
        margin-bottom: 24px;
    }

    .bou-admission-search-form {
        width: 100%;
        max-width: none;
        display: block;
    }

    .bou-admission-search-input {
        width: 100%;
    }

    .bou-admission-search-input .form-control {
        width: 100%;
        height: 42px;
        min-height: 42px;
        max-height: 42px;

        padding-left: 38px;

        border-right: 1px solid #d8e1e8;

        border-radius: 4px;
    }

    .bou-admission-search-input > i {
        height: 42px;
    }


    /* Search button */

    .bou-admission-search-btn {
        width: 100%;

        height: 40px;
        min-height: 40px;
        max-height: 40px;

        margin-top: 8px !important;

        border-radius: 4px;
    }


    /* List heading */

    .bou-admission-list-heading {
        display: block;
        margin-bottom: 10px;
    }

    .bou-admission-list-heading h3 {
        font-size: 17px;
    }

    .bou-admission-count {
        margin-top: 4px;
    }


    /* Table */

    .bou-admission-table-wrapper {
        border-radius: 4px;
    }

    .bou-admission-table {
        min-width: 650px;
    }

    .bou-admission-table > thead > tr > th {
        padding: 11px 10px;
        font-size: 10px;
    }

    .bou-admission-table > tbody > tr > td {
        padding: 11px 10px;
        font-size: 11px;
    }

    .bou-admission-title {
        font-size: 12px;
    }

    .bou-admission-download {
        min-width: 75px;
        padding: 6px 9px;
        font-size: 10px;
    }


    /* Pagination */

    .bou-admission-pagination {
        margin-top: 20px;

        text-align: center;

        overflow-x: auto;
        overflow-y: hidden;

        white-space: nowrap;

        padding: 0 0 3px;
    }

    .bou-admission-pagination .pagination {
        display: inline-flex !important;

        width: auto !important;

        margin: 0 auto !important;

        padding: 0 !important;
    }

    .bou-admission-pagination .pagination > li {
        margin: 0 1px !important;
    }

    .bou-admission-pagination .pagination > li > a,
    .bou-admission-pagination .pagination > li > span {
        min-width: 30px;
        height: 30px;

        padding: 0 7px !important;

        font-size: 10px;

        line-height: 30px !important;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .bou-admission-header h2 {
        font-size: 21px;
    }

    .bou-admission-header p {
        font-size: 11px;
    }

    .bou-admission-search-box {
        padding: 10px;
    }

    .bou-admission-pagination .pagination > li > a,
    .bou-admission-pagination .pagination > li > span {
        min-width: 28px;
        height: 28px;

        font-size: 9px;

        line-height: 28px !important;
    }
}





/* =========================================================
   BOU EXAMINATION NOTICE PAGE
   ========================================================= */

.bou-examination-section {
    position: relative;
    padding: 45px 0 60px;

    background: linear-gradient(
        135deg,
        #f5f7fa 0%,
        #eef5fa 55%,
        #e7f0f7 100%
    );

    overflow: hidden;
}


/* =========================================================
   DECORATIVE BACKGROUND
   ========================================================= */

.bou-examination-section:before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    border-radius: 50%;

    background: rgba(34, 92, 158, 0.035);

    top: -100px;
    right: -80px;

    pointer-events: none;
}

.bou-examination-section:after {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    border-radius: 50%;

    background: rgba(34, 92, 158, 0.025);

    bottom: -100px;
    left: -80px;

    pointer-events: none;
}


/* =========================================================
   PAGE HEADER
   ========================================================= */

.bou-examination-header {
    position: relative;
    z-index: 1;

    text-align: center;

    margin-bottom: 28px;
}

.bou-examination-kicker {
    margin-bottom: 7px;

    color: #225C9E;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.bou-examination-header h2 {
    margin: 0;

    color: #173B55;

    font-size: 28px;
    font-weight: 700;

    line-height: 1.3;
}

.bou-examination-header-line {
    width: 48px;
    height: 3px;

    margin: 12px auto 10px;

    background: #225C9E;
}

.bou-examination-header p {
    margin: 0;

    color: #71808f;

    font-size: 14px;

    line-height: 1.6;
}


/* =========================================================
   SEARCH BOX
   ========================================================= */

.bou-examination-search-box {
    position: relative;
    z-index: 1;

    width: 100%;

    margin-bottom: 30px;
    padding: 16px;

    background: #ffffff;

    border: 1px solid #e1e8ee;

    border-radius: 4px;

    box-shadow: 0 4px 18px rgba(31, 56, 80, 0.06);
}


/* =========================================================
   SEARCH FORM
   ========================================================= */

.bou-examination-search-form {
    display: flex !important;

    align-items: stretch !important;

    width: 68%;
    max-width: 760px;

    height: 44px;

    margin: 0 auto !important;
    padding: 0 !important;
}


/* =========================================================
   SEARCH INPUT WRAPPER
   ========================================================= */

.bou-examination-search-input {
    position: relative;

    flex: 1 1 auto;

    width: auto;
    height: 44px;

    margin: 0 !important;
    padding: 0 !important;
}


/* Search Icon */

.bou-examination-search-input i {
    position: absolute;

    z-index: 5;

    top: 50%;
    left: 15px;

    margin: 0;
    padding: 0;

    color: #8a99a6;

    font-size: 14px;

    line-height: 1;

    transform: translateY(-50%);
}


/* =========================================================
   SEARCH INPUT
   ========================================================= */

.bou-examination-search-input .form-control {
    display: block;

    width: 100%;

    height: 44px !important;
    min-height: 44px !important;

    margin: 0 !important;

    padding: 10px 15px 10px 40px !important;

    border: 1px solid #dce4eb !important;

    border-right: 0 !important;

    border-radius: 3px 0 0 3px !important;

    background: #ffffff !important;

    color: #34495e;

    font-size: 14px;

    line-height: 22px;

    box-sizing: border-box !important;

    box-shadow: none !important;

    outline: none !important;
}

.bou-examination-search-input .form-control:focus {
    border-color: #225C9E !important;

    border-right: 0 !important;

    box-shadow: none !important;

    outline: none !important;
}

.bou-examination-search-input .form-control::placeholder {
    color: #9aa7b2;
}


/* =========================================================
   SEARCH BUTTON
   ========================================================= */

.bou-examination-search-btn {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    flex: 0 0 110px;

    width: 110px !important;
    min-width: 110px !important;
    max-width: 110px !important;

    height: 44px !important;
    min-height: 44px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 1px solid #225C9E !important;

    border-radius: 0 3px 3px 0 !important;

    background: #225C9E !important;

    color: #ffffff !important;

    font-size: 13px !important;
    font-weight: 600 !important;

    line-height: 1 !important;

    text-align: center !important;

    text-decoration: none !important;

    vertical-align: middle !important;

    box-shadow: none !important;

    outline: none !important;

    cursor: pointer;

    box-sizing: border-box !important;

    transition: all 0.2s ease;
}


/* =========================================================
   SEARCH BUTTON ICON
   ========================================================= */

.bou-examination-search-btn i {
    display: inline-block;

    margin: 0 7px 0 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-size: 12px !important;

    line-height: 1 !important;

    vertical-align: middle;
}


/* =========================================================
   SEARCH BUTTON TEXT
   ========================================================= */

.bou-examination-search-btn span {
    display: inline-block;

    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-size: 13px !important;
    font-weight: 600 !important;

    line-height: 1 !important;

    vertical-align: middle;
}


/* =========================================================
   SEARCH BUTTON - FORCE WHITE
   ========================================================= */

.bou-examination-search-btn,
.bou-examination-search-btn:visited,
.bou-examination-search-btn:hover,
.bou-examination-search-btn:focus,
.bou-examination-search-btn:active {
    color: #ffffff !important;

    text-decoration: none !important;
}

.bou-examination-search-btn:hover,
.bou-examination-search-btn:focus {
    background: #173B55 !important;

    border-color: #173B55 !important;

    color: #ffffff !important;
}

.bou-examination-search-btn:hover span,
.bou-examination-search-btn:focus span,
.bou-examination-search-btn:active span {
    color: #ffffff !important;
}

.bou-examination-search-btn:hover i,
.bou-examination-search-btn:focus i,
.bou-examination-search-btn:active i {
    color: #ffffff !important;
}


/* =========================================================
   LIST HEADING
   ========================================================= */

.bou-examination-list-heading {
    position: relative;
    z-index: 1;

    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    margin-bottom: 12px;
}

.bou-examination-list-heading > div:first-child > span {
    display: block;

    margin-bottom: 3px;

    color: #225C9E;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.bou-examination-list-heading h3 {
    margin: 0;

    color: #173B55;

    font-size: 20px;
    font-weight: 700;
}

.bou-examination-count {
    padding: 6px 11px;

    border: 1px solid #dce5ec;

    border-radius: 3px;

    background: #ffffff;

    color: #687988;

    font-size: 12px;
    font-weight: 600;
}


/* =========================================================
   TABLE WRAPPER
   ========================================================= */

.bou-examination-table-wrapper {
    position: relative;
    z-index: 1;

    overflow-x: auto;

    background: #ffffff;

    border: 1px solid #dfe7ed;

    border-radius: 4px;

    box-shadow: 0 5px 20px rgba(31, 56, 80, 0.06);
}


/* =========================================================
   TABLE
   ========================================================= */

.bou-examination-table {
    width: 100%;

    min-width: 700px;

    margin: 0;

    border: 0;

    background: #ffffff;
}


/* =========================================================
   TABLE HEADER
   ========================================================= */

.bou-examination-table thead tr {
    background: #225C9E;
}

.bou-examination-table thead th {
    height: 46px;

    padding: 12px 15px;

    border: 0 !important;

    color: #ffffff !important;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 0.4px;

    vertical-align: middle;
}


/* =========================================================
   TABLE BODY
   ========================================================= */

.bou-examination-table tbody tr {
    background: #ffffff;

    transition: background 0.2s ease;
}

.bou-examination-table tbody tr:hover {
    background: #eef5fa;
}

.bou-examination-table tbody td {
    padding: 13px 15px;

    border-top: 1px solid #edf1f4 !important;

    color: #536575;

    font-size: 13px;

    vertical-align: middle;
}


/* =========================================================
   COLUMN WIDTHS
   ========================================================= */

.bou-examination-table .bou-examination-sl {
    width: 7%;

    text-align: center;
}

.bou-examination-table .bou-examination-subject {
    width: 63%;
}

.bou-examination-table .bou-examination-date {
    width: 13%;

    white-space: nowrap;
}

.bou-examination-table .bou-examination-action {
    width: 17%;

    text-align: center;
}


/* =========================================================
   SL
   ========================================================= */

.bou-examination-table tbody .bou-examination-sl {
    color: #6f7f8d;

    font-weight: 600;
}


/* =========================================================
   SUBJECT
   ========================================================= */

.bou-examination-title {
    display: flex;

    align-items: center;

    color: #315e86;

    font-size: 13px;

    font-weight: 500;

    line-height: 1.55;

    text-decoration: none;
}

.bou-examination-title i {
    flex: 0 0 auto;

    width: 22px;

    margin-right: 8px;

    color: #225C9E;

    font-size: 15px;
}

.bou-examination-title span {
    display: inline-block;
}

.bou-examination-title:hover,
.bou-examination-title:focus {
    color: #225C9E;

    text-decoration: none;
}


/* =========================================================
   DATE
   ========================================================= */

.bou-examination-date-text {
    color: #71808f;

    font-size: 12px;

    white-space: nowrap;
}


/* =========================================================
   DOWNLOAD BUTTON
   ========================================================= */

.bou-examination-download {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 100px;

    height: 34px;

    padding: 0 12px;

    border: 1px solid #225C9E;

    border-radius: 3px;

    background: #ffffff;

    color: #225C9E;

    font-size: 12px;

    font-weight: 600;

    text-decoration: none;

    transition: all 0.2s ease;
}

.bou-examination-download i {
    margin-right: 6px;

    font-size: 11px;
}

.bou-examination-download:hover,
.bou-examination-download:focus {
    background: #225C9E;

    border-color: #225C9E;

    color: #ffffff;

    text-decoration: none;

    outline: none;
}


/* =========================================================
   EMPTY STATE
   ========================================================= */

.bou-examination-empty {
    padding: 45px 20px;

    text-align: center;
}

.bou-examination-empty i {
    margin-bottom: 12px;

    color: #b6c2cc;

    font-size: 30px;
}

.bou-examination-empty h4 {
    margin: 0 0 5px;

    color: #536575;

    font-size: 16px;

    font-weight: 600;
}

.bou-examination-empty p {
    margin: 0;

    color: #8b99a5;

    font-size: 13px;
}


/* =========================================================
   PAGINATION
   ========================================================= */

.bou-examination-pagination {
    position: relative;
    z-index: 1;

    display: flex;

    justify-content: center;

    width: 100%;

    margin-top: 25px;

    text-align: center;
}

.bou-examination-pagination .pagination {
    display: inline-flex !important;

    align-items: center;

    justify-content: center;

    float: none !important;

    margin: 0 auto !important;

    padding: 15px 0 0 0  !important;

    background: transparent !important;
}


/* Remove Bootstrap/theme strips */

.bou-examination-pagination .pagination:before,
.bou-examination-pagination .pagination:after,
.bou-examination-pagination:before,
.bou-examination-pagination:after {
    display: none !important;
}


/* Pagination Lists */

.bou-examination-pagination ul,
.bou-examination-pagination ol {
    display: inline-flex !important;

    align-items: center;

    justify-content: center;

    float: none !important;

    margin: 0 auto !important;

    padding: 0 !important;

    background: transparent !important;

    list-style: none;
}

.bou-examination-pagination li {
    float: none !important;

    margin: 0 3px !important;

    padding: 0 !important;

    background: transparent !important;
}


/* Pagination Links */

.bou-examination-pagination li a,
.bou-examination-pagination li span {
    display: flex !important;

    align-items: center;

    justify-content: center;

    min-width: 34px;

    height: 34px;

    padding: 0 10px;

    border: 1px solid #dce4eb !important;

    border-radius: 3px !important;

    background: #ffffff !important;

    color: #536575 !important;

    font-size: 12px;

    font-weight: 600;

    line-height: 1;

    text-decoration: none !important;

    box-shadow: none !important;
}


/* Pagination Hover */

.bou-examination-pagination li a:hover {
    border-color: #225C9E !important;

    background: #eef5fa !important;

    color: #225C9E !important;
}


/* Active */

.bou-examination-pagination li.active span,
.bou-examination-pagination li.active a {
    border-color: #225C9E !important;

    background: #225C9E !important;

    color: #ffffff !important;
}


/* Disabled */

.bou-examination-pagination li.disabled span,
.bou-examination-pagination li.disabled a {
    border-color: #edf1f4 !important;

    background: #f7f9fa !important;

    color: #b4bec7 !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .bou-examination-search-form {
        width: 75% !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .bou-examination-section {
        padding: 35px 0 45px;
    }


    /* Header */

    .bou-examination-header {
        margin-bottom: 22px;
    }

    .bou-examination-header h2 {
        font-size: 24px;
    }

    .bou-examination-header p {
        padding: 0 15px;

        font-size: 13px;
    }


    /* Search */

    .bou-examination-search-box {
        padding: 12px;

        margin-bottom: 25px;
    }

    .bou-examination-search-form {
        width: 100% !important;

        height: 42px !important;
    }

    .bou-examination-search-input {
        height: 42px !important;
    }

    .bou-examination-search-input .form-control {
        height: 42px !important;

        min-height: 42px !important;
    }

    .bou-examination-search-btn {
        flex: 0 0 95px;

        width: 95px !important;

        min-width: 95px !important;

        max-width: 95px !important;

        height: 42px !important;

        min-height: 42px !important;
    }


    /* List Heading */

    .bou-examination-list-heading {
        align-items: flex-start;
    }

    .bou-examination-list-heading h3 {
        font-size: 18px;
    }

    .bou-examination-count {
        padding: 5px 8px;

        font-size: 11px;
    }


    /* Table */

    .bou-examination-table {
        min-width: 680px;
    }

    .bou-examination-table thead th,
    .bou-examination-table tbody td {
        padding: 11px 12px;
    }

    .bou-examination-title {
        font-size: 12px;
    }

    .bou-examination-date-text {
        font-size: 11px;
    }


    /* Download */

    .bou-examination-download {
        min-width: 90px;

        height: 32px;

        font-size: 11px;
    }


    /* Pagination */

    .bou-examination-pagination {
        justify-content: flex-start;

        overflow-x: auto;

        padding: 0 5px 5px;
    }

    .bou-examination-pagination .pagination,
    .bou-examination-pagination ul,
    .bou-examination-pagination ol {
        margin-left: auto !important;

        margin-right: auto !important;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .bou-examination-header h2 {
        font-size: 22px;
    }

    .bou-examination-search-btn {
        flex: 0 0 88px;

        width: 88px !important;

        min-width: 88px !important;

        max-width: 88px !important;

        padding: 0 !important;
    }

    .bou-examination-search-btn span {
        font-size: 11px !important;
    }

    .bou-examination-list-heading h3 {
        font-size: 17px;
    }

    .bou-examination-count {
        display: none;
    }

}





/* =========================================================
   BOU REGISTRATION / CLASS NOTICE
   ========================================================= */

.bou-registration-section {
    position: relative;
    overflow: hidden;
    padding: 45px 0 60px;
    background: linear-gradient(
        135deg,
        #f5f7fa 0%,
        #eef5fa 55%,
        #e7f0f7 100%
    );
}


/* Decorative Background */

.bou-registration-section:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -140px;
    top: 80px;
    border-radius: 50%;
    background: rgba(34, 92, 158, 0.035);
    pointer-events: none;
}

.bou-registration-section:after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    left: -120px;
    bottom: 50px;
    border-radius: 50%;
    background: rgba(34, 92, 158, 0.025);
    pointer-events: none;
}


/* =========================================================
   HEADER
   ========================================================= */

.bou-registration-header {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 28px;
}

.bou-registration-kicker {
    margin-bottom: 6px;
    color: #225C9E;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.bou-registration-header h2 {
    margin: 0;
    color: #173B55;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
}

.bou-registration-header-line {
    width: 48px;
    height: 3px;
    margin: 12px auto 10px;
    background: #225C9E;
    border-radius: 2px;
}

.bou-registration-header p {
    margin: 0;
    color: #71808f;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   SEARCH BOX
   ========================================================= */

.bou-registration-search-box {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 0 28px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e1e8ee;
    border-radius: 4px;
    box-shadow: 0 4px 18px rgba(31, 61, 86, 0.06);
}

.bou-registration-search-form {
    display: flex;
    align-items: stretch;
    width: 68%;
    max-width: 760px;
    height: 44px;
    margin: 0 auto;
    padding: 0;
}


/* Search Input */

.bou-registration-search-input {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.bou-registration-search-input i {
    position: absolute;
    z-index: 2;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #8d9aa5;
    font-size: 13px;
    pointer-events: none;
}

.bou-registration-search-input input.form-control {
    display: block;
    width: 100%;
    height: 44px;
    min-height: 44px;
    margin: 0;
    padding: 10px 15px 10px 38px;
    border: 1px solid #dce4eb;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    background: #ffffff;
    color: #34495e;
    font-size: 14px;
    line-height: 22px;
    box-sizing: border-box;
    box-shadow: none;
}

.bou-registration-search-input input.form-control:focus {
    border-color: #225C9E;
    border-right: 0;
    outline: none;
    box-shadow: none;
}

.bou-registration-search-input input.form-control::placeholder {
    color: #9aa7b2;
}


/* Search Button */

.bou-registration-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 110px;
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    height: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    border: 1px solid #225C9E;
    border-radius: 0 3px 3px 0;
    background: #225C9E;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    box-shadow: none;
    outline: none;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
}

.bou-registration-search-btn i,
.bou-registration-search-btn span {
    color: #ffffff !important;
}

.bou-registration-search-btn i {
    margin-right: 6px;
}

.bou-registration-search-btn:hover,
.bou-registration-search-btn:focus,
.bou-registration-search-btn:active {
    background: #173B55;
    border-color: #173B55;
    color: #ffffff !important;
}

.bou-registration-search-btn:hover i,
.bou-registration-search-btn:hover span,
.bou-registration-search-btn:focus i,
.bou-registration-search-btn:focus span,
.bou-registration-search-btn:active i,
.bou-registration-search-btn:active span {
    color: #ffffff !important;
}


/* =========================================================
   LIST HEADING
   ========================================================= */

.bou-registration-list-heading {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 12px;
}

.bou-registration-list-heading > div:first-child > span {
    display: block;
    margin-bottom: 4px;
    color: #225C9E;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.bou-registration-list-heading h3 {
    margin: 0;
    color: #173B55;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.bou-registration-count {
    padding-bottom: 2px;
    color: #7b8995;
    font-size: 12px;
}


/* =========================================================
   TABLE
   ========================================================= */

.bou-registration-table-wrapper {
    position: relative;
    z-index: 1;
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid #e1e8ee;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(31, 61, 86, 0.06);
}

.bou-registration-table {
    width: 100%;
    min-width: 700px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.bou-registration-table thead tr {
    background: #225C9E;
}

.bou-registration-table thead th {
    height: 45px;
    padding: 0 14px;
    border: 0 !important;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
    vertical-align: middle;
}

.bou-registration-table thead th.bou-registration-sl {
    width: 7%;
}

.bou-registration-table thead th.bou-registration-subject {
    width: 63%;
}

.bou-registration-table thead th.bou-registration-date {
    width: 13%;
}

.bou-registration-table thead th.bou-registration-action {
    width: 17%;
}


/* Table Rows */

.bou-registration-table tbody tr {
    background: #ffffff;
    transition: background 0.2s ease;
}

.bou-registration-table tbody tr:hover {
    background: #eef5fa;
}

.bou-registration-table tbody td {
    padding: 14px;
    border-top: 1px solid #edf1f4 !important;
    color: #4b5b68;
    font-size: 13px;
    line-height: 1.5;
    vertical-align: middle;
}


/* SL */

.bou-registration-table tbody td.bou-registration-sl {
    color: #748392;
    font-weight: 600;
    text-align: center;
}


/* Subject */

.bou-registration-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #315e86 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none !important;
}

.bou-registration-title i {
    flex: 0 0 auto;
    color: #225C9E;
    font-size: 15px;
}

.bou-registration-title span {
    color: inherit;
}

.bou-registration-title:hover {
    color: #173B55 !important;
}


/* Date */

.bou-registration-date-text {
    color: #71808f;
    font-size: 12px;
    white-space: nowrap;
}


/* Action */

.bou-registration-action {
    text-align: center;
}

.bou-registration-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 32px;
    padding: 0 12px;
    border: 1px solid #225C9E;
    border-radius: 3px;
    background: #ffffff;
    color: #225C9E !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.bou-registration-download i {
    margin-right: 6px;
    color: #225C9E !important;
}

.bou-registration-download:hover,
.bou-registration-download:focus {
    background: #225C9E;
    color: #ffffff !important;
    text-decoration: none !important;
}

.bou-registration-download:hover i,
.bou-registration-download:focus i {
    color: #ffffff !important;
}


/* =========================================================
   EMPTY STATE
   ========================================================= */

.bou-registration-empty {
    padding: 45px 20px;
    text-align: center;
}

.bou-registration-empty i {
    display: block;
    margin-bottom: 10px;
    color: #b7c3cd;
    font-size: 30px;
}

.bou-registration-empty h4 {
    margin: 0 0 6px;
    color: #526270;
    font-size: 16px;
    font-weight: 600;
}

.bou-registration-empty p {
    margin: 0;
    color: #8b98a3;
    font-size: 13px;
}


/* =========================================================
   PAGINATION
   ========================================================= */

.bou-registration-pagination {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.bou-registration-pagination .pagination {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    float: none !important;
    margin: 0 auto !important;
    padding: 15px 0 0 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.bou-registration-pagination .pagination:before,
.bou-registration-pagination .pagination:after,
.bou-registration-pagination:before,
.bou-registration-pagination:after {
    display: none !important;
}

.bou-registration-pagination ul,
.bou-registration-pagination ol {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    float: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
}

.bou-registration-pagination .pagination > li {
    float: none !important;
    display: inline-block;
    margin: 0 2px;
}

.bou-registration-pagination .pagination > li > a,
.bou-registration-pagination .pagination > li > span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #dce4eb !important;
    border-radius: 3px !important;
    background: #ffffff !important;
    color: #526b7d !important;
    font-size: 12px;
    line-height: 32px;
    text-decoration: none;
}

.bou-registration-pagination .pagination > li > a:hover {
    border-color: #225C9E !important;
    background: #eef5fa !important;
    color: #225C9E !important;
}

.bou-registration-pagination .pagination > .active > a,
.bou-registration-pagination .pagination > .active > span {
    border-color: #225C9E !important;
    background: #225C9E !important;
    color: #ffffff !important;
}

.bou-registration-pagination .pagination > .disabled > a,
.bou-registration-pagination .pagination > .disabled > span {
    border-color: #edf1f4 !important;
    background: #f5f7f9 !important;
    color: #b5bec6 !important;
    cursor: not-allowed;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .bou-registration-search-form {
        width: 75%;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .bou-registration-section {
        padding: 35px 0 45px;
    }

    .bou-registration-header {
        margin-bottom: 22px;
    }

    .bou-registration-header h2 {
        font-size: 24px;
    }

    .bou-registration-header p {
        padding: 0 15px;
        font-size: 13px;
    }

    .bou-registration-search-box {
        padding: 12px;
        margin-bottom: 22px;
    }

    .bou-registration-search-form {
        width: 100%;
        height: 42px;
    }

    .bou-registration-search-input input.form-control {
        height: 42px;
        min-height: 42px;
        font-size: 13px;
    }

    .bou-registration-search-btn {
        flex: 0 0 95px;
        width: 95px;
        min-width: 95px;
        max-width: 95px;
        height: 42px;
        min-height: 42px;
    }

    .bou-registration-list-heading {
        align-items: flex-start;
    }

    .bou-registration-list-heading h3 {
        font-size: 18px;
    }

    .bou-registration-count {
        padding-top: 16px;
        font-size: 11px;
    }

    .bou-registration-table tbody td {
        padding: 12px 10px;
    }

    .bou-registration-pagination {
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 5px;
        white-space: nowrap;
    }

    .bou-registration-pagination .pagination {
        white-space: nowrap;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .bou-registration-header h2 {
        font-size: 22px;
    }

    .bou-registration-search-btn {
        flex: 0 0 88px;
        width: 88px;
        min-width: 88px;
        max-width: 88px;
    }

    .bou-registration-search-btn i {
        display: none;
    }

    .bou-registration-search-btn span {
        font-size: 12px;
    }

    .bou-registration-title {
        font-size: 12px;
    }

    .bou-registration-date-text {
        font-size: 11px;
    }

}



/* =========================================================
   BOU RESULT NOTICE
   ========================================================= */

.bou-result-section {
    position: relative;
    overflow: hidden;
    padding: 45px 0 60px;
    background: linear-gradient(
        135deg,
        #f5f7fa 0%,
        #eef5fa 55%,
        #e7f0f7 100%
    );
}


/* Decorative Background */

.bou-result-section:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -140px;
    top: 80px;
    border-radius: 50%;
    background: rgba(34, 92, 158, 0.035);
    pointer-events: none;
}

.bou-result-section:after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    left: -120px;
    bottom: 50px;
    border-radius: 50%;
    background: rgba(34, 92, 158, 0.025);
    pointer-events: none;
}


/* =========================================================
   HEADER
   ========================================================= */

.bou-result-header {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 28px;
}

.bou-result-kicker {
    margin-bottom: 6px;
    color: #225C9E;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.bou-result-header h2 {
    margin: 0;
    color: #173B55;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
}

.bou-result-header-line {
    width: 48px;
    height: 3px;
    margin: 12px auto 10px;
    background: #225C9E;
    border-radius: 2px;
}

.bou-result-header p {
    margin: 0;
    color: #71808f;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   SEARCH BOX
   ========================================================= */

.bou-result-search-box {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 0 28px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e1e8ee;
    border-radius: 4px;
    box-shadow: 0 4px 18px rgba(31, 61, 86, 0.06);
}

.bou-result-search-form {
    display: flex;
    align-items: stretch;
    width: 68%;
    max-width: 760px;
    height: 44px;
    margin: 0 auto;
    padding: 0;
}


/* Search Input */

.bou-result-search-input {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.bou-result-search-input i {
    position: absolute;
    z-index: 2;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #8d9aa5;
    font-size: 13px;
    pointer-events: none;
}

.bou-result-search-input input.form-control {
    display: block;
    width: 100%;
    height: 44px;
    min-height: 44px;
    margin: 0;
    padding: 10px 15px 10px 38px;
    border: 1px solid #dce4eb;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    background: #ffffff;
    color: #34495e;
    font-size: 14px;
    line-height: 22px;
    box-sizing: border-box;
    box-shadow: none;
}

.bou-result-search-input input.form-control:focus {
    border-color: #225C9E;
    border-right: 0;
    outline: none;
    box-shadow: none;
}

.bou-result-search-input input.form-control::placeholder {
    color: #9aa7b2;
}


/* Search Button */

.bou-result-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 110px;
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    height: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    border: 1px solid #225C9E;
    border-radius: 0 3px 3px 0;
    background: #225C9E;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    box-shadow: none;
    outline: none;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
}

.bou-result-search-btn i,
.bou-result-search-btn span {
    color: #ffffff !important;
}

.bou-result-search-btn i {
    margin-right: 6px;
}

.bou-result-search-btn:hover,
.bou-result-search-btn:focus,
.bou-result-search-btn:active {
    background: #173B55;
    border-color: #173B55;
    color: #ffffff !important;
}

.bou-result-search-btn:hover i,
.bou-result-search-btn:hover span,
.bou-result-search-btn:focus i,
.bou-result-search-btn:focus span,
.bou-result-search-btn:active i,
.bou-result-search-btn:active span {
    color: #ffffff !important;
}


/* =========================================================
   LIST HEADING
   ========================================================= */

.bou-result-list-heading {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 12px;
}

.bou-result-list-heading > div:first-child > span {
    display: block;
    margin-bottom: 4px;
    color: #225C9E;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.bou-result-list-heading h3 {
    margin: 0;
    color: #173B55;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.bou-result-count {
    padding-bottom: 2px;
    color: #7b8995;
    font-size: 12px;
}


/* =========================================================
   TABLE
   ========================================================= */

.bou-result-table-wrapper {
    position: relative;
    z-index: 1;
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid #e1e8ee;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(31, 61, 86, 0.06);
}

.bou-result-table {
    width: 100%;
    min-width: 700px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.bou-result-table thead tr {
    background: #225C9E;
}

.bou-result-table thead th {
    height: 45px;
    padding: 0 14px;
    border: 0 !important;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
    vertical-align: middle;
}

.bou-result-table thead th.bou-result-sl {
    width: 7%;
}

.bou-result-table thead th.bou-result-subject {
    width: 63%;
}

.bou-result-table thead th.bou-result-date {
    width: 13%;
}

.bou-result-table thead th.bou-result-action {
    width: 17%;
}


/* Table Rows */

.bou-result-table tbody tr {
    background: #ffffff;
    transition: background 0.2s ease;
}

.bou-result-table tbody tr:hover {
    background: #eef5fa;
}

.bou-result-table tbody td {
    padding: 14px;
    border-top: 1px solid #edf1f4 !important;
    color: #4b5b68;
    font-size: 13px;
    line-height: 1.5;
    vertical-align: middle;
}


/* SL */

.bou-result-table tbody td.bou-result-sl {
    color: #748392;
    font-weight: 600;
    text-align: center;
}


/* Subject */

.bou-result-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #315e86 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none !important;
}

.bou-result-title i {
    flex: 0 0 auto;
    color: #225C9E;
    font-size: 15px;
}

.bou-result-title span {
    color: inherit;
}

.bou-result-title:hover {
    color: #173B55 !important;
}


/* Date */

.bou-result-date-text {
    color: #71808f;
    font-size: 12px;
    white-space: nowrap;
}


/* Action */

.bou-result-action {
    text-align: center;
}

.bou-result-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 32px;
    padding: 0 12px;
    border: 1px solid #225C9E;
    border-radius: 3px;
    background: #ffffff;
    color: #225C9E !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.bou-result-download i {
    margin-right: 6px;
    color: #225C9E !important;
}

.bou-result-download:hover,
.bou-result-download:focus {
    background: #225C9E;
    color: #ffffff !important;
    text-decoration: none !important;
}

.bou-result-download:hover i,
.bou-result-download:focus i {
    color: #ffffff !important;
}


/* =========================================================
   EMPTY STATE
   ========================================================= */

.bou-result-empty {
    padding: 45px 20px;
    text-align: center;
}

.bou-result-empty i {
    display: block;
    margin-bottom: 10px;
    color: #b7c3cd;
    font-size: 30px;
}

.bou-result-empty h4 {
    margin: 0 0 6px;
    color: #526270;
    font-size: 16px;
    font-weight: 600;
}

.bou-result-empty p {
    margin: 0;
    color: #8b98a3;
    font-size: 13px;
}


/* =========================================================
   PAGINATION
   ========================================================= */

.bou-result-pagination {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.bou-result-pagination .pagination {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    float: none !important;
    margin: 0 auto !important;
    padding: 15px 0 0 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.bou-result-pagination .pagination:before,
.bou-result-pagination .pagination:after,
.bou-result-pagination:before,
.bou-result-pagination:after {
    display: none !important;
}

.bou-result-pagination ul,
.bou-result-pagination ol {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    float: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
}

.bou-result-pagination .pagination > li {
    float: none !important;
    display: inline-block;
    margin: 0 2px;
}

.bou-result-pagination .pagination > li > a,
.bou-result-pagination .pagination > li > span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #dce4eb !important;
    border-radius: 3px !important;
    background: #ffffff !important;
    color: #526b7d !important;
    font-size: 12px;
    line-height: 32px;
    text-decoration: none;
}

.bou-result-pagination .pagination > li > a:hover {
    border-color: #225C9E !important;
    background: #eef5fa !important;
    color: #225C9E !important;
}

.bou-result-pagination .pagination > .active > a,
.bou-result-pagination .pagination > .active > span {
    border-color: #225C9E !important;
    background: #225C9E !important;
    color: #ffffff !important;
}

.bou-result-pagination .pagination > .disabled > a,
.bou-result-pagination .pagination > .disabled > span {
    border-color: #edf1f4 !important;
    background: #f5f7f9 !important;
    color: #b5bec6 !important;
    cursor: not-allowed;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .bou-result-search-form {
        width: 75%;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .bou-result-section {
        padding: 35px 0 45px;
    }

    .bou-result-header {
        margin-bottom: 22px;
    }

    .bou-result-header h2 {
        font-size: 24px;
    }

    .bou-result-header p {
        padding: 0 15px;
        font-size: 13px;
    }

    .bou-result-search-box {
        padding: 12px;
        margin-bottom: 22px;
    }

    .bou-result-search-form {
        width: 100%;
        height: 42px;
    }

    .bou-result-search-input input.form-control {
        height: 42px;
        min-height: 42px;
        font-size: 13px;
    }

    .bou-result-search-btn {
        flex: 0 0 95px;
        width: 95px;
        min-width: 95px;
        max-width: 95px;
        height: 42px;
        min-height: 42px;
    }

    .bou-result-list-heading {
        align-items: flex-start;
    }

    .bou-result-list-heading h3 {
        font-size: 18px;
    }

    .bou-result-count {
        padding-top: 16px;
        font-size: 11px;
    }

    .bou-result-table tbody td {
        padding: 12px 10px;
    }

    .bou-result-pagination {
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 5px;
        white-space: nowrap;
    }

    .bou-result-pagination .pagination {
        white-space: nowrap;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .bou-result-header h2 {
        font-size: 22px;
    }

    .bou-result-search-btn {
        flex: 0 0 88px;
        width: 88px;
        min-width: 88px;
        max-width: 88px;
    }

    .bou-result-search-btn i {
        display: none;
    }

    .bou-result-search-btn span {
        font-size: 12px;
    }

    .bou-result-title {
        font-size: 12px;
    }

    .bou-result-date-text {
        font-size: 11px;
    }

}



/* =========================================================
   BOU ADMINISTRATIVE NOTICE
   ========================================================= */

.bou-administrative-section {
    position: relative;
    overflow: hidden;
    padding: 45px 0 60px;
    background: linear-gradient(
        135deg,
        #f5f7fa 0%,
        #eef5fa 55%,
        #e7f0f7 100%
    );
}


/* Decorative Background */

.bou-administrative-section:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -140px;
    top: 80px;
    border-radius: 50%;
    background: rgba(34, 92, 158, 0.035);
    pointer-events: none;
}

.bou-administrative-section:after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    left: -120px;
    bottom: 50px;
    border-radius: 50%;
    background: rgba(34, 92, 158, 0.025);
    pointer-events: none;
}


/* =========================================================
   HEADER
   ========================================================= */

.bou-administrative-header {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 28px;
}

.bou-administrative-kicker {
    margin-bottom: 6px;
    color: #225C9E;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.bou-administrative-header h2 {
    margin: 0;
    color: #173B55;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
}

.bou-administrative-header-line {
    width: 48px;
    height: 3px;
    margin: 12px auto 10px;
    background: #225C9E;
    border-radius: 2px;
}

.bou-administrative-header p {
    margin: 0;
    color: #71808f;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   SEARCH BOX
   ========================================================= */

.bou-administrative-search-box {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 0 28px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e1e8ee;
    border-radius: 4px;
    box-shadow: 0 4px 18px rgba(31, 61, 86, 0.06);
}

.bou-administrative-search-form {
    display: flex;
    align-items: stretch;
    width: 68%;
    max-width: 760px;
    height: 44px;
    margin: 0 auto;
    padding: 0;
}


/* Search Input */

.bou-administrative-search-input {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.bou-administrative-search-input i {
    position: absolute;
    z-index: 2;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #8d9aa5;
    font-size: 13px;
    pointer-events: none;
}

.bou-administrative-search-input input.form-control {
    display: block;
    width: 100%;
    height: 44px;
    min-height: 44px;
    margin: 0;
    padding: 10px 15px 10px 38px;
    border: 1px solid #dce4eb;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    background: #ffffff;
    color: #34495e;
    font-size: 14px;
    line-height: 22px;
    box-sizing: border-box;
    box-shadow: none;
}

.bou-administrative-search-input input.form-control:focus {
    border-color: #225C9E;
    border-right: 0;
    outline: none;
    box-shadow: none;
}

.bou-administrative-search-input input.form-control::placeholder {
    color: #9aa7b2;
}


/* Search Button */

.bou-administrative-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 110px;
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    height: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    border: 1px solid #225C9E;
    border-radius: 0 3px 3px 0;
    background: #225C9E;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    box-shadow: none;
    outline: none;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
}

.bou-administrative-search-btn i,
.bou-administrative-search-btn span {
    color: #ffffff !important;
}

.bou-administrative-search-btn i {
    margin-right: 6px;
}

.bou-administrative-search-btn:hover,
.bou-administrative-search-btn:focus,
.bou-administrative-search-btn:active {
    background: #173B55;
    border-color: #173B55;
    color: #ffffff !important;
}

.bou-administrative-search-btn:hover i,
.bou-administrative-search-btn:hover span,
.bou-administrative-search-btn:focus i,
.bou-administrative-search-btn:focus span,
.bou-administrative-search-btn:active i,
.bou-administrative-search-btn:active span {
    color: #ffffff !important;
}


/* =========================================================
   LIST HEADING
   ========================================================= */

.bou-administrative-list-heading {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 12px;
}

.bou-administrative-list-heading > div:first-child > span {
    display: block;
    margin-bottom: 4px;
    color: #225C9E;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.bou-administrative-list-heading h3 {
    margin: 0;
    color: #173B55;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.bou-administrative-count {
    padding-bottom: 2px;
    color: #7b8995;
    font-size: 12px;
}


/* =========================================================
   TABLE
   ========================================================= */

.bou-administrative-table-wrapper {
    position: relative;
    z-index: 1;
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid #e1e8ee;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(31, 61, 86, 0.06);
}

.bou-administrative-table {
    width: 100%;
    min-width: 700px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.bou-administrative-table thead tr {
    background: #225C9E;
}

.bou-administrative-table thead th {
    height: 45px;
    padding: 0 14px;
    border: 0 !important;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
    vertical-align: middle;
}

.bou-administrative-table thead th.bou-administrative-sl {
    width: 7%;
}

.bou-administrative-table thead th.bou-administrative-subject {
    width: 63%;
}

.bou-administrative-table thead th.bou-administrative-date {
    width: 13%;
}

.bou-administrative-table thead th.bou-administrative-action {
    width: 17%;
}


/* Table Rows */

.bou-administrative-table tbody tr {
    background: #ffffff;
    transition: background 0.2s ease;
}

.bou-administrative-table tbody tr:hover {
    background: #eef5fa;
}

.bou-administrative-table tbody td {
    padding: 14px;
    border-top: 1px solid #edf1f4 !important;
    color: #4b5b68;
    font-size: 13px;
    line-height: 1.5;
    vertical-align: middle;
}


/* SL */

.bou-administrative-table tbody td.bou-administrative-sl {
    color: #748392;
    font-weight: 600;
    text-align: center;
}


/* Subject */

.bou-administrative-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #315e86 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none !important;
}

.bou-administrative-title i {
    flex: 0 0 auto;
    color: #225C9E;
    font-size: 15px;
}

.bou-administrative-title span {
    color: inherit;
}

.bou-administrative-title:hover {
    color: #173B55 !important;
}


/* Date */

.bou-administrative-date-text {
    color: #71808f;
    font-size: 12px;
    white-space: nowrap;
}


/* Action */

.bou-administrative-action {
    text-align: center;
}

.bou-administrative-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 32px;
    padding: 0 12px;
    border: 1px solid #225C9E;
    border-radius: 3px;
    background: #ffffff;
    color: #225C9E !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.bou-administrative-download i {
    margin-right: 6px;
    color: #225C9E !important;
}

.bou-administrative-download:hover,
.bou-administrative-download:focus {
    background: #225C9E;
    color: #ffffff !important;
    text-decoration: none !important;
}

.bou-administrative-download:hover i,
.bou-administrative-download:focus i {
    color: #ffffff !important;
}


/* =========================================================
   EMPTY STATE
   ========================================================= */

.bou-administrative-empty {
    padding: 45px 20px;
    text-align: center;
}

.bou-administrative-empty i {
    display: block;
    margin-bottom: 10px;
    color: #b7c3cd;
    font-size: 30px;
}

.bou-administrative-empty h4 {
    margin: 0 0 6px;
    color: #526270;
    font-size: 16px;
    font-weight: 600;
}

.bou-administrative-empty p {
    margin: 0;
    color: #8b98a3;
    font-size: 13px;
}


/* =========================================================
   PAGINATION
   ========================================================= */

.bou-administrative-pagination {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.bou-administrative-pagination .pagination {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    float: none !important;
    margin: 0 auto !important;
    padding: 15px 0 0 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.bou-administrative-pagination .pagination:before,
.bou-administrative-pagination .pagination:after,
.bou-administrative-pagination:before,
.bou-administrative-pagination:after {
    display: none !important;
}

.bou-administrative-pagination ul,
.bou-administrative-pagination ol {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    float: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
}

.bou-administrative-pagination .pagination > li {
    float: none !important;
    display: inline-block;
    margin: 0 2px;
}

.bou-administrative-pagination .pagination > li > a,
.bou-administrative-pagination .pagination > li > span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #dce4eb !important;
    border-radius: 3px !important;
    background: #ffffff !important;
    color: #526b7d !important;
    font-size: 12px;
    line-height: 32px;
    text-decoration: none;
}

.bou-administrative-pagination .pagination > li > a:hover {
    border-color: #225C9E !important;
    background: #eef5fa !important;
    color: #225C9E !important;
}

.bou-administrative-pagination .pagination > .active > a,
.bou-administrative-pagination .pagination > .active > span {
    border-color: #225C9E !important;
    background: #225C9E !important;
    color: #ffffff !important;
}

.bou-administrative-pagination .pagination > .disabled > a,
.bou-administrative-pagination .pagination > .disabled > span {
    border-color: #edf1f4 !important;
    background: #f5f7f9 !important;
    color: #b5bec6 !important;
    cursor: not-allowed;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .bou-administrative-search-form {
        width: 75%;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .bou-administrative-section {
        padding: 35px 0 45px;
    }

    .bou-administrative-header {
        margin-bottom: 22px;
    }

    .bou-administrative-header h2 {
        font-size: 24px;
    }

    .bou-administrative-header p {
        padding: 0 15px;
        font-size: 13px;
    }

    .bou-administrative-search-box {
        padding: 12px;
        margin-bottom: 22px;
    }

    .bou-administrative-search-form {
        width: 100%;
        height: 42px;
    }

    .bou-administrative-search-input input.form-control {
        height: 42px;
        min-height: 42px;
        font-size: 13px;
    }

    .bou-administrative-search-btn {
        flex: 0 0 95px;
        width: 95px;
        min-width: 95px;
        max-width: 95px;
        height: 42px;
        min-height: 42px;
    }

    .bou-administrative-list-heading {
        align-items: flex-start;
    }

    .bou-administrative-list-heading h3 {
        font-size: 18px;
    }

    .bou-administrative-count {
        padding-top: 16px;
        font-size: 11px;
    }

    .bou-administrative-table tbody td {
        padding: 12px 10px;
    }

    .bou-administrative-pagination {
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 5px;
        white-space: nowrap;
    }

    .bou-administrative-pagination .pagination {
        white-space: nowrap;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .bou-administrative-header h2 {
        font-size: 22px;
    }

    .bou-administrative-search-btn {
        flex: 0 0 88px;
        width: 88px;
        min-width: 88px;
        max-width: 88px;
    }

    .bou-administrative-search-btn i {
        display: none;
    }

    .bou-administrative-search-btn span {
        font-size: 12px;
    }

    .bou-administrative-title {
        font-size: 12px;
    }

    .bou-administrative-date-text {
        font-size: 11px;
    }

}





/* =========================================================
   BOU RECRUITMENT NOTICE
   ========================================================= */

.bou-recruitment-section {
    position: relative;
    overflow: hidden;

    padding: 45px 0 60px;

    background: linear-gradient(
        135deg,
        #f5f7fa 0%,
        #eef5fa 55%,
        #e7f0f7 100%
    );
}


/* =========================================================
   BACKGROUND DECORATION
   ========================================================= */

.bou-recruitment-section:before {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    right: -140px;
    top: 80px;

    border-radius: 50%;

    background: rgba(34, 92, 158, 0.035);

    pointer-events: none;
}

.bou-recruitment-section:after {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    left: -120px;
    bottom: 50px;

    border-radius: 50%;

    background: rgba(34, 92, 158, 0.025);

    pointer-events: none;
}


/* =========================================================
   HEADER
   ========================================================= */

.bou-recruitment-header {
    position: relative;
    z-index: 1;

    text-align: center;

    margin-bottom: 28px;
}

.bou-recruitment-kicker {
    margin-bottom: 6px;

    color: #225C9E;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.bou-recruitment-header h2 {
    margin: 0;

    color: #173B55;

    font-size: 28px;
    line-height: 1.25;

    font-weight: 700;
}

.bou-recruitment-header-line {
    width: 48px;
    height: 3px;

    margin: 12px auto 10px;

    background: #225C9E;

    border-radius: 2px;
}

.bou-recruitment-header p {
    margin: 0;

    color: #71808f;

    font-size: 14px;

    line-height: 1.6;
}


/* =========================================================
   SEARCH BOX
   ========================================================= */

.bou-recruitment-search-box {
    position: relative;
    z-index: 1;

    width: 100%;

    margin: 0 0 28px;

    padding: 16px;

    background: #ffffff;

    border: 1px solid #e1e8ee;

    border-radius: 4px;

    box-shadow: 0 4px 18px rgba(31, 61, 86, 0.06);

    box-sizing: border-box;
}


/* Search Form */

.bou-recruitment-search-form {
    display: flex !important;

    align-items: stretch !important;

    width: 68%;

    max-width: 760px;

    height: 44px;

    margin: 0 auto !important;

    padding: 0 !important;

    box-sizing: border-box;
}


/* Search Input Wrapper */

.bou-recruitment-search-input {
    position: relative;

    flex: 1 1 auto;

    min-width: 0;

    height: 44px;
}


/* Search Icon */

.bou-recruitment-search-input i {
    position: absolute;

    z-index: 5;

    left: 14px;
    top: 50%;

    transform: translateY(-50%);

    color: #8d9aa5;

    font-size: 13px;

    pointer-events: none;
}


/* Search Input */

.bou-recruitment-search-input input.form-control {
    display: block !important;

    width: 100% !important;

    height: 44px !important;

    min-height: 44px !important;

    margin: 0 !important;

    padding: 10px 15px 10px 38px !important;

    border: 1px solid #dce4eb !important;

    border-right: 0 !important;

    border-radius: 3px 0 0 3px !important;

    background: #ffffff !important;

    color: #34495e !important;

    font-size: 14px !important;

    line-height: 22px !important;

    box-sizing: border-box !important;

    box-shadow: none !important;
}


/* Search Input Focus */

.bou-recruitment-search-input input.form-control:focus {
    border-color: #225C9E !important;

    border-right: 0 !important;

    outline: none !important;

    box-shadow: none !important;
}


/* Placeholder */

.bou-recruitment-search-input input.form-control::placeholder {
    color: #9aa7b2;
}


/* =========================================================
   SEARCH BUTTON
   ========================================================= */

.bou-recruitment-search-btn {
    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    flex: 0 0 110px !important;

    width: 110px !important;

    min-width: 110px !important;

    max-width: 110px !important;

    height: 44px !important;

    min-height: 44px !important;

    margin: 0 !important;

    padding: 0 !important;

    border: 1px solid #225C9E !important;

    border-radius: 0 3px 3px 0 !important;

    background: #225C9E !important;

    color: #ffffff !important;

    font-size: 13px !important;

    font-weight: 600 !important;

    line-height: 1 !important;

    text-align: center !important;

    box-sizing: border-box !important;

    box-shadow: none !important;

    cursor: pointer !important;
}

.bou-recruitment-search-btn i {
    margin-right: 6px;

    color: #ffffff !important;
}

.bou-recruitment-search-btn span {
    color: #ffffff !important;
}


/* Search Hover */

.bou-recruitment-search-btn:hover,
.bou-recruitment-search-btn:focus,
.bou-recruitment-search-btn:active {
    background: #173B55 !important;

    border-color: #173B55 !important;

    color: #ffffff !important;
}

.bou-recruitment-search-btn:hover i,
.bou-recruitment-search-btn:hover span,
.bou-recruitment-search-btn:focus i,
.bou-recruitment-search-btn:focus span,
.bou-recruitment-search-btn:active i,
.bou-recruitment-search-btn:active span {
    color: #ffffff !important;
}


/* =========================================================
   LIST HEADING
   ========================================================= */

.bou-recruitment-list-heading {
    position: relative;
    z-index: 1;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    margin-bottom: 12px;
}


/* Kicker */

.bou-recruitment-list-heading > div:first-child > span {
    display: block;

    margin-bottom: 4px;

    color: #225C9E;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


/* Heading */

.bou-recruitment-list-heading h3 {
    margin: 0;

    color: #173B55;

    font-size: 20px;

    line-height: 1.3;

    font-weight: 700;
}


/* Count */

.bou-recruitment-count {
    padding-bottom: 2px;

    color: #7b8995;

    font-size: 12px;
}


/* =========================================================
   TABLE WRAPPER
   ========================================================= */

.bou-recruitment-table-wrapper {
    position: relative;
    z-index: 1;

    overflow-x: auto;

    width: 100%;

    background: #ffffff;

    border: 1px solid #e1e8ee;

    border-radius: 4px;

    box-shadow: 0 5px 20px rgba(31, 61, 86, 0.06);
}


/* =========================================================
   TABLE
   ========================================================= */

.bou-recruitment-table {
    width: 100% !important;

    /*
     * Enough room for:
     * Circular = 105px
     * Gap       = 8px
     * Application = 105px
     *
     * Total = 218px
     */
    min-width: 900px !important;

    margin: 0 !important;

    border-collapse: separate !important;

    border-spacing: 0 !important;

    table-layout: fixed !important;
}


/* =========================================================
   TABLE HEADER
   ========================================================= */

.bou-recruitment-table thead tr {
    background: #225C9E;
}

.bou-recruitment-table thead th {
    height: 45px !important;

    padding: 0 14px !important;

    border: 0 !important;

    color: #ffffff !important;

    font-size: 12px !important;

    font-weight: 600 !important;

    line-height: 45px !important;

    text-transform: uppercase;

    vertical-align: middle !important;

    box-sizing: border-box;
}


/* =========================================================
   COLUMN WIDTHS
   ========================================================= */

.bou-recruitment-table thead th.bou-recruitment-sl {
    width: 7% !important;
}

.bou-recruitment-table thead th.bou-recruitment-subject {
    width: 51% !important;
}

.bou-recruitment-table thead th.bou-recruitment-date {
    width: 14% !important;
}

.bou-recruitment-table thead th.bou-recruitment-action {
    width: 28% !important;

    min-width: 245px !important;

    text-align: center !important;
}


/* =========================================================
   TABLE BODY
   ========================================================= */

.bou-recruitment-table tbody tr {
    background: #ffffff;

    transition: background 0.2s ease;
}

.bou-recruitment-table tbody tr:hover {
    background: #eef5fa;
}


/* Cells */

.bou-recruitment-table tbody td {
    padding: 14px !important;

    border-top: 1px solid #edf1f4 !important;

    color: #4b5b68;

    font-size: 13px;

    line-height: 1.5;

    vertical-align: middle !important;

    box-sizing: border-box;
}


/* =========================================================
   SL
   ========================================================= */

.bou-recruitment-table tbody td.bou-recruitment-sl {
    color: #748392;

    font-weight: 600;

    text-align: center;
}


/* =========================================================
   SUBJECT
   ========================================================= */

.bou-recruitment-title {
    display: flex !important;

    align-items: center !important;

    gap: 10px;

    width: 100%;

    color: #315e86 !important;

    font-size: 13px;

    font-weight: 500;

    line-height: 1.5;

    text-decoration: none !important;

    box-sizing: border-box;
}

.bou-recruitment-title i {
    flex: 0 0 auto;

    color: #225C9E !important;

    font-size: 15px;
}

.bou-recruitment-title span {
    color: inherit;

    overflow-wrap: break-word;
}

.bou-recruitment-title:hover {
    color: #173B55 !important;
}


/* =========================================================
   DATE
   ========================================================= */

.bou-recruitment-date-text {
    color: #71808f;

    font-size: 12px;

    white-space: nowrap;
}


/* =========================================================
   DOWNLOAD COLUMN
   ========================================================= */

.bou-recruitment-action {
    text-align: center !important;

    vertical-align: middle !important;

    min-width: 245px !important;
}


/* =========================================================
   DOWNLOAD BUTTON CONTAINER
   ========================================================= */

.bou-recruitment-download-group {
    display: grid !important;

    grid-template-columns: 105px 105px !important;

    justify-content: center !important;

    align-items: center !important;

    column-gap: 8px !important;

    width: 100% !important;

    min-width: 218px !important;

    margin: 0 auto !important;

    padding: 0 !important;

    box-sizing: border-box !important;
}


/* =========================================================
   DOWNLOAD BUTTONS
   BOTH EXACTLY THE SAME SIZE
   ========================================================= */

.bou-recruitment-download {
    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    width: 105px !important;

    min-width: 105px !important;

    max-width: 105px !important;

    height: 34px !important;

    min-height: 34px !important;

    max-height: 34px !important;

    margin: 0 !important;

    padding: 0 5px !important;

    border: 1px solid #225C9E !important;

    border-radius: 3px !important;

    background: #ffffff !important;

    color: #225C9E !important;

    font-size: 10px !important;

    font-weight: 600 !important;

    line-height: 32px !important;

    text-align: center !important;

    text-decoration: none !important;

    white-space: nowrap !important;

    vertical-align: middle !important;

    box-sizing: border-box !important;

    overflow: hidden !important;

    transition: all 0.2s ease;
}


/* Button icon */

.bou-recruitment-download i {
    display: inline-block !important;

    flex: 0 0 auto !important;

    margin-right: 5px !important;

    color: #225C9E !important;

    font-size: 11px !important;

    line-height: 1 !important;
}


/* Button text */

.bou-recruitment-download span {
    display: inline-block !important;

    color: #225C9E !important;

    font-size: 12px !important;

    line-height: 1 !important;

    white-space: nowrap !important;
}


/* =========================================================
   DOWNLOAD HOVER
   ========================================================= */

.bou-recruitment-download:hover,
.bou-recruitment-download:focus {
    background: #225C9E !important;

    border-color: #225C9E !important;

    color: #ffffff !important;

    text-decoration: none !important;
}

.bou-recruitment-download:hover i,
.bou-recruitment-download:hover span,
.bou-recruitment-download:focus i,
.bou-recruitment-download:focus span {
    color: #ffffff !important;
}


/* =========================================================
   DISABLED APPLICATION FORM
   ========================================================= */

.bou-recruitment-download.bou-recruitment-disabled {
    border-color: #dce3e8 !important;

    background: #f5f7f9 !important;

    color: #aeb8c0 !important;

    cursor: not-allowed;

    pointer-events: none;
}

.bou-recruitment-download.bou-recruitment-disabled i,
.bou-recruitment-download.bou-recruitment-disabled span {
    color: #aeb8c0 !important;
}


/* =========================================================
   EMPTY STATE
   ========================================================= */

.bou-recruitment-empty {
    padding: 45px 20px;

    text-align: center;
}

.bou-recruitment-empty i {
    display: block;

    margin-bottom: 10px;

    color: #b7c3cd;

    font-size: 30px;
}

.bou-recruitment-empty h4 {
    margin: 0 0 6px;

    color: #526270;

    font-size: 16px;

    font-weight: 600;
}

.bou-recruitment-empty p {
    margin: 0;

    color: #8b98a3;

    font-size: 13px;
}


/* =========================================================
   PAGINATION
   ========================================================= */

.bou-recruitment-pagination {
    position: relative;
    z-index: 1;

    width: 100%;

    margin-top: 25px;

    text-align: center;
}


/* Remove theme decorations */

.bou-recruitment-pagination:before,
.bou-recruitment-pagination:after,
.bou-recruitment-pagination .pagination:before,
.bou-recruitment-pagination .pagination:after {
    display: none !important;
}


/* Pagination */

.bou-recruitment-pagination .pagination {
    display: inline-flex !important;

    align-items: center;

    justify-content: center;

    float: none !important;

    margin: 0 auto !important;

    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;
}


/* UL / OL */

.bou-recruitment-pagination ul,
.bou-recruitment-pagination ol {
    display: inline-flex !important;

    align-items: center;

    justify-content: center;

    float: none !important;

    margin: 0 auto !important;

    padding: 0 !important;

    background: transparent !important;
}


/* Pagination Items */

.bou-recruitment-pagination .pagination > li {
    display: inline-block;

    float: none !important;

    margin: 0 2px;
}


/* Pagination Links */

.bou-recruitment-pagination .pagination > li > a,
.bou-recruitment-pagination .pagination > li > span {
    display: flex;

    align-items: center;

    justify-content: center;

    min-width: 34px;

    height: 34px;

    padding: 0 10px;

    border: 1px solid #dce4eb !important;

    border-radius: 3px !important;

    background: #ffffff !important;

    color: #526b7d !important;

    font-size: 12px;

    line-height: 32px;

    text-decoration: none;
}


/* Pagination Hover */

.bou-recruitment-pagination .pagination > li > a:hover {
    border-color: #225C9E !important;

    background: #eef5fa !important;

    color: #225C9E !important;
}


/* Active */

.bou-recruitment-pagination .pagination > .active > a,
.bou-recruitment-pagination .pagination > .active > span {
    border-color: #225C9E !important;

    background: #225C9E !important;

    color: #ffffff !important;
}


/* Disabled */

.bou-recruitment-pagination .pagination > .disabled > a,
.bou-recruitment-pagination .pagination > .disabled > span {
    border-color: #edf1f4 !important;

    background: #f5f7f9 !important;

    color: #b5bec6 !important;

    cursor: not-allowed;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .bou-recruitment-search-form {
        width: 75%;
    }

    .bou-recruitment-table {
        min-width: 900px !important;
    }

    .bou-recruitment-table thead th.bou-recruitment-action {
        min-width: 240px !important;
    }

    .bou-recruitment-action {
        min-width: 240px !important;
    }

    .bou-recruitment-download-group {
        grid-template-columns: 100px 100px !important;

        min-width: 206px !important;

        column-gap: 6px !important;
    }

    .bou-recruitment-download {
        width: 100px !important;

        min-width: 100px !important;

        max-width: 100px !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .bou-recruitment-section {
        padding: 35px 0 45px;
    }


    /* Header */

    .bou-recruitment-header {
        margin-bottom: 22px;
    }

    .bou-recruitment-header h2 {
        font-size: 24px;
    }

    .bou-recruitment-header p {
        padding: 0 15px;

        font-size: 13px;
    }


    /* Search */

    .bou-recruitment-search-box {
        padding: 12px;

        margin-bottom: 22px;
    }

    .bou-recruitment-search-form {
        width: 100%;

        height: 42px;
    }

    .bou-recruitment-search-input {
        height: 42px;
    }

    .bou-recruitment-search-input input.form-control {
        height: 42px !important;

        min-height: 42px !important;

        font-size: 13px !important;
    }

    .bou-recruitment-search-btn {
        flex: 0 0 95px !important;

        width: 95px !important;

        min-width: 95px !important;

        max-width: 95px !important;

        height: 42px !important;

        min-height: 42px !important;
    }


    /* List heading */

    .bou-recruitment-list-heading {
        align-items: flex-start;
    }

    .bou-recruitment-list-heading h3 {
        font-size: 18px;
    }

    .bou-recruitment-count {
        padding-top: 16px;

        font-size: 11px;
    }


    /* Table */

    .bou-recruitment-table {
        min-width: 880px !important;
    }

    .bou-recruitment-table tbody td {
        padding: 12px 10px !important;
    }


    /* Download column */

    .bou-recruitment-table thead th.bou-recruitment-action,
    .bou-recruitment-action {
        min-width: 225px !important;
    }


    /* Download buttons */

    .bou-recruitment-download-group {
        grid-template-columns: 98px 98px !important;

        min-width: 201px !important;

        column-gap: 5px !important;
    }

    .bou-recruitment-download {
        width: 98px !important;

        min-width: 98px !important;

        max-width: 98px !important;

        height: 33px !important;

        min-height: 33px !important;

        max-height: 33px !important;

        font-size: 9px !important;
    }

    .bou-recruitment-download span {
        font-size: 9px !important;
    }


    /* Pagination */

    .bou-recruitment-pagination {
        overflow-x: auto;

        overflow-y: hidden;

        padding-bottom: 5px;

        white-space: nowrap;
    }

    .bou-recruitment-pagination .pagination {
        white-space: nowrap;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .bou-recruitment-header h2 {
        font-size: 22px;
    }


    /* Search */

    .bou-recruitment-search-btn {
        flex: 0 0 88px !important;

        width: 88px !important;

        min-width: 88px !important;

        max-width: 88px !important;
    }

    .bou-recruitment-search-btn i {
        display: none;
    }

    .bou-recruitment-search-btn span {
        font-size: 12px;
    }


    /* Subject */

    .bou-recruitment-title {
        font-size: 12px;
    }


    /* Date */

    .bou-recruitment-date-text {
        font-size: 11px;
    }


    /* Download */

    .bou-recruitment-table thead th.bou-recruitment-action,
    .bou-recruitment-action {
        min-width: 215px !important;
    }

    .bou-recruitment-download-group {
        grid-template-columns: 94px 94px !important;

        min-width: 193px !important;

        column-gap: 5px !important;
    }

    .bou-recruitment-download {
        width: 94px !important;

        min-width: 94px !important;

        max-width: 94px !important;

        font-size: 8.5px !important;
    }

    .bou-recruitment-download span {
        font-size: 8.5px !important;
    }

}




/* =========================================================
   BOU TENDER + PROCUREMENT PAGE
   ========================================================= */

.bou-tender-page {
    position: relative;

    overflow: hidden;

    padding: 45px 0 60px;

    background: linear-gradient(
        135deg,
        #f5f7fa 0%,
        #eef5fa 55%,
        #e7f0f7 100%
    );
}


/* =========================================================
   BACKGROUND DECORATION
   ========================================================= */

.bou-tender-page:before {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    right: -140px;
    top: 70px;

    border-radius: 50%;

    background: rgba(34, 92, 158, 0.035);

    pointer-events: none;
}

.bou-tender-page:after {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    left: -120px;
    bottom: 80px;

    border-radius: 50%;

    background: rgba(34, 92, 158, 0.025);

    pointer-events: none;
}


/* =========================================================
   PROCUREMENT HEADER
   ========================================================= */

.bou-procurement-header {
    position: relative;

    z-index: 1;

    text-align: center;

    margin-bottom: 25px;
}

.bou-procurement-kicker {
    margin-bottom: 6px;

    color: #225C9E;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.bou-procurement-header h2 {
    margin: 0;

    color: #173B55;

    font-size: 28px;

    line-height: 1.25;

    font-weight: 700;
}

.bou-procurement-header-line {
    width: 48px;

    height: 3px;

    margin: 12px auto 10px;

    background: #225C9E;

    border-radius: 2px;
}

.bou-procurement-header p {
    margin: 0;

    color: #71808f;

    font-size: 14px;

    line-height: 1.6;
}


/* =========================================================
   PROCUREMENT TABLE WRAPPER
   ========================================================= */

.bou-procurement-table-wrapper {
    position: relative;

    z-index: 1;

    width: 100%;

    overflow-x: auto;

    background: #ffffff;

    border: 1px solid #e1e8ee;

    border-radius: 4px;

    box-shadow: 0 5px 20px rgba(31, 61, 86, 0.06);
}


/* =========================================================
   PROCUREMENT TABLE
   ========================================================= */

.bou-procurement-table {
    width: 100% !important;

    min-width: 700px !important;

    margin: 0 !important;

    border-collapse: separate !important;

    border-spacing: 0 !important;

    table-layout: fixed !important;
}


/* =========================================================
   PROCUREMENT HEADER
   ========================================================= */

.bou-procurement-table thead tr {
    background: #225C9E;
}

.bou-procurement-table thead th {
    height: 45px !important;

    padding: 0 14px !important;

    border: 0 !important;

    color: #ffffff !important;

    font-size: 12px !important;

    font-weight: 600 !important;

    line-height: 45px !important;

    text-transform: uppercase;

    vertical-align: middle !important;

    box-sizing: border-box;
}


/* =========================================================
   PROCUREMENT COLUMN WIDTH
   ========================================================= */

.bou-procurement-table thead th.bou-procurement-year {
    width: 42% !important;
}

.bou-procurement-table thead th.bou-procurement-division {
    width: 43% !important;
}

.bou-procurement-table thead th.bou-procurement-action {
    width: 15% !important;

    min-width: 120px !important;

    text-align: center !important;
}


/* =========================================================
   PROCUREMENT BODY
   ========================================================= */

.bou-procurement-table tbody tr {
    background: #ffffff;

    transition: background 0.2s ease;
}

.bou-procurement-table tbody tr:hover {
    background: #eef5fa;
}

.bou-procurement-table tbody td {
    padding: 14px !important;

    border-top: 1px solid #edf1f4 !important;

    color: #4b5b68;

    font-size: 13px;

    line-height: 1.5;

    vertical-align: middle !important;

    box-sizing: border-box;
}


/* =========================================================
   YEAR
   ========================================================= */

.bou-procurement-year {
    color: #173B55;

    font-size: 13px;

    line-height: 1.5;

    vertical-align: middle !important;
}

.bou-procurement-year strong {
    color: #315e86;

    font-weight: 600;
}


/* =========================================================
   DIVISION
   ========================================================= */

.bou-procurement-division {
    vertical-align: middle !important;
}

.bou-procurement-division-name {
    display: flex;

    align-items: center;

    gap: 9px;

    color: #526675;

    font-size: 13px;

    line-height: 1.5;
}

.bou-procurement-division-name i {
    flex: 0 0 auto;

    color: #225C9E;

    font-size: 14px;
}


/* =========================================================
   PROCUREMENT DOWNLOAD
   ========================================================= */

.bou-procurement-action {
    text-align: center !important;

    vertical-align: middle !important;
}

.bou-procurement-download {
    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    width: 105px !important;

    min-width: 105px !important;

    max-width: 105px !important;

    height: 34px !important;

    min-height: 34px !important;

    margin: 0 auto !important;

    padding: 0 8px !important;

    border: 1px solid #225C9E !important;

    border-radius: 3px !important;

    background: #ffffff !important;

    color: #225C9E !important;

    font-size: 10px !important;

    font-weight: 600 !important;

    line-height: 32px !important;

    text-decoration: none !important;

    white-space: nowrap !important;

    box-sizing: border-box !important;

    transition: all 0.2s ease;
}

.bou-procurement-download i {
    margin-right: 5px;

    color: #225C9E !important;

    font-size: 11px;
}

.bou-procurement-download span {
    color: #225C9E !important;

    font-size: 10px;
}

.bou-procurement-download:hover,
.bou-procurement-download:focus {
    background: #225C9E !important;

    border-color: #225C9E !important;

    color: #ffffff !important;

    text-decoration: none !important;
}

.bou-procurement-download:hover i,
.bou-procurement-download:hover span,
.bou-procurement-download:focus i,
.bou-procurement-download:focus span {
    color: #ffffff !important;
}


/* =========================================================
   GAP BETWEEN PROCUREMENT AND TENDER
   ========================================================= */

.bou-tender-section-gap {
    height: 42px;
}


/* =========================================================
   TENDER HEADER
   ========================================================= */

.bou-tender-header {
    position: relative;

    z-index: 1;

    text-align: center;

    margin-bottom: 28px;
}

.bou-tender-kicker {
    margin-bottom: 6px;

    color: #225C9E;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.bou-tender-header h2 {
    margin: 0;

    color: #173B55;

    font-size: 28px;

    line-height: 1.25;

    font-weight: 700;
}

.bou-tender-header-line {
    width: 48px;

    height: 3px;

    margin: 12px auto 10px;

    background: #225C9E;

    border-radius: 2px;
}

.bou-tender-header p {
    margin: 0;

    color: #71808f;

    font-size: 14px;

    line-height: 1.6;
}


/* =========================================================
   SEARCH BOX
   ========================================================= */

.bou-tender-search-box {
    position: relative;

    z-index: 1;

    width: 100%;

    margin: 0 0 28px;

    padding: 16px;

    background: #ffffff;

    border: 1px solid #e1e8ee;

    border-radius: 4px;

    box-shadow: 0 4px 18px rgba(31, 61, 86, 0.06);

    box-sizing: border-box;
}


/* =========================================================
   SEARCH FORM
   ========================================================= */

.bou-tender-search-form {
    display: flex !important;

    align-items: stretch !important;

    width: 68%;

    max-width: 760px;

    height: 44px;

    margin: 0 auto !important;

    padding: 0 !important;

    box-sizing: border-box;
}


/* Search Input */

.bou-tender-search-input {
    position: relative;

    flex: 1 1 auto;

    min-width: 0;

    height: 44px;
}

.bou-tender-search-input i {
    position: absolute;

    z-index: 5;

    left: 14px;

    top: 50%;

    transform: translateY(-50%);

    color: #8d9aa5;

    font-size: 13px;

    pointer-events: none;
}

.bou-tender-search-input input.form-control {
    display: block !important;

    width: 100% !important;

    height: 44px !important;

    min-height: 44px !important;

    margin: 0 !important;

    padding: 10px 15px 10px 38px !important;

    border: 1px solid #dce4eb !important;

    border-right: 0 !important;

    border-radius: 3px 0 0 3px !important;

    background: #ffffff !important;

    color: #34495e !important;

    font-size: 14px !important;

    line-height: 22px !important;

    box-sizing: border-box !important;

    box-shadow: none !important;
}

.bou-tender-search-input input.form-control:focus {
    border-color: #225C9E !important;

    border-right: 0 !important;

    outline: none !important;

    box-shadow: none !important;
}

.bou-tender-search-input input.form-control::placeholder {
    color: #9aa7b2;
}


/* =========================================================
   SEARCH BUTTON
   ========================================================= */

.bou-tender-search-btn {
    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    flex: 0 0 110px !important;

    width: 110px !important;

    min-width: 110px !important;

    max-width: 110px !important;

    height: 44px !important;

    min-height: 44px !important;

    margin: 0 !important;

    padding: 0 !important;

    border: 1px solid #225C9E !important;

    border-radius: 0 3px 3px 0 !important;

    background: #225C9E !important;

    color: #ffffff !important;

    font-size: 13px !important;

    font-weight: 600 !important;

    line-height: 1 !important;

    box-sizing: border-box !important;

    cursor: pointer !important;
}

.bou-tender-search-btn i {
    margin-right: 6px;

    color: #ffffff !important;
}

.bou-tender-search-btn span {
    color: #ffffff !important;
}

.bou-tender-search-btn:hover,
.bou-tender-search-btn:focus,
.bou-tender-search-btn:active {
    background: #173B55 !important;

    border-color: #173B55 !important;

    color: #ffffff !important;
}


/* =========================================================
   TENDER LIST HEADING
   ========================================================= */

.bou-tender-list-heading {
    position: relative;

    z-index: 1;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    margin-bottom: 12px;
}

.bou-tender-list-heading > div:first-child > span {
    display: block;

    margin-bottom: 4px;

    color: #225C9E;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}

.bou-tender-list-heading h3 {
    margin: 0;

    color: #173B55;

    font-size: 20px;

    line-height: 1.3;

    font-weight: 700;
}

.bou-tender-count {
    padding-bottom: 2px;

    color: #7b8995;

    font-size: 12px;
}


/* =========================================================
   TENDER TABLE WRAPPER
   ========================================================= */

.bou-tender-table-wrapper {
    position: relative;

    z-index: 1;

    overflow-x: auto;

    width: 100%;

    background: #ffffff;

    border: 1px solid #e1e8ee;

    border-radius: 4px;

    box-shadow: 0 5px 20px rgba(31, 61, 86, 0.06);
}


/* =========================================================
   TENDER TABLE
   ========================================================= */

.bou-tender-table {
    width: 100% !important;

    min-width: 950px !important;

    margin: 0 !important;

    border-collapse: separate !important;

    border-spacing: 0 !important;

    table-layout: fixed !important;
}


/* =========================================================
   TENDER HEADER
   ========================================================= */

.bou-tender-table thead tr {
    background: #225C9E;
}

.bou-tender-table thead th {
    height: 45px !important;

    padding: 0 12px !important;

    border: 0 !important;

    color: #ffffff !important;

    font-size: 12px !important;

    font-weight: 600 !important;

    line-height: 45px !important;

    text-transform: uppercase;

    vertical-align: middle !important;
}


/* =========================================================
   TENDER COLUMN WIDTH
   ========================================================= */

.bou-tender-table thead th.bou-tender-sl {
    width: 7% !important;
}

.bou-tender-table thead th.bou-tender-subject {
    width: 48% !important;
}

.bou-tender-table thead th.bou-tender-reference {
    width: 19% !important;
}

.bou-tender-table thead th.bou-tender-date {
    width: 12% !important;
}

.bou-tender-table thead th.bou-tender-action {
    width: 14% !important;

    min-width: 125px !important;

    text-align: center !important;
}


/* =========================================================
   TENDER BODY
   ========================================================= */

.bou-tender-table tbody tr {
    background: #ffffff;

    transition: background 0.2s ease;
}

.bou-tender-table tbody tr:hover {
    background: #eef5fa;
}

.bou-tender-table tbody td {
    padding: 14px 12px !important;

    border-top: 1px solid #edf1f4 !important;

    color: #4b5b68;

    font-size: 13px;

    line-height: 1.5;

    vertical-align: middle !important;
}


/* =========================================================
   TENDER SL
   ========================================================= */

.bou-tender-table tbody td.bou-tender-sl {
    color: #748392;

    font-weight: 600;

    text-align: center;
}


/* =========================================================
   TENDER SUBJECT
   ========================================================= */

.bou-tender-title {
    display: flex !important;

    align-items: center !important;

    gap: 10px;

    width: 100%;

    color: #315e86 !important;

    font-size: 13px;

    font-weight: 500;

    line-height: 1.5;

    text-decoration: none !important;
}

.bou-tender-title i {
    flex: 0 0 auto;

    color: #225C9E !important;

    font-size: 15px;
}

.bou-tender-title span {
    overflow-wrap: break-word;
}

.bou-tender-title:hover {
    color: #173B55 !important;
}


/* =========================================================
   REFERENCE
   ========================================================= */

.bou-tender-reference-text {
    display: inline-block;

    color: #71808f;

    font-size: 11px;

    line-height: 1.5;

    overflow-wrap: anywhere;
}


/* =========================================================
   DATE
   ========================================================= */

.bou-tender-date-text {
    color: #71808f;

    font-size: 12px;

    white-space: nowrap;
}


/* =========================================================
   ACTION
   ========================================================= */

.bou-tender-action {
    text-align: center !important;

    vertical-align: middle !important;
}


/* =========================================================
   DOWNLOAD
   ========================================================= */

.bou-tender-download {
    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    width: 105px !important;

    min-width: 105px !important;

    max-width: 105px !important;

    height: 34px !important;

    min-height: 34px !important;

    margin: 0 auto !important;

    padding: 0 8px !important;

    border: 1px solid #225C9E !important;

    border-radius: 3px !important;

    background: #ffffff !important;

    color: #225C9E !important;

    font-size: 10px !important;

    font-weight: 600 !important;

    line-height: 32px !important;

    text-decoration: none !important;

    white-space: nowrap !important;

    box-sizing: border-box !important;

    transition: all 0.2s ease;
}

.bou-tender-download i {
    margin-right: 5px;

    color: #225C9E !important;

    font-size: 11px;
}

.bou-tender-download span {
    color: #225C9E !important;

    font-size: 12px;
}

.bou-tender-download:hover,
.bou-tender-download:focus {
    background: #225C9E !important;

    border-color: #225C9E !important;

    color: #ffffff !important;

    text-decoration: none !important;
}

.bou-tender-download:hover i,
.bou-tender-download:hover span,
.bou-tender-download:focus i,
.bou-tender-download:focus span {
    color: #ffffff !important;
}


/* =========================================================
   EMPTY
   ========================================================= */

.bou-tender-empty {
    padding: 45px 20px;

    text-align: center;
}

.bou-tender-empty i {
    display: block;

    margin-bottom: 10px;

    color: #b7c3cd;

    font-size: 30px;
}

.bou-tender-empty h4 {
    margin: 0 0 6px;

    color: #526270;

    font-size: 16px;

    font-weight: 600;
}

.bou-tender-empty p {
    margin: 0;

    color: #8b98a3;

    font-size: 13px;
}


/* =========================================================
   PAGINATION
   ========================================================= */

.bou-tender-pagination {
    position: relative;

    z-index: 1;

    width: 100%;

    margin-top: 25px;

    text-align: center;
}

.bou-tender-pagination:before,
.bou-tender-pagination:after,
.bou-tender-pagination .pagination:before,
.bou-tender-pagination .pagination:after {
    display: none !important;
}

.bou-tender-pagination .pagination {
    display: inline-flex !important;

    align-items: center;

    justify-content: center;

    float: none !important;

    margin: 0 auto !important;

    padding: 15px 0 0 0 !important;

    background: transparent !important;

    border: 0 !important;
}

.bou-tender-pagination ul,
.bou-tender-pagination ol {
    display: inline-flex !important;

    align-items: center;

    justify-content: center;

    float: none !important;

    margin: 0 auto !important;

    padding: 0 !important;

    background: transparent !important;
}

.bou-tender-pagination .pagination > li {
    display: inline-block;

    float: none !important;

    margin: 0 2px;
}

.bou-tender-pagination .pagination > li > a,
.bou-tender-pagination .pagination > li > span {
    display: flex;

    align-items: center;

    justify-content: center;

    min-width: 34px;

    height: 34px;

    padding: 0 10px;

    border: 1px solid #dce4eb !important;

    border-radius: 3px !important;

    background: #ffffff !important;

    color: #526b7d !important;

    font-size: 12px;

    line-height: 32px;

    text-decoration: none;
}

.bou-tender-pagination .pagination > li > a:hover {
    border-color: #225C9E !important;

    background: #eef5fa !important;

    color: #225C9E !important;
}

.bou-tender-pagination .pagination > .active > a,
.bou-tender-pagination .pagination > .active > span {
    border-color: #225C9E !important;

    background: #225C9E !important;

    color: #ffffff !important;
}

.bou-tender-pagination .pagination > .disabled > a,
.bou-tender-pagination .pagination > .disabled > span {
    border-color: #edf1f4 !important;

    background: #f5f7f9 !important;

    color: #b5bec6 !important;

    cursor: not-allowed;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .bou-tender-search-form {
        width: 75%;
    }

    .bou-tender-table {
        min-width: 950px !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .bou-tender-page {
        padding: 35px 0 45px;
    }


    /* Header */

    .bou-procurement-header h2,
    .bou-tender-header h2 {
        font-size: 24px;
    }

    .bou-procurement-header p,
    .bou-tender-header p {
        padding: 0 15px;

        font-size: 13px;
    }


    /* Procurement */

    .bou-procurement-table {
        min-width: 700px !important;
    }

    .bou-procurement-table tbody td {
        padding: 12px 10px !important;
    }


    /* Gap */

    .bou-tender-section-gap {
        height: 32px;
    }


    /* Search */

    .bou-tender-search-box {
        padding: 12px;

        margin-bottom: 22px;
    }

    .bou-tender-search-form {
        width: 100%;

        height: 42px;
    }

    .bou-tender-search-input {
        height: 42px;
    }

    .bou-tender-search-input input.form-control {
        height: 42px !important;

        min-height: 42px !important;

        font-size: 13px !important;
    }

    .bou-tender-search-btn {
        flex: 0 0 95px !important;

        width: 95px !important;

        min-width: 95px !important;

        max-width: 95px !important;

        height: 42px !important;

        min-height: 42px !important;
    }


    /* Heading */

    .bou-tender-list-heading {
        align-items: flex-start;
    }

    .bou-tender-list-heading h3 {
        font-size: 18px;
    }

    .bou-tender-count {
        padding-top: 16px;

        font-size: 11px;
    }


    /* Tender Table */

    .bou-tender-table {
        min-width: 900px !important;
    }

    .bou-tender-table tbody td {
        padding: 12px 10px !important;
    }


    /* Reference */

    .bou-tender-reference-text {
        font-size: 10px;
    }


    /* Download */

    .bou-tender-download {
        width: 98px !important;

        min-width: 98px !important;

        max-width: 98px !important;

        height: 33px !important;

        min-height: 33px !important;

        font-size: 9px !important;
    }

    .bou-tender-download span {
        font-size: 9px !important;
    }


    /* Pagination */

    .bou-tender-pagination {
        overflow-x: auto;

        overflow-y: hidden;

        padding-bottom: 5px;

        white-space: nowrap;
    }

    .bou-tender-pagination .pagination {
        white-space: nowrap;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .bou-procurement-header h2,
    .bou-tender-header h2 {
        font-size: 22px;
    }


    /* Search */

    .bou-tender-search-btn {
        flex: 0 0 88px !important;

        width: 88px !important;

        min-width: 88px !important;

        max-width: 88px !important;
    }

    .bou-tender-search-btn i {
        display: none;
    }

    .bou-tender-search-btn span {
        font-size: 12px;
    }


    /* Subject */

    .bou-tender-title {
        font-size: 12px;
    }


    /* Reference */

    .bou-tender-reference-text {
        font-size: 9px;
    }


    /* Date */

    .bou-tender-date-text {
        font-size: 10px;
    }

}





/* =========================================================
   BOU TRANSFER ORDER PAGE
   ========================================================= */

.bou-transfer-page {
    position: relative;
    overflow: hidden;
    padding: 45px 0 60px;
    background: linear-gradient(135deg,#f5f7fa 0%,#eef5fa 55%,#e7f0f7 100%);
}


/* DECORATIVE BACKGROUND */

.bou-transfer-page:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -140px;
    top: 70px;
    border-radius: 50%;
    background: rgba(34,92,158,.035);
    pointer-events: none;
}

.bou-transfer-page:after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    left: -120px;
    bottom: 80px;
    border-radius: 50%;
    background: rgba(34,92,158,.025);
    pointer-events: none;
}


/* =========================================================
   PAGE HEADER
   ========================================================= */

.bou-transfer-header {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 28px;
}

.bou-transfer-kicker {
    margin-bottom: 6px;
    color: #225C9E;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.bou-transfer-header h2 {
    margin: 0;
    color: #173B55;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
}

.bou-transfer-header-line {
    width: 48px;
    height: 3px;
    margin: 12px auto 10px;
    background: #225C9E;
    border-radius: 2px;
}

.bou-transfer-header p {
    margin: 0;
    color: #71808f;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   SEARCH
   ========================================================= */

.bou-transfer-search-box {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 0 28px;
    padding: 16px;
    background: #fff;
    border: 1px solid #e1e8ee;
    border-radius: 4px;
    box-shadow: 0 4px 18px rgba(31,61,86,.06);
    box-sizing: border-box;
}

.bou-transfer-search-form {
    display: flex !important;
    align-items: stretch !important;
    width: 68%;
    max-width: 760px;
    height: 44px;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.bou-transfer-search-input {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    height: 44px;
}

.bou-transfer-search-input i {
    position: absolute;
    z-index: 5;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #8d9aa5;
    font-size: 13px;
    pointer-events: none;
}

.bou-transfer-search-input input.form-control {
    display: block !important;
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 10px 15px 10px 38px !important;
    border: 1px solid #dce4eb !important;
    border-right: 0 !important;
    border-radius: 3px 0 0 3px !important;
    background: #fff !important;
    color: #34495e !important;
    font-size: 14px !important;
    line-height: 22px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
}

.bou-transfer-search-input input.form-control:focus {
    border-color: #225C9E !important;
    border-right: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.bou-transfer-search-input input.form-control::placeholder {
    color: #9aa7b2;
}


/* SEARCH BUTTON */

.bou-transfer-search-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 0 0 110px !important;
    width: 110px !important;
    min-width: 110px !important;
    max-width: 110px !important;

    height: 44px !important;
    min-height: 44px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 1px solid #225C9E !important;
    border-radius: 0 3px 3px 0 !important;

    background: #225C9E !important;
    color: #fff !important;

    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;

    box-sizing: border-box !important;
    cursor: pointer !important;
}

.bou-transfer-search-btn i {
    margin-right: 6px;
    color: #fff !important;
}

.bou-transfer-search-btn span {
    color: #fff !important;
}

.bou-transfer-search-btn:hover,
.bou-transfer-search-btn:focus,
.bou-transfer-search-btn:active {
    background: #173B55 !important;
    border-color: #173B55 !important;
    color: #fff !important;
}


/* =========================================================
   LIST HEADING
   ========================================================= */

.bou-transfer-list-heading {
    position: relative;
    z-index: 1;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    margin-bottom: 12px;
}

.bou-transfer-list-heading > div:first-child > span {
    display: block;
    margin-bottom: 4px;

    color: #225C9E;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.bou-transfer-list-heading h3 {
    margin: 0;

    color: #173B55;

    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.bou-transfer-count {
    padding-bottom: 2px;

    color: #7b8995;

    font-size: 12px;
}


/* =========================================================
   TABLE WRAPPER
   ========================================================= */

.bou-transfer-table-wrapper {
    position: relative;
    z-index: 1;

    overflow-x: auto;

    width: 100%;

    background: #fff;

    border: 1px solid #e1e8ee;
    border-radius: 4px;

    box-shadow: 0 5px 20px rgba(31,61,86,.06);
}


/* =========================================================
   TABLE
   ========================================================= */

.bou-transfer-table {
    width: 100% !important;

    min-width: 950px !important;

    margin: 0 !important;

    border-collapse: separate !important;
    border-spacing: 0 !important;

    table-layout: fixed !important;
}


/* TABLE HEADER */

.bou-transfer-table thead tr {
    background: #225C9E;
}

.bou-transfer-table thead th {
    height: 45px !important;

    padding: 0 12px !important;

    border: 0 !important;

    color: #fff !important;

    font-size: 12px !important;
    font-weight: 600 !important;

    line-height: 45px !important;

    text-transform: uppercase;

    vertical-align: middle !important;
}


/* COLUMN WIDTHS */

.bou-transfer-table thead th.bou-transfer-sl {
    width: 7% !important;
}

.bou-transfer-table thead th.bou-transfer-subject {
    width: 48% !important;
}

.bou-transfer-table thead th.bou-transfer-reference {
    width: 19% !important;
}

.bou-transfer-table thead th.bou-transfer-date {
    width: 12% !important;
}

.bou-transfer-table thead th.bou-transfer-action {
    width: 14% !important;
    min-width: 125px !important;

    text-align: center !important;
}


/* TABLE ROW */

.bou-transfer-table tbody tr {
    background: #fff;

    transition: background .2s ease;
}

.bou-transfer-table tbody tr:hover {
    background: #eef5fa;
}


/* TABLE CELLS */

.bou-transfer-table tbody td {
    padding: 14px 12px !important;

    border-top: 1px solid #edf1f4 !important;

    color: #4b5b68;

    font-size: 13px;
    line-height: 1.5;

    vertical-align: middle !important;

    box-sizing: border-box;
}


/* SL */

.bou-transfer-table tbody td.bou-transfer-sl {
    color: #748392;
    font-weight: 600;
    text-align: center;
}


/* =========================================================
   SUBJECT
   ========================================================= */

.bou-transfer-title {
    display: flex !important;
    align-items: center !important;

    gap: 10px;

    width: 100%;

    color: #315e86 !important;

    font-size: 13px;
    font-weight: 500;

    line-height: 1.5;

    text-decoration: none !important;
}

.bou-transfer-title i {
    flex: 0 0 auto;

    color: #225C9E !important;

    font-size: 15px;
}

.bou-transfer-title span {
    overflow-wrap: break-word;
}

.bou-transfer-title:hover {
    color: #173B55 !important;
}


/* =========================================================
   REFERENCE NUMBER
   ========================================================= */

.bou-transfer-reference-text {
    display: inline-block;

    color: #71808f;

    font-size: 11px;
    line-height: 1.5;

    overflow-wrap: anywhere;
}


/* =========================================================
   DATE
   ========================================================= */

.bou-transfer-date-text {
    color: #71808f;

    font-size: 12px;

    white-space: nowrap;
}


/* =========================================================
   DOWNLOAD
   ========================================================= */

.bou-transfer-action {
    text-align: center !important;
    vertical-align: middle !important;
}

.bou-transfer-download {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 105px !important;
    min-width: 105px !important;
    max-width: 105px !important;

    height: 34px !important;
    min-height: 34px !important;

    margin: 0 auto !important;
    padding: 0 8px !important;

    border: 1px solid #225C9E !important;
    border-radius: 3px !important;

    background: #fff !important;

    color: #225C9E !important;

    font-size: 10px !important;
    font-weight: 600 !important;

    line-height: 32px !important;

    text-decoration: none !important;
    white-space: nowrap !important;

    box-sizing: border-box !important;

    transition: all .2s ease;
}

.bou-transfer-download i {
    margin-right: 5px;

    color: #225C9E !important;

    font-size: 11px;
}

.bou-transfer-download span {
    color: #225C9E !important;

    font-size: 10px;
}

.bou-transfer-download:hover,
.bou-transfer-download:focus {
    background: #225C9E !important;
    border-color: #225C9E !important;

    color: #fff !important;

    text-decoration: none !important;
}

.bou-transfer-download:hover i,
.bou-transfer-download:hover span,
.bou-transfer-download:focus i,
.bou-transfer-download:focus span {
    color: #fff !important;
}


/* =========================================================
   EMPTY STATE
   ========================================================= */

.bou-transfer-empty {
    padding: 45px 20px;

    text-align: center;
}

.bou-transfer-empty i {
    display: block;

    margin-bottom: 10px;

    color: #b7c3cd;

    font-size: 30px;
}

.bou-transfer-empty h4 {
    margin: 0 0 6px;

    color: #526270;

    font-size: 16px;
    font-weight: 600;
}

.bou-transfer-empty p {
    margin: 0;

    color: #8b98a3;

    font-size: 13px;
}


/* =========================================================
   PAGINATION
   ========================================================= */

.bou-transfer-pagination {
    position: relative;
    z-index: 1;

    width: 100%;

    margin-top: 25px;

    text-align: center;
}


/* REMOVE OLD THEME DECORATION */

.bou-transfer-pagination:before,
.bou-transfer-pagination:after,
.bou-transfer-pagination .pagination:before,
.bou-transfer-pagination .pagination:after {
    display: none !important;
}

.bou-transfer-pagination .pagination {
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    float: none !important;

    margin: 0 auto !important;
    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;
}

.bou-transfer-pagination ul,
.bou-transfer-pagination ol {
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    float: none !important;

    margin: 0 auto !important;
    padding: 0 !important;

    background: transparent !important;
}

.bou-transfer-pagination .pagination > li {
    display: inline-block;

    float: none !important;

    margin: 0 2px;
}

.bou-transfer-pagination .pagination > li > a,
.bou-transfer-pagination .pagination > li > span {
    display: flex;

    align-items: center;
    justify-content: center;

    min-width: 34px;
    height: 34px;

    padding: 0 10px;

    border: 1px solid #dce4eb !important;
    border-radius: 3px !important;

    background: #fff !important;

    color: #526b7d !important;

    font-size: 12px;

    line-height: 32px;

    text-decoration: none;
}

.bou-transfer-pagination .pagination > li > a:hover {
    border-color: #225C9E !important;

    background: #eef5fa !important;

    color: #225C9E !important;
}

.bou-transfer-pagination .pagination > .active > a,
.bou-transfer-pagination .pagination > .active > span {
    border-color: #225C9E !important;

    background: #225C9E !important;

    color: #fff !important;
}

.bou-transfer-pagination .pagination > .disabled > a,
.bou-transfer-pagination .pagination > .disabled > span {
    border-color: #edf1f4 !important;

    background: #f5f7f9 !important;

    color: #b5bec6 !important;

    cursor: not-allowed;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .bou-transfer-search-form {
        width: 75%;
    }

    .bou-transfer-table {
        min-width: 950px !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .bou-transfer-page {
        padding: 35px 0 45px;
    }

    .bou-transfer-header h2 {
        font-size: 24px;
    }

    .bou-transfer-header p {
        padding: 0 15px;

        font-size: 13px;
    }


    /* SEARCH */

    .bou-transfer-search-box {
        padding: 12px;

        margin-bottom: 22px;
    }

    .bou-transfer-search-form {
        width: 100%;

        height: 42px;
    }

    .bou-transfer-search-input {
        height: 42px;
    }

    .bou-transfer-search-input input.form-control {
        height: 42px !important;
        min-height: 42px !important;

        font-size: 13px !important;
    }

    .bou-transfer-search-btn {
        flex: 0 0 95px !important;

        width: 95px !important;
        min-width: 95px !important;
        max-width: 95px !important;

        height: 42px !important;
        min-height: 42px !important;
    }


    /* LIST HEADING */

    .bou-transfer-list-heading {
        align-items: flex-start;
    }

    .bou-transfer-list-heading h3 {
        font-size: 18px;
    }

    .bou-transfer-count {
        padding-top: 16px;

        font-size: 11px;
    }


    /* TABLE */

    .bou-transfer-table {
        min-width: 900px !important;
    }

    .bou-transfer-table tbody td {
        padding: 12px 10px !important;
    }

    .bou-transfer-reference-text {
        font-size: 10px;
    }

    .bou-transfer-download {
        width: 98px !important;
        min-width: 98px !important;
        max-width: 98px !important;

        height: 33px !important;
        min-height: 33px !important;

        font-size: 9px !important;
    }

    .bou-transfer-download span {
        font-size: 9px !important;
    }


    /* PAGINATION */

    .bou-transfer-pagination {
        overflow-x: auto;
        overflow-y: hidden;

        padding-bottom: 5px;

        white-space: nowrap;
    }

    .bou-transfer-pagination .pagination {
        white-space: nowrap;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .bou-transfer-header h2 {
        font-size: 22px;
    }

    .bou-transfer-search-btn {
        flex: 0 0 88px !important;

        width: 88px !important;
        min-width: 88px !important;
        max-width: 88px !important;
    }

    .bou-transfer-search-btn i {
        display: none;
    }

    .bou-transfer-search-btn span {
        font-size: 12px;
    }

    .bou-transfer-title {
        font-size: 12px;
    }

    .bou-transfer-reference-text {
        font-size: 9px;
    }

    .bou-transfer-date-text {
        font-size: 10px;
    }

}







/* =========================================================
   BOU ADMISSION PAGE
   Modern Institutional Admission Design
   Primary Color: #225C9E
   ========================================================= */


/* =========================================================
   PAGE
   ========================================================= */

.bou-admission-page {
    position: relative;
    overflow: hidden;
    padding: 45px 0 70px;
    background: linear-gradient(
        135deg,
        #f5f7fa 0%,
        #eef5fa 55%,
        #e7f0f7 100%
    );
}

.bou-admission-page:before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -180px;
    top: 80px;
    border-radius: 50%;
    background: rgba(34,92,158,.035);
    pointer-events: none;
}

.bou-admission-page:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -150px;
    bottom: 180px;
    border-radius: 50%;
    background: rgba(34,92,158,.025);
    pointer-events: none;
}


/* =========================================================
   HERO
   ========================================================= */

.bou-admission-hero {
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 250px;
    margin-bottom: 22px;
    padding: 42px 45px;
    border-radius: 5px;
    background: linear-gradient(
        120deg,
        #173B55 0%,
        #225C9E 65%,
        #2e6fae 100%
    );
    box-shadow: 0 8px 28px rgba(31,61,86,.13);
}

.bou-admission-hero:after {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    right: -120px;
    top: -190px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    pointer-events: none;
}

.bou-admission-hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
}

.bou-admission-kicker {
    margin-bottom: 8px;
    color: rgba(255,255,255,.78);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.bou-admission-hero h1 {
    margin: 0;
    color: #fff;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
}

.bou-admission-hero-line {
    width: 55px;
    height: 3px;
    margin: 15px 0 13px;
    border-radius: 2px;
    background: #fff;
}

.bou-admission-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255,255,255,.84);
    font-size: 14px;
    line-height: 1.7;
}

.bou-admission-hero-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
}

.bou-admission-primary-btn,
.bou-admission-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 135px;
    height: 38px;
    padding: 0 16px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all .2s ease;
}

.bou-admission-primary-btn {
    border: 1px solid #fff;
    background: #fff;
    color: #225C9E !important;
}

.bou-admission-primary-btn i {
    margin-right: 7px;
}

.bou-admission-primary-btn:hover,
.bou-admission-primary-btn:focus {
    background: #eef5fa;
    border-color: #eef5fa;
    color: #173B55 !important;
}

.bou-admission-secondary-btn {
    border: 1px solid rgba(255,255,255,.6);
    background: transparent;
    color: #fff !important;
}

.bou-admission-secondary-btn i {
    margin-right: 7px;
}

.bou-admission-secondary-btn:hover,
.bou-admission-secondary-btn:focus {
    background: rgba(255,255,255,.12);
    border-color: #fff;
    color: #fff !important;
}


/* =========================================================
   ADMISSION AT A GLANCE
   ========================================================= */

.bou-admission-glance {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 38px;
    background: #fff;
    border: 1px solid #e1e8ee;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(31,61,86,.055);
}

.bou-admission-glance-item {
    display: flex;
    align-items: center;
    min-height: 82px;
    padding: 14px 18px;
    border-right: 1px solid #edf1f4;
}

.bou-admission-glance-item:last-child {
    border-right: 0;
}

.bou-admission-glance-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    color: #225C9E;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}

.bou-admission-glance-content {
    min-width: 0;
}

.bou-admission-glance-content strong {
    display: block;
    margin-bottom: 3px;
    color: #173B55;
    font-size: 19px;
    line-height: 1.1;
    font-weight: 700;
}

.bou-admission-glance-content span {
    display: block;
    color: #7b8995;
    font-size: 11px;
    line-height: 1.4;
}


/* =========================================================
   SECTION HEADINGS
   ========================================================= */

.bou-admission-section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
    text-align: center;
}

.bou-admission-section-kicker {
    margin-bottom: 6px;
    color: #225C9E;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.bou-admission-section-heading h2 {
    margin: 0;
    color: #173B55;
    font-size: 27px;
    line-height: 1.3;
    font-weight: 700;
}

.bou-admission-section-line {
    width: 48px;
    height: 3px;
    margin: 11px auto 9px;
    border-radius: 2px;
    background: #225C9E;
}

.bou-admission-section-heading p {
    margin: 0 auto;
    max-width: 700px;
    color: #71808f;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   VIDEO SECTION
   ========================================================= */

.bou-admission-video-section {
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
}

.bou-admission-video-box {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    border: 1px solid #e1e8ee;
    border-radius: 5px;
    box-shadow: 0 6px 24px rgba(31,61,86,.08);
}

.bou-admission-video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 460px;
    background: #101820;
    border-radius: 3px;
}


/* =========================================================
   PROGRAM SECTION
   ========================================================= */

.bou-admission-program-section {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}


/* =========================================================
   SCHOOL FILTER
   ========================================================= */

.bou-admission-filter-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
}

.bou-admission-filter {
    height: 34px;
    padding: 0 15px;
    border: 1px solid #d5e0e8;
    border-radius: 3px;
    background: #fff;
    color: #526675;
    font-size: 11px;
    font-weight: 600;
    line-height: 32px;
    cursor: pointer;
    outline: none !important;
    transition: all .2s ease;
}

.bou-admission-filter:hover {
    border-color: #225C9E;
    color: #225C9E;
}

.bou-admission-filter.active {
    border-color: #225C9E;
    background: #225C9E;
    color: #fff;
}


/* =========================================================
   SEARCH
   ========================================================= */

.bou-admission-search-box {
    position: relative;
    width: 100%;
    max-width: 560px;
    height: 42px;
    margin: 0 auto 25px;
}

.bou-admission-search-box > i {
    position: absolute;
    z-index: 2;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #8b99a4;
    font-size: 13px;
    pointer-events: none;
}

.bou-admission-search-box input {
    display: block;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 9px 14px 9px 38px;
    border: 1px solid #dce4eb;
    border-radius: 3px;
    background: #fff;
    color: #34495e;
    font-size: 13px;
    line-height: 22px;
    box-sizing: border-box;
    outline: none;
    box-shadow: 0 3px 12px rgba(31,61,86,.04);
    transition: border-color .2s ease;
}

.bou-admission-search-box input:focus {
    border-color: #225C9E;
}

.bou-admission-search-box input::placeholder {
    color: #9aa7b2;
}


/* =========================================================
   SCHOOL BLOCK
   ========================================================= */

.bou-admission-school {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e1e8ee;
    border-radius: 4px;
    box-shadow: 0 4px 18px rgba(31,61,86,.05);
}

.bou-admission-school-header {
    display: flex;
    align-items: center;
    min-height: 66px;
    padding: 11px 17px;
    border-bottom: 1px solid #e8eef2;
    background: #fbfcfd;
}

.bou-admission-school-icon {
    flex: 0 0 39px;
    width: 39px;
    height: 39px;
    margin-right: 12px;
    color: #225C9E;
    font-size: 17px;
    line-height: 39px;
    text-align: center;
}

.bou-admission-school-header > div:last-child {
    min-width: 0;
}

.bou-admission-school-header span {
    display: block;
    margin-bottom: 2px;
    color: #225C9E;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.bou-admission-school-header h3 {
    margin: 0;
    color: #173B55;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}


/* =========================================================
   PROGRAM LIST
   ========================================================= */

.bou-admission-program-list {
    width: 100%;
}

.bou-admission-program-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 82px;
    padding: 14px 17px;
    border-bottom: 1px solid #edf1f4;
    transition: background .2s ease;
}

.bou-admission-program-row:last-child {
    border-bottom: 0;
}

.bou-admission-program-row:hover {
    background: #f8fbfd;
}

.bou-admission-program-info {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 20px;
}

.bou-admission-program-info h4 {
    margin: 0 0 8px;
    color: #315e86;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 600;
}

.bou-admission-program-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.bou-admission-program-meta span {
    color: #7a8995;
    font-size: 12px;
    line-height: 1.5;
}

.bou-admission-program-meta i {
    margin-right: 4px;
    color: #225C9E;
}


/* =========================================================
   PROGRAM ACTIONS
   ========================================================= */

.bou-admission-program-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    gap: 7px;
}


.bou-admission-circular-btn,
.bou-admission-apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    min-width: 105px;
    height: 34px;
    padding: 0 7px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    box-sizing: border-box;
    transition: all .2s ease;
  
}

.bou-admission-circular-btn {
    border: 1px solid #cbd8e2;
    background: #fff;
    color: #526b7d !important;
}

.bou-admission-circular-btn span {
    color: black;
    font-size:13px;
}

.bou-admission-circular-btn i {
    margin-right: 5px;
}

.bou-admission-apply-btn span {
    color: #fff !important;
    font-size:13px;
}


.bou-admission-circular-btn:hover,
.bou-admission-circular-btn:focus {
    border-color: #225C9E;
    color: #225C9E !important;
    background: #f4f8fb;
}

.bou-admission-apply-btn {
    border: 1px solid #225C9E;
    background: #225C9E;
    color: #fff !important;
}



.bou-admission-apply-btn i {
    margin-right: 5px;
}



.bou-admission-apply-btn:hover,
.bou-admission-apply-btn:focus {
    border-color: #173B55;
    background: #173B55;
    color: #fff !important;
}


/* =========================================================
   NO RESULT
   ========================================================= */

.bou-admission-no-result {
    display: none;
    padding: 45px 20px;
    background: #fff;
    border: 1px solid #e1e8ee;
    border-radius: 4px;
    text-align: center;
}

.bou-admission-no-result i {
    display: block;
    margin-bottom: 10px;
    color: #b7c3cd;
    font-size: 28px;
}

.bou-admission-no-result h4 {
    margin: 0 0 5px;
    color: #526270;
    font-size: 16px;
    font-weight: 600;
}

.bou-admission-no-result p {
    margin: 0;
    color: #8b98a3;
    font-size: 12px;
}


/* =========================================================
   HOW TO APPLY
   ========================================================= */

.bou-admission-steps-section {
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
}

.bou-admission-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.bou-admission-step {
    display: flex;
    align-items: flex-start;
    min-height: 125px;
    padding: 19px;
    background: #fff;
    border: 1px solid #e1e8ee;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(31,61,86,.045);
}

.bou-admission-step-number {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin-right: 13px;
    border-radius: 3px;
    background: #eef5fa;
    color: #225C9E;
    font-size: 12px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
}

.bou-admission-step-content h3 {
    margin: 1px 0 6px;
    color: #173B55;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

.bou-admission-step-content p {
    margin: 0;
    color: #7a8995;
    font-size: 11px;
    line-height: 1.6;
}


/* =========================================================
   ADMISSION RESOURCES
   ========================================================= */

.bou-admission-resources-section {
    position: relative;
    z-index: 1;
}

.bou-admission-resources {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.bou-admission-resource {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0 14px;
    background: #fff;
    border: 1px solid #e1e8ee;
    border-radius: 4px;
    color: #526675 !important;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 0 3px 12px rgba(31,61,86,.035);
    transition: all .2s ease;
}

.bou-admission-resource > i:first-child {
    margin-right: 10px;
    color: #225C9E;
    font-size: 15px;
}

.bou-admission-resource > span {
    flex: 1 1 auto;
}

.bou-admission-resource > i:last-child {
    color: #9ba8b2;
    font-size: 12px;
}

.bou-admission-resource:hover,
.bou-admission-resource:focus {
    border-color: #225C9E;
    color: #225C9E !important;
    background: #f8fbfd;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .bou-admission-hero {
        padding: 36px 32px;
    }

    .bou-admission-hero h1 {
        font-size: 28px;
    }

    .bou-admission-glance {
        grid-template-columns: repeat(2, 1fr);
    }

    .bou-admission-glance-item:nth-child(2) {
        border-right: 0;
    }

    .bou-admission-glance-item:nth-child(-n+2) {
        border-bottom: 1px solid #edf1f4;
    }

    .bou-admission-program-row {
        align-items: flex-start;
    }

    .bou-admission-program-actions {
        padding-top: 2px;
    }

    .bou-admission-steps {
        grid-template-columns: 1fr;
    }

    .bou-admission-step {
        min-height: auto;
    }

    .bou-admission-resources {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .bou-admission-page {
        padding: 30px 0 45px;
    }

    .bou-admission-hero {
        min-height: auto;
        margin-bottom: 16px;
        padding: 30px 22px;
    }

    .bou-admission-hero h1 {
        font-size: 24px;
    }

    .bou-admission-hero p {
        font-size: 12px;
    }

    .bou-admission-hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .bou-admission-primary-btn,
    .bou-admission-secondary-btn {
        width: 100%;
    }


    /* GLANCE */

    .bou-admission-glance {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 32px;
    }

    .bou-admission-glance-item {
        min-height: 72px;
        padding: 11px 12px;
    }

    .bou-admission-glance-icon {
        flex-basis: 32px;
        width: 32px;
        height: 32px;
        margin-right: 8px;
        font-size: 15px;
        line-height: 32px;
    }

    .bou-admission-glance-content strong {
        font-size: 16px;
    }

    .bou-admission-glance-content span {
        font-size: 9px;
    }


    /* HEADINGS */

    .bou-admission-section-heading h2 {
        font-size: 23px;
    }

    .bou-admission-section-heading p {
        padding: 0 12px;
        font-size: 12px;
    }


    /* VIDEO */

    .bou-admission-video-section {
        margin-bottom: 38px;
    }

    .bou-admission-video-box {
        padding: 6px;
    }


    /* FILTER */

    .bou-admission-filter-wrapper {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 5px;
        white-space: nowrap;
        scrollbar-width: thin;
    }

    .bou-admission-filter {
        flex: 0 0 auto;
    }


    /* SCHOOL */

    .bou-admission-school-header {
        min-height: 62px;
        padding: 10px 12px;
    }

    .bou-admission-school-icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        margin-right: 9px;
        line-height: 34px;
    }

    .bou-admission-school-header h3 {
        font-size: 14px;
    }


    /* PROGRAM */

    .bou-admission-program-row {
        display: block;
        padding: 13px 12px;
    }

    .bou-admission-program-info {
        padding-right: 0;
        margin-bottom: 11px;
    }

    .bou-admission-program-info h4 {
        font-size: 14px;
    }

    .bou-admission-program-meta {
        gap: 5px 10px;
    }

    .bou-admission-program-meta span {
        font-size: 12px;
    }

    .bou-admission-program-actions {
        justify-content: flex-start;
        width: 100%;
    }

    .bou-admission-circular-btn,
    .bou-admission-apply-btn {
        width: 105px;
        min-width: 105px;
    }


    /* STEPS */

    .bou-admission-step {
        padding: 15px;
    }


    /* RESOURCES */

    .bou-admission-resources {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .bou-admission-hero {
        padding: 26px 18px;
    }

    .bou-admission-kicker {
        font-size: 9px;
    }

    .bou-admission-hero h1 {
        font-size: 21px;
    }

    .bou-admission-hero-line {
        margin: 12px 0 10px;
    }

    .bou-admission-hero p {
        font-size: 11px;
    }


    .bou-admission-glance-item {
        padding: 10px 9px;
    }

    .bou-admission-glance-content strong {
        font-size: 14px;
    }

    .bou-admission-glance-content span {
        font-size: 8px;
    }


    .bou-admission-section-heading h2 {
        font-size: 21px;
    }


    .bou-admission-school-header h3 {
        font-size: 13px;
    }


    .bou-admission-program-actions {
        gap: 5px;
    }

    .bou-admission-circular-btn,
    .bou-admission-apply-btn {
        width: 100px;
        min-width: 100px;
        font-size: 9px;
    }

    .bou-admission-circular-btn i,
    .bou-admission-apply-btn i {
        margin-right: 4px;
    }


    .bou-admission-step-number {
        flex-basis: 37px;
        width: 37px;
        height: 37px;
        line-height: 37px;
    }

}



/* =========================================================
   BOU PROGRAM PAGE
   Bangladesh Open University
   Bootstrap 3 Compatible
========================================================= */


/* =========================================================
   PAGE WRAPPER
========================================================= */

.bou-program-page {
    background: linear-gradient(
        135deg,
        #f5f7fa 0%,
        #eef5fa 55%,
        #e7f0f7 100%
    );

    color: #173B55;
    position: relative;
    overflow: hidden;
}


/* =========================================================
   HERO
========================================================= */

.bou-program-hero {
    position: relative;
    background:
        linear-gradient(
            135deg,
            #173B55 0%,
            #225C9E 58%,
            #2f73b9 100%
        );

    padding: 58px 0 62px;
    overflow: hidden;
}


.bou-program-hero:before {
    content: "";
    position: absolute;

    width: 330px;
    height: 330px;

    border-radius: 50%;

    right: -110px;
    top: -150px;

    border: 1px solid rgba(255,255,255,.13);
}


.bou-program-hero:after {
    content: "";

    position: absolute;

    width: 210px;
    height: 210px;

    border-radius: 50%;

    left: -100px;
    bottom: -130px;

    border: 1px solid rgba(255,255,255,.10);
}


.bou-program-hero-content {
    position: relative;
    z-index: 2;

    max-width: 850px;

    margin: 0 auto;

    text-align: center;

    color: #fff;
}


.bou-program-kicker {
    font-size: 13px;
    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 13px;

    color: rgba(255,255,255,.86);
}


.bou-program-hero h1 {
    margin: 0 0 14px;

    font-size: 38px;
    line-height: 1.2;

    font-weight: 700;

    color: #fff;
}


.bou-program-hero p {
    max-width: 700px;

    margin: 0 auto 25px;

    font-size: 16px;
    line-height: 1.7;

    color: rgba(255,255,255,.88);
}


.bou-program-hero-buttons {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: 10px;
}


.bou-program-btn {
    display: inline-block;

    min-width: 155px;

    padding: 11px 18px;

    border-radius: 4px;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none !important;

    transition: all .25s ease;
}


.bou-program-btn-primary {
    background: #fff;
    color: #225C9E;
}


.bou-program-btn-primary:hover {
    background: #f3f7fb;
    color: #173B55;
}


.bou-program-btn-outline {
    border: 1px solid rgba(255,255,255,.65);
    color: #fff;
}


.bou-program-btn-outline:hover {
    background: rgba(255,255,255,.12);
    color: #fff;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.bou-program-section-heading {
    text-align: center;

    margin-bottom: 28px;
}


.bou-program-section-heading > span {
    display: block;

    margin-bottom: 7px;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.8px;

    color: #225C9E;
}


.bou-program-section-heading h2 {
    margin: 0;

    font-size: 27px;
    line-height: 1.25;

    font-weight: 700;

    color: #173B55;
}


.bou-program-heading-line {
    width: 42px;
    height: 3px;

    margin: 11px auto 10px;

    background: #225C9E;
}


.bou-program-section-heading p {
    max-width: 680px;

    margin: 0 auto;

    font-size: 14px;

    color: #718096;

    line-height: 1.6;
}


/* =========================================================
   PROGRAM GLANCE
========================================================= */

.bou-program-glance {
    padding: 48px 0 38px;

    background: transparent;
}


.bou-program-stat {
    min-height: 86px;

    margin-bottom: 15px;

    padding: 16px 15px;

    display: flex;

    align-items: center;

    background: rgba(255,255,255,.90);

    border: 1px solid #e1e9f0;

    border-radius: 5px;

    box-shadow: 0 5px 16px rgba(30,60,90,.055);
}


.bou-program-stat-icon {
    width: 46px;
    height: 46px;

    margin-right: 13px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    background: #edf5fc;

    color: #225C9E;

    font-size: 18px;
}


.bou-program-stat-content strong {
    display: block;

    margin-bottom: 3px;

    font-size: 19px;
    line-height: 1.2;

    color: #173B55;
}


.bou-program-stat-content span {
    display: block;

    font-size: 12px;

    color: #7b8794;
}


/* =========================================================
   SEARCH SECTION
========================================================= */

.bou-program-search-section {
    padding: 30px 0 34px;
}


.bou-program-search-box {
    max-width: 980px;

    margin: 0 auto;

    padding: 20px 22px;

    background: rgba(255,255,255,.94);

    border: 1px solid #dfe8ef;

    border-radius: 6px;

    box-shadow: 0 7px 22px rgba(30,60,90,.065);
}


/* Search input */

.bou-program-search-input {
    position: relative;

    display: flex;

    align-items: center;

    margin-bottom: 19px;
}


.bou-program-search-input > i {
    position: absolute;

    left: 15px;

    z-index: 2;

    color: #225C9E;

    font-size: 14px;
}


.bou-program-search-input input {
    width: 100%;
    height: 45px;

    padding: 0 88px 0 40px;

    border: 1px solid #d5e0e8;

    border-radius: 4px;

    outline: none;

    background: #fff;

    color: #173B55;

    font-size: 13px;

    box-shadow: none;

    transition: border-color .2s ease,
                box-shadow .2s ease;
}


.bou-program-search-input input:focus {
    border-color: #225C9E;

    box-shadow: 0 0 0 2px rgba(34,92,158,.08);
}


.bou-program-search-input input::placeholder {
    color: #a0aab4;
}


.bou-program-search-input button {
    position: absolute;

    right: 5px;
    top: 5px;

    height: 35px;

    padding: 0 13px;

    border: 0;

    border-radius: 3px;

    background: #edf3f8;

    color: #225C9E;

    font-size: 11px;
    font-weight: 600;

    cursor: pointer;

    outline: none;

    transition: all .2s ease;
}


.bou-program-search-input button:hover {
    background: #225C9E;
    color: #fff;
}


/* =========================================================
   FILTER GROUPS
========================================================= */

.bou-program-filter-group {
    margin-top: 14px;
}


.bou-program-filter-group > label {
    display: block;

    margin-bottom: 8px;

    font-size: 15px;
    font-weight: 700;

    letter-spacing: .5px;

    text-transform: uppercase;

    color: #526578;
}


.bou-program-filter-buttons {
    display: flex;

    flex-wrap: wrap;

    gap: 7px;
}


.bou-program-filter-btn,
.bou-program-school-btn {
    display: inline-block;

    padding: 7px 13px;

    border: 1px solid #d8e2ea;

    border-radius: 3px;

    background: #fff;

    color: #526578;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    outline: none;

    transition: all .2s ease;
}


.bou-program-filter-btn:hover,
.bou-program-school-btn:hover {
    border-color: #225C9E;

    color: #225C9E;
}


.bou-program-filter-btn.active,
.bou-program-school-btn.active {
    border-color: #225C9E;

    background: #225C9E;

    color: #fff;

    box-shadow: 0 3px 8px rgba(34,92,158,.16);
}


/* =========================================================
   RESULT COUNT
========================================================= */

.bou-program-result-info {
    max-width: 980px;

    margin: 13px auto 0;

    text-align: right;

    font-size: 12px;

    color: #7a8794;
}


.bou-program-result-info strong {
    color: #225C9E;
}


/* =========================================================
   PROGRAM LIST
========================================================= */

.bou-program-list-section {
    padding: 10px 0 45px;
}


.bou-program-type-block {
    margin-bottom: 38px;
}


.bou-program-type-header {
    display: flex;

    justify-content: space-between;
    align-items: center;

    margin-bottom: 17px;

    padding: 0 0 12px;

    border-bottom: 1px solid #d9e3ea;
}


.bou-program-type-header span {
    display: block;

    margin-bottom: 4px;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.3px;

    color: #225C9E;
}


.bou-program-type-header h2 {
    margin: 0;

    font-size: 24px;

    font-weight: 700;

    color: #173B55;
}


.bou-program-type-badge {
    padding: 6px 12px;

    border-radius: 3px;

    background: #edf4fa;

    color: #225C9E;

    font-size: 10px;
    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: .5px;
}


/* =========================================================
   SCHOOL BLOCK
========================================================= */

.bou-program-school-block {
    margin-bottom: 22px;

    background: #fff;

    border: 1px solid #dde6ed;

    border-radius: 5px;

    box-shadow: 0 5px 18px rgba(30,60,90,.055);

    overflow: hidden;
}


.bou-program-school-title {
    display: flex;

    align-items: center;

    min-height: 53px;

    padding: 11px 16px;

    background:
        linear-gradient(
            90deg,
            #f1f6fa 0%,
            #f8fafc 100%
        );

    border-bottom: 1px solid #e1e8ee;
}


.bou-program-school-title > i {
    width: 31px;
    height: 31px;

    margin-right: 10px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #225C9E;

    font-size: 15px;
}


.bou-program-school-title h3 {
    margin: 0;

    font-size: 15px;
    line-height: 1.4;

    font-weight: 700;

    color: #173B55;
}


/* =========================================================
   PROGRAM ITEMS
========================================================= */

.bou-program-items {
    background: #fff;
}


.bou-program-item {
    min-height: 56px;

    display: flex;

    align-items: center;

    padding: 9px 15px;

    border-bottom: 1px solid #edf1f4;

    transition: background .2s ease;
}


.bou-program-item:last-child {
    border-bottom: 0;
}


.bou-program-item:hover {
    background: #f8fbfd;
}


.bou-program-number {
    width: 42px;

    flex-shrink: 0;

    font-size: 11px;
    font-weight: 700;

    color: #8b98a5;
}


.bou-program-name {
    flex: 1;

    padding-right: 15px;

    font-size: 15px;
    line-height: 1.5;

    color: #334e68;
}


.bou-program-action {
    width: 84px;

    flex-shrink: 0;

    text-align: right;
}


.bou-program-details-btn {
    display: inline-block;

    min-width: 72px;

    padding: 6px 9px;

    border: 1px solid #c9d8e4;

    border-radius: 3px;

    background: #fff;

    color: #225C9E;

    font-size: 13px;
    font-weight: 600;

    text-align: center;

    text-decoration: none !important;

    transition: all .2s ease;
}


.bou-program-details-btn i {
    margin-left: 4px;

    font-size: 10px;
}


.bou-program-details-btn:hover {
    border-color: #225C9E;

    background: #225C9E;

    color: #fff;
}


/* =========================================================
   NO RESULT
========================================================= */

.bou-program-no-result {
    display: none;

    max-width: 650px;

    margin: 20px auto 30px;

    padding: 35px 20px;

    text-align: center;

    background: #fff;

    border: 1px solid #dfe7ed;

    border-radius: 5px;
}


.bou-program-no-result > i {
    display: block;

    margin-bottom: 13px;

    color: #225C9E;

    font-size: 28px;
}


.bou-program-no-result h3 {
    margin: 0 0 7px;

    font-size: 19px;

    color: #173B55;
}


.bou-program-no-result p {
    margin: 0;

    color: #7a8794;

    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   HELP BOX
========================================================= */

.bou-program-help {
    padding: 0 0 50px;
}


.bou-program-help-box {
    display: flex;

    align-items: center;

    padding: 21px 24px;

    background:
        linear-gradient(
            135deg,
            #173B55 0%,
            #225C9E 100%
        );

    border-radius: 6px;

    box-shadow: 0 8px 22px rgba(23,59,85,.14);

    color: #fff;
}


.bou-program-help-icon {
    width: 46px;
    height: 46px;

    margin-right: 15px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.22);

    border-radius: 50%;

    font-size: 18px;

    color: #fff;
}


.bou-program-help-content {
    flex: 1;
}


.bou-program-help-content > span {
    display: block;

    margin-bottom: 4px;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 1.3px;

    color: rgba(255,255,255,.75);
}


.bou-program-help-content h3 {
    margin: 0 0 4px;

    font-size: 17px;

    line-height: 1.35;

    color: #fff;
}


.bou-program-help-content p {
    margin: 0;

    font-size: 12px;

    color: rgba(255,255,255,.75);
}


.bou-program-help-action {
    flex-shrink: 0;

    margin-left: 20px;
}


.bou-program-help-action a {
    display: inline-block;

    min-width: 105px;

    padding: 9px 13px;

    border: 1px solid rgba(255,255,255,.55);

    border-radius: 3px;

    color: #fff;

    font-size: 11px;
    font-weight: 600;

    text-align: center;

    text-decoration: none !important;

    transition: all .2s ease;
}


.bou-program-help-action a i {
    margin-left: 5px;
}


.bou-program-help-action a:hover {
    background: #fff;

    color: #225C9E;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .bou-program-hero {
        padding: 48px 0 52px;
    }


    .bou-program-hero h1 {
        font-size: 32px;
    }


    .bou-program-glance {
        padding-top: 40px;
    }


    .bou-program-stat {
        margin-bottom: 14px;
    }


    .bou-program-search-box {
        padding: 18px;
    }


    .bou-program-type-header h2 {
        font-size: 22px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .bou-program-hero {
        padding: 38px 0 42px;
    }


    .bou-program-hero h1 {
        font-size: 27px;

        line-height: 1.3;
    }


    .bou-program-hero p {
        font-size: 14px;

        line-height: 1.6;
    }


    .bou-program-hero-buttons {
        display: block;
    }


    .bou-program-btn {
        display: block;

        width: 100%;

        max-width: 260px;

        margin: 0 auto 8px;
    }


    .bou-program-section-heading {
        margin-bottom: 22px;
    }


    .bou-program-section-heading h2 {
        font-size: 23px;
    }


    .bou-program-glance {
        padding: 35px 0 25px;
    }


    .bou-program-stat {
        min-height: 75px;

        padding: 12px;

        margin-bottom: 10px;
    }


    .bou-program-stat-icon {
        width: 40px;
        height: 40px;

        margin-right: 10px;

        font-size: 16px;
    }


    .bou-program-stat-content strong {
        font-size: 17px;
    }


    .bou-program-stat-content span {
        font-size: 11px;
    }


    .bou-program-search-section {
        padding: 20px 0 25px;
    }


    .bou-program-search-box {
        padding: 15px;
    }


    .bou-program-filter-buttons {
        gap: 5px;
    }


    .bou-program-filter-btn,
    .bou-program-school-btn {
        padding: 6px 9px;

        font-size: 13px;
    }


    .bou-program-result-info {
        text-align: left;
    }


    .bou-program-list-section {
        padding-bottom: 30px;
    }


    .bou-program-type-header {
        align-items: flex-start;
    }


    .bou-program-type-header h2 {
        font-size: 20px;
    }


    .bou-program-type-badge {
        margin-left: 10px;

        white-space: nowrap;
    }


    .bou-program-school-title {
        padding: 10px 12px;
    }


    .bou-program-school-title h3 {
        font-size: 13px;
    }


    .bou-program-item {
        min-height: 0;

        padding: 10px 11px;

        align-items: flex-start;
    }


    .bou-program-number {
        width: 31px;

        padding-top: 2px;

        font-size: 10px;
    }


    .bou-program-name {
        padding-right: 7px;

        font-size: 15px;

        line-height: 1.5;
    }


    .bou-program-action {
        width: 69px;

        padding-top: 0;
    }


    .bou-program-details-btn {
        min-width: 63px;

        padding: 5px 5px;

        font-size: 9px;
    }


    .bou-program-details-btn i {
        display: none;
    }


    .bou-program-help-box {
        display: block;

        text-align: center;

        padding: 20px 16px;
    }


    .bou-program-help-icon {
        margin: 0 auto 12px;
    }


    .bou-program-help-content h3 {
        font-size: 16px;
    }


    .bou-program-help-content p {
        font-size: 11px;
    }


    .bou-program-help-action {
        margin: 14px 0 0;
    }


    .bou-program-help-action a {
        width: 120px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .bou-program-hero {
        padding: 32px 0 36px;
    }


    .bou-program-kicker {
        font-size: 10px;

        letter-spacing: 1.5px;
    }


    .bou-program-hero h1 {
        font-size: 24px;
    }


    .bou-program-hero p {
        font-size: 13px;
    }


    .bou-program-section-heading h2 {
        font-size: 21px;
    }


    .bou-program-search-input input {
        height: 42px;

        padding-left: 37px;
        padding-right: 73px;

        font-size: 12px;
    }


    .bou-program-search-input button {
        right: 4px;
        top: 4px;

        height: 34px;

        padding: 0 9px;

        font-size: 10px;
    }


    .bou-program-school-title > i {
        width: 27px;
        height: 27px;

        margin-right: 7px;

        font-size: 13px;
    }


    .bou-program-school-title h3 {
        font-size: 12px;
    }


    .bou-program-item {
        display: grid;

        grid-template-columns: 27px 1fr;

        grid-template-rows: auto auto;

        column-gap: 4px;

        row-gap: 6px;
    }


    .bou-program-number {
        grid-column: 1;
        grid-row: 1;

        width: auto;
    }


    .bou-program-name {
        grid-column: 2;
        grid-row: 1;

        padding-right: 0;
    }


    .bou-program-action {
        grid-column: 2;
        grid-row: 2;

        width: auto;

        text-align: left;
    }


    .bou-program-details-btn {
        min-width: 68px;
    }


    .bou-program-type-header h2 {
        font-size: 18px;
    }


    .bou-program-type-badge {
        padding: 5px 8px;

        font-size: 8px;
    }

}


/* =========================================================
   GENERAL SAFETY / OVERRIDES
========================================================= */

.bou-program-page a:focus,
.bou-program-page button:focus,
.bou-program-page input:focus {
    outline: none;
}


.bou-program-page .row {
    margin-left: -7px;
    margin-right: -7px;
}


.bou-program-page [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
}


.bou-program-page ul,
.bou-program-page ol {
    margin-bottom: 0;
}


.bou-program-page img {
    max-width: 100%;
}


.bou-program-page * {
    box-sizing: border-box;
}




/* =========================================================
   BOU STUDENT HANDBOOK
   Modern institutional design
   Bootstrap 3 compatible
========================================================= */

.bou-handbook-page {
    position: relative;
    padding: 45px 0 70px;
    background:
        linear-gradient(
            135deg,
            #f5f7fa 0%,
            #eef5fa 55%,
            #e7f0f7 100%
        );
    overflow: hidden;
}


/* =========================================================
   HERO
========================================================= */

.bou-handbook-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;

    max-width: 1140px;
    margin: 0 auto 22px;

    padding: 28px 35px;

    background:
        linear-gradient(
            135deg,
            #173B55 0%,
            #225C9E 100%
        );

    border-radius: 8px;

    box-shadow:
        0 12px 30px rgba(23,59,85,.14);

    overflow: hidden;
}


.bou-handbook-hero:after {
    content: "";
    position: absolute;

    width: 180px;
    height: 180px;

    right: 70px;
    top: -100px;

    border-radius: 50%;

    border: 35px solid rgba(255,255,255,.06);
}


.bou-handbook-hero-content {
    position: relative;
    z-index: 2;
}


.bou-handbook-kicker {
    display: block;

    margin-bottom: 7px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;

    color: rgba(255,255,255,.72);
}


.bou-handbook-hero h1 {
    margin: 0 0 8px;

    font-size: 30px;
    line-height: 1.25;

    font-weight: 700;

    color: #fff;
}


.bou-handbook-hero p {
    max-width: 700px;

    margin: 0;

    font-size: 14px;
    line-height: 1.7;

    color: rgba(255,255,255,.82);
}


.bou-handbook-hero-icon {
    position: relative;
    z-index: 2;

    width: 62px;
    height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;

    color: #fff;

    font-size: 25px;
}


/* =========================================================
   SUMMARY
========================================================= */

.bou-handbook-summary {
    max-width: 1140px;
    margin: 0 auto 22px;

    display: flex;

    background: #fff;

    border: 1px solid #e1e9ef;
    border-radius: 7px;

    box-shadow: 0 5px 18px rgba(31,61,84,.07);

    overflow: hidden;
}


.bou-handbook-stat {
    flex: 1;

    display: flex;
    align-items: center;

    min-height: 70px;

    padding: 13px 20px;

    border-right: 1px solid #e8eef2;
}


.bou-handbook-stat:last-child {
    border-right: 0;
}


.bou-handbook-stat > span {
    margin-right: 13px;

    font-size: 21px;

    color: #225C9E;
}


.bou-handbook-stat strong {
    display: block;

    font-size: 18px;
    line-height: 1.2;

    color: #173B55;
}


.bou-handbook-stat small {
    display: block;

    margin-top: 3px;

    font-size: 11px;

    color: #7b8a96;
}


/* =========================================================
   SEARCH & FILTER
========================================================= */

.bou-handbook-tools {
    max-width: 1140px;
    margin: 0 auto 28px;

    padding: 18px;

    background: rgba(255,255,255,.82);

    border: 1px solid #dfe8ee;
    border-radius: 7px;

    box-shadow: 0 5px 18px rgba(31,61,84,.05);
}


.bou-handbook-search {
    position: relative;

    max-width: 760px;

    margin: 0 auto 16px;
}


.bou-handbook-search > span {
    position: absolute;

    left: 15px;
    top: 14px;

    font-size: 15px;

    color: #225C9E;
}


.bou-handbook-search input {
    width: 100%;
    height: 44px;

    padding: 0 15px 0 42px;

    border: 1px solid #d5e0e7;
    border-radius: 5px;

    background: #fff;

    color: #173B55;

    font-size: 13px;

    outline: none;

    box-shadow: none;

    transition: all .2s ease;
}


.bou-handbook-search input:focus {
    border-color: #225C9E;

    box-shadow:
        0 0 0 3px rgba(34,92,158,.08);
}


.bou-handbook-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    gap: 7px;
}


.bou-handbook-filter-btn {
    padding: 7px 13px;

    border: 1px solid #d5e0e7;
    border-radius: 4px;

    background: #fff;

    color: #526572;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    transition: all .2s ease;
}


.bou-handbook-filter-btn:hover {
    border-color: #225C9E;
    color: #225C9E;
}


.bou-handbook-filter-btn.active {
    border-color: #225C9E;
    background: #225C9E;
    color: #fff;
}


/* =========================================================
   NO RESULT
========================================================= */

.bou-handbook-no-result {
    max-width: 1140px;

    margin: 0 auto 25px;

    padding: 30px 20px;

    text-align: center;

    background: #fff;

    border: 1px solid #e0e8ee;
    border-radius: 7px;

    box-shadow: 0 5px 18px rgba(31,61,84,.06);
}


.bou-handbook-no-result > span {
    font-size: 25px;

    color: #225C9E;
}


.bou-handbook-no-result h4 {
    margin: 10px 0 5px;

    color: #173B55;

    font-size: 17px;
}


.bou-handbook-no-result p {
    margin: 0;

    color: #7a8994;

    font-size: 12px;
}


/* =========================================================
   SCHOOL SECTION
========================================================= */

.bou-handbook-school {
    max-width: 1140px;

    margin: 0 auto 25px;

    background: #fff;

    border: 1px solid #dfe7ed;
    border-radius: 7px;

    box-shadow:
        0 6px 20px rgba(31,61,84,.06);

    overflow: hidden;
}


/* =========================================================
   SCHOOL HEADER
========================================================= */

.bou-handbook-school-heading {
    display: flex;

    align-items: center;
    justify-content: space-between;

    min-height: 73px;

    padding: 14px 20px;

    background:
        linear-gradient(
            135deg,
            #f8fbfd 0%,
            #eef5fa 100%
        );

    border-bottom: 1px solid #dfe8ee;
}


.bou-handbook-school-kicker {
    display: block;

    margin-bottom: 4px;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;

    color: #225C9E;
}


.bou-handbook-school-heading h2 {
    margin: 0;

    font-size: 18px;
    line-height: 1.35;

    font-weight: 700;

    color: #173B55;
}


.bou-handbook-school-code {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 54px;
    height: 32px;

    padding: 0 10px;

    border: 1px solid rgba(34,92,158,.2);
    border-radius: 4px;

    background: #fff;

    color: #225C9E;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: .8px;
}


/* =========================================================
   HANDBOOK LIST
========================================================= */

.bou-handbook-list {
    width: 100%;
}


/* =========================================================
   ROW
========================================================= */

.bou-handbook-row {
    display: flex;

    align-items: center;

    min-height: 67px;

    border-bottom: 1px solid #edf1f4;

    transition:
        background .2s ease,
        padding-left .2s ease;
}


.bou-handbook-row:last-child {
    border-bottom: 0;
}


.bou-handbook-row:hover {
    background: #f9fbfd;
}


/* =========================================================
   SERIAL
========================================================= */

.bou-handbook-sl {
    width: 65px;

    flex-shrink: 0;

    text-align: center;

    color: #9aa8b2;

    font-size: 11px;
    font-weight: 600;
}


/* =========================================================
   PROGRAM
========================================================= */

.bou-handbook-program {
    flex: 1;

    display: flex;
    align-items: center;

    min-width: 0;

    padding: 10px 15px 10px 0;
}


.bou-handbook-pdf-icon {
    width: 35px;
    height: 35px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 12px;

    border: 1px solid #e1e8ed;
    border-radius: 4px;

    background: #f7f9fb;

    color: #9aa7b0;

    font-size: 14px;
}


.bou-handbook-pdf-icon.available {
    border-color: rgba(34,92,158,.15);

    background: #f0f6fb;

    color: #225C9E;
}


.bou-handbook-program h3 {
    margin: 0;

    font-size: 13px;
    line-height: 1.45;

    font-weight: 600;

    color: #29485c;
}


.bou-handbook-program small {
    display: block;

    margin-top: 3px;

    color: #9aa6af;

    font-size: 10px;
}


/* =========================================================
   ACTION
========================================================= */

.bou-handbook-action {
    width: 145px;

    flex-shrink: 0;

    padding-right: 15px;

    text-align: center;
}


.bou-handbook-download {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 102px;
    height: 31px;

    padding: 0 12px;

    border: 1px solid #225C9E;
    border-radius: 4px;

    background: #fff;

    color: #225C9E !important;

    font-size: 12px;
    font-weight: 700;

    text-decoration: none !important;

    transition: all .2s ease;
}


.bou-handbook-download .glyphicon {
    margin-right: 6px;

    font-size: 11px;
}


.bou-handbook-download:hover {
    background: #225C9E;

    color: #fff !important;

    text-decoration: none;
}


.bou-handbook-unavailable {
    display: inline-block;

    min-width: 102px;

    padding: 7px 8px;

    border: 1px solid #e5e9ec;
    border-radius: 4px;

    color: #a3adb4;

    background: #fafbfc;

    font-size: 12px;
    font-weight: 700;

    text-align: center;
}


/* =========================================================
   INFORMATION BOX
========================================================= */

.bou-handbook-info {
    max-width: 1140px;

    margin: 5px auto 0;

    display: flex;
    align-items: center;

    padding: 17px 20px;

    background: #f8fbfd;

    border: 1px solid #dfe8ee;
    border-radius: 7px;
}


.bou-handbook-info-icon {
    width: 38px;
    height: 38px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 13px;

    color: #225C9E;

    font-size: 20px;
}


.bou-handbook-info h3 {
    margin: 0 0 4px;

    color: #173B55;

    font-size: 14px;
    font-weight: 700;
}


.bou-handbook-info p {
    margin: 0;

    color: #71808b;

    font-size: 11px;
    line-height: 1.6;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .bou-handbook-page {
        padding: 35px 0 55px;
    }

    .bou-handbook-hero {
        margin-left: 15px;
        margin-right: 15px;
    }

    .bou-handbook-summary,
    .bou-handbook-tools,
    .bou-handbook-school,
    .bou-handbook-info,
    .bou-handbook-no-result {
        margin-left: 15px;
        margin-right: 15px;
    }

    .bou-handbook-school-heading h2 {
        font-size: 16px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .bou-handbook-page {
        padding: 25px 0 45px;
    }


    .bou-handbook-hero {
        display: block;

        margin-left: 10px;
        margin-right: 10px;

        padding: 23px 20px;
    }


    .bou-handbook-hero h1 {
        font-size: 24px;
    }


    .bou-handbook-hero p {
        font-size: 12px;
    }


    .bou-handbook-hero-icon {
        display: none;
    }


    .bou-handbook-summary {
        margin-left: 10px;
        margin-right: 10px;

        display: flex;
        flex-wrap: wrap;
    }


    .bou-handbook-stat {
        flex: 0 0 50%;

        min-height: 64px;

        padding: 11px 14px;

        border-bottom: 1px solid #e8eef2;
    }


    .bou-handbook-stat:nth-child(2) {
        border-right: 0;
    }


    .bou-handbook-stat:last-child {
        flex: 0 0 100%;

        border-bottom: 0;
    }


    .bou-handbook-tools {
        margin-left: 10px;
        margin-right: 10px;

        padding: 13px;
    }


    .bou-handbook-filter {
        justify-content: flex-start;

        overflow-x: auto;

        flex-wrap: nowrap;

        padding-bottom: 3px;

        -webkit-overflow-scrolling: touch;
    }


    .bou-handbook-filter-btn {
        flex-shrink: 0;

        white-space: nowrap;
    }


    .bou-handbook-school {
        margin-left: 10px;
        margin-right: 10px;
    }


    .bou-handbook-school-heading {
        min-height: 66px;

        padding: 12px 14px;
    }


    .bou-handbook-school-heading h2 {
        max-width: 275px;

        font-size: 15px;
    }


    .bou-handbook-school-code {
        min-width: 45px;

        font-size: 9px;
    }


    .bou-handbook-row {
        position: relative;

        align-items: flex-start;

        padding: 12px 0;
    }


    .bou-handbook-sl {
        width: 38px;

        padding-top: 4px;

        font-size: 9px;
    }


    .bou-handbook-program {
        padding: 0 8px 0 0;

        align-items: flex-start;
    }


    .bou-handbook-pdf-icon {
        width: 31px;
        height: 31px;

        margin-right: 9px;

        font-size: 12px;
    }


    .bou-handbook-program h3 {
        font-size: 12px;
        line-height: 1.45;
    }


    .bou-handbook-program small {
        font-size: 9px;
    }


    .bou-handbook-action {
        width: 108px;

        padding: 0 7px 0 0;
    }


    .bou-handbook-download,
    .bou-handbook-unavailable {
        min-width: 88px;

        height: 29px;

        font-size: 9px;
    }


    .bou-handbook-info {
        margin-left: 10px;
        margin-right: 10px;

        align-items: flex-start;

        padding: 14px;
    }


    .bou-handbook-info-icon {
        width: 30px;
        height: 30px;

        margin-right: 8px;

        font-size: 17px;
    }


    .bou-handbook-info h3 {
        font-size: 13px;
    }


    .bou-handbook-info p {
        font-size: 10px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .bou-handbook-hero {
        padding: 20px 17px;
    }


    .bou-handbook-hero h1 {
        font-size: 21px;
    }


    .bou-handbook-summary {
        display: block;
    }


    .bou-handbook-stat,
    .bou-handbook-stat:last-child {
        width: 100%;

        min-height: 55px;

        border-right: 0;
        border-bottom: 1px solid #e8eef2;
    }


    .bou-handbook-stat:last-child {
        border-bottom: 0;
    }


    .bou-handbook-school-heading h2 {
        font-size: 14px;
    }


    .bou-handbook-school-code {
        display: none;
    }


    .bou-handbook-row {
        display: block;

        padding: 13px 12px 13px 38px;
    }


    .bou-handbook-sl {
        position: absolute;

        left: 10px;
        top: 16px;

        width: 22px;

        text-align: left;
    }


    .bou-handbook-program {
        padding: 0;

        margin-bottom: 10px;
    }


    .bou-handbook-action {
        width: 100%;

        padding: 0;

        text-align: right;
    }


    .bou-handbook-download,
    .bou-handbook-unavailable {
        min-width: 100px;
    }

}


/* =========================================================
   ACCESSIBILITY / CLEANUP
========================================================= */

.bou-handbook-page a:focus,
.bou-handbook-page button:focus,
.bou-handbook-page input:focus {
    outline: none;
}


.bou-handbook-page a:hover {
    text-decoration: none;
}


