@font-face {
  font-family: 'EconSansCnd';
  src: url("https://s3.amazonaws.com/adserving.economist.com/gwd-components/assets/fonts/econsans-condensed-primary-subset-rg.woff") format("truetype");
}

@font-face {
  font-family: 'EconSansNormal';
  src: url("https://s3.amazonaws.com/adserving.economist.com/gwd-components/assets/fonts/econsans-primary-subset-rg.woff") format("truetype");
}

@font-face {
  font-family: 'EconSansOS';
  src: url("https://s3.amazonaws.com/adserving.economist.com/gwd-components/assets/fonts/econsans-primary-subset-md.woff") format("truetype");
}

@font-face {
  font-family: 'MiloTEOS';
  src: url("https://s3.amazonaws.com/adserving.economist.com/gwd-components/assets/fonts/milo-primary-subset-rg.woff") format("truetype");
}

.container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    grid-template-columns: 50% 50%;
    transition: all 1s linear;
    align-items: center;
  }
  
  .container>div {
    text-align: center;
    overflow: hidden;
  }
  
  .left {
    background: #16c9b3;
    transition: all 1s linear;
  }
  
  .right {
    background: #4c60eb;
    transition: all 1s linear;
  }
  
  .text {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
  }

  .unclicked{
    background: #FFF;
    width: 100% !important;
    cursor: pointer;

  }

  .unclicked-l{
    background: #FFF;
    width: 98% !important;
    border-right: 2px solid #383e42;
    cursor: pointer;

  }

  .unclicked-cont{
    grid-template-columns: 50% 50% !important;
  }

  #total {
    margin: 2%;
    color: #3030305e;
  }

  .progressbar {
    border: solid;
    border-radius: 25px;
    width: 90%;
    margin: 2%;
    margin-bottom: 0;
    height: 23%;
    position: relative;
  }

  .progressbar:hover{
    box-shadow: 0 0 50px rgba(33,33,33,.4); 
  }
  
  .progressbar>div {
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: 'MiloTEOS';
    height: 100%;
    line-height: 0.8;
  }