/* Theme is designed at an oversized scale on standard laptop screens -
   shrink it the same way a browser zoom to 90% would, without users
   having to do it by hand each visit. */
html {
    zoom: 90%;
}

.rts__job__details ul,
.rts__job__details ol {
    margin: 0 0 1rem 1.25rem;
    padding: 0 0 0 1.25rem;
    font-weight: 500;
}
.info__field table thead th {
    font-weight: bold;
    text-transform: uppercase;
}

.social__links table thead th {
    font-weight: bold;
    text-transform: uppercase;
}

textarea {
    line-height: 1.6;
}
.social__links .info__field ul {
    margin-left: 2.5rem !important;
    list-style-type: disc;
    list-style-position: outside;
}

.social__links .info__field ol {
    margin-left: 2.5rem !important;
    list-style-type: decimal;
    list-style-position: outside;
}

ul {
    list-style-type: disc;
    list-style-position: outside;
}

ol {
    list-style-type: decimal;
    list-style-position: outside;
}

ul ul,
ol ul {
    list-style-type: circle;
}

ol ol,
ul ol {
    list-style-type: lower-alpha;
}

li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.section__padding {
    margin-top: -60px !important;
}

.rts__pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rts__pagination li {
    margin: 0;
    line-height: normal;
}

.rts__pagination li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.template-dashboard {
    min-height: 200dvh;
    min-height: 200vh;
    display: flex;
    flex-direction: column;
}

.dashboard__content {
    flex: 1 0 auto;
    display: flex;
    min-height: 0;
}

.footer__home__one {
    margin-top: auto;
}

.ml-2 {
    margin-left: 0.5rem;
}
.mr-2 {
    margin-right: 0.5rem;
}

.honeypot-wrapper {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 0;
    width: 0;
    overflow: hidden;
}

.profile__tab .nav-tabs .nav-link.active {
    background-color: #26447b !important;
    color: #fff !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

.profile__tab .nav-tabs .nav-link:hover {
    background-color: #e6f4ea;
    color: #26447b;
    transform: translateY(-2px);
}

ul li a.active-link {
    background: linear-gradient(
        228.24deg,
        #fef2eb 0%,
        #f1f1f1 46.23%,
        #e4e0ea 99.82%
    );
    color: #0b0d28;
}

.next__page__btn {
    background-color: #f0ad4e;
    transition: all 0.4s ease;
    color: #fff;
}

.success__btn {
    background-color: #2d4b35;
    transition: all 0.4s ease;
    color: #fff;
}

.next__page__btn:hover,
.success__btn:hover {
    background-color: #0b0d28;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.prev__page__btn,
.danger__btn {
    background-color: #d9534f;
    transition: all 0.4s ease;
    color: #fff;
}

.prev__page__btn:hover,
.danger__btn:hover {
    background-color: #0b0d28;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.is-invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.is-invalid:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.is-invalid ~ .invalid-feedback {
    display: block; /* show feedback when input is invalid */
}

.step {
    color: #7d8087;
}

.instructions {
    line-height: 1.6;
    color: #6c757d;
    font-weight: 600;
}

.disabled-button {
    background-color: #2d4b35;
}

/* .content {
    padding-top: 50px;
} */

.btn-sm {
    padding: 0.35rem 0.75rem;
    font-size: 0.85rem;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.btn-sm:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.btn-xs {
    padding: 0.2rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.btn-xs:hover {
    transform: translateY(-1px);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.dashboard__right {
    transition: all 0.3s ease-in-out;
}

.dashboard__left {
    transition: all 0.3s ease-in-out;
}

.sidebar-collapsed .dashboard__left {
    transform: translateX(-100%);
}

.sidebar-collapsed .dashboard__right {
    width: 100%;
    margin-left: 0;
}

.link-color {
    color: #5c9fd2 !important;
    font-weight: 600;
}
.lh-sm {
    color: #26447b;
}
