* {
    margin: 0px;
    padding: 0px;
}

body {
    overflow-x: hidden;
}

#list {
    height: 100%;
    width: 100%;
    background-color: #e9ecef;
    position: fixed;
    overflow-x: hidden;
}

#txtOldPhone {
    padding: 5px 5px 5px 79px !important;
}

.JD {
    background: #f8f9fa;
    margin: 42px 0px;
    padding: 0px;
    border-radius: 10px;
    margin-left: 10px;
}

.JD {
    background: #f8f9fa;
    margin: 42px 0px;
    padding: 0px;
    border-radius: 10px;
    margin-left: 10px;
}

#bottom {
    background: #ffffff;
    margin-top: 60px;
    padding: 0px;
    border-radius: 10px;
}

.JDQ {
    margin-left: -14px;
}

#form-login {
    background-color: rgba(0, 0, 0, .03);
    height: auto;
    width: auto;
}

/* .top{
    margin-bottom: 93px;
    margin-left: 15px;

  } */
#more_button {
    color: #000;
    text-decoration: none;
    /* margin-left:47px; */
    /* width: 20%; */
}

.know_more_button {
    padding: 5px;
    background-color: #F5F5F5;
    color: #4E4E4E;
    box-shadow: 0 2px 2px 0 rgb(233 30 99 / 0%), 0 3px 1px -2px rgb(79 79 79 / 6%), 0 1px 5px 0 rgb(182 182 182 / 60%);
    border-color: #F5F5F5;
    font-size: 13px;
    border-radius: 7px;

}

.img-circle {
    border-radius: 50%;
    width: 50px;
    margin: 8px;
}

.sponsor {
    margin-top: 25px;
    /* margin-right: 100px; */
}

@media only screen and (max-width: 390px) {
    /* .sponsor {
        margin-top: -35px;
        margin-left: 60px;
    } */
}

@media only screen and (max-width: 412px) {
    .sponsor {
        /* margin-top: -35px;
        margin-left: 60px; */
    }
}

@media only screen and (max-width: 412px) {
    .main-panel {
        display: none;
    }
}

@media only screen and (max-width: 390px) {
    .main-panel {
        display: none;
    }
}

@media only screen and (max-width: 390px) {
    #quiz_participant {
        margin: -12px 17px;
    }
}

@media only screen and (max-width: 412px) {
    #quiz_participant {
        margin: -12px 17px;
    }
}

#invoke_login, #get, #invoke_register, #resend_otp, #existing_login {

    background: #ea8633;
    color: #fff;

}

#Quiz_UI, #quiz_participant {
    height: auto;
    background-image: url('images/Quiz_UI.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;

}

.img-responsive {
    width: 126px;
    margin: 12px;
}

.img-nav {
    width: 126px;

}

.Participant {
    text-align: center;
    color: #ffffff;
}

#quiz_participant {
    background: #426977d1;

}

.form-login {
    margin-top: 75px;
    margin-bottom: 75px;
}

.label-color {
    color: #ffffff
}

.iti {
    display: list-item !important;
    list-style-type: none;
}

.footer ul li a {
    color: inherit;
    padding: 0.9375rem;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    display: block;
}

/* #footer_alignment{
 background-color: #283139;
} */
.footer_ul {
    display: inline-flex;
    list-style-type: none;
    margin-left: 45px;
}

.footer {
    background-color: white;
    /* margin: 20px; */
    margin-top: 2px;
    position: relative;
}

.float-right {
    margin-top: 10px;
}

.UI_menu {
    color: #000;
}

.question_01 {
    color: white;
    font-size: 15px;
}

/* The radio */
.radio {
    color: #fff;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkround {

    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-color: #f7872b;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.radio input:checked~.checkround {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked~.checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f7872b;


}

/* The check */
.check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#leader {
    margin-top: 10px;
    background: #ffffff3d;
    color: white;

}

.float-right {
    margin-right: 60px !important;
}

.quiz_over {
    color: #54ce54c2;
    font-size: 32px;
}

.fa-calender {
    color: white;

}

.time {
    letter-spacing: 3px;
}

.footer-basic {
    padding: 23px 0;
    background-color: #ffffff;
    color: #4b4c4d;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 90%;
    overflow: hidden;
}

.footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-basic li {
    padding: 0 10px;
}

.footer-basic ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.footer-basic ul a:hover {
    opacity: 1;
}

.copyright {
    float: right;
    margin-top: -35px;
    font-size: 12px;
}

.copyright-jain {
    float: right;
    margin-top: -18px;
    font-size: 12px;
}

.list-inline-item {
    color: #000;
}

#candidate {
    width: 30px;
    border-radius: 20px;
    border: 2px solid #f7872b;
}

#navbardrop {
    color: #000;
    text-transform: lowercase;
}

.navbar-right {
    margin-left: 250px;
}

.nav-link {
    margin-top: -7px;
    color: #777777;
}

@media only screen and (max-width: 768px) {
    .navbar-right {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 390px) {
    .navbar-right {
        margin: 10px;
        padding: 0px;
    }

    .nav-link {
        margin-left: 4px;
        margin-top: 4px;
    }
}

@media only screen and (max-width: 412px) {
    .navbar-right {
        margin: 10px;
        padding: 0px;
    }

    .nav-link {
        margin-left: 4px;
        margin-top: 4px;
    }
}

/* Learderboard Css */
#top_section {
    background-image: url('images/Quiz_UI.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;


}

.candidate-default {
    padding: 15px !important;
    background: #fff;
    top: 10px;
    border-radius: 5px;
}

#profile {
    width: 30px;
    border-radius: 20px;
    border: 2px solid #f7872b;
    height: 2rem;
}

#middle_form {
    margin-top: -20px;
}

.jumbotron {
    background-color: #ffffffe6 !important;
}

.filter_section {
    margin-top: 20px;
    text-align: center;
}

.top_ranker {
    text-align: center;
    margin-top: 20px;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;

}

#winner-card {
    font-size: 1em;
    overflow: hidden;
    padding: 5px;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top: 20px;
}

.time_taken {
    font-size: 14px !important;
}

#winner {
    margin: 17px;
    border-radius: 50%;
    border: 2px solid #f7872b;
}

.card {
    background-color: #fff;
    border-radius: 10px;
}

#gold {
    margin-top: -20px;
    margin-left: 58px;
    width: 40px;
}

#silver {
    margin-top: -20px;
    margin-left: 58px;
    width: 40px;
}

#bronze {
    margin-top: -20px;
    margin-left: 58px;
    width: 40px;
}

.part {
    text-align: center;
}

#Participant {
    background-color: #fdfcfc;
}

.clap {
    width: 30px;
}

.sorting_1 {
    text-align: center;
}

#more_button1 {
    color: #000;
    text-decoration: none;
    margin-left: 68px;
    /* width: 20%; */
}

@media only screen and (max-width: 768px) {
    #more_button1 {
        margin-left: 0px !important;
    }

    #gold {
        margin-left: 25px !important;
    }

    #silver {
        margin-left: 25px !important;
    }

    #bronze {
        margin-left: 25px !important;
    }

    .card-block {
        padding: 0px !important;
    }

    .text {
        font-size: 10px !important;
        margin-bottom: 0px !important;
    }

    .winner_name {
        font-size: 13px !important;
        margin-top: 20px !important;
    }
}

/* iphone device */
@media only screen and (max-width: 390px) {
    #winner {
        margin: 17px;
        border-radius: 50%;
        border: 2px solid #f7872b;
        width: 115px !important;
    }

    #gold {
        margin-left: 54px !important;
    }

    #silver {
        margin-left: 54px !important;
    }

    #bronze {
        margin-left: 54px !important;
    }

    .text {
        margin-left: 25px;
    }

}

/* normal phone device */
@media only screen and (max-width: 412px) {
    #winner {
        margin: 17px;
        border-radius: 50%;
        border: 2px solid #f7872b;
        width: 115px !important;
    }

    #gold {
        margin-left: 54px !important;
    }

    #silver {
        margin-left: 54px !important;
    }

    #bronze {
        margin-left: 54px !important;
    }

    .text {
        margin-left: 25px;
    }

}

