@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700");
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import "https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.3.2/css/simple-line-icons.min.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');




html,body{
  font-family: 'Montserrat', sans-serif ;
}

.container{
  max-width:1318px;
  margin: 0 auto;
}

.pb-16{
  padding-bottom: 16px;
}
.pb-30{
  padding-bottom: 30px;
}
.pb-40{
  padding-bottom: 40px;
}
.pb-20{
  padding-bottom: 20px;
}
.pb-100{
  padding-bottom: 100px;
}
.pb-10{
  padding-bottom: 10px;
}
.pb-55{
  padding-bottom: 55px;
}
.pb-50{
  padding-bottom: 50px;
}
.p-55{
  padding: 55px 0px;
}
.p-50{
  padding: 50px 0px;
}
.p-10{
  padding: 10px 0px;
}
.p-25{
  padding: 25px 0px;
}
.p-20{
  padding: 20px 0px;
}
.pl-0{
  padding-left: 0px;
}
.mt-25{
  margin-top: 25px;
}
.mt-15{
  margin-top: 15px;
}

.mb-0{
  margin-bottom: 0px;
}

.line {
  position: relative;
  z-index: 1;
}
.line:before {
  border-top: solid 2px rgba(255, 255, 255, 0.24);
  content:"";
  margin: 0 auto; /* this centers the line to the full width specified */
  position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%; left: 0; right: 0; bottom: 0;
  width: 100%;
  z-index: -1;
}

.widget{
  position: relative;
}

.justify-content{
  justify-content: space-between;
}

.widget-padding .widget-wrap{
  padding-bottom: 10px;
}

.undiDiv .widget-padding:nth-child(1){
  border-left: 1px solid #c7c7c7;
}
.undiDiv .widget-padding:nth-child(2){
  border-right: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}
.undiDiv .widget-padding:nth-child(3){
  border-right: 1px solid #c7c7c7;
}
.undi {
  padding: 0px 15px;
}
.widget-padding{
  padding-left: 0px ;
  padding-right: 0px ;
}

.widget-title{
  background: #e5e5e5;
  padding: 5px 15px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.widget-title h5 {
  font-size: 16px;
  font-weight: bold;"
}

.widget-candidate{
  padding: 5px 15px;
}

.widget-flag{
  width: 20%; 
  margin-right: 10px;
}

.widget-content {
  width: 62%; 
  margin-right: 10px;
}

.widget-content h4 {
  font-size: 10px; 
  font-weight: 800; 
  margin-bottom: 0px;
  text-transform: uppercase;
}

.widget-content p {
  font-size: 10px; 
  font-weight: 600; 
  margin-bottom: 0px;
  text-transform: uppercase;
}

.widget-vote {
  width: 23%;    
  text-align: right;
}
.widget-vote p{
  font-size: 16px; 
  font-weight: 700;
  margin-bottom: 0px;
  /*margin-top: 3px;*/
}

.btn-url
{
  border-radius: 0px 0px 5px 5px;
  background: #FCC739; 
  font-weight: bold;
  border:none;
  color:#000;
}

.btn-url:hover
{

 background: #000; 

}

.update-tag{
  text-align:  end;
  padding:  0px 15px;
  margin-top:  -20px;
  font-size: 10px;
  color: #000;
  margin-bottom: 0px;
  font-weight: bold;
}

.info_border{
  border-right: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}
.info_p{
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0px;
}
#triangle-bottomright {
  width: 0;
  height: 0;
  border-bottom: 20px solid red;
  border-left: 20px solid transparent;
  margin-right: -10px;
}

small {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    background: #00a6b5;
    width: fit-content;
    padding: 0 10px;
}

small.noras {
    background: #7b7c7c;
}

@media (max-width: 991px) {

  .btn-url
  {
    border-radius: 0px 0px 0px 0px;
    background: #FCC739; 
    font-weight: bold;
  }

  .update-tag{
    text-align:  end;
    padding:  0px 10px;
    margin-top: 0px;
    font-size: 10px;
    color: #000;
    margin-bottom: 0px;
    font-weight: bold;
  }



}

@media (max-width: 768px) {
  .undiDiv .widget-padding:nth-child(1){
    border-right: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
  }
  .undiDiv .widget-padding:nth-child(2){
    border-right: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
  }
  .undiDiv .widget-padding:nth-child(3){
    border-right: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
  }

}

@media (max-width: 480px) {
  .update-tag{
    text-align:  center;
  }

}
.widgetw{
  display: inline-grid;
}

.triangle {
  display: inline-block;
  vertical-align: middle;
}
.triangle-0 {
  width: 15px;
  height: 15px;
  border-left: solid 15px transparent;
  border-top: solid 15px transparent;
}