﻿/* Bootstrap Validation Summary Override */
/* Bootstrap Validation Summary Override */
.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    margin-bottom: 0;
    padding-left: 1rem;
}

.alert.validation-summary-errors {
    margin-bottom: 1rem;
}

.col-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.166665%;
    flex: 0 0 4.166665%;
    max-width: 4.166665%;
    width: 4.166665%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
    width: 16.66666%;
}

.dataTables_empty {
    font-size: 1.5rem !important;
}

/* Reference classes, no implementation */
.base,
.needs-validation,
.flex-start,
.text-faded,
.app-container-demo,
.lang-js,
.lang-csharp,
.has-tooltip,
.has-popover {
}

/* Keeps analyzers happy */
.js-waves-off,
.js-waves-on,
.js-get-date,
.js-collapse,
.js-modal-settings,
.js-filter-message,
.js-buttons,
.js-icon-class,
.js-icon-copy,
.js-bg-color,
.js-bg-gradient,
.js-bg-gradient-demo,
.js-bg-target {
}

/* Small word wrap correction */
section > ol > li {
    word-break: break-all;
}

code {
    border: 1px solid silver;
    padding: 0.03rem 0.2rem !important;
}

pre.prettyprint {
    border-radius: 0.2rem;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
}

.documentation h2 {
    color: var(--primary);
}

.documentation th:first-child,
.documentation th:nth-child(3) {
    width: 16%;
}

.documentation blockquote {
    margin-left: 1rem;
    padding: 1rem 1rem 0.01rem 1rem;
    font-weight: 400;
    border-radius: 0 4px 4px 0;
    background: #edf2f9;
    border-left: 3px solid var(--primary);
}

    .documentation blockquote.info {
        background: #edf2f9;
        border-left: 3px solid var(--info);
    }

    .documentation blockquote.warning {
        background: #fff4db;
        border-left: 3px solid var(--warning);
    }

    .documentation blockquote.danger {
        background: #fadeeb;
        border-left: 3px solid var(--danger);
    }

/* Semus CSS for System */

/*:root {
    --order: 1;
    --shadow-color: #52525273;*/
  /*  --d-primary-color: #2b617f;*/
    /*--d-primary-color: rgb(1 111 139);
    --d-primary-high-fade-color: rgb(245 254 253 / 68%);
    --d-accent-color: #ffca5b;
    --d-link-color: aquamarine;
    --d-link-fade-color: #7fffd4ad;
}*/


:root {
    --order: 1;
    --shadow-color: #52525273;
    --d-primary-color: #262262;
    --d-primary-high-fade-color: rgb(245 254 253 / 68%);
    --d-accent-color: #ffca5b;
    --d-link-color: aquamarine;
    --d-link-fade-color: #7fffd4ad;
}


