@import url('https://fonts.googleapis.com/css?family=Mandali&display=swap');

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html,
body {
    height: 100%;
    width: 100%;
}

.ct-white, .bi-white {
    color: rgb(252, 252, 252) !important;
    position: relative;
}

.ct-white:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.2rem;
    width: 5rem;
    background: rgb(252, 252, 252) !important;
    margin-bottom: 1.5rem;
}

.breadcrumb {
    list-style-type: none;
    margin: 1rem 0;
}

.breadcrumb-item {
    color: rgb(0, 148, 220);
    text-decoration: none;
    display: inline-block;
}

.extend:hover {
    cursor: pointer;
}

.bi-active a {
    color: rgb(20, 20, 20) !important;
    text-decoration: none;
}

.close-1, .close-2{
    position: absolute;
    transition-duration: 0.3s;
    display: block;
    height: 0.1rem;
    width: 1.8rem;
    background: rgb(252, 252, 252) !important;
}

.bingkai-foto {
    width: 33%;
    display: inline-block;
}

.bingkai-foto:hover {
    cursor: pointer;
}

.main-foto, .main-video {
    width: 100%;
    height: 16rem;

}

.title-foto {
    padding: 0.5rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
}

.desc-foto, .date-foto {
    padding: 0.5rem;
}

.date-foto {
    font-size: 0.95rem;
}

.header {
    padding: 0.5rem 1.5rem;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.white-header {
    background-color: rgb(252, 252, 252);
    border-bottom: thin solid rgb(180, 180, 180);
}

.navbar-inline {
    list-style-type: none;
    float: right;
    padding: 1rem 0;
}

.nav-item {
    display: inline-block;
    margin: 0.5rem 1rem;
    color: rgb(40, 40, 40);
    position: relative;
}

.nav-link {
    color: rgb(40, 40, 40);
    text-decoration: none;
}

.white {
    color: rgb(252, 252, 252);
}

.nav-dropdown:after {
    content: '';
    position: absolute;
    height: 16px;
    width: 100%;
    top: -10px;
}

.nav-dropdown:before {
    content: '';
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid rgb(0, 148, 220);
    position: absolute;
    height: 0;
    width: 0;
    left: 10px;
    top: -8px;
}

.nav-dropdown {
    margin-top: 10px;
    z-index: 9999;
    list-style-type: none;
    position: absolute;
    padding: 1rem 1.4rem;
    max-width: 40rem;
    background: rgb(0, 148, 220);
    min-width: 100%;
    box-sizing: border-box;
}

#extended-1 {
    width: 15rem;
}

.nav-dropdown-item {
    margin: 0.5rem 0;
}

.nav-dropdown-item a, .nav-dropdown-item a:hover {
    color: rgb(252, 252, 252);
    text-decoration: none;
}

.search-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 4rem;
    width: 4rem;
    box-sizing: border-box;
    background: rgb(40, 40, 40);
    color: rgb(252, 252, 252);
    padding: 1rem;
    transition: 0.3s;
}

.search-close:hover {
    transition: 0.3s;
    background: rgb(0, 148, 220);
}

.search-close:hover .search-close-content > .close-1 {
    transform: rotate(225deg);
    transition-duration: 0.4s;
}

.search-close:hover .search-close-content > .close-2 {
    transform: rotate(-225deg);
    transition-duration: 0.4s;
}

.search-close-content {
    position: relative;
}