@media only screen and (max-width: 414px) {
    #winner {
        margin: 17px;
        border-radius: 50%;
        border: 2px solid #f7872b;
        width: 115px !important;
    }

    #gold {
        margin-left: 54px !important;
    }

    #silver {
        margin-left: 54px !important;
    }

    #bronze {
        margin-left: 54px !important;
    }

    .text {
        margin-left: 25px;
    }

}

#pic {
    display: none;
}

.newbtn {
    cursor: pointer;
    margin-left: 180px;
}

#blah {
    max-width: 150px;
    height: 84px;
    margin-top: 2px;
}

#fa-camera {
    margin-top: -18px;
    margin-left: 5px;
}

#rounded-circle {
    background: rgb(255 255 255 / 100%);
    width: 27px;
    height: 25px;
    padding: 0px 0px 0px;
    margin: 3px 207px;
    margin-top: -81px;
}

.winner {
    width: 80px;
    height: 80px;
    margin: 17px;
    border-radius: 50%;
    border: 2px solid #f7872b;
}

.add_profile {
    text-align: center;
    margin-top: -25px;
}

#user_name {
    width: 100%;
}

#mobile_number {
    width: 100%;
    margin-top: 8px;
}

#user_email {
    width: 100%;
    margin-top: 8px;
}

#profile_button {
    margin-top: 10px;
    float: right;
}

.btn-warning {
    background-color: #f7872b !important;
    color: #fff !important;
}

#border {
    border: 1px dotted #f7872b;
    border-radius: 10px;
}

@media only screen and (max-width: 390px) {
    .newbtn {
        cursor: pointer;
        margin-left: 120px;
    }

    #rounded-circle {
        background: rgb(255 255 255 / 100%);
        width: 27px;
        height: 25px;
        padding: 0px 0px 0px;
        margin: 0px 145px;
        margin-top: -81px;
    }
}

@media only screen and (max-width: 360px) {
    .newbtn {
        cursor: pointer;
        margin-left: 100px;
    }

    #rounded-circle {
        background: rgb(255 255 255 / 100%);
        width: 27px;
        height: 25px;
        padding: 0px 0px 0px;
        margin: 0px 126px;
        margin-top: -81px;
    }
}

@media only screen and (max-width: 412px) {
    .newbtn {
        cursor: pointer;
        margin-left: 113px;
    }

    #rounded-circle {
        background: rgb(255 255 255 / 100%);
        width: 27px;
        height: 25px;
        padding: 0px 0px 0px;
        margin: 0px 144px;
        margin-top: -81px;
    }
}

.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.now-ui-icons.objects_umbrella-13:before {
    content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
    content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
    content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
    content: "\ea4b";
}

.nav-tabs {
    border: 0;
    /* padding: 15px 0.7rem; */
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.nav-tabs>.nav-item>.nav-link {
    color: #888888;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5;
}

.nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.nav-tabs>.nav-item>.nav-link.active {
    background: #f7872b;
    border-radius: 30px;
    color: #FFFFFF;
}

.nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.card_view {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    /* margin-bottom: 30px; */
    /* box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2); */
}

.card .card-header {
    background-color: transparent;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.card[data-background-color="orange"] {
    background-color: #f96332;
}

.card[data-background-color="red"] {
    background-color: #FF3636;
}

.card[data-background-color="yellow"] {
    background-color: #FFB236;
}

.card[data-background-color="blue"] {
    background-color: #2CA8FF;
}

.card[data-background-color="green"] {
    background-color: #15b60d;
}

[data-background-color="orange"] {
    background-color: #e95e38;
}

[data-background-color="black"] {
    background-color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) p {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    color: #FFFFFF;
}


@font-face {
    font-family: 'Nucleo Outline';
    src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot");
    src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot") format("embedded-opentype");
    src: url("https://raw.githack.com/creativetimofficial/now-ui-kit/master/assets/fonts/nucleo-outline.woff2");
    font-weight: normal;
    font-style: normal;

}

.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@media screen and (max-width: 768px) {

    .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }

    .nav-tabs .nav-item>.nav-link {
        margin-bottom: 5px;
    }
}

.nav-tabs {
    margin-left: -15px;
}

.options {
    background-color: #dee2e6;
    /* border-radius: 30px; */
    color: #212529;
    margin: 0px 0px;
    padding: 10px;
}

.nav-link {
    margin-left: 5px !important;

}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    /* bottom: -40px; */

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {}

.mt-5 {
    background-color: white;
    border-radius: 5px;
    ;
}

#arrow {
    margin-left: 950px;
}

