/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
    background-color: #f8f8f8;
}

.theme_header{
    background:url(../images/themes/december/xlight.gif) repeat left top;
    background-size: 1200px;
    background-position: 0px 160px;
    /*background:#f9f9f9;*/
    position:relative;
    /*box-shadow: 14px -1px 20px 6px #888888;*/
}

.theme_snow{
    background:url(../images/themes/december/snowflakes2.gif) repeat left top !important;
    position:relative;
    background-color: transparent !important;
}

.theme_snowballs{
    background:url(../images/themes/december/balls.gif) no-repeat right top;
    background-size: 500px;
    position:relative;
}

.theme_fireworks{
    background:url(../images/themes/january/fireworks2.gif) repeat left top !important;
    /*background-position: 0px 440px;*/
    position:relative;
}

#wrapperbg {
    top: 40px;
    width: 100%;
    background-color: #ee8d28;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 1050px;
    background-color: #ffffff;
    /*background-color: transparent;*/
}

#page-wrapper-white {
    padding: 0 15px;
    min-height: 1100px;
    background-color: #ffffff;
}

#page-wrapper-gray {
    padding: 0 15px;
    min-height: 1100px;
    background-color: #efefef;
}

#page-wrapper-none {
    padding: 0 15px;
    min-height: 1000px;
    background-color: transparent;
}

#page-wrapper-white-none {
    padding: 0 15px;
    min-height: 1000px;
    background-color: #ffffff;
}

#page-wrapper-white-none-no-padding {
    padding: 0 0px;
    min-height: 500px;
    background-color: #ffffff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        /*border-left: 1px solid #e7e7e7;*/
    }

    #page-wrapper-white {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        /*border-left: 1px solid #e7e7e7;*/
    }

    #page-wrapper-gray {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        /*border-left: 1px solid #e7e7e7;*/
    }

    #page-wrapper-none {
        position: inherit;
        margin:  0 0 0 0px;
        padding: 10px 30px;
        /*border-left: 1px solid #e7e7e7;*/
    }

    #page-wrapper-white-none {
        position: inherit;
        margin: 0 0 0 0px;
        padding: 0 30px;
        /*border-left: 1px solid #e7e7e7;*/
    }

    #page-wrapper-white-none-no-padding {
        position: inherit;
        margin: 0 0 0 0px;
        padding: 0 0px;
        /*border-left: 1px solid #e7e7e7;*/
    }
}

/*
.bg_section{ background:url(../images/boxed-bg.png) repeat left top;}
.main-section{ background:url(../images/poligan_bg2.jpg) repeat left top;}
*/

