/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.thinc-tabs-wrap{
	margin-bottom:30px;
}
.thinc-tabs-wrap li {
    list-style: none;
    border: 1px solid #1d7979;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
	margin:10px 10px 0 0;
}
.thinc-tabs-wrap li:hover, .tab-active{
	background:#1d7979 !important;
	color:#fff !important;
}
.searchMemberWrapper {
    position: relative;
}
.membersWrap {
    max-height: 300px;
    overflow-y: scroll;
    background: #fff;
    box-shadow: 0 5px 10px #ddd;
    display: none;
    position: absolute;
    width: 100%;
    top: 45px;
}
.membersWrap li {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    list-style: none;
    font-size: 14px;
    color: #000;
	cursor:pointer;
}
.membersWrap li:hover{
	background:#f1f1f1;
}
.thinc-input-wrap label {
    font-size: 14px;
    margin-bottom: 8px;
}
.thinc-input-wrap select, .thinc-input-wrap  input, .thinc-input-wrap  textarea{
    border: 1px solid #ddd !important;
    height: 50px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
	outline:none;
}
.thinc-input-wrap  textarea{
	height:200px !important;
}
.thinc-form-wrap{
	display:flex;
	flex-wrap:wrap;
	gap:15px;
}
.thinc-input-wrap{
	width:100%;
}
.w-50{
	width:calc(50% - 10px);
}

.nominee-alert, .voting-alert  {
  padding: 15px;
  margin: 20px 0px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  display:none;
  background:#77b600;
}
.aw-danger{
  background:#c23830;
}





/*===============================================
 * Poll Widget CSS
 *==============================================*/
.poll-widget {
    border: 2px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.poll-widget h3 {
    font-size: 24px;
    font-weight: bold;
}

.poll-widget label {
    display: block;
    margin: 10px 0;
}

.poll-widget input[type="email"] {
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    width: 100%;
}

.poll-widget input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
}



/*======================================
  PCA Voting
  ====================================*/

.success-message {
    color: green;
    font-weight: bold;
    text-align:center;
    margin-top:20px;
}
.error-message {
    color: red;
    font-weight: bold;
    text-align:center;
    margin-top:20px;
}
#pca-voting-form {
    max-width: 768px;
    margin: auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 5px 10px #ddd;
    border-radius: 10px;
}
.input-wrap{
  margin-bottom:20px;}
.input-wrap label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #313131;
}
.input-wrap select, .input-wrap input {
    padding: 10px;
    border: 1px solid #ddd !important;
  	outline:none !important;
    color: #313131;
}

.result-wrapper {
    max-width: 768px;
    margin: auto;
    background: #fff;
    box-shadow: 0 5px 10px #ddd;
    border-radius: 15px;
    font-family: "Questrial", sans-serif;
}
.winner-wrapper {
    padding: 20px;
    text-align: center;
    background: linear-gradient(356deg, #1d7979, #ffffff00);
    border-radius: 15px 15px 0 0;
}
.winner-wrapper h2{
    font-weight: 800;
    font-size: 34px;
    margin: 0;   
  	color: #1d7979;
  	font-family:"Questrial", sans-serif !important;
}
.winner-wrapper h3 {
    margin: 0 0 30px 0;
    font-size: 20px;
    font-weight: 700;    
  	color: #1d7979;
  	font-family:"Questrial", sans-serif !important;
}
.winner-wrapper h1{  
  /*font-family:"Questrial", sans-serif !important;*/
    color: #e8b13c;
    font-weight: 700;
}
.img-wrapper {
    height: 160px;
    width: 160px;
    margin: auto;
    border: 4px solid #e8b13c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
}
.gold-border {
    height: 20px;
    width: 100%;
    background: radial-gradient(#ffffff, #955b00);
}
.runner-up-wrap {
    padding: 30px 20px;
}
.runner-li-wrap {
    display: flex
;
    align-items: center;
    gap: 20px;
    padding: 10px;
    border: 2px solid #2d8383;
    border-radius: 10px;
    max-width: 600px;
  margin:20px auto;
}

.runner-li-wrap h2 {
    font-size: 70px !important;
    line-height: 70px;
    font-family: 'Questrial' !important;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    background: #267f7f;
    padding: 5px 20px;
    border-radius: 50%;
}
.runner-name h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px 0;
}
.runner-name p{
  margin:0px;
}


.searchMemberInput {
    width: 100%;
    padding-right: 30px; /* space for arrow */
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='30' viewBox='0 0 24 24' width='30' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
    cursor: pointer;
}