/*
Desktop css
*/
@import url('http://fonts.cdnfonts.com/css/nexa-bold');

body{
    font-family: 'Nexa', sans-serif;
    background: #121460;
    background: -moz-radial-gradient(center, #121460 0%, #2583cc 0%, #121460 100%);
    background: -webkit-radial-gradient(center, #121460 0%, #2583cc 0%, #121460 100%);
    background: radial-gradient(ellipse at center, #121460 0%, #2583cc 0%, #121460 100%);
                                                 
}

header{
    position: relative;
    float: left;
    width: 100%;  
}
section{
    position: relative;
    float: left;
    width: 100%;
}

footer{
    position: static;
    float: left;
    width: 100%;
    display: flex;
    bottom: 0;

    
}




/* top  header css   */
.top-div{
    position: relative;
    display: block;
    background-image: url("../images/sky_bg.jpg");
    background-position: center;
    background-size: cover;
    float: left;
    width: 100%;
    border-top:0px hidden #fff;
    border-right:0px hidden #fff;
    border-bottom:10px solid #f87101;
    border-left:0px hidden #fff;
    border-width:0px 0px 10px 0px;
    border-style:hidden hidden solid hidden;
    border-color:#fff #fff #f87101 #fff;
}


.left_top{
    width: 35%;
    float: left;
}
.right_top{
    width: 40%;
    float: right;
    }

.logo{
    position: absolute;
    top: 0;
    left: 10px;
    max-width: 50%;
}

.top_logo{
    position: relative;
    left: 10%;
    margin-top: 89px;
    max-width: 100%;
}
.score{
    font-size: 3vh;
    text-transform: uppercase;
    text-align: right;
    background-image: url("../images/right_top.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    height: 73px;
    line-height: 73px;
    color: #ffa600;
    padding-right: 10%;
    font-weight: bold;
}

.user_data{
    text-align: left;
    padding-left: 10%;
    padding-top: 10%;
}

.welcome{
    color: #000;
    font-size: 2vh;
    font-weight: bold;
    text-transform: uppercase;
}
.user_name{
    font-size: 3.5vh;
    color: #121460;
    line-height: 3.5vh;
}
.group_name{
    font-size: 2.4vh;
    text-transform: uppercase;
    color: #ffa600;
    font-weight: bold;
}


.body_main{
    position: relative;
    min-height: 300px;
    display: flex;
    float: left;
    width: 100%;
    background: #121460;
    background: -moz-radial-gradient(center, #121460 0%, #2583cc 0%, #121460 100%);
    background: -webkit-radial-gradient(center, #121460 0%, #2583cc 0%, #121460 100%);
    background: radial-gradient(ellipse at center, #121460 0%, #2583cc 0%, #121460 100%);
    padding-bottom: 30px;
}

.footer_strip{
    width: 70%;
    float: left;
text-align: left;
background-color: #f87101;
padding: 20px;
padding-left: 10%;
font-size: 3vh;
font-weight: bold;
color: #121460;
}

.footer_strip span{
font-weight: normal;

}

.jansen{
    float: right;
    width: 30%;
    padding: 11px;
    padding-left: 11px;
    background-color: #eef6fa;
    padding-left: 5%;
}


.content_holder{
    position: relative;
    float: left;
    width: 85%;
}

.hand{
    position: absolute;
    float: right;
    width: 10%;
    bottom: 0px;
    right: 0;
}

.hand img{
    width: 100%;  
}

.mainBtn{
    display: block;
    width: 80%;
    padding: 16px;
    color: #141f6b;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    margin-left: 18%;
    background: rgb(248,116,2);
    background: linear-gradient(306deg, rgba(248,116,2,1) 0%, rgba(255,179,36,1) 50%, rgba(248,116,2,1) 100%);
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none !important;
}
.mainBtn.newbtn{
    width: auto;
    float: right;
    margin: 0;
    padding: 10px 30px 5px 30px;
    border: 0;
}
footer .mainBtn.newbtn{
    float: left;
    background: radial-gradient(ellipse at center, #121460 0%, #2583cc 0%, #121460 100%);
color: #fff;
border-radius: 0;

}
.formnewbtn{
    background: #f87101;
    border-color: #f87101;
}
.form-check {
    padding: 15px;
    justify-content:left !important;
}

.btn-success {
    color: #fff;
    background-color: #f87101;
    border-color: #eef6fa;
}

.btn-success:hover {
    color: #fff;
    background-color: #0d2766;
    border-color: #eef6fa;
}

.q_area{
    background-color: white;
    margin-top: 20px;
    width: 85%;
    border-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-block-color: #f87101;
    border-style: solid;
    border-right-width: 0px;
    border-left-width: 0;
    margin-bottom:30px;
}



.card-img, .card-img-bottom, .card-img-top{
    width:50%;
}

.card-body span{
    color: red;
}

.product_name{
    font-size: 1.7vh;
}

.card-title{
    margin-bottom: 0px !important;
}

.card-body{
    padding-top: 0;
}

/*askquestion*/
#askquestion form label {
    color: #f87101;
    font-size: 25px;
    font-weight: 700;
}
.new-container-custom{
    width: 70%;
}
.new-container-custom.form{
    width: 40%;
}
.new-container-custom.form{
    background-color: #fff;
    padding: 50px 50px;
}
/*Login*/

.form.login button{
    background-color: #f87101;
    border-color: #f87101;
    border-radius: 20px;
    padding: 8px 30px;
    display: block;
    margin: auto;
}
.login-icon{
    text-align: center;
    font-size: 5rem;
    color: #f87101;
}
/*Tables*/
thead,tfoot{
    background-color: #fff;
}
thead th,tfoot th{
    font-weight: 900 !important;
    color: #000 !important;
}
tr.odd, tr.odd a {
    background: #f87101 !important;
    color: #fff;
}
tr.even,tr.even a {
    color: #fff;
}

#example_filter label{
    color: #fff !important;
}
.page-item.active .page-link{
    background: #f87101 !important;
    border-color: #f87101 !important;
}

/*Board Member Page Show Questions*/
#boardmemberquestionshow-page .message-text{
    font-size: 2.2rem;
    font-weight: 600;
}
#boardmemberquestionshow-page .card-mesage{
    width: 95%;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    text-align: center !important;
    padding:70px 40px;
    position: relative;
}

#boardmemberquestionshow-page .card-mesage .message-icon-question{
    color: var(--textcolor);
    position: absolute;
    top: 0px;
    right: 15px;
    /* -webkit-transform: scaleX(-1);
  transform: scaleX(-1); */
}
#boardmemberquestionshow-page .card-mesage .boardmember-name-message{
    font-size: 1.4rem;
    font-weight: 600;
}
#boardmemberquestionshow-page .card-mesage .message-icon-question i{
    font-size: 4rem;
}
#boardmemberquestionshow-page.container-custom{
    width: 70%;
    margin: auto;
    padding: 50px;
}
#countnumber{
    color: #f87101;
    font-weight: 800;
}
.toast-header{
    background: #f87101;
    color: #fff;
}
.points{
    color: #f87101;
    font-weight: 800;
    font-size: 1.2rem;
}
.card-deck .card{
    border-radius: 30px;
}
@media screen and (max-width : 933px)
{

    .score{
        font-size: 2.8vh;
        background-position-x: left;
        padding-right: 10px;
    }
   
    .top_logo{
        margin-top: 89px;
    }

    .right_top{
        width: 50%;
    }

    .footer_strip {
        font-size: 2vh;
    }

    .jansen {
        padding: 10px;
    }

    .jansen img{
        width: 100%;

    }

    .hand{
        width: 20%;
    }

}
@media screen and (max-width : 768px)
{
    .new-container-custom.form{
        width: 70%;
    }
}

@media screen and (max-width : 600px)
{

    .new-container-custom.form{
        width: 90%;
    }

    .logo{
        max-width: 20%;
    }

    .top_logo{
        left: 16%;
        margin-top: 130px;  
    }

    .jansen img{
        width: 100%;
        padding-top: 25%;
    }
    .hand{
        width: 20%;
    }

    .new-container-custom{
        width: 95%;
    }

    #boardmemberquestionshow-page.container-custom{
        width: 100%;
        padding: 0 10px;
        margin-top: 50%;
    }
    #boardmemberquestionshow-page .card-mesage{
        padding: 60px 0px;
    }
    .countdownh4{
        width: 100%;
    }
    .card-deck .card {
        margin: 30px;
    }
}

@media screen and (max-width: 1400px) {
    #boardmemberquestionshow-page.container-custom{
        width: 100%;
        padding: 0 10px;
        margin-top: 5%;
    }
  }