@import "nullstyle.css";
@import "variables.css";

.title {
  /* height: 100px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabcontent{
    display: none;
}
button.active {
    background-color: #4B6BA1;
    border: 2px solid #bebebe;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color: white;
}
.tabcontent .active{
    display: block;
}

.name {
  width: 35%;
  /* margin-left: auto;
  margin-right: auto; */
  font-size: calc(2rem + 0.390625vw);
  color: var(--body-color);
  line-height: 3rem;
  font-weight: 600;
}

.analytics {
  background-position: center;
  background-size: cover;
}
.content {
  /*padding: 50px 0;*/
  display: flex;
  justify-content: space-between;
}

.unvisible {
  display: none;
}

.subTabs {
  width: 30%;
  padding: 3rem;
}

.subTab {
  padding: 1rem;
}

.subTab-active {
  border-left: 0.2rem solid var(--main-color);
  color: var(--main-color);
}

.subContents {
  /*width: 70%;*/
    width: 100%;
  /*padding: 3rem;*/
}
v polyline {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s ease-in forwards;
  animation-iteration-count: 10;
  animation-direction: alternate;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.welcome {
  background-color: var(--main-color);
  background-position: center;
  background-size: cover;
}

.first {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 6rem;
  margin-top: 3rem;
}

.second {
  margin-bottom: -1.5rem;
}

.tablinks {
  background: transparent;
  color: var(--light-color);
  font-size: 18px;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  float: left;
  border: none;
  outline: none;
}

.tablinks:hover {
  color: var(--dark-gray);
}
.tablinks:focus {
  border: 3px solid var(--light-color);
}

.tab {
  overflow: hidden;
}
.fa-files:before {
  content: "\f0c5";
}
.fa-files {
  font-weight: 900;
}

/*.subContent{*/
/*    background-color: var(--main-gray);*/
/*    border-radius: 1rem;*/
/*}*/

.press-center__content-item{
    /*background-color: var(--main-gray);*/

    border-radius: 1rem;
    margin-bottom: 2rem;
    /*padding: 1rem;*/

    background-color: white;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border: solid 1px var(--main-color);



}
.press-center__content-item h4{
    margin: 1rem;
}
.press-center__date{
    width: 50%;
    padding: 1rem 2rem;
}
.px-0{
    display: flex;
    justify-content: center;
}
.month-year{
    padding: 0 0.5rem;
}

.back{
 box-sizing: border-box;
    border: 0.2rem solid var(--main-color);
    padding: 0.8rem;
    margin-bottom: 1rem;
    border-radius: 1rem;

}
