section{
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(.3,.3,.3,.05);
}

section p{
 font-size: 18px;
}

header{
  width: 240px;
  padding: 40px 0 40px 45px;
  position: relative;
}

button{
  background: #1a1a1a;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .06em;
  color: #fff;
  min-height: 48px;
  padding: 20px 60px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  -moz-transition: color .2s;
  transition: color .2s;
  border: none;
}

button:hover{
  color: rgb(200, 200, 200);
}

.section-container{
  width: 75%;
  height: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal{
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px 40px;
  text-align: center;
  box-shadow:1px 1px 10px 2px rgba(0,0,0,0.28);
  -webkit-box-shadow:1px 1px 10px 2px rgba(0,0,0,0.28);
  -moz-box-shadow:1px 1px 10px 2px rgba(0,0,0,0.28);
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal p{
  font-family: EuclidCircularAMedium;
  font-size: 20px;
  color: #333;
  line-height: 40px;
}

.modal .modal-btn{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 30px 0;
}

.btn{
  font-size: 14px;
  padding: 12px 22px;
}

.renouncement{
  background-color: #ff313f
}

.summary{
  background-color: #1877F2;
}
.erased{
  background-color: #C32AA3;
}
.withdrawal{
  background-color: #1DA1F2;
}

.tr{
  background-color: #bfbfbf;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: -1;
}

.td{
  width: 25%;
  border-right: 0px rgba(.3,.3,.3,.05);
}

i:hover{
  color: #1a1a1a;
}

.footer-icons{
  width: 250px;
  display: flex;
  justify-content: space-around;
  position: absolute;
  bottom: 40px;
}

.content{
  background-color: white;
  position: relative;
  padding: 40px;
  align-items: inherit;
}

.content p{
  font-family: EuclidCircularALight;
}

.content a{
  color:  #ff313f;
}

.content h2{
  color: #1a1a1a;
  font-size: 56px;
  margin: 0;
}

.main-text{
  font-family: EuclidCircularALight !important;
}

.content ul{
  list-style-type: circle;
  font-family: EuclidCircularALight !important;
}

footer{
  width: 100%;
  position: absolute;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list{
  line-height: 20px;
  padding-bottom: 15px;
}

.list span{
  font-family: EuclidCircularALightItalic;
}

.personal-settings{
  text-align: initial;
  background-color: rgba(214,214,214,0.34);
  display: none;
  flex-direction: column;
}

.personal-settings p{
  display: inline-flex;
  color: white;
  margin: 10px;
  padding: 20px;
  background: #b3b3b3;
  line-height: 0;
  font-size: 16px;
  font-family: EuclidCircularALight;
}

.toggle{
  display: flex !important;
}

.settings{
  display: none;
}

.label{
  font-size: 14px;
  color: #999999;
  padding: 24px 0 36px 0;
}

.invalid-token{
  display: none;
}

.withdrawal-settings{
  display: none;
  width: 275px;
  margin: 0 auto;
  justify-content: space-around;
}

.erased-settings{
  display: none;
  justify-content: center;
}

.erased-status{
  color: red !important;
}