@media only screen and (max-width: 768px) {
    #arrow {
        margin-left: 570px !important;
    }
}

@media only screen and (max-width: 390px) {
    #arrow {
        margin-left: 220px !important;
    }
}

@media only screen and (max-width: 412px) {
    #arrow {
        margin-left: 235px !important;
    }

}

@media only screen and (max-width: 412px) {
    #logout {
        margin-left: 10px !important;
    }

}

@media only screen and (max-width: 390px) {
    #logout {
        margin-left: 10px !important;
    }

}

.filter_date {

    color: #FFB236;
}

.filter_hr {
    background-color: #FFB236;
    width: 103px;
    border: 2px solid #FFB236;
    margin-left: 50px;
}

@media only screen and (max-width: 768px) {
    .filter_hr {
        margin-left: 0px !important;
    }

}

@media only screen and (max-width: 390px) {
    .filter_hr {
        margin-left: 42px !important;
    }

}

@media only screen and (max-width: 412px) {
    .filter_hr {
        margin-left: 58px !important;
    }

}

@media only screen and (max-width: 360px) {
    .filter_hr {
        margin-left: 35px !important;
    }

}

.table tr {
    border: 2px dotted rgba(0, 0, 0, .05);
}

.nav-tabs {
    padding: 2px !important;
}

.bar_1 {
    background: black;
    width: 20px;
    margin-left: 5px;
    margin-top: -8px;
}

.bar_2 {
    background: black;
    width: 20px;
    margin-left: 5px;
    margin-top: -21px;
}

.bar_3 {
    background: black;
    width: 20px;
    margin-left: 5px;
    margin-top: -21px;
}

@media only screen and (max-width: 1024px) {
    #more_button1 {
        margin-left: 41px;
    }

    #gold {
        margin-top: -20px;
        margin-left: 40px;
        width: 40px;
    }

    #silver {
        margin-top: -20px;
        margin-left: 40px;
        width: 40px;
    }

    #bronze {
        margin-top: -20px;
        margin-left: 40px;
        width: 40px;
    }

    #arrow {
        margin-left: 780px;
    }
}

/* Surface Duoo */
@media only screen and (max-width: 540px) {
    #winner {
        width: 33% !important;
    }

    #gold {
        margin-left: 65px !important;
    }

    .text {
        margin-left: 30px !important;
    }

    #arrow {
        margin-left: 375px !important;
    }
}

@media only screen and (max-width: 412px) {
    #arrow {
        margin-left: 221px !important;
    }

    #more_button1 {
        margin-left: 0px !important;
    }

    #gold {
        margin-left: 46px !important;
    }

    .copyright-jain {
        float: right;
        margin-top: -6px !important;
        font-size: 12px;
    }
}

@media only screen and (max-width: 412px) {
    #gold {
        margin-left: 40px !important;
    }
}

@media only screen and (max-width:280px) {
    #arrow {
        margin-left: 135px !important;
    }

    #gold {
        margin-left: 24px !important;
    }

    .newbtn {
        cursor: pointer;
        margin-left: 62px !important;
    }

    #rounded-circle {
        background: rgb(255 255 255 / 100%);
        width: 27px;
        height: 25px;
        padding: 0px 0px 0px;
        margin: 0px 87px !important;
        margin-top: -81px !important;
    }
}

@media only screen and (max-width: 414px) {
    .copyright-jain {
        margin-top: 0px !important;
    }

    #arrow {
        margin-left: 220px !important;
    }

    #gold {
        margin-left: 43px !important;
    }
}

.list-inline {
    float: left;
}

.padtop30 {
    padding-top: 30px;
}

/* new slider css start */

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    padding: 10px;
    margin: 10px;
    color: #666;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
    pointer-events: none;
}

#item_grid {
    background: white;
    margin: -20px;
    padding-left: 22px;
    border-radius: 5px;
    margin-top: -20px;
}

