body {
    font-weight: 400;
    font-size: 14px;
}

#map {
    height: 250px;
    width: 100%;
    margin: auto;
}


/* Treeant styling */
#MindMap {
}
.chart {
}
.Treant > .node { 
}

.Treant > p { 
    /*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    font-size: 12px;
    */
}
.node-name { 
    /*font-weight: bold;*/
}

.node {
    
}


.nodeExample1 {
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #000;
    width: 20%;
    font-family: Tahoma;
    font-size: 12px;
}

.nodeExample1 img {
    margin-right:  10px;
    width: 75px;
    height: 75px;
}

.nobr { 
    white-space:nowrap; 
}

.text-muted-blue{
    color:hsl(231, 21%, 50%) !important;
}
.bg-blue{
    background-color: #213750;
}
.menu-item-selected > a > span{
    color: #071d64 !important;
}


.test-hover > a > span{
    font-weight: 700 !important;
}
.bg-dim-violet{
    background-color:hsl(0, 0%, 97%);
    /* border: 1px solid hsl(235, 20%, 88%); */
}

.test-hover:hover > a > span{
    color: #071d64 !important;
}
.tableSideHeader {
    color: #595d6e;
    background-color: #ebedf2;
    border-color: #ebedf2;
    font-weight: 500;
    border-bottom-width: 1px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

.bg-red{
    background-color: hsl(352, 90%, 60%) !important;
}

.text-red{
    color: hsl(352, 90%, 60%) !important;
}
.bg-dark-gray{
    background-color: #3F3F3F !important;
}

.bg-dark-gray:hover{
    background-color: #1f1f1f !important;
}
.btn-hover-black:hover  >*>*>  :not(span:last-child)   {
        color:rgb(0, 0, 0) !important;
}
.btn-hover-black:hover  >div>  span >  * {
    color:rgb(0, 0, 0) !important;
}
.btn-hover-black:hover  >div>  span >a>  * {
    color:rgb(0, 0, 0) !important;
}

.btn-hover-black:hover  > a > span >  * {
    color:rgb(0, 0, 0) !important;
}
.btn-medium{
    font-size: 1.2rem;
    padding: 1rem 0rem;
}

.btn-medium-small{
    font-size: 1em !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.infoFromSamlad {
    margin: 0 -13px 20px -13px !important;
}
.btn-hover-light-blue:hover{
    background: hsl(233, 20%, 45%) !important;
}
.btn-hover-light-blue:hover > *{
    color: hsl(0, 0%, 0%) !important;
}
.bg-dark-blue{
    background: #162536; 
}
.text-dark-blue{
    background: hsl(194, 72%, 20%);
}
/* Custom styling */

@media (min-width: 1400px){
    .border-lg-left{
        border-left: 1px solid gray;
    }

    .shadow-right{
        box-shadow: gray 2px 2px 10px;
    }
}

.progress-larger{
    height: 1.6rem;
    font-size: 1rem;
    font-weight: 700;
}

.text-large{
  font-size: 1.5rem !important;  
}
.text-medium{
    font-size: 1.25rem !important;
}
.text-small{
    font-size: 1rem !important;
    color:black;
}
@media (max-width: 1024px) {
    
    .header-text {
        padding: 9px 30px !important;
    }
    
    .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content:after,
    .kt-notes .kt-notes__items .kt-notes__item .kt-notes__media {
        display: none;
    }
    
    .kt-notes .kt-notes__items .kt-notes__item {
        left: 0;
        border-left: 0;
        padding: 0 0 50px 0;
        margin: 0;
    }
    
    .bloat {
        width: 100% !important;
    }
    
    .loginOrderMobile {
        order: 1;
    }
    
    
}

@media (min-width: 768px) {
    .w-75-md {
        width:  75%;
    }
}



/* timeline */

.section{
    /* width:attr(data-width); */
    flex-grow: 0;
    flex-shrink: 0;
}
.section-text{
    font-family: 'Poppins', sans-serif;
}
.sectionText{
    font-family: 'Poppins', sans-serif;
}
.name{
    font-weight: 700;
}
.time{
    font-weight: 400;
}
.timeline{
    flex:1;
    display: flex;

    /* width: 60vw; */
    /* height: 10vh; */
    /* overflow-x: scroll; */
    padding: 1rem 0rem;
    overflow-x: scroll;
}
.day{
    display: flex;
    margin: 0rem 1rem;
}
.day-line{
    width: 0.3rem;
    height: 100%;
    background: rgb(72, 88, 230);
}
.section-line{
    height: 0.4rem;
    width: 100%;
    background-color: #828383;
    position: relative;
    
}


.section-active .section-line{
    height: 0.4rem;
    width: 100%;
    background-color: #34BFA3;
    position: relative;
    /* width: 10vw; */
}

/* .section-line::before{
    content: "";
    background-color: #34BFA3;
    position: absolute;
    height: 250%;
    width: 0.2rem;
    top:-75%;
    left:0%;
} */
.section-nonotch .section-line::after{
    content: "";
    height: 0.4rem;
    width: 0.2rem;
    background-color: #828383;
    position: absolute;
    right: -2%;
    top: 0%;
    /* display: none; */
}
.sectionNonotch .sectionLine::after{
    content: "";
    height: 0.4rem;
    width: 0.2rem;
    background-color: #828383;
    position: absolute;
    right: -2%;
    top: 0%;
    /* display: none; */
   
}
.section-nonotch {
    /* content: "";* */
    padding-right:-1px;
   
}
.sectionNonotch {
    /* content: "";* */
    padding-right:-1px;
   
}
.text-end{
    text-align: end;
}
.textEnd{
    text-align: end;
}

.w-small{
    width: 3vw;
}

.new_timelines{
    overflow-x: scroll;

}
.new_timeline{
width: fit-content;
}
.new_day{
    /* width: 3px; */
    /* background: gray; */

}


.new_timeline-section-segment{
    background:rgb(255, 255, 255);

}
.new_timeline-section{

    
}
.segment-body{
    border-right: #f2f3f8 4px solid;
    box-sizing: content-box;

}

.stick{
    position: sticky;
    left:0;
}

.bg-gray{
    background:hsl(217, 5%, 85%);
}
.bg-active{
    background:hsl(217, 15%, 25%);
    color:white;
}

/* .section-line::after{
    content: "";
    background-color: #34BFA3;
    position: absolute;
    height: 250%;
    width: 0.2rem;
    top:-75%;
    right:0%;
}
.sectionLine::after{
    content: "";
    background-color: #34BFA3;
    position: absolute;
    height: 250%;
    width: 0.2rem;
    top:-75%;
    right:0%;
} */



@media (min-width: 2000px) {
.w-1{
    width: 4vw;
}
.w-2{
    width: 8vw;
}
.w-3{
    width: 12vw;
}
.w-4{
    width: 16vw;
}
.w-5{
    width: 20vw;
}
.w-6{
    width: 24vw;
}
.w-7{
    width: 28vw;
}
.w-8{
    width: 22vw;
}
.w-9{
    width: 26vw;
}
.w-10{
    width: 30vw;
}
.w-11{
    width: 34vw;
}
.w-12{
    width: 38vw;
}
.w-13{
    width: 42vw;
}
.w-14{
    width: 46vw;
}
.w-15{
    width: 50vw;
}
.w-16{
    width: 54vw;
}
.w-17{
    width: 58vw;
}
.w-18{
    width: 62vw;
}
.w-19{
    width: 66vw;
}
.w-20{
    width: 70vw;
}
.w-21{
    width: 74vw;
}
.w-22{
    width: 78vw;
}
.w-23{
    width: 82vw;
}
.w-24{
    width: 86vw;
}
}


@media (min-width: 1200px) {
   


.w-1{
    width: 5vw;
}
.w-2{
    width: 10vw;
}
.w-3{
    width: 15vw;
}
.w-4{
    width: 20vw;
}
.w-5{
    width: 25vw;
}
.w-6{
    width: 30vw;
}
.w-7{
    width: 35vw;
}
.w-8{
    width: 40vw;
}
.w-9{
    width: 45vw;
}
.w-10{
    width: 50vw;
}
.w-11{
    width: 55vw;
}
.w-12{
    width: 60vw;
}
.w-13{
    width: 65vw;
}
.w-14{
    width: 70vw;
}
.w-15{
    width: 75vw;
}
.w-16{
    width: 80vw;
}
.w-17{
    width: 85vw;
}
.w-18{
    width: 90vw;
}
.w-19{
    width: 95vw;
}
.w-20{
    width: 100vw;
}
.w-21{
    width: 105vw;
}
.w-22{
    width: 110vw;
}
.w-23{
    width: 115vw;
}
.w-24{
    width: 120vw;
}
}

.clickable:hover {
    cursor:pointer
}

.icon-success {
    color: #18a899;
}
.icon-warning {
    color: #fd397a;
}

.highlight-hover:hover{
    background-color: rgba(0, 0, 0, 0.034);
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}