.bg_section{ background-color: #d9d8db;}

.main-section{ background-color: rgb(249, 201, 4);}

.login-section{ background:url(../images/box.jpg) repeat left top;}

.content-section{ background-color: #f8f8f8;}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 10px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li div {
    padding: 3px 10px;
    min-height: 0;
    line-height: 25px;
    transition: all 0.5s;
    font-size: 14px;
    color: #666;
}

.navbar-top-links .dropdown-menu li a div {
    padding: 3px 10px;
    min-height: 0;
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    position: static;
    padding-right: 0;
    padding-left: 0;
}
.sidebar .user-info {
    padding: 13px 15px 12px 15px;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    background: url("/MIS/assets/images/umbemini.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 125px; }
.sidebar .user-info .image {
    margin-right: 12px;
    display: inline-block; }
.sidebar .user-info .image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: bottom !important; }
.sidebar .user-info .info-container {
    cursor: default;
    display: block;
    position: relative;
    top: 10px; }
.sidebar .user-info .info-container .name {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    max-width: 200px;
    color: #fff; }
.sidebar .user-info .info-container .email {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    max-width: 200px;
    color: #fff; }
.sidebar .user-info .info-container .user-helper-dropdown {
    position: absolute;
    right: -3px;
    bottom: -12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    color: #fff; }

.sidebar .menu .list i.material-icons {
    margin-top: 4px; }

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    /*border-bottom: 1px solid #e7e7e7;*/
}

.sidebar ul li a.active {
    /*background-image: linear-gradient(310deg, #ea0606 0%, #ff667c 100%);   --THIS IS THE ORIGINAL BACKGROUND--    */
    /*background-image: linear-gradient(310deg, #4B5320 0%, #a0b04e 100%);*/
    background-image: linear-gradient(310deg, #ea0606 0%, #ff667c 100%);
    color: #fcfcfd;
}

.sidebar ul li:hover a.active {
    color: #f6b510 !important;
}

/*-----------------------------------------*/
/*------------- ANIMATE CURSOR ------------*/
/*-----------------------------------------*/

/*.sidebar ul li a.active::after {
    content: "";
    display: inline-block;
    background-image: url("/MIS/assets/images/themes/founding/rocket.png");
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
    animation: enlargeImage 2s alternate infinite;
}

@keyframes enlargeImage {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.sidebar ul li:hover a::after {
    content: "";
    display: inline-block;
    color: white;
    background-image: url("/MIS/assets/images/themes/founding/tank.png");
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    animation: moveImage 2s linear infinite;
}*/
/*-----------------------------------------*/

@keyframes moveImage {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(50px); /* Adjust the distance to move right as needed */
    }
    100% {
        transform: translateX(0);
    }
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 45px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}


@media(max-width:737px) {
    .navbar-top-links .dropdown-alerts {
        margin-left: 0px;
    }

}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #FD8D14;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.iframe-container {
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal.in .modal-dialog {
    transform: none; /*translate(0px, 0px);*/
}

#img-upload{
    width: 100%;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.huge-center {
    font-size: 30px;
    text-align: center;
}

.medium {
    font-size: 28px;
}

.medium-small {
    font-size: 20px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}



.panel-lightred {
    border-color: #f27674;
}

.panel-lightred .panel-heading {
    border-color: #f27674;
    color: #fff;
    background-color: #f27674;
}

.panel-lightred a {
    color: #f27674;
}

.panel-lightred a:hover {
    color: #f45d5a;
}


.panel-yellow {
    border-color: #f2ce18;
}

.panel-yellow .panel-heading {
    border-color: #f2ce18;
    color: #fff;
    background-color: #f2ce18;
}

.panel-yellow a {
    color: #f2ce18;
}

.panel-yellow a:hover {
    color: #f2bc18;
}

.panel-skyblue {
    border-color: #00dfc3;
}
.panel-skyblue .panel-heading {
    border-color: #00dfc3;
    color: #fff;
    background-color: #00dfc3;
}

.panel-skyblue a {
    color: #00dfc3;
}

.panel-skyblue a:hover {
    color: #00b8e6;
}


.panel-lime {
    border-color: #58f972;
}
.panel-lime .panel-heading {
    border-color: #58f972;
    color: #fff;
    background-color: #58f972;
}

.panel-lime a {
    color: #20d23d;
}

.panel-lime a:hover {
    color: #037519;
}

.panel-orange {
    border-color: #FD8D14;
}

.panel-orange .panel-heading {
    border-color: #FD8D14;
    color: #fff;
    background-color: #FD8D14;
}

.panel-orange a {
    color: #FD8D14;
}

.panel-orange a:hover {
    color: #F3AA60;
}


.panel-lightyellow {
    border-color: #f9e78e;
}

.panel-lightyellow .panel-heading {
    border-color: #f9e78e;
    color: #fff;
    background-color: #f9e78e;
}

.panel-lightyellow a {
    color: #f9e78e;
}

.panel-lightyellow a:hover {
    color: #f9e581;
}

.panel-limedark {
    border-color: #23d461;
}
.panel-limedark .panel-heading {
    border-color: #23d461;
    color: #fff;
    background-color: #23d461;
}

.panel-limedark a {
    color: #1a8241;
}

.panel-limedark a:hover {
    color: #50db77;
}

.panel-purple {
    border-color: #9258f1;
}

.panel-purple .panel-heading {
    border-color: #9258f1;
    color: #fff;
    background-color: #9258f1;
}

.panel-purple a {
    color: #803cf1;
}

.panel-purple a:hover {
    color: #aa7bf6;
}

.panel-pink {
    border-color: #fc62af;
}

.panel-pink .panel-heading {
    border-color: #fc62af;
    color: #fff;
    background-color: #fc62af;
}

.panel-pink a {
    color: #fd5cad;
}

.panel-pink a:hover {
    color: #fd73b8;
}

.panel-blue {
    border-color: #0299ea;
}

.panel-blue .panel-heading {
    border-color: #0299ea;
    color: #fff;
    background-color: #0299ea;
}

.panel-blue a {
    color: #015f92;
}

.panel-blue a:hover {
    color: #169ee7;
}

.timeline {
    position: relative;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 1rem;
    height: 100%;
    border-right: 2px solid #dee2e6;
}

.timeline-block {
    position: relative;
}

.timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.timeline-block:first-child {
    margin-top: 0;
}

.timeline-block:last-child {
    margin-bottom: 0;
}

.timeline-step {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    transform: translateX(-50%);
    font-size: 1rem;
    font-weight: 600;
    z-index: 1;
}

.timeline-step svg,
.timeline-step i {
    line-height: 1.4;
}

.timeline-content {
    position: relative;
    margin-left: 45px;
    padding-top: 0.35rem;
    position: relative;
    top: -6px;
}

.timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 992px) {
    .timeline:before {
        left: 50%;
        margin-left: -1px;
    }

    .timeline-step {
        left: 50%;
    }

    .timeline-content {
        width: 38%;
    }

    .timeline-block:nth-child(even) .timeline-content {
        float: right;
    }
}

.timeline-one-side:before {
    left: 1rem;
}

.timeline-one-side .timeline-step {
    left: 1rem;
}

.timeline-one-side .timeline-content {
    width: auto;
}

@media (min-width: 992px) {
    .timeline-one-side .timeline-content {
        max-width: 30rem;
    }
}

.timeline-one-side .timeline-block:nth-child(even) .timeline-content {
    float: none;
}


/*--------------------------------------------------------------
# Stats
--------------------------------------------------------------*/
.stats-row {
    margin-top: 65px;
}

.stats-col .circle {
    display: inline-block;
    width: 130px;
    height: 130px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #666;
    top: -15px;
    border: 6px solid #199EB8;
    border-radius: 50%;
    padding: 45px 25px 0 25px;
    position: relative;
}

.stats-col .circle .stats-no {
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    top: -25px;
    right: -15px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 18px;
    background-color: #ffb915;
    position: absolute;
    border-radius: 50%;
    font-weight: 700;
}


/* ==================================================
  Responsive Styling
  ================================================== */
@media (max-width: 61.9em) {
    section,
    .block,
    .cta {
        padding: 25px 0;
    }
    .hero {
        padding: 75px 0;
    }
    .stats-col {
        margin-bottom: 25px;
    }
    .block {
        height: auto;
    }
    .feature-col {
        padding-bottom: 30px;
    }
    .portfolio-grid .card h3.card-title {
        font-size: 18px !important;
    }
    .portfolio-grid .card .card-text {
        font-size: 13px;
    }
    .team .team-over {
        padding-top: 20px;
    }
    .team .card .social-nav {
        margin-bottom: 15px;
        padding: 0;
    }
    .site-footer .social-nav {
        margin-bottom: 35px;
    }
    .site-footer .list-inline {
        text-align: center;
        padding-bottom: 15px;
    }
    .site-footer .list-inline li {
        display: inline-block;
    }
}

.loader {
     position: fixed;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 9999;
     background: url('/MIS/assets/images/mis_logo_loading.png') 50% 50% no-repeat rgb(249,249,249);
     opacity: .8;
    object-fit: cover;
    /*transform: translateX(0px);*/
    /*animation: float 2s ease-out infinite;*/
 }

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.loaderx {
    height: 20px;
    width: 250px;
    position: absolute;
    bottom: 35%;
    left: 0;
    right: 0;
    margin: auto;
}

.loaderx--dot {
    animation-name: loaderx;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white;
}
.loaderx--dot:first-child {
    background-color: #f9a74b;
    animation-delay: 0.5s;
}
.loaderx--dot:nth-child(2) {
    background-color: #ef5d74;
    animation-delay: 0.4s;
}
.loaderx--dot:nth-child(3) {
    background-color: #bc05ef;
    animation-delay: 0.3s;
}
.loaderx--dot:nth-child(4) {
    background-color: #8b5cfa;
    animation-delay: 0.2s;
}
.loaderx--dot:nth-child(5) {
    background-color: #0e6cf8;
    animation-delay: 0.1s;
}
.loaderx--dot:nth-child(6) {
    background-color: #60beeb;
    animation-delay: 0s;
}
.loaderx--text {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    width: 4rem;
    margin: auto;
}
.loaderx--text:after {
    content: "Loading";
    font-weight: bold;
    animation-name: loading-text;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes loaderx {
    15% {
        transform: translateX(0);
    }
    45% {
        transform: translateX(230px);
    }
    65% {
        transform: translateX(230px);
    }
    95% {
        transform: translateX(0);
    }
}
@keyframes loading-text {
    0% {
        content: "Loading";
    }
    25% {
        content: "Loading.";
    }
    50% {
        content: "Loading..";
    }
    75% {
        content: "Loading...";
    }
}



/*------------------------------------------------------*/
/*-------------- FOR FOUNDING ANNIVERSARY --------------*/
/*------------------------------------------------------*/

.countdown-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/MIS/assets/images/themes/founding/navy_camouflage.jpg');
    background-color: #4B5320;
    padding: 20px;
    border-radius: 10px;
}

.countdown-unit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
}

.countdown-value {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.countdown-label {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}


@media (max-width: 600px) {
    .countdown-value {
        font-size: 26px;
        font-weight: bold;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    }

    .countdown-label {
        font-size: 8px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 5px;
    }
}


.founding-floral {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/MIS/assets/images/themes/founding/floral-1.jpg');
    background-position: center center;
    text-shadow: 5px 4px 4px rgb(1, 29, 84);
    animation: moveCloudOne 60s linear infinite;
    z-index: 0;
}

.founding-floral:hover {
    background-image: url('/MIS/assets/images/themes/founding/floral-2.jpg');
}

.founding-floral h2 {
    font-size: 40px;
    text-align: center;
}


.eventcheckins {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/MIS/assets/images/themes/eventcheckins/events.jpg');
    background-position: center center;
    text-shadow: 5px 4px 4px rgb(1, 29, 84);
    animation: moveCloudOne 60s linear infinite;
    z-index: 0;
}

.eventcheckins h2 {
    font-size: 40px;
    text-align: center;
}

.announcement {
    text-align: center;
    padding: 20px;
    color: #333;
    font-family: Arial, sans-serif;
    border-radius: 10px;
}

.announcement h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.announcement p {
    font-size: 13px;
    margin: 0;
}

.announcement h2::after {
    content: '';
    display: block;
    width: 80px;
    /*height: 2px;*/
    /*background-color: #fff;*/
    margin: 10px auto;
}

.btn-floral {
    background: radial-gradient( circle
        farthest-corner at 10% 30%, rgb(235, 162, 252) 17.8%, rgb(116, 231, 248) 100.2% );
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
}

.btn-floral:hover {
    transform: scale(0.9) rotate(3deg);
    background: radial-gradient( circle
        farthest-corner at 10% 40%, rgb(214, 248, 86) 17.8%, rgb(245, 183, 60) 100.2% );
    transition: 0.5s;
}

.btn-event-checkins {
    background: radial-gradient( circle
        farthest-corner at 10% 30%, rgb(246, 29, 62) 12.8%, rgb(245, 18, 18) 100.2% );
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
}

.btn-event-checkins:hover {
    transform: scale(0.9) rotate(3deg);
    background: radial-gradient( circle
        farthest-corner at 10% 40%, rgb(250, 168, 5) 17.8%, rgb(248, 180, 76) 100.2% );
    transition: 0.5s;
}

.raffle-qr-container {
    background-image: url('/MIS/assets/images/themes/founding/military_qr.jpg');
    background-color: #4B5320;
    background-size: cover;
    background-position: top left;
    padding: 20px;
    border-radius: 10px;
}

.raffle-qr-container .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(75, 83, 32, 0.65);
    color: white;
    padding: 20px;
    border-radius: 10px;
}

.employee-qr-container {
    /*background-image: url('/MIS/assets/images/themes/founding/floral-dialog.jpg') !important;*/
    background-color: #ffffff;
    background-size: 100% 100%;
    background-position: center center;
    padding: 20px;
    border-radius: 10px;
}

.employee-qr-container .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: rgba(75, 83, 32, 0.65);*/
    color: white;
    padding: 20px;
    border-radius: 10px;
}

@media (max-width: 600px) {
    .raffle-qr-container {
        background-image: url('/MIS/assets/images/themes/founding/military_qr.jpg');
        background-color: #4B5320;
        background-size: cover;
        background-position: top left;
        padding: 10px;
        border-radius: 10px;
    }

    .raffle-qr-container .modal-body {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(75, 83, 32, 0.65);
        color: white;
        padding: 10px;
        border-radius: 10px;
    }

    .raffle-qr-container .modal-body p {
        display: none;
        justify-content: center;
        align-items: center;
    }

    .raffle-qr-container .modal-body h1 {
        font-size: 20px;
    }

    .employee-qr-container {
        background-image: url('/MIS/assets/images/themes/colorful-bent-papers.jpg');
        background-color: #4B5320;
        background-size: cover;
        background-position: top left;
        padding: 10px;
        border-radius: 10px;
    }

    .employee-qr-container .modal-body {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(75, 83, 32, 0.65);
        color: white;
        padding: 10px;
        border-radius: 10px;
    }

    .employee-qr-container .modal-body p {
        display: none;
        justify-content: center;
        align-items: center;
    }

    .employee-qr-container .modal-body h1 {
        font-size: 20px;
    }
}

.btn-military-qr {
    background: radial-gradient( circle
    farthest-corner at 10% 20%, rgb(252, 159, 20) 17.8%, rgb(4, 119, 195) 100.2% );
    color: #fff !important;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
}

.btn-military-qr:hover {
    transform: scale(0.9) rotate(3deg);
    background: radial-gradient( circle
        farthest-corner at 10% 20%, rgb(155, 172, 144) 17.8%, rgb(123, 157, 129) 100.2% );
    color: #fff !important;
    transition: 0.5s;
}

.btn-military-qr-download {
    background: radial-gradient( circle
    farthest-corner at 10% 20%, rgb(29, 193, 24) 17.8%, rgb(4, 119, 195) 100.2% );
    color: #fff !important;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
}

.btn-military-qr-download:hover {
    transform: scale(0.9) rotate(3deg);
    background: radial-gradient( circle
        farthest-corner at 10% 20%, rgb(62, 181, 165) 17.8%, rgb(3, 142, 248) 100.2% );
    color: #fff !important;
    transition: 0.5s;
}

.btn-military-qr-download:focus {
    color: #fff !important;
    transition: 0.5s;
}




.btn-employee-qr {
    background: radial-gradient( circle
    farthest-corner at 10% 20%, rgb(196, 181, 200) 17.8%, rgb(4, 119, 195) 100.2% );
    color: #fff !important;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
}

.btn-employee-qr:hover {
    transform: scale(0.9) rotate(3deg);
    background: radial-gradient( circle
    farthest-corner at 10% 20%, rgb(248, 181, 129) 17.8%, rgb(155, 190, 221) 100.2% );
    color: #fff !important;
    transition: 0.5s;
}

.btn-employee-qr-download {
    background: radial-gradient( circle
    farthest-corner at 10% 20%, rgb(160, 101, 255) 17.8%, rgb(4, 119, 195) 100.2% );
    color: #fff !important;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
}

.btn-employee-qr-download:hover {
    transform: scale(0.9) rotate(3deg);
    background: radial-gradient( circle
    farthest-corner at 10% 20%, rgb(69, 210, 191) 17.8%, rgb(3, 142, 248) 100.2% );
    color: #fff !important;
    transition: 0.5s;
}

.btn-employee-qr-download:focus {
    color: #fff !important;
    transition: 0.5s;
}






@keyframes colorAnimation {
    0% { color: red; }
    50% { color: blue; }
    100% { color: gold; }
}

#my-qr-zone {
    animation: colorAnimation 3s infinite;
}