#pad15 {
    text-decoration: none;
    color: #000 !important;
}

/* new slider css end */

#list_candidate {
    margin-top: -19px !important;
}

@media only screen and (max-width: 600px) {
    #quiz_objective {
        margin-top: 37px;
    }

    #heading {
        margin-top: -43px;
        text-align: center;
        position: absolute;
        margin-left: -25px;
    }
}

#top_filter {
    display: none;

}

@media only screen and (max-width: 600px) {
    #top_filter {
        text-align: center;

        display: block;
    }

    .options {
        display: none;
        /* margin-left: 73px; */
        position: fixed;
    }


}

.winner_name {
    font-size: 15px !important;
    text-align: center;
}

.first_place {
    font-size: 13px;
    margin-top: 10px;
    background: #f7872b;
    margin-left: -5px;
    border-radius: 2px;
    width: 65px;
}

.second_place {
    font-size: 13px;
    margin-top: 10px;
    background: #e9ecef;
    ;
    /* margin-left: -5px; */
    border-radius: 2px;
    width: 65px;
}

.third_place {
    font-size: 13px;
    margin-top: 10px;
    background: #dc4005;
    /* margin-left: -5px; */
    border-radius: 2px;
    width: 65px;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    padding: 10px;
    margin: 10px;
    color: #666;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
    position: absolute;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
    margin-right: 15px;
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
    pointer-events: none;
}

#item_grid {
    background: white;
    margin: -20px;
    padding-left: 22px;
    border-radius: 5px;
    margin-top: -20px;
}

#pad15 {
    text-decoration: none;
    color: #000 !important;
}

.card-title {
    margin-top: -50px;
}

@media only screen and (max-width: 768px) {
    .winner_name {
        font-size: 12px !important;
    }
}

.participant_address {
    margin-left: 50px;
}

.candidate_profile {
    margin-right: 50%;
}

#profile1 {
    width: 48px;
    border: 2px solid #f7872b;
}

@media only screen and (max-width: 390px) {
    .candidate_profile {
        margin-right: 13px !important;

    }


}

@media only screen and (max-width: 414px) {

    .participant_address {
        margin-left: 0px;
    }

}

.table td, .table th {
    padding: .75rem;
    vertical-align: baseline !important;
    border-top: 1px solid #dee2e6;
}

table {
    border-spacing: 0;
    width: 100%;

    border-radius: 10px;
}

th {
    cursor: pointer;
}

th, td {
    /* text-align: left; */
    padding: 16px;
}

tr:nth-child(even) {
    background-color: #f2f2f2
}

#myTable {
    background-color: #fff;
    margin-top: 10px;
}

#myTable2 {
    background-color: #fff;
    margin-top: 10px;
}

#myTable1 {
    background-color: #fff;
    margin-top: 10px;
}

.participant_table {
    text-align: left;
    font-weight: 500;
}

.participant_table1 {
    text-align: right;
    font-weight: 500;
}

#sort_lodder {
    margin-top: 20px;
}

.all_participant {
    text-align: left;
}

.objective_mcq {
    margin-left: 1rem;
}

@media only screen and (max-width: 360px) {
    .candidate_profile {
        margin-right: -10px;
    }

    .participant_address {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 540px) {
    .candidate_profile {
        margin-right: 14px;
    }

}

@media only screen and (min-width: 412px) {
    .candidate_profile {
        margin-right: 35px !important;
    }


}

.candidate_profile {

    text-align: -webkit-auto;
}

tbody {
    text-align: center;
}



#winner-card_gold {
    font-size: 1em;
    overflow: hidden;
    /* padding: 5px; */
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top: 20px;
    border: 1px solid #f7872b;
    min-height: 400px;
}

#winner-card_sliver {
    font-size: 1em;
    overflow: hidden;
    /* padding: 5px; */
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top: 20px;
    border: 1px solid #e9ecef;
    min-height: 400px;
}

#winner-card_bronze {
    font-size: 1em;
    overflow: hidden;
    /* padding: 5px; */
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top: 20px;
    border: 1px solid #b43808;
    min-height: 400px;
}

#winner-card {
    font-size: 1em;
    overflow: hidden;
    padding: 5px;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top: 20px;

}

