.blink {
    animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

a:hover {
    text-decoration: none !important;
}

.txt-red {
    color: rgb(230, 4, 4) !important;
}

.bg-red {
    background: rgb(230, 4, 4) !important;
}

.txt-blue {
    color: #8d1b56 !important;
}

.bg-blue {
    background: #265cc0 !important;
}

.nav-item .nav-link {
    color: #fff !important;
    text-decoration: none;
    background-color: #901a57;
    margin: 0px 5px !important;
}

.nav-tabs .nav-link.active {
    color: #fff !important;
    text-decoration: none;
    background-color: #231f20 !important;
    margin: 0px 5px !important;
}

.border-wrapper {
    position: relative;
    border: 2px solid #919090;
    border-radius: 4px;
    padding: 16px;
}

div.container:nth-child(1)
    > div:nth-child(1)
    > div:nth-child(1)
    > span:nth-child(1)
    > p:nth-child(1) {
    color: red;
    font-size: 30px;
    /* text-align: center; */
    font-weight: 800;
}
.border-wrapper::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    height: 1px;
    border-top: 1px solid #ced4da;
    z-index: -1;
}

.form-container {
    background: white;
    padding: 25px 0px;
    box-shadow: 0px 0px 3px 2px #00000017;
}

.caption {
    position: absolute;
    top: -10px;
    left: 16px;
    background-color: #ffffff;
    padding: 0 6px;
    font-weight: bold;
}
.title,
.dropdown {
    width: 350px;
    line-height: 33px;
    height: 35px;
    border: 2px solid #7c7b7b;
    border-radius: 6px;
    margin: 1px 0px;
    padding-left: 5px;
    background: #fff !important;
}
.pub-box {
    display: none;
}
.bg-dark {
    background-color: #901a57 !important;
}
.star {
    color: Red;
}
/* .dropdown {
    width: 350px;
    height: 24px;
    line-height: 24px;
    z-index: 1;
  } */

.color {
    color: #0a2558;
    font-weight: 500;
}
.lighlight {
    color: red;
    font-weight: 600;
}
.underline {
    text-decoration: underline;
}
.checkbox {
    display: inline-block;
    width: 20px;
}

.prg {
    line-height: 20px;
    padding-top: 11px;
}
.container {
    margin-top: 15px;
    padding: 10px;
    width: 100%;
}

.danger {
    box-shadow: 0px 0px 9px red;
}

@media (max-width: 576px) {
    .border-wrapper,
    .container {
        padding: 8px;
        width: 100%;
        margin: 0 auto;
    }
    .caption {
        font-size: 12px;
    }
    .title,
    .dropdown {
        width: 100%;
    }
    .dropdown {
        font-size: 14px;
        padding: 4px;
        height: 34px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .border-wrapper,
    .container {
        padding: 12px;
        max-width: 576px;
        margin: 0 auto;
    }
    .caption {
        font-size: 14px;
    }
    .dropdown {
        font-size: 16px;
        padding: 6px;
        height: 38px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .border-wrapper,
    .container {
        padding: 16px;
        width: 100%;
        margin: 0 auto;
    }
    .caption {
        font-size: 16px;
    }
    .dropdown {
        font-size: 18px;
        padding: 8px;
        height: 42px;
    }
}

.box-container {
    display: none;
}

.modal-header {
    position: relative;
}

.print-btn {
    position: absolute;
    right: 50px;
}

.custom-container {
    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.custom-header {
    /* text-align: center; */
    margin-bottom: 10px;
}

.custom-header h6 {
    font-weight: bold;
}

.custom-blink {
    animation: blink 1s infinite;
    color: red;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}
.custom-form-container {
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
}

.custom-form-title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.custom-form-group {
    margin-bottom: 10px;
}

.custom-form-group label {
    display: block;
    margin-bottom: 3px;
    text-align: left;
}

.custom-required {
    color: red;
}

.custom-form-input {
    width: 100%;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.custom-submit-btn {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.custom-submit-btn:hover {
    background-color: #cc0000;
}

.tab-content {
    background: rgba(255, 255, 255, 0.718);
    /* padding: 20px; */
    /* height: 100%; */
}

.s-icon {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    display: flex !important;
    flex-direction: revert !important;
    gap: 4px !important;
    justify-content: center;
    background: #e3e6e945 !important;
    padding: 5px 0px !important;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
}

.welcomeAnimation {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9;
    opacity: 0.9;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    left: 0;
    top: 0;
}
.welcomeAnimation p {
    font-size: 60px;
    color: #0000001c;
    position: relative;
    -webkit-text-stroke: 0.3vw #fcfcfc;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
    margin: 0;
}
.welcomeAnimation p::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    color: rgb(253, 4, 45);
    -webkit-text-stroke: 0vw #000;
    border-right: 2px solid rgb(253, 4, 45);
    overflow: hidden;
    animation: slideIn 30s infinite;
}

@keyframes slideIn {
    0%,
    10% {
        width: 0;
    }

    70%,
    90% {
        width: 100%;
    }
}