.search-parent {
    z-index: 9999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.search-text, .search-button {
    border: thin solid rgb(40, 40, 40);
    padding: 1.5rem;
    font-size: 1.2rem;
    box-sizing: border-box;
    height: 5rem;
    background: rgb(252, 252, 252);
}

.search-text {
    width: 20rem;
    border-right: none;
}

.search-button {
    width: 6rem;
    border-left: none;
}

.float-left {
    margin: 0.5rem;
    float: left;
}

.m-header {
    height: 3rem;
    box-sizing: border-box;
    top: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 0.5rem;
    background-color: rgb(252, 252, 252);
    border-bottom: thin solid rgb(180, 180, 180);
    overflow: hidden;
}

.single-page-wrapper {
    margin-top: 4rem;
}

.single-page-wrapper p {
    margin: 0.8rem 0;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.screen-block, .screen-block-blur {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(50, 50, 50, 0.4);
    z-index: 99;
}

.screen-block-blur {
    background-color: rgba(222, 222, 222, 0.9);
}

.wrapper {
    min-height: 100%;
    background-color: rgb(252, 252, 252);
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    color: rgb(40, 40, 40);
}

.p1 {
    padding: 1rem;
}

.logo {
    height: 6rem;
    width: 5rem;
}

.header-logo {
    height: 6rem;
    width: 25rem;
}

.mobile-logo {
    height: 2.4rem;
    width: 10rem;
    box-sizing: border-box;
}

.header-logo-mini {
    height: 4rem;
    width: 16rem;
}

.logo-centered {
    width: 10rem;
    margin: 0rem auto;
}

.sidebar {
    display: none;
}

.sidebar-item {
    padding: 0.6rem 0.2rem;
    position: relative;
}

.sidebar-item:hover {
    cursor: pointer;
}

.search-1,
.search-2 {
    position: absolute;
    height: 0.1rem;
    width: 1rem;
    display: block;
    transition-duration: 0.3s;
}

.search-1 {
    transform: rotate(45deg);
    background: rgb(40, 40, 40);
    right: 0.1rem;
    bottom: 0.1rem;
}

.search-2 {
    left: -0.2rem;
    top: -1.3rem;
    height: 1rem !important;
    border-radius: 100%;
    border: 0.1rem solid rgb(40, 40, 40);
    background: transparent;
}

.search-box-active div > .search-1 {
    background: rgb(0, 148, 220);
    transition-duration: 0.3s;
}

.search-box-active div > .search-2 {
    border-color: rgb(0, 148, 220);
    transition-duration: 0.3s;
}

.bar-1,
.bar-2,
.bar-3 {
    position: absolute;
    transition-duration: 0.3s;
    display: block;
    height: 0.1rem;
    width: 1.5rem;
    background-color: rgb(40, 40, 40);
}

.bar-1 {
    top: 0.5rem;
}

.bar-3 {
    top: 1.5rem;
}

.sidebar-item:hover > .bar-2 {
    transition-duration: 0.3s;
    width: 1rem;
}


.sidebar.p1.extended .sidebar-item > .bar-1, .close-1 {
    background: rgb(0, 148, 220);
    top: 1rem;
    transform: rotate(45deg);
    transition-duration: 0.3s;
}

.sidebar.p1.extended .sidebar-item > .bar-2 {
    display: none;
}

.sidebar.p1.extended .sidebar-item > .bar-3, .close-2 {
    background: rgb(0, 148, 220);
    top: 1rem;
    transform: rotate(-45deg);
    transition-duration: 0.3s;
}

.site-title {
    background-color: rgb(252, 252, 252);
    padding: 2rem;
}

.header-1 {
    height: 25vw;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}

.header-2 {
    position: relative;
}

.sambutan-header-2 {
    background-color: rgb(252, 252, 252);
    padding: 1.4rem;
    border-radius: 0.4rem;
    box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(180, 180, 180, 0.4);
    margin-bottom: 3rem;
}

.item-header-2-1 {
    padding: 2rem;
}

.item-header-2-2 {
    padding: 2rem;
    background: rgb(80, 150, 220);
}

.section-title {
    font-size: 3rem;
    padding-bottom: 1rem;
    position: relative;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -2.5rem;
    height: 0.2rem;
    width: 5rem;
    background: rgb(80, 150, 220);
}

.content-title {
    font-size: 2.5rem;
    padding-bottom: 2rem;
    position: relative;
}

.content-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.2rem;
    width: 5rem;
    background: rgb(80, 150, 220);
    margin-bottom: 1.5rem;
}

.title-header {
    font-size: 5rem;
    font-family: 'Mandali', sans-serif;
    line-height: 0.2rem;
}

.title-subheader {
    line-height: 5.5rem;
    font-size: 2rem;
}

.title-sambutan {
    color: rgb(50, 50, 50);
    font-size: 1.5rem;
    font-weight: bold;
}

.isi-sambutan {
    font-size: 1.05rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
}

.primary-button-rounded {
    color: rgb(0, 148, 220);
    border: thin solid rgb(0, 148, 220) !important;
    padding: 0.8rem 2rem;
    border: none;
    transition: 0.3s;
}

.mt-5 {
    margin-top: 5rem;
}

.primary-button-rounded:hover,
.primary-button:hover {
    cursor: pointer;
    color: rgb(252, 252, 252);
    background: rgb(50, 150, 220);
    transition: 0.3s;
    box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(40, 40, 40, 0.1);
}

.primary-button {
    color: rgb(252, 252, 252);
    background: rgb(0, 148, 220);
    padding: 0.8rem 2rem;
    border: none;
    transition: 0.3s;
}

.header-3 {
    background-color: rgb(252, 252, 252);
    position: relative;
}

.header-3-paragraph {
    text-align: justify;
}

.header-3-box {
    position: absolute;
    top: -3.25rem;
    left: 50%;
    margin-left: -12rem;
    width: 24rem;
}

.header-3-box-item {
    background-color: rgba(0, 120, 210, 0.95);
    color: rgb(252, 252, 252);
    padding: 1rem;
    width: 12rem;
    float: left;
    text-align: center;
    box-sizing: border-box;
}

.header-3-box-item:hover {
    cursor: pointer;
}

.header-3-item {
    padding: 0 1.8rem;
}

.header-4 {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 60vw;
}

.header-4-title {
    position: absolute;
    width: 100%;
    top: 20%;
    color: rgb(252, 252, 252);
    font-size: 2.1rem;
    font-weight: bold;
    font-family: 'Mandali', sans-serif;
    text-align: center;
}

.header-5 {
    background-color: rgb(245, 245, 245);
    padding: 2rem;
}

.header-5-content {
    padding: 1rem;
    text-align: justify;
    font-size: 1.08rem;
}

.box-active {
    color: rgb(40, 40, 40);
    background-color: rgb(252, 252, 252);
}

.box-active:hover {
    cursor: default;
}

.header-3-content {
    position: relative;
}

.card {
    position: relative;
    margin: 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
}

.card:hover {
    text-decoration: none;
}

.card-news {
    float: left;
}

.card:focus,
.card:hover {
    border: thin solid rgba(180, 180, 180, 0.4);
    transition-duration: 0.3s;
    box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(180, 180, 180, 0.3);
    transform: scale(1.05, 1.05);
    cursor: pointer;
}

.card-image {
    border-radius: 0.5rem;
    height: 10rem;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;

}

.card-content {
    width: 100%;
    box-sizing: border-box;
    padding: 0.6rem;
    margin-top: -1.5rem;
    border-radius: 0.5rem;
    background-color: rgb(252, 252, 252);
}

.card-title {
    margin-bottom: 0.2rem;
    font-weight: bold;
    font-size: 1.1rem;
    color: rgb(20, 20, 20);
}

.card-date {
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
    color: rgb(150, 150, 150);
}

.card-desc {
    color: rgb(80, 80, 80);
    text-align: justify;
    font-size: 0.95rem;
}

.card-readmore {
    background: rgb(0, 148, 220);
    color: rgb(252, 252, 252);
    padding: 0.5rem;
    text-align: center;
    transition-duration: 0.3rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.card-readmore:hover {
    background: rgb(105, 160, 170);
    transition-duration: 0.3rem;
    cursor: pointer;
}

.testimoni {
    position: relative;
    padding: 2.5rem;
    background-color: rgb(0, 10, 25);
    color: rgb(252, 252, 252);
}

.testimoni-avatar {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0.4rem solid rgb(252, 252, 252);
    border-radius: 100%;
}

.testimoni-title {
    margin: 0.5rem 0;
    font-weight: bold;
    font-size: 2rem;
}

.testimoni-title:before {
    content: open-quote;
}

.testimoni-title:after {
    content: close-quote;
}

.main-author {
    font-size: 1.05rem;
}

.author-alumni {
    color: rgb(90, 110, 120);
}

.header-7-content {
    margin: 0 1.8rem;
}

.header-8 {
    background-color: rgb(0, 8, 22);
    padding: 2rem;
}

.transparent-button {
    transition-duration: 0.3s;
    margin: 0rem;
    padding: 0.6rem 1.2rem;
    background-color: transparent;
    border: thin solid rgb(252, 252, 252);
    color: rgb(252, 252, 252);
    font-size: 1.08rem;
    transition: 0.3s;
    text-decoration: none;
}

.transparent-button:hover {
    transition-duration: 0.3s;
    border: thin solid rgb(0, 148, 220);
    color: rgb(0, 148, 220);
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}

.header-8-content {
    text-align: center;
    margin: 0.5rem;
}

.header-8-title {
    color: rgb(252, 252, 252);
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
}

.header-8-social-icon, .header-8-social-icon a {
    transition-duration: 0.3s;
    color: rgb(252, 252, 252);
    display: inline-block;
    margin: 0 1rem;
    font-size: 1.1rem;
}

.header-8-social-icon:hover, .header-8-social-icon a:hover {
    transition-duration: 0.3s;
    color: rgb(0, 148, 220);
}

.header-9 {
    background-color: rgba(50, 148, 220, 0.65);
}

.header-9-content {
    position: relative;
    padding: 2rem;
    color: rgb(20, 20, 20);
}

.header-9-more {
    font-size: 2.1rem;
    font-weight: bold;
}

.listing {
    list-style-type: none;
}

.listing-child {
    white-space: nowrap;
    position: relative;
    border-left: thin solid rgb(0, 148, 220);
    margin-left: 1rem;
    padding: 0.001rem 0;

}

.list-item {
    position: relative;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    margin-left: 1rem;
    font-size: 1.1rem;
}

.list-item:hover {
    cursor: pointer;
}

/*
.list-item:after {
    content: '';
    height: 0.1rem;
    width: 0.6rem;
    background-color: rgb(20, 20, 20);
    position: absolute;
    top: 10px;
    left: -1rem;
    margin-right: 10px;
}
*/

.list-item-right {
    float: right;
    color: rgb(120, 120, 120);
    font-size: 0.95rem;
    transition-duration: 0.3s;
}

.rt-45 {
    transform: rotate(45deg);
    transition-duration: 0.3s;
    color: rgb(0, 148, 220);
}

.list-item a {
    color: rgb(20, 20, 20);
    text-decoration: none;
}

.list-item a:hover,
.list-item a:focus {
    color: rgb(50, 50, 50);
    text-decoration: none;
    outline-color: transparent;
}

.footer {
    padding: 2rem;
    font-size: 1.2rem;
    position: relative;
    background-color: #2b5ea0;
    color: #fff;
}

.footer a {
    color: #fff;
    text-decoration: underline;
}

.footer-logo {
    margin-right: 1rem;
}

.footer-address {
    margin: 1rem 0;
}

.footer-address-school {
    margin-bottom: 1rem;
}

.footer-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.footer-content-1 {
    float: left;
    vertical-align: text-top;
}

.footer-content-1,
.footer-content-2,
.footer-content-3 {
    display: inline-block;
}

.footer-logo,
.footer-address {
    vertical-align: top;
}

@media screen and (max-width: 768px) {

    .header-wrapper {
        top: 35% !important;
        font-size: 2rem !important;
    }

    .footer-content-1, .footer-content-2, .footer-content-3 {
        text-align: left !important;
    }

    .top2 {
        margin-top: 0 !important;
    }

    .header-3 {
        margin: 1rem;
    }

    .breadcrumb {
        padding-top: 1rem;
    }

    .single-page-wrapper {
        margin-top: 0 !important;
    }

    .testimoni-avatar {
        height: 4.5rem;
        width: 4.5rem;
        top: -2.4rem;
        left: 1rem;
    }

    .sidebar-extended {
        position: fixed !important;
        overflow: visible;
    }

    .bingkai-foto {
        display: block !important;
        width: auto !important;
        margin: 1rem;
    }

    .header-3-content {
        margin-top: 4rem;
    }

    .header-3-paragraph {
        margin: 1.2rem;
    }

    .m-hide {
        display: none;
    }

    .list-item-right {
        margin-right: 1em;
    }
    
    .sidebar-extended-content .logo {
        display: none;
    }
    
    .sidebar-extended {
        background: rgb(252, 252, 252);
        width: 100%;
        position: absolute;
        margin-top: -100rem;
        z-index: 999;
        border-bottom: thin solid rgb(40, 40, 40);
        transition-duration: 0.3s;
    }
    
    .sidebar-extended-active {
        margin-top: 0rem;
        transition-duration: 0.3s;
    }
        
    .m-header {
        height: 3.5rem;
        box-sizing: border-box;
        background-color: rgb(252, 252, 252);
        z-index: 99999;
    }
    
    .content {
        margin-top: 3.5rem;
    }

    .header-1 {
        height: 60vw;
    }
    
    .title-header {
        padding-top: 20vw;
        text-align: center;
        font-size: 2rem;
    }
    
    .title-subheader {
        text-align: center;
        font-size: 1.6rem;
    }

    .footer-content-2 ul.listing li.list-item {
        margin-left: 0;
    }

    .footer-content-1 .footer-logo {
        margin-right: 0;
    }

    
    .section-title:after {
        display: none !important;
    }

    .header-3-box {
        top: -4.2rem;
        width: 100%;
    }
    
    .header-3-box-item {
        width: 50%;
    }

    .content-title:after {
        display: none !important;
    }

    .m-table {
        width: 100%;
        overflow-x: scroll;
    }
}

.my-header {
    text-align: left;
    margin-left: 2rem;
    position: absolute;
    top: 30%;
    left: 0;
}

.header-wrapper {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgb(252, 252, 252);
    font-size: 4rem;
    font-weight: bold;
    width: 100%;
    text-align: center !important;
    margin-left: -50%;
}

.top2 {
    margin-top: 3rem;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
    .footer-content-1 {
        display: inline-block;
        width: 40%;
    }

    .footer-content-2 {
        display: inline-block;
    }

    .footer-content-2 {
        margin-left: 1rem;
    }

}

@media screen and (min-width: 1281px) {
    .footer-content-1 {
        width: 40%;
        margin-right: 4rem;
    }

    .footer-content-2 {
        width: 30%;
    }

    .footer-content-3 {
        vertical-align: text-top;
        float: right;
        width: 30%;
    }
}

@media screen and (min-width: 768px) {

    .logo {
        margin: 1rem;
        height: 6rem;
        width: 5rem;
    }

    .sidebar {
        z-index: 9999;
        display: block !important;
        position: fixed;
        top: 0%;
        left: 0%;
        bottom: 0%;
        width: 4rem;
        background: rgb(252, 252, 252);
        border-right: thin solid rgba(180, 180, 180, 0.9);
        box-sizing: border-box;
        transition-duration: 0.5s;
    }

    .sidebar-extended {
        position: fixed;
        left: -50rem;
        top: 0;
        bottom: 0;
        background-color: rgb(252, 252, 252);
        transition-duration: 0.5s;
        overflow: auto;
    }

    .sidebar-extended-content {
        padding: 1rem 2rem 1rem 1rem;
        float: left;
        width: 19rem;
        box-sizing: border-box;
    }

    .sidebar-extended-active {
        z-index: 999;;
        width: 20rem;
        border-right: thin solid rgba(248, 248, 248, 0.9);
        transition-duration: 0.5s;
    }

    .item-header-2-1,
    .item-header-2-2 {
        position: relative;
        height: 20rem;
    }

    .sambutan-header-2 {
        position: absolute;
        top: -12rem;
        margin: 4rem 8rem;
        background-color: rgb(252, 252, 252);
        box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(40, 40, 40, 0.2);
        border-radius: 0.2rem;
        padding: 2.6rem;
        line-height: 1.2rem;
    }

    .header-3,
    .header-7 {
        padding: 2rem;
    }

    .header-3-box {
        box-sizing: border-box;
        position: absolute;
        top: -3.25rem;
        width: 24rem;
        left: 50%;
        margin-left: -12rem;
    }

    .header-3-content {
        padding-top: 2rem;
        box-sizing: border-box;
        width: 31rem;
        margin: 0rem auto;
    }

    
    .header-3-content-extended {
        width: 50rem !important;
    }
    .card {
        box-sizing: border-box;
        width: 14rem;
        margin: 1rem 0.5rem;
        border: thin solid rgba(180, 180, 180, 0.4);
        border-radius: 0.5rem;
        display: inline-block;
        transition-duration: 0.3s;
    }

    .header-4 {
        height: 30vw;
    }

    .header-4-title {
        top: 40%;
        font-size: 3.5rem;
    }

    .header-5-content {
        font-size: 1.1rem;
        width: 44rem;
        margin: 0rem auto;
        line-height: 1.6rem;
    }

    .long {
        padding: 0.7rem 1.5rem;
        font-size: 1.08rem;
        min-width: 12rem;
    }

    .testimoni-avatar {
        margin-top: -6.5rem;
        margin-left: 2rem;
        height: 8rem;
        width: 8rem;
        box-shadow: 0.08rem -0.08rem 0.08rem -0.08rem rgba(180, 180, 180, 0.4);
    }

    .testimoni-content {
        margin-left: 15rem;
    }

    .testimoni-title {
        font-size: 3rem;
        font-weight: bold;
    }

    .testimoni-author {
        margin-top: 1rem;
        margin-bottom: 2.5rem;
    }

    .header-7-content {
        width: 46rem;
        margin: 0rem auto;
    }

    .header-7-md3 {
        width: 33%;
        display: inline-block;
        vertical-align: text-top;
    }

    .header-8-content {
        vertical-align: middle;
        width: 45%;
        display: inline-block;
        text-align: center;
    }

    .header-9-sm-3 {
        vertical-align: text-top;
        display: inline-block;
        width: 24.5%;
    }

    .footer-content-1,
    .footer-content-2 {
        text-align: left;
    }

    .footer-content-2 {
        width: 24%;
    }

    .m-header {
        display: none;
    }

    .search-box {
        z-index: 9999;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 28rem;
        height: 5rem;
        box-sizing: border-box;
        margin-top: -2.5rem;
        margin-left: -14rem;
        padding: 1rem;
    }

}

/*css3 design scrollbar*/
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: rgb(252, 252, 252);
    transition-duration: 0.3s;
}

::-wbkit-scrollbar-track:hover {
    background: rgb(232, 232, 232);
    transition-duration: 0.3s;
}

::-webkit-scrollbar-thumb {
    background: rgb(20, 154, 230);
    border-radius: 20rem;
    transition-duration: 0.3s;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(80, 165, 235);
    transition-duration: 0.3s;
}

/*   CUSTOM DATATABLE CSS   */

select {
    border: thin solid rgb(40, 40, 40);
    padding: 0.2rem 0.3rem;
}

input[type=search] {
    border: thin solid rgb(40, 40, 40);
    padding: 0.2rem 0.3rem;
    background: rgb(252, 252, 252);
}

td a {
    color: rgb(0, 148, 220);
    text-decoration: none;
}

td a:hover {
    color: rgb(40, 40, 40);
    text-decoration: none;
}