body {
    background-color: #f0f0f0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.carousel-desc-bg {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
}

#Navbar {
    background-color: #ffc04c;
}

/*change breadcrumb divider color*/

/*.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: white;
    content: var(--bs-breadcrumb-divider, "/");
    }*/
.blue-border {
    padding: 1%;
    border: 2px solid #050A30;
    border-top-width: thick;
}

.blue-bg {
    background-color: #050A30 !important;
}

.highlight-row-bg {
    background-color: #f0f0f0 !important;
}

.highlight-row-bg-warning {
    background-color: #fff3cd !important;
}

.highlight-row-bg-secondary {
    background-color: #6c757d !important;
}

.orange-bg {
    background-color: #ffc04c !important;
}

.blue-text {
    color: #000080;
}

.btn-outline-primary {
    background-color: none;
    border: 2px solid #050A30;
    color: #050A30;
}

.btn-outline-primary:hover {
    background-color: #050A30;
    border: 2px solid #050A30;
    color: white;
}

.btn-outline-success {
    background-color: none;
    border: 2px solid #198754;
    color: #198754;
}

.btn-outline-success:hover {
    background-color: #198754;
    border: 2px solid #198754;
    color: white;
}

.btn-outline-danger {
    background-color: none;
    border: 2px solid #dc3545;
    color: #dc3545;
}

.btn-outline-danger:hover {
    background-color: #dc3545;
    border: 2px solid #dc3545;
    color: white;
}

.btn-outline-secondary {
    background-color: none;
    border: 2px solid #6c757d;
    color: #6c757d;
}

.btn-outline-secondary:hover {
    background-color: #6c757d;
    border: 2px solid #6c757d;
    color: white;
}

.btn-primary {
    background-color: #050A30;
    border: 2px solid #050A30;
}

.btn-primary:hover {
    background-color: #020257;
    border: 2px solid #020257;
    color: #ededed;
}

.btn-word {
    background-color: #0d6efd;
    border: 2px solid #0d6efd;
}

.btn-word:hover {
    background-color: #0a58ca;
    border: 2px solid #0a58ca;
    color: #ededed;
}


.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #050A30;
    border-color: #050A30;
    box-shadow: none;
}

.main {
    display: block;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #212529;
    background-color: #ffc107;
    box-shadow: none;
}

.footer-link {
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 0;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect a.info,
.hovereffect h2 {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
    text-transform: uppercase;
}

.hovereffect:hover a.info,
.hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #6c757d;
}

.message_row:hover {
    background-color: #e6e5e3;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.feedback_row:hover {
    background-color: #e6e5e3;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

table {
    font-size: .9rem;
}

div.chatbot {
    box-sizing: border-box;
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    padding: 9px;
    background-color: #000080;
    box-shadow: 0px 0px 3px 3px #888888;
    transition: 0.3s;
    z-index: 1021;
}

div.chatbot:hover {
    box-sizing: border-box;
    bottom: 18px;
    right: 18px;
    padding: 11px;
    box-shadow: 0px 0px 10px 5px #888888;
    transition: 0.3s;
}



#chatbot_chatbox {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    border: none;
    z-index: 1020;
    /*        height:50vh;
    width: 35vh;*/

}

#chatbot_header_img {
    width: 40px;
}

#chatbot_chatbox>div.card-header {

    border: 1px solid #000080;
}




#chatbot_chatbox>div.card-body {
    height: 70vh;
    background-color: #f8f9fa;
    border: 1px solid #C0C0C0;
    font-size: .9em;
    overflow-y: auto;
    overflow-x: hidden;
}


@media only screen and (max-width: 767px) {
    /*
    #chatbot_chatbox {
        font-size: .8em;
        }*/

    /*    #chatbot_header_img {
        max-width: 60%;

        }*/

}


.chatbot_chatbox_bot_msg {
    background-color: #d6d4d4;
    border: 1px solid #C0C0C0;


}

.chatbot_chatbox_user_msg {
    border: 1px solid #000080;

}

button[name="choice_btn"] {
    white-space: normal;
    font-weight: bold;
    font-size: .9em;
}







/*settings actionTaken switches*/

/*#addActionTaken_fundDeduction, #addActionTaken_everyFiveDaysEmailNotif, #addActionTaken_continuousEmailNotif{
    height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}
*/

/*Animatopy CSS Animations*/
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-delay-quartsec {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
}

.animated-delay-halfsec {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.animated-delay-1sec {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}


@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes topnav_acct_dd_fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-80%, 100px, 0);
        transform: translate3d(-80%, 100px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(-80%, 35px, 0);
        transform: translate3d(-80%, 35px, 0);
    }
}

@keyframes topnav_acct_dd_fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-80%, 100px, 0);
        transform: translate3d(-80%, 100px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(-80%, 35px, 0);
        transform: translate3d(-80%, 35px, 0);
    }
}

.acct_dd_fadeInUp {
    -webkit-animation-name: topnav_acct_dd_fadeInUp;
    animation-name: topnav_acct_dd_fadeInUp;
}

@-webkit-keyframes topnav_notif_dd_fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-80%, 100px, 0);
        transform: translate3d(-80%, 100px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(-80%, 40px, 0);
        transform: translate3d(-80%, 40px, 0);
    }
}

@keyframes topnav_notif_dd_fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-80%, 100px, 0);
        transform: translate3d(-80%, 100px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(-80%, 40px, 0);
        transform: translate3d(-80%, 40px, 0);
    }
}

.notif_dd_fadeInUp {
    -webkit-animation-name: topnav_notif_dd_fadeInUp;
    animation-name: topnav_notif_dd_fadeInUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}