/* width */
::-webkit-scrollbar {
    width: 10px;
}
  
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
   
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

body {
    font-family: 'Montserrat';
    /* background-image: url('../images/background.png');
    background-size: contain;
    background-repeat: repeat; */
    background: url('../images/background.png') no-repeat 
      center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
 }

.navbar {
    height: 60px;
    background-image: url('../images/background-navigation.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0px;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

@media (max-width:768px){
    .navbar {
        height: 60px;
        background: #55BCE0;
        padding-top: 0px;
    }
    .navbar-collapse{
        background: white;
        border-radius: 12px;
    }
    .nev-item-menu{
        display: inline-block;
        background: #55BCE0;
    }
}

@media only screen and (min-width: 960px) {
    .nev-item-menu{display:none;
    }
}

/*
* Sidebar
*/

.sidebar {
    position: fixed;
    width: 211px;
    left: 0px;
    top: 73px;
    z-index: 100;
    font-weight: bold;
    font-size: 16px;
    background-color: #55BCE0;
    border-top-right-radius: 35px;
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #fff;
    margin: 5px;
    padding-left: 0;
    padding-right: 0;
}

.sidebar .nav-link.active {
    color: #007bff;
    background-color: #fff;
    margin: 0px;
    padding-left: 5px;
    padding-right: 0;
    border-radius: 10px;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
* Content
*/

[role="main"] {
    margin-top: 73px;
    /* Space for fixed navbar */
}

/*
* Navbar
*/

.navbar-brand {
    top: 18px;
    left: 18px;
}

.navbar-brand-img{
    width: 167.7px;
    height: 40px;
    left: 18px;
    top: 18px;
}

.tech-connect-img{
    width: 116.17px;
    height: 40px;
}


.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.searchbox{
    position: relative;
    width: 100%;
    height: 37px;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 10px;
    border-radius: 12px;
}

.spacer{
    margin-top: 60.55px;
}

.card {
    background: #FFFFFF;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    /* margin-bottom: 12px; */
}

.connector-news-content{
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.015em;

    color: #000000;
}

.card-digital-platform{
    height: 45px;
    margin-bottom: 12px;
}

.img-digital-platform{
    width: 100px;
    height: 30px;
}

.doc-name{
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    letter-spacing: -0.015em;   
    margin-left: 11px;
    color: #000000;
}

.doc-item{
    margin-left: 23px;
    margin-top: 18px;
    margin-right: 22px;
}

.card-aboutme {
    height: 41px;
    margin-bottom: 30px;
}

.section{
    margin-top: 42px;
}

.card-ig-header {
    background: rgba(229, 229, 229, 0.24);
    border-radius: 12px;
    margin-top: 11px;
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 24px;
}

.title-text {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: -0.015em;
    color: #2E3192;
}

.text-about-me {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.015em;
    color: #008CFF;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

.btn-more {
    background: #008CFF;
    width:fit-content;
	height:fit-content;
    border-radius: 12px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    margin-left: auto;
    margin-top: auto;
    margin-right: 15px;
    margin-bottom: 15px;
    position: absolute; 
    bottom: 0; 
    right:0;
    padding: 2px 8px;
}

/* .card-social-feeds{
    height: 566px;
} */

.ig-feed{
    margin-left: 15px;
    margin-right: 29.83px;
    margin-bottom: 10px;
}

.img-social{
    margin-top: 22px;
    margin-bottom: 25px;
}

.social-feed-bottom{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 25px;
}

.iframe-map{
    width: 141px;
    height: 85px;
}

.img-cs{
    margin-top: 18px;
    /* width: 50%; */
    width: 110.05px;
    height: 101.82px;
}

.connect{
    margin-left: 30px;
}

.footer{
    margin-top: 60px;
}

.nav-pills > li > a {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.015em;
    color: #008CFF;
}

.nav-pills > .nav-item > .active {
    background: #FFFFFF;
    color: #008CFF;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    height: 28px;
}

.articles{
    margin-top: 15px;
    margin-bottom: 15px;
}

.img-article{
    width: 100%;
    height: 263px;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
    border-radius: 12px;
}

.img-author{
    width: 50px;
    height: 50px;
}

.author-info p{
    margin: 0;
    margin-left: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.015em;
    color: #000000;
}

.news-title{
    margin-top: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    letter-spacing: -0.015em;
    color: #000000;
}

.news-content{
    width: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: justify;
    letter-spacing: -0.015em;
    color: #000000;
}

.btn-readmore{
    background: #FFFFFF;
    width:115px;
	height:28px;
    border-radius: 12px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    letter-spacing: -0.015em;
    color: #008CFF;
    margin: auto;
    margin-top: 65px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.title-connector-news{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: -0.015em;

    color: #2E3192;
}

.connector-news{
    width: 100%;
    height: 319.83px;
}

.connector-news-title{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.015em;
    color: #2E3192;
}

.btn-agree {
    margin-top: 37px;
    border: none;
    background: #008CFF;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    letter-spacing: -0.015em;
    color: #FFFFFF;
}

.card-internal-job-posting{
    width: 100%;
    height: 90px;
}

.card-ijp2-header{
    width: 100%;
    padding: 0px;
    background: transparent;
    border: none;
    border-radius: 12px;
}

.card-ijp2{
    width: 100%;
    height: 102px;
    background: #FFFFFF;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.card-ijp-content{
    margin-left: 30px;
    margin-right: 30px;
}

.ijp-counting{
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.015em;

    color: #000000;
}

.card-ijp-title{
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    /* identical to box height */

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.015em;

    color: #000000;
}

.btn-apply{
    color: #FFFFFF;
    width:115px;
	height:28px;
    border-radius: 12px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    letter-spacing: -0.015em;
    background: #008CFF;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.ijp-title {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    letter-spacing: -0.015em;
    color: #000000;
}

.ijp-id{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: justify;
    letter-spacing: -0.015em;
    color: #000000;
}

.ijp-location{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: justify;
    letter-spacing: -0.015em;
    color: #000000;
}

.ijp-post-date{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: justify;
    letter-spacing: -0.015em;

    color: #000000;
}

.table-ijp{
    width: 100%;
    margin-top: 30px;
}

.btn-next{
    background: #FFFFFF;
    width:115px;
	height:28px;
    border-radius: 12px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    letter-spacing: -0.015em;
    color: #008CFF;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.employee-header{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.015em;
    justify-content: center;
    color: #2E3192;
}

.nav-pills .nav-employee-data{
    border-radius: 12px;
}

.nav-pills .nav-employee-data{
    height: 50px;
    margin-bottom: 10px;
    background-color: white;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.015em;
    color: #008CFF;
}

.nav-pills .nav-log-book{
    height: 50px;
    margin-bottom: 10px;
    background-color: white;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: left;
    letter-spacing: -0.015em;
    color: #008CFF;
}

.top-first-day{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.015em;

    color: #000000;
}

.form-employee{
    padding-top: 22px;
    padding-bottom: 22px;
    margin-left: 68px;
    margin-right: 68px;
}

.header-documents{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.015em;
    justify-content: center;
    color: #2E3192;
}

.document-content{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    letter-spacing: -0.015em;
    color: #000000;
    padding-top: 23px;
    padding-bottom: 23px;
}

.header-employee-activity{
    border-radius: 12px;
}

.btn-conratulation{
    color: #FFFFFF;
    border: none;
	height:28px;
    border-radius: 12px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -0.015em;
    background: #008CFF;
}

.text-label{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */

    display: flex;
    align-items: center;
    letter-spacing: -0.015em;

    color: #000000;
}

span.congrats-cancel{
    display: inline-block;
}
span.congrats-send{
    display: inline-block;
}