.logo-small{
    max-height: 100px;
}

.banner-logo{
    display: block;
    margin:auto;
    margin-bottom: 5vh;
}

.pagination-items-wrap .pagination{
    float: right;
}
.pagination-items-wrap .pagination li a {
    color: black;
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination-items-wrap .pagination li.active a {
    color: #007bff;
}
.content-wrapper{
    background: #ecf4ff;
}

.main-sidebar{
    background-color: #2e3748;
    box-shadow: none !important;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active{
    background-color: #a5bef4 !important;
}
.theme-color{
    color: #6a83ea;
}
.table .thead-dark th{
    background-color: #6D6D6D;
    border-color: #6D6D6D;
}
.add-btn-admin{
    background: #6a83ea;
    color: #fff;
    border: 0;
    padding: 9px 20px;
    border-radius: 7px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    float: right;
}

.image-gallery-item{
    position: relative;
}

.image-gallery-item a{
    position: absolute;
    left: 8px;
    background: #6a83ea;
    color: #fff !important;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 600;
    border-bottom-right-radius: 10px;
}

.theme-btn{
    background: #6a83ea;
    color: #fff;
    border: 0;
    padding: 9px 20px;
    border-radius: 7px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500; 
}

.theme-btn-cancel {
    background: #ffffff;
    color: #6a83ea;
    border: 0;
    padding: 9px 20px;
    border-radius: 7px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #6a83ea;
}
/* create-pages */

/* job-application-list */
  
.masked {
    color: transparent;
    text-shadow: 0 0 8px rgba(0,0,0,0.5); /* Makes the text look masked */
}
.reveal {
    color: black;
    text-shadow: none;
}

/* Initially disable the action (eye icon) */
.masked-action {
    pointer-events: none;
    color: transparent;
    text-shadow: 0 0 8px rgba(0,0,0,0.5); /* Mask the eye icon */
}
.reveal-action {
    pointer-events: auto; /* Enable clicking */
    color: black; /* Make the eye icon visible */
}