.time_taken {
    font-size: 14px !important;
    margin-top: -10px;
}

#winner {
    border-radius: 50%;
    border: 2px solid #f7872b;
    width: 50% !important;
}

.card {
    background-color: #fff;
    border-radius: 10px;
}

/* Learderboard Css */
#top_section{
    background-image: url('images/Quiz_UI.png');
    background-size: auto;
    background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;


  }

  .candidate-default{
    padding: 15px !important;
    background: #fff;
    top: 10px;
    border-radius: 5px;
  }
  #profile{
      width:30px; border-radius:20px;
      border: 2px solid #f7872b;
  }

  .jumbotron{
    background-color: #ffffffe6 !important;
  }
  .filter_section{
    margin-top:20px;
    /* text-align: center; */
  }
  .top_ranker{
    text-align: center;
    margin-top: 30px;
  }
  .card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    /* padding: 1em; */
    border: none;
    /* border-top: 1px solid rgba(34, 36, 38, .1); */
    box-shadow: none;
    text-align: left;

  }
  #winner-card_gold {
    font-size: 1em;
    overflow: hidden;
    /* padding: 5px; */
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top:20px;
    border: 1px solid #f7872b;
  }
  #winner-card_sliver {
    font-size: 1em;
    overflow: hidden;
    /* padding: 5px; */
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top:25px;
    border: 1px solid #e9ecef;
  }
  #winner-card_bronze {
    font-size: 1em;
    overflow: hidden;
    /* padding: 5px; */
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top:20px;
    border: 1px solid #b43808;
  }
  #winner-card {
    font-size: 1em;
    overflow: hidden;
    padding: 5px;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top:20px;

  }
  .time_taken{
    font-size: 14px !important;
    margin-top: -10px;
  }
  #winner{
    border-radius: 50%;
    border: 2px solid #f7872b;
    width: 50% !important;
  }
  .card{
    background-color: #fff;
    border-radius: 10px;
  }
  #gold{
    margin-top: 10px;
      /* margin-left: -106px; */
      width: 40px;
      float: right;
      /* margin-right: 10px; */
  }
  #silver{
    margin-top: -20px;
    margin-left: 58px;
    width: 40px;
  }
  #bronze{
    margin-top: -20px;
    margin-left: 58px;
    width: 40px;
  }
  .part1 {
    text-align: center;
    margin-top: 15px;
    float: left;
  }
  .part2 {
    text-align: center;
    margin-top: 15px;
    float: right;
  }
  #Participant{
   background-color: #fdfcfc;
  }
  .clap {
    width: 30px;
  }
  .sorting_2 {
    text-align: center;
  }
  #more_button1{
    color:#000;    text-decoration: none;
    margin-left:68px;
    /* width: 20%; */
  }
  @media only screen and (max-width: 768px) {
    #more_button1 {
     margin-left: 0px !important;
    }

  }
  /* iphone device */

  /* normal phone device */

  #pic{
    display: none;
      }

  .newbtn{
        cursor: pointer;
        margin-left: 180px;
     }
     #blah{
  max-width:150px;
  height:84px;
  margin-top:2px;
  }
  #fa-camera{
    margin-top:-18px;
      margin-left: 5px;
  }
  #rounded-circle{
    background: rgb(255 255 255 / 100%);
    width: 27px;
    height: 25px;
    padding: 0px 0px 0px;
    margin: 3px 207px;
    margin-top: -81px;
  }

  .winner{
    width: 80px;
    height: 80px;
    margin: 17px;
    border-radius: 50%;
    border: 2px solid #f7872b;
  }
  .add_profile{
    text-align: center;
    margin-top: -25px;
  }
  #user_name{
  width: 100%;
  }
  #mobile_number{
    width: 100%;
  margin-top: 8px;
  }
  #user_email{
    width: 100%;
  margin-top: 8px;
  }
  #profile_button{
   margin-top:10px;
   float: right;
  }
  .btn-warning{
    background-color: #f7872b !important;
    color: #fff !important;
  }
  #border{
    border: 1px dotted #f7872b;
    border-radius: 10px;
  }

.display-inline-question > p{
    display: inline !important;
}
