*,
::after,
::before {
    box-sizing: border-box;
}

body {background-repeat: no-repeat; background-position: center bottom; background-size: cover;}

hr.dropdown-divider {margin: 0px !important;}


/* PROFILE/INDEX */
.card {border: none; transition: transform 0.3s, box-shadow 0.3s;}
.card-body {padding: 20px; background-color: #fff; border-radius: 10px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);}

/* PROFILE/INDEX */



/* REGISTRATION/LOGIN */
input#password{ border-right: none!important;}


/* REGISTRATION/LOGIN */

.invalid {
    border-color:red!important;
    border:1px solid red!important;
}

.valid {
    border-color:red!important;
    border:1px solid #14a44d!important;
}

.error-message {
    color:red;
    display:block;
    margin-top:5px;
}

.chosen-container-single .chosen-single {
    line-height:35px!important;
    background:#FFFFFF!important;
    color:#4f4f4f!important;
    font-size:1rem!important;
    border:1px solid #e0e0e0;
    box-shadow:none!important;
}

.chosen-container-single .chosen-search input[type=text] {
    height: 35.77px !important;
 }

.chosen-container-single .chosen-single div b {
    background: url(../assets/img/elements/chosen-sprite_2.svg) no-repeat 0 7px!important;
    height:70%!important;width:70%!important;
    margin-left:-10px!important;
    margin-top:5px!important;
}

.chosen-container-single .chosen-single {
    height:35.77px!important;
}

a.chosen-single.chosen-default {
    height:35.77px;
}

.table-container {
    overflow-y: auto;
    position: relative;
 }

.step {
    display: none;
}

.active {
    display: block;
}

.invalid {
    border:1px solid #ffaba5;
}

.progress {
    margin-bottom: 20px;
}

.invalid {
    border:1px solid #FF0000!important;
}

.navbar {
    box-shadow:none!important;
}

.navbar-toggler-icon {
    cursor:pointer;
}

.navbar-toggler-icon:hover {
    color: #0563bb!important;
}

button.btn.btn-primary {
    background:#0563bb!important;
}

button#btnLogout.btn {
    box-shadow:none!important;
    padding:8px;
    color: rgba(79, 79, 79, 0.75);
}

#btnLogout.btn:hover {
    color: #0563bb!important;
}

.form-check {
    display: flex !important;
    align-items: start !important;
    margin-bottom: 10px !important;
}

.form-check-input {
    margin-right: 10px !important;
    margin-top: 3px !important;
}

.form-check-label {
    flex: 1 !important;
}

.pagination {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
    font-size: 0.9rem;
}

.pagination li {
    margin: 0 3px;
}

.pagination li a {
    display: block;
    padding: 6px 12px;
    text-decoration: none;
    color: #333;
    background-color: #f2f2f2;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.pagination li.active a {
    color: #fff;
    background-color: #007bff;
}

.pagination li a:hover {
    background-color: #e6e6e6;
}

.pagination li.next a {
    font-weight: bold;
}

.button-18 {
    align-items: center;border-radius: 18px;background-color: #0563bb;display: inline-flex;font-size: 15px;font-weight: 600;
    height: 36px;
    justify-content: center;
    line-height: 14px;
    border: 0;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    width: auto;
    font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}

button.button-18:hover {
  background-color: #16437E;
  color: #ffffff;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
    background: linear-gradient(to right, #2c3e50, #0563bb);
    display: flex;
    flex-direction: column;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: left;
    margin-top: 20px;
    padding: 20px;
    flex-grow: 1;
    overflow-y: auto;
}

.overlay a {
    padding: 15px 0;
    text-decoration: none;
    font-size: 18px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.overlay a:hover, .overlay a:focus {
    color: #D3D3D3;
}

.overlay .closebtn {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 30px;
    color: #FFFFFF;
    cursor: pointer;
    border-bottom: none;
    padding: 0px;
}

.closebtn-circle {
    position: absolute;
    top: 5px;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    text-decoration: none;
}

.closebtn-circle i {
    font-size: 25px;
    color: #333;
}







h3 {
    font-size: 1.2375rem;
    color: #333;
}

a {
    cursor: pointer;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

li {
    list-style: none;
}

/* Layout skeleton */

.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
}

#sidebar {
    max-width: 280px;
    min-width: 280px;
    transition: all 0.35s ease-in-out;
    background: linear-gradient(to right, #2c3e50, #0563bb);
    /*z-index: 1111; */
    position: fixed;top: 0;
    left: 0; display: flex;
    flex-direction: column;
    height: 100vh;
}

#sidebar.collapsed {
    margin-left: -264px;
}

#profile.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    margin-left: 280px;
}


.sidebar-logo {
    padding: 1.15rem 1.5rem;
    text-align: center;
    margin-bottom: 20px;
}

.sidebar-logo a {
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sidebar-logo a:hover {
    color: #D3D3D3;
    font-size: 1.5rem;
}

.sidebar-nav {
    padding: 0;
    list-style: none;
    flex-grow: 1;
    overflow-y: auto;
}

.sidebar-header {
    color: #333;
    font-size: .75rem;
    padding: 1.5rem 1.5rem .375rem;
    border-bottom: 1px solid #ddd;
}

a.sidebar-link {
    /*padding: .625rem 1.625rem;*/
    padding: .225rem 1rem;
    color: white;
    position: relative;
    display: block;
    font-size: 1.0rem;
    /*font-size: 1rem;*/

    transition: color 0.3s ease, background-color 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

a.sidebar-link:hover {
    color: #D3D3D3;
    background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 0.8rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

.sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

.content {
    flex: 1;
    max-width: 100vw;
    width: 100vw;
}




.scroll-indicator {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: #000;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 999;
    cursor: pointer;
}

.scroll-indicator.hidden {
    opacity: 0;
}


.scroll-indicator:hover i {
    color: #0563bb;
}





@media (min-width:768px) {
    .content {
        width: auto;
    }
}



.table {white-space: nowrap;}




@media screen and (max-height: 450px){
.overlay {overflow-y:auto;}
.overlay a {font-size:16px;}
.overlay.closebtn {font-size:25px; top:15px; right:35px;}
}

@media (max-width: 768px){
#sidebar, #navbar {display: none;}
#profile.main {margin-left:0px;}
}

@media (min-width: 1200px){
span.navbar-toggler-icon {display: none;}
div#myNav { display: none; }
#header {display: none!important;}
button#btnRegChild, button#btnExportChild, #btnReportTests  {width: 250px!important;}
}


@media (min-width: 1600px) {

span.navbar-toggler-icon {display: none;}
div#myNav {display: none;}
#header {display: none!important;}
.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1560px !important;}
}







