@import url('master.css');

.bg-honeycomb{
    background-image: url(../assets/abstract-honeycomb-crop.jpg);
}

.card-link:hover{
    box-shadow: 0 0 10px;
    transition: 0.3s;
    /* background-color: var(--panel-hover-color); */
}

.card-link{
    transition: 0.3s;
    margin-right: 5px !important;
    margin-left: 5px !important;
    padding: 10px;
    cursor: pointer;
    background-color: var(--panel-color);
    border-radius: var(--border-radius);
    border: 1px solid var(--panel-border-color);
}

.col-sm{
    margin: 0;
}

html, body{
    font-family: Arial, Helvetica, sans-serif;

    /* height: 100%;
    margin: 0;
    padding: 0; */
}

/* Flexbox layout for the wrapper */
/* .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}*/
/* 
#main {
    width: 100%;
    margin: auto;
} */

/* Bootstrap-esque styles */
/* .inline-label{
    background-color: #f0ecec;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    width: 100px;
}
.inline-content{
    border: 1px solid #ced4da;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
} */
.box-title{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 50px;
}

.border-grey-round{
    border-left: 1px solid var(--panel-border-color);
    border-bottom: 1px solid var(--panel-border-color);
    border-right: 1px solid var(--panel-border-color);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: auto;
    background-color: white;
}

.border-primary-round{
    border-left: 1px solid var(--accent-color);
    border-bottom: 1px solid var(--accent-color);
    border-right: 1px solid var(--accent-color);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: auto;
    background-color: white;
}

.item-pill{
    background-color: var(--panel-color);
    border-radius: var(--border-radius);
    border: 1px solid var(--panel-border-color);
    padding: 0.4rem;
    margin: 0.2rem;
    float: left;
    min-width: 90px;
    text-align: center;
    cursor: pointer;
}
.item-pill:hover{
    background-color: var(--panel-hover-color);
}
.trigger-hover-special{
    background-color: #047bfb;
    color: white;
   
}

.cust-link1{
    color: white;
}

.cust-link1:hover{
    /* color:#ced4da; */
    color: #047bfb;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%; /* 16:9*/
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

#skillsHeader > div{
    display: inline;
    /* margin-top: 8px; */
    display: flex;
    align-items: center;
}


#skillsHeader > :first-child {
    margin-left: 8px;
}

#skillsHeader > :last-child {
    margin-right: 8px;
}

.dropdown-label-inline{
    /* border: 1px solid #ced4da; */
    border: 1px solid #007bff;
    border-right: none;
    border-radius: 5px 0 0 5px;
    padding: 6px;
    margin-right: 0 !important;
    color: white;
    width: 5rem;
    text-align: center;
}

.dropdown-inline{
    margin-left: 0;
    border-radius: 0 5px 5px 0;
    width: 10rem !important;
    /* text-align: center; */
}

.dropdown-inline:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
    border: 1px solid #007bff;
}