html body a {
    color: var(--d-link-color);
    background-color: transparent;
    font-family: Figtree, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

.scale-up {
    animation: scale-up calc(calc(var(--order) * 200ms) + 100ms) ease 0s forwards;
}

@keyframes scale-up {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.content-in {
    transform: translateX(100px);
    animation: move-left calc(calc(var(--order) * 200ms) + 100ms) ease 0s forwards;
}

@keyframes move-left {
    0% {
        transform: translateX(100px);
    }

    100% {
        transform: translateX(0px);
    }
}


.move-right {
    transform: translateX(100px);
    animation: move-right calc(calc(var(--order) * 200ms) + 100ms) ease 0s forwards;
}

@keyframes move-right {
    0% {
        transform: translateX(-100px);
    }

    100% {
        transform: translateX(0px);
    }
}

.font-mono {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}

.font-sans {
    font-family: Figtree,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}


/*.login-page {*/
    /*background-color: #e5e8ec !important;*/
    /*background-image: url('../img/flag_of_tanzania.png');
    background-repeat: round;
    background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
    /*width: 100%
}*/

/*.login-page {
    background-color: red !important;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, var(--shadow-color),var(--white-color)), url('../img/logo.png') !important;
    background-size: cover;
    background-position: center;
}*/
.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh; /* Ensure full height of viewport */
    position: relative;
}
.login_card_group {
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 10px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-grow: 1;*/
}


.footer-log {
    text-align: center;
    padding: 10px 0;
    margin: 0; /* Remove extra margin */
    width: 100%; /* Ensure footer spans the full width */
    position: relative;
    font-size: 14px;
    color: #C8C8C8;
    /*background-color: #f9f9f9;*/ /* Optional: Add a background color */
    /*position: relative;
    margin-top: 30px;
    padding: 10px;
    text-align: center;*/
    /*bottom: -20px;*/ /* Adjust distance from the card */
    /*left: 50%;
    transform: translateX(-50%);
    font-size: 14px;*/
    /*color: #666;*/
}

.login_card_group + .footer-log {
    /*margin-top: -10px;*/ /* Adjust as needed to eliminate the gap */
}


.left_card {
    height: 400px;
    width: 470px;
    margin-top: auto;
    margin-bottom: auto;
    background: white;
    border-right: 1px solid #e5e8ec;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    /*border-radius: 20px 0 0 20px;*/
}

.border-left-card {
    border: 3px solid #edf2f9;
    border-right: none;
    border-radius: 15px 0 0 15px;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 381px !important;
    height: 381px !important;
    /*padding-left: 35em;*/
}


.gov_title {
    color: #2b617f;
    text-align: center !important;
    font-size:14px;
    /*font-weight: bold;*/
}
.gov_title_log {
    text-align: center !important;
    font-weight: bold;
    margin: 0;
    padding-top: 10px;
    font-size:50px;
}

.brand_logo_container {
    height: 150px;
    width: 150px;
    /*border-radius: 50%;*/
    background: #e5e8ec;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    /*border-bottom: 2px solid #476d8e;*/
}

.gov_subtitle {
    margin: 3px 2px !important;
    font-weight: bold;
    color: #2b617f;
    text-align: center;
    font-size: 16px;
}

.btn-action {
}

.right_card {
    height: 400px;
    width: 470px;
    margin-top: auto;
    margin-bottom: auto;
    background: white;
    border-right: 1px solid #e5e8ec;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 0 20px 20px 0;
}

.fom {
    border: 3px solid #edf2f9;
    border-left: none;
    border-radius: 0 15px 15px 0;
    padding: 7px 1px;
    max-height: 381px !important;
    height: 381px !important
}

.validation-summary-errors {
    margin-bottom: 10px !important;
}

.btn-login {
    /*background: #2b617f !important;*/
    background: #262262 !important;
    color: white !important;
    font-size: 15px;
    font-weight: bolder !important;
}

.page-sidebar {
    background: var(--d-primary-color) !important;
}

.login-footer-page {
    /* width: 10px; */
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: bolder !important;
    color: #2b617f !important;
}

.shadow-primary-darker {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px #ccc;
}
.rounded-medium {
    /*border-radius: 15px;*/
    border-radius: 15px 0 0 15px;
}
/*---*/
.nav-menu li > a {
    color: var(--d-link-color);
}

.nav-menu li > ul li a {
    color: var(--d-link-color);
}

.nav-menu li > ul li > ul li a {
    color: var(--d-link-color);
}

.nav-menu li.active > a {
    color: white;
    background-color: rgba(255, 255, 255, 0.04);
    -webkit-box-shadow: inset 2px 0 0 var(--d-link-fade-color) !important;
    box-shadow: inset 2px 0 0 var(--d-link-fade-color) !important;
}


.nav-menu li b.collapse-sign {
    color: #fbfcf8;
}

.nav-menu li a > [class*='fa-'], .nav-menu li a > .ni {
    /*color: #7fffd470; */
    /*color: #25c490b3 !important;*/
    color: #25c490 !important;
}

.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul:before {
    border-left: 1px solid #7fffd470;
}

.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul > li a:after {
    background-color: var(--d-link-color);
}


.page-logo {
    height: 13.125rem;
    width: 16.875rem;
    box-shadow: 0px 0px 28px 0px rgb(0 0 0 / 13%);
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 1px;
    padding: 0 16px;
    background: transparent !important;
}

    .page-logo a {
        padding: 9px;
        border: 5px solid #7fffd44f;
        border-radius: 24px;
    }

    .page-logo img {
        height: 8.125rem;
        width: 8.875rem;
        padding: 10px;
    }

.page-logo-text {
    margin-left: 0.5rem;
    font-size: 1rem;
    color: #fff;
    display: block;
    font-weight: bold;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: left;
}
.page-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    /* order: 3; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
/*---*/
.page-content-wrapper {
    /*background-image: url(../img/test211.png);*/
    background-repeat: round;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-content-wrapper-login {
    /*background-image: url(../img/test211.png);*/
    background-color: #aeaeae;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.page-header {
    /*background: linear-gradient(12deg, var(--d-primary-color), var(--d-primary-color), #10615ac2, white);*/
    background:linear-gradient(171deg, var(--d-primary-color), var(--d-primary-color), #605679c2, white);
    height: 56px;
}

.logged-inst {
    color: white !important;
    font-size: 18px;
    font-weight: bolder !important;
    font-family: Figtree, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

.header-icon {
    color: #666666;
    height: 3.125rem;
    display: block;
    text-decoration: none;
    position: relative;
}

    .header-icon:not(.btn) {
        min-width: 2.125rem;
        text-align: center;
        overflow: visible;
        border: 7px solid #3292804a;
        padding: 4px;
        color: #10615a !important;
        border-radius: 58px;
    }

.dropdown-icon-menu > ul > li .btn, .header-btn {
    border: 1px solid #ffffff;
    color: white;
}

    .dropdown-icon-menu > ul > li .btn, .header-btn:hover {
        color: var(--d-link-color);
        background: var(--d-primary-color);
    }

@media (min-width: 992px) {
    .nav-function-hidden:not(.nav-function-top) .page-header [data-class="nav-function-hidden"] {
        background: var(--d-primary-color);
        border-color: white !important;
        -webkit-box-shadow: inset 0 0 3px 1px rgb(0 0 0 / 37%);
        box-shadow: inset 0 0 3px 1px rgb(0 0 0 / 37%);
        color: #fff !important;
    }
}



.page-breadcrumb {
    padding: 13px;
    background: var(--d-primary-color);
    /*background: #BCCCCB;*/
    margin: 0 0 1.5rem;
    color: white !important;
    border-radius: 9px;
    position: relative;
    box-shadow: 2px 3px 8px var(--shadow-color);
    text-shadow: none;
}

.breadcrumb-item.active {
    color: var(--d-accent-color);
    font-weight: 700;
}

.breadcrumb-back {
    border-right: 2px solid #7fffd45e !important;
    padding: 0 6px;
    margin-right: 20px;
    transform: scale(1.8)
}

    .breadcrumb-back:hover {
        border-right: 2px solid var(--d-accent-color) !important;
        color: var(--d-accent-color);
    }

.panel-toolbar .btn-panel[data-action="panel-collapse"], .panel-toolbar .btn-panel.js-panel-collapse {
    background: var(--d-primary-color);
}

.page-link {
    color: var(--d-primary-color);
    background-color: #fff;
}

.pagination .page-link:hover {
    background-color: var(--d-primary-color) !important;
    color: #fff;
    font-weight: bold;
}

.page-item.active .page-link {
    color: #239d92;
    font-weight: bold;
    border: 3px solid #239d92;
    background: white;
    border-radius: 6px;
}



.sorting_asc, .sorting_desc, .even .sorting_1 {
    background-color: var(--d-primary-high-fade-color) !important;
}

.table-dark .sorting_asc, .table-dark .sorting_desc, .table-dark .even .sorting_1 {
    color: dimgrey;
    background-color: rgba(255, 194, 65, 0.15);
}

.odd .sorting_1 {
    background-color: var(--d-primary-high-fade-color) !important;
}

.table-dark .odd .sorting_1 {
    background-color: rgba(255, 194, 65, 0.15);
    color: dimgray;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--d-primary-high-fade-color);
}

.menu-item, label.menu-open-button {
    background: var(--d-primary-color);
    color: #fff !important;
}

    .menu-item:hover, label.menu-open-button:hover {
        background: #329280;
    }

.bg-primary-300 {
    background-color: #1ba69a;
    color: white;
}


.bg-trans-gradient {
    background: linear-gradient( 186deg, #055b9f, #0d64c3de, #a9e3db) !important;
}

.header-icon:not(.btn)[data-toggle="dropdown"][data-toggle="dropdown"]:after {
    content: " ";
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    border-radius: 50%;
    top: 1.3125rem;
    z-index: -1;
    left: 0.9375rem;
    opacity: 0;
    -webkit-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.last-col-narrow tr, td:last-child {
    flex: 0 0 100px;
    border: red;
}

    .last-col-narrow tr th:last-child {
        flex: 0 0 100px;
        justify-content: center;
    }

.action-icons {
    justify-content: center;
}

.btn-action {
    color: #fff !important;
    background-color: #2b617f !important;
    border-color: #6c757d;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}

    .btn-action:hover {
        color: #fff;
        background-color: #1e6c4e !important;
        border-color: #545b62;
    }

.has-length .input-group-text:not([class^="bg-"]):not([class*=" bg-"]) {
    background: #10615aed !important;
    color: #fff;
}

.form-control:focus {
    border-color: #10615aed;
}

.modal-header {
    padding: 16.25px 1.25rem;
    border-bottom: 1px solid #dee2e6;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 0.875rem;
    margin-bottom: 0;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.47;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #f8fefd;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}


/*=================*/

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

fieldset {
    background: white;
    box-sizing: border-box;
    /*stacking fieldsets above each other*/
    position: relative;
    padding: 31px 10px 13px 30px;
}

    /*Hide all except first fieldset*/
    fieldset:not(:first-of-type) {
        display: none;
    }

/*buttons*/
.action-button {
    width: 100px;
    background: var(--d-accent-color);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

    .action-button:hover, .action-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px var(--d-accent-color);
    }

.action-button-previous {
    width: 100px;
    background: #949799;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

    .action-button-previous:hover, .action-button-previous:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
    }

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
.progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

    .progressbar li {
        list-style-type: none;
        color: #486b67;
        text-transform: uppercase;
        font-size: 9px;
        width: 33.33%;
        float: left;
        position: relative;
        letter-spacing: 1px;
    }

        .progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 24px;
            height: 24px;
            line-height: 26px;
            display: block;
            font-size: 12px;
            color: #333;
            background: white;
            border-radius: 25px;
            margin: 0 auto 10px auto;
        }

        /*progressbar connectors*/
        .progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: #486b6730;
            position: absolute;
            left: -50%;
            top: 9px;
            z-index: -1; /*put it behind the numbers*/
        }

        .progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }

        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        .progressbar li.active:before, .progressbar li.active:after {
            background: var(--d-accent-color);
            color: white;
        }


.form-check-input {
    transform: scale(1.6) !important;
}


.last-col-narrow tr td:nth-last-child(1) {
    width: 20px !important;
}


#search-field {
    background: transparent;
    color: white;
    border: 1px solid transparent;
}

/***
 Details Page starts
 **/

.nav-pills .nav-link {
    border-radius: 4px;
    color: #395f5a !important;
    border-left: 1px solid;
    border-bottom: 1px solid;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff !important;
        /*background: linear-gradient(65deg, #ffc24180, #395f5a, #395f5a, #395f5a, #395f5a, #395f5a);*/
        background-color: #2b625b;
        border-bottom: 3px solid #ffc241;
    }

.nav-link.active .fal {
    color: #ffc241;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid;
    padding: 4px;
    border-radius: 100%;
}

.detail-content {
    padding: 20px;
    border: 3px solid #2b625b24;
    border-radius: 17px;
    box-shadow: 1px 1px 7px #5f90802e;
    min-height: 50vh;
}

.detail-title {
    color: #2b625b;
    font-weight: bold;
    padding: 9px 8px;
    font-size: 15px;
    border-bottom: 1px solid #2b625b21;
}


.detail-subtitle {
    background: #2b625b05;
    padding: 11px 8px;
}

.pending-status {
    border-bottom: 4px solid #ffb20e;
}

.done-status {
    border-bottom: 4px solid #0ec159;
}


.declined-status {
    border-bottom: 4px solid red;
}

.text-primary {
    color: #395f5a !important;
}

.panel {
    margin-bottom: 0.5rem !important;
}


/*.notification li > :hover {*/
/*    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 33, 41, 0.03)), to(rgba(29, 33, 41, 0.04)));*/
/*    background-image: linear-gradient(rgba(29, 33, 41, 0.03), rgba(29, 33, 41, 0.04));*/
/*    border-radius: 10px !important;*/
/*}*/

#divLoader {
    position: fixed;
    margin: auto;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/mwananchi.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.7;
    display: none;
    filter: brightness(0) saturate(100%) invert(56%) sepia(83%) saturate(1785%) hue-rotate(165deg) brightness(97%) contrast(101%);
}

/*
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: teal;
    color: #fff;
}*/

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #016F8B;
    color: #fff;
}

.swal-modal .swal-text {
    text-align: center;
}

.swal2-icon.swal2-question {
    border-color: #ffc241;
    color: #ffc241;
}
.swal2-icon.swal2-error {
    border-color: #ffc241;
    color: #ffc241;
}

.swal2-icon.swal2-warning {
    border-color: #ffc241;
    color: #ffc241;
}

.swal2-icon.swal2-info {
    border-color: #ffc241;
    color: #ffc241;
}
.my-swal {
    z-index: 2147483600;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2b617f;
    color: #fff;
}
/***Carousel*/


.cus_carousel {
    position: relative;
}

.cus_carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.cus_carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .cus_carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.cus_carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

    .cus_carousel-item.active,
    .cus_carousel-item-next,
    .cus_carousel-item-prev {
        display: block;
    }

        .cus_carousel-item-next:not(.carousel-item-left),
        .cus_active.carousel-item-right {
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
        }

        .cus_carousel-item-prev:not(.carousel-item-right),
        .active.cus_carousel-item-left {
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
        }

.cus_carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

    .cus_carousel-fade .carousel-item.active,
    .cus_carousel-fade .carousel-item-next.carousel-item-left,
    .cus_carousel-fade .carousel-item-prev.carousel-item-right {
        z-index: 1;
        opacity: 1;
    }

.cus_carousel-fade .active.carousel-item-left,
.cus_carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s 0.6s;
    transition: opacity 0s 0.6s;
}

.cus_carousel-control-prev,
.cus_carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

    .cus_carousel-control-prev:hover, .carousel-control-prev:focus,
    .cus_carousel-control-next:hover,
    .cus_carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: 0.9;
    }

.cus_carousel-control-prev {
    left: 0;
}

.cus_carousel-control-next {
    right: 0;
}

.cus_carousel-control-prev-icon,
.cus_carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.cus_carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.cus_carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

@media print {
    .print-friendly thead {
        display: table-header-group;
    }

    @page {
        size: landscape;
    }
}