.raffle-registrants {
    position:fixed;
    width:120px;
    right:10px;
    bottom:2%;
    text-align:center;
}

.card .raffle-registration {
    width: 190px;
    height: auto;
    background: white;
    padding: .4em;
    border-radius: 6px;
    z-index: 5;
}

.card-image {
    background-color: rgb(236, 236, 236);
    width: 100%;
    height: 60%;
    border-radius: 6px 6px 0 0;
    padding: 4px;
}

.card-image:hover {
    transform: scale(0.98);
}

.category {
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 600;
    color: rgb(63, 121, 230);
    padding: 10px 7px 2px;
}

.category:hover {
    cursor: pointer;
}

.heading {
    font-size: 20px;
    font-weight: 600;
    color: rgb(88, 87, 87);
}

.heading:hover {
    cursor: pointer;
}

.author {
    color: gray;
    font-weight: 400;
    font-size: 11px;
    padding-top: 10px;
}

.name {
    font-weight: 600;
}

.name:hover {
    cursor: pointer;
}


@media (max-width: 600px) {
    .raffle-registrants {
        position:fixed;
        width:100px;
        right:15px;
        bottom:2%;
        text-align:center;
    }

    .card .raffle-registration {
        width: 130px;
        height: auto;
        background: white;
        padding: .4em;
        border-radius: 6px;
        z-index: 5;
    }

    .heading {
        font-size: 15px;
        font-weight: 600;
        color: rgb(88, 87, 87);
    }

    .author {
        color: gray;
        font-weight: 400;
        font-size: 10px;
        padding-top: 10px;
    }
}

video{
    max-width: 600px;
    height: auto;
    border: 5px solid black;
}
