

.error {
    background: #e4c1c1;
    display: block;
    font-weight: 400;
    margin-bottom: 3px;
    padding: 4px;
    border-radius: 5px;
    text-align: center;
}
.fl-right {
    float: right;
}
.vertical-center {
    display: flex;
    align-items: center;
}

.login-container {
    padding: 10% 30%;
    height: 100vh;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .login-container {
        padding: 10% 10%;
        height: 100vh;
        align-items: center;
    }
}

.border-brand {
    border: 2px solid #060287;
    border-radius: 10px;
}

.form-control {
    padding: 0.55rem 1rem;
    height: auto;
    color: #53535f;
    border: 1px solid #393838;
    font-size: 0.875rem;
    line-height: 1.5;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fcfcfc !important;
}
::placeholder {
    color: #53535f !important;
}

button.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-l-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:border-blue-300.focus\:shadow-outline-blue.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150 {
    display: none !important;
}

button.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-r-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:border-blue-300.focus\:shadow-outline-blue.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150 {
    display: none !important;
}

span.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.rounded-l-md.leading-5 {
    display: none !important;
}
span.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.rounded-r-md.leading-5 {
    display: none !important;
}

.switch input[type="checkbox"]:checked + label {
    background: #1dc73a;
    border-color: #1dc749;
}

.modal-full {
    width: 90%;
}

.modal-full .modal-content {
    height: 100%;
}

button.btn.btn-icon.btn-blue.btn-rounded.btn-tone {
    background: white;
}

.side-nav
    .side-nav-inner
    .side-nav-menu
    > li.dropdown
    ul.dropdown-menu
    > li.active {
    background-color: rgb(63 159 245 / 15%) !important ;
}

.border-dashed {
    border: 1px dashed darkred;
    border-radius: 5px;
}

.border-primary {
    border: 1px solid #060287 !important;
    border-radius: 35px;
}

.form-dropdown {
    color: #53535f;
    border: 1px solid #393838;
    font-size: 0.875rem;
    border-radius: 5px;
}

.active {
    background-color: #35da0033;
}

li.page-item.active {
    background: none;
}
.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    display: flex;
    align-items: center;
}

.active .title {
    color: #060287;
    font-weight: bold;
}

.active i {
    color: #060287;
    font-size: x-large;
}

.bg-loc {
    border-top: 1px dashed #060287;
    background: #ffc7c7;
    border-bottom: 1px dashed #060287;
}

/* .bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

@media print {
    .print-area {
        width: 152.5mm;
        height: 100mm;
        /* Other styles for the print area go here */
    }
}


.overlay-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.414); /* Transparent background */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999; /* Adjust the z-index value as needed */
}

.logo-container {
  margin-bottom: 20px;
}

.logo {
  width: 200px; /* Adjust the width of the logo as needed */
}

.loading-text {
  color: #000000; /* Color of the loading text */
  font-size: 18px; /* Adjust the font size as needed */
}
.lable1{
    height: 57;
    width: 284;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-scale-multiple,
.la-ball-scale-multiple > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-ball-scale-multiple {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-scale-multiple.la-dark {
    color: #333;
}
.la-ball-scale-multiple > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-scale-multiple {
    width: 32px;
    height: 32px;
}
.la-ball-scale-multiple > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
       -moz-animation: ball-scale-multiple 1s 0s linear infinite;
         -o-animation: ball-scale-multiple 1s 0s linear infinite;
            animation: ball-scale-multiple 1s 0s linear infinite;
}
.la-ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: .2s;
       -moz-animation-delay: .2s;
         -o-animation-delay: .2s;
            animation-delay: .2s;
}
.la-ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: .4s;
       -moz-animation-delay: .4s;
         -o-animation-delay: .4s;
            animation-delay: .4s;
}
.la-ball-scale-multiple.la-sm {
    width: 16px;
    height: 16px;
}
.la-ball-scale-multiple.la-sm > div {
    width: 16px;
    height: 16px;
}
.la-ball-scale-multiple.la-2x {
    width: 64px;
    height: 64px;
}
.la-ball-scale-multiple.la-2x > div {
    width: 64px;
    height: 64px;
}
.la-ball-scale-multiple.la-3x {
    width: 96px;
    height: 96px;
}
.la-ball-scale-multiple.la-3x > div {
    width: 96px;
    height: 96px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@-moz-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
             transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1);
             transform: scale(1);
    }
}
@-o-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -o-transform: scale(0);
           transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -o-transform: scale(1);
           transform: scale(1);
    }
}
@keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
           -moz-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
}
