html {
    font-size: 14px; 
}

.body-content {
    margin-top: 2%;
}

.img-termination {
    margin-top: 30%;
    height: 100px;
    width: 100px;
}

.img-overlay {
    background-color: rgb(0, 0, 0, 0.20);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.opacity-90 {
    opacity: 0.95;
}

.font-small{
    font-size:12px;
}


.form-group {
    margin-top: 15px;
}

.qr-border {
    border: 1px solid #e1e1e1;
}



.footer-container {
    padding: 40px 2% 20px 2%;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    height: 200px;
}

.footer-logo {
    height: 60px;
    margin-top: 20px;
}

.footer-text {
    font-weight: 300;
}

.main-container {
    position: relative;
    min-height: 100vh;
}

@media (max-width: 768px) {
    .footer-container {
        padding: 40px 4% 40px 4%;
    }
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .body-content {
        margin-top: 0%;
    }
}


html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: rgb(255, 255, 255);
    color: #575757;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

.sycon-list {
}


.sycon-list-item {
    padding: 5px;
    border-bottom: 1px solid #0098f73e;
    color: #949494;
}


    .sycon-list-item:hover {
        background-color: #d4d4d4;
        cursor: pointer;
        color: #333;
    }

.sycon-list-item-heading {
    padding: 5px;
    border-bottom: 1px solid #0098f73e;
    font-size: 2em;
}

.card-back {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.card {
    border-radius: 0px;
    background-color: #fff; /* Ensure background color is white */
    border: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.card-header {
    border-bottom: none;
    padding:15px;
}
.card-header > h3{
    margin-left:-15px;
}

.card-header > .card-button-right {
    margin-right: -15px;
}

.sycon-hr {
    background-color: #0098F7;
}

.card-link {
    text-decoration: none; /* Removes the underline */
    color: inherit !important; /* Keeps text color consistent */
    display: block; /* Ensures the whole card is clickable */
    cursor: pointer;
    transition: box-shadow 0.2s ease-in-out;
}

    .card-link:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle hover effect */
    }

.card-border-b-3 {
    border-bottom: 3px solid #b6b6b6;
}

.card-border-b-2 {
    border-bottom: 2px solid #b6b6b6;
}

.card-border-b-1 {
    border-bottom: 1px solid #b6b6b6;
}

.form-control {
    border-radius: 0;
    border: 1px solid #0098f73e;
    color: #9c9c9c;
    background-color: #0098f703;
}


.form-control-invalid {
    border: 1px solid #f7000063;
    background-color: #f7000016;
}

.iti--allow-dropdown {
    width: 100%;
}

.control-label {
    color: #747474;
}


.fw-600 {
    font-weight: 600;
}

.star-small {
    width: 30px;
}



.border-b-sycon-blue-light {
    border-bottom-color: #0098F7;
}

.bg-sycon-navbar {
    border-bottom: 2px solid #a8a8a8;
}

.border-b-sycon-yellow {
    border-bottom-color: #FFF700;
}

.bg-sycon-navbar {
    background: rgb(255, 255, 255);
    /*background: rgba(8,38,74,1);*/
    /*    background: linear-gradient(165deg,rgba(8,38,74,1) 0%,rgba(8,38,74,1) 60%,rgba(0,152,247,1) 100%);*/
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255, 0.74);
}

.sycon-bg-footer {
    background-color: #edf8ff;
}

.sycon-bg-primary {
    background-color: #08264A;
}

.sycon-bg-primary-light {
    background-color: #ffffff;
}

.sycon-bg-primary-light-alt {
    background-color: #f9fcff;
}

.sycon-bg-primary-linear {
    background: rgba(8,38,74,1);
/*    background: linear-gradient(165deg,rgba(8,38,74,1) 0%,rgba(8,38,74,1) 60%,rgba(0,152,247,1) 100%);*/
}

.sycon-bg-yellow-light {
    background-color: #fffff7;
}

.sycon-navbar {
  /*  border-bottom: 2px solid #FFF700;*/
}

.sycon-bg-dark-opacity {
    background: rgb(0, 0, 0, 0.71);
    /*    background: linear-gradient(165deg,rgba(8,38,74,1) 0%,rgba(8,38,74,1) 60%,rgba(0,152,247,1) 100%);*/
}

.btn {
    border-width: 1px;
    border-radius: 0px;
    transition: initial;
}

.btn-outline-primary {
    border-color: #0a56c7;
}

    .btn-outline-primary:hover {
        border-color: #0a56c7;
        background: #0a56c7;
        background: linear-gradient(165deg,#3d8bff 0%,#0a56c7 60%,#3d8bff 100%);
    }


    .btn-outline-primary:active {
        border-color: rgba(8,38,74,1);
        background: rgba(8,38,74,1);
        background: linear-gradient(165deg,#3d8bff 0%,#0a56c7 60%,#3d8bff 100%);
    }


.btn-outline-info {
    border-color: #0dcaf0;
}

    .btn-outline-info:hover {
        border-color: #0dcaf0;
        background: linear-gradient(165deg,#7fe6fb 0%,#0dcaf0 60%,#7fe6fb 100%);
    }

.btn-outline-warning {
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        border-color: #ffc107;
        background: linear-gradient(165deg,#ffd967 0%,#ffc107 60%,#ffd967 100%);
    }




.btn-success {
    background: linear-gradient(165deg,#23a066 0%,#146c43 50%,#23a066 100%);
}

    .btn-success:hover {
        border-color: #146c43;
        background: #146c43;
    }


.btn-primary {
    background: linear-gradient(165deg,#3d8bff 0%,#0a56c7 50%,#3d8bff 100%);
}

    .btn-primary:hover {
        border-color: #0a56c7;
        background: #0a56c7;
    }

.btn-danger {
    background: linear-gradient(165deg,#ff7380 0%,#dc3545 50%,#ff7380 100%);
}

    .btn-danger:hover {
        border-color: #dc3545;
        background: #dc3545;
    }

.home-summary-label {
    min-width: 100px;
}

.home-summary-label-right {
    text-align: right;
}


.home-summary-label-left {
    text-align: left;
}


.no-data {
    color: #a3a3a3;
    font-style: italic;
}


.fade-out-component {
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
}

.fade-in-component {
    animation: fadeIn 1s;
    animation-fill-mode: forwards;
}

#frm-session {
    opacity: 0;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.showbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 80px;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
}

    .loader:before {
        content: "";
        display: block;
        padding-top: 100%;
    }



.showbox-small {
}

.loader-small {
    position: relative;
    width: 35px;
}

    .loader-small:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

.text-right {
    text-align: right;
}


.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes color {
    100%, 0% {
        stroke: #08264A;
    }

    40% {
        stroke: #FFF700;
    }

    66% {
        stroke: #0098F7;
    }

    80%, 90% {
        stroke: #ffb324;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #08264A;
    }

    40% {
        stroke: #FFF700;
    }

    66% {
        stroke: #0098F7;
    }

    80%, 90% {
        stroke: #ffb324;
    }
}


