.fixedPosition {
    position: fixed;
}

.overlay-error {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-error-content {
    position: relative;
    height: 23%;
    top: 25%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: left;
    margin-top: 10px;
    color: #818181;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.dataTables_scrollBody::-webkit-scrollbar {
    height: 8px;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    background-color: #f3f3f4;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

.image-upload > input {
    display: none;
}

/*CUSTOM SCROLLBAR FOR INNER OBJECT*/
.scrollbar {
    height: 300px;
    background: #F5F5F5;
    overflow-x: hidden;
    overflow-y: overlay;
}

.profile-pic {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    vertical-align: middle;
    text-align: center;
    color: transparent;
    transition: all .3s ease;
    text-decoration: none;
}

.profile-pic:hover {
    background-color: rgba(0, 0, 0, .5);
    z-index: 10000;
    color: #fff;
    transition: all .3s ease;
    text-decoration: none;
}

.profile-pic span {
    display: inline-block;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
}

/*NEW TAB DESIGN LINE*/
.nav-tabs-line > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-width: 0;
}

.nav-tabs-line > li > a {
    border: none;
    color: #666666b0;
    font-weight: 100;
}

.nav-tabs-line > li.active > a {
    border: none;
    color: #1c84c6 !important;
    font-weight: 700;
    background: transparent;
}

.nav-tabs-line > li > a:hover {
    border: none;
    color: #1c84c6 !important;
    background: transparent;
}

.nav-tabs-line > li > a::after {
    content: "";
    background: #1c84c6;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs-line > li.active > a::after, .nav-tabs > li:hover > a::after {
    transform: scale(1);
}
