﻿
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
#ContentPlaceHolder1_subQst{
    transform:none !important;
    transition-delay:unset;
}
.swiper-button-next, .swiper-button-prev{
    color:white;

}
/*.swiper-button-next, .swiper-button-prev {
    background-color: #1F183E;
    padding: 22px;
    border-radius: 50%;
    margin-top: -60px;
}
*/
.paginate_button {
    border-radius: 0 !important;
}

.btn:hover {
    color: white;
    background-color: #692771;

}
    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none !important;
    border: 0px !important;
    border-bottom: 2px solid #000 !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: none !important;
        border: 0px !important;
        border-bottom: 2px solid #000 !important;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: none !important;
    border: 0px !important;
    border-bottom: 2px solid #000 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #000 !important;
    box-shadow: none !important;
    background: none !important;
    border: 0px !important;
}

.dataTables_wrapper {
    /*background: #fafafa;*/
}

.container {
    width: 100%;
    margin: 0 auto; /* Center the DIV horizontally */
    margin-bottom: 80px;
}

.fixed-header {
    width: 100%;
    color: #fff;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
}

.flash-qunNo spam {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 2px solid #793c7f;
}

.flash-qunNo {
    margin-bottom: 20px;
}

    .flash-qunNo span {
        color: gray;
        font-weight: bold;
    }

/* Some more styles to beutify this example */

/* .container p{
        /* line-height: 200px; Create scrollbar to test positioning 
    } */

/* flash card style*/
.flash-qun-ans {
    height: 280px;
    overflow-y: scroll;
}

    .flash-qun-ans::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 4px;
    }

    .flash-qun-ans::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: #CCCCCC;
        box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }

.swiper-container {
    width: 100%;
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    /* height: 80%; */
    width: 100%;
    margin-bottom: 80px;
}

.gallery-thumbs {
    height: 420px;
    box-sizing: border-box;
    padding: 10px 0;
    overflow-y: scroll;
}

    .gallery-thumbs .swiper-slide {
        width: 90%;
        height: 130px !important;
        margin-bottom: 10px;
        border: 1px solid #9e9e9e42;
        border-radius: 8px;
        background: #494949e6;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
    }

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 0.8;
    }

.swiper-slide-thumb-active .overlayLock {
    display: none;
}

.cardnamehead p {
    line-height: 0px !important;
    padding: 16px 0 7px 0;
    color: #909E9E;
    font-size: 11px;
}

.cardnamehead h6 {
    font-size: 14px;
    color: #793c7f;
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 16px;
    font-weight: 600;
	padding-left: 0.5rem;
}

#flashcCardarrowsnext {
    background-color: #1F183E;
    padding: 22px;
    border-radius: 50%;
    margin-top: -60px;
}

#flashcCardarrowsprev {
    background-color: #1F183E;
    padding: 22px;
    border-radius: 50%;
    margin-top: -60px;
}

.flashcard-slides {
    height: 400px;
}

.qunHead, .ansHead {
    color: #909E9E;
}

.flashcard-slides .quns, .flashcard-slides .ans {
    color: #000;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
}

.thumb-qun-div {
    padding: 5px 10px;
    display: block;
}

    .thumb-qun-div p {
        color: #000;
        margin: 0 0 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        -webkit-box-orient: vertical;
    }

.thumb-qun {
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
}
/* .swiper-container{
        height: 100% !important;
    } */
.ansBtn {
    text-align: center;
    margin-top: 15px;
}

.viewbtn {
    background-color: #692771 !important;
    color: #ffffff !important;
    padding: 11px 30px;
    font-size: 12px !important;
    margin-bottom: 10px;
    width: 156px !important;
    position: inherit;
    height: auto;
    margin-top: initial;
    display: inline-block;
    margin-top: 20px;
}

    .viewbtn:before {
        content: none;
    }

.savebtn {
    color: #F44336;
    padding: 8px 30px;
    font-size: 12px;
    margin-left: 15px;
    max-width: 130px;
    margin-bottom: 10px;
}

.flash-ans, .ans-Btn-div {
    display: none;
}

.ans-list li {
    display: inline-block;
}

.ans-list {
    margin-top: 10px;
    font-size: 12px;
    color: #692771;
}

li.ans-item {
    padding-right: 10px;
}

.ans-item span {
    border-bottom: 1px solid #692771;
}

.feedback-head {
    background-color: #692771;
    color: white;
    padding: 2px 30px !important;
}

.feedback-content {
    padding: 30px;
}

.feedback-frm-grp {
    -webkit-box-shadow: -1px 8px 16px 1px #95959552;
    box-shadow: -1px 8px 16px 1px #95959552;
}

.feedbck-form {
    font-size: 12px;
    width: 100%;
    display: block;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cccccc82;
    border-radius: 4px;
}

.feedback-submit {
    float: right;
}

.feedback-popup {
    margin-top: 5%;
}

.feedbackthumb {
    background-color: gray;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px !important;
    font-size: 12px;
    float: right;
    margin-bottom: 10px;
    position: inherit;
    height: auto;
    margin-top: initial;
    display: inline-block;
    margin-top: 20px;
}

    .feedbackthumb:after {
        content: none;
    }

.likeGreen {
    background-color: #8BC34A;
}

    .likeGreen:after {
        content: none;
    }

.feedbackthumb a {
    color: #ffffff;
}

/*::-webkit-scrollbar {
    width: 10px;
}*/

/* Track */
.gallery-thumbs::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.gallery-thumbs::-webkit-scrollbar-thumb {
    background: #9E9E9E;
    border-radius: 10px;
}

    /* Handle on hover */
    .gallery-thumbs::-webkit-scrollbar-thumb:hover {
        background: #9E9E9E;
    }

.thumbNo span {
    border-bottom: 2px solid #000;
    font-weight: bold;
}

.overlayLock {
    text-align: center;
    position: absolute;
    top: 45%;
    left: 45%;
    font-size: 24px;
    color: #ffffff;
}

.qunPopupClose {
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: normal;
    margin: 40px;
}

.flashcard-slides {
    border: 1px solid #9e9e9e42;
    -webkit-box-shadow: -1px 8px 16px 1px #95959552;
    box-shadow: -1px 8px 16px 1px #95959552;
    border-radius: 8px;
}
/*flashcard style ends*/

/*responsive code starts*/
@media only screen and (min-width: 768px) {
    .cardnamehead {
        margin-left: 75px;
    }

    .flashcard-slides {
        margin-top: 10px;
        padding: 5px 30px;
        margin-left: 75px;
        margin-right: 75px;
        -webkit-box-shadow: -1px 8px 16px 1px #95959552;
        box-shadow: -1px 8px 16px 1px #95959552;
        border-radius: 8px;
    }

        .flashcard-slides .quns, .flashcard-slides .ans {
            font-size: 20px;
        }

    .flash-qunNo spam {
        font-size: 40px;
    }

    .ans-Btn-div {
        margin: 15px 95px 0px 95px;
    }
}

@media only screen and (max-width: 600px) {
    .ans-Btn-div {
        text-align: center;
    }

    .flashcard-slides {
        padding: 20px;
    }

    .flashcard-slides {
        height: 300px;
        width: 70%;
        margin: auto;
    }
}

@media only screen and (max-width: 768px) {
    .thumb-qun-div p {
        font-size: 8px;
    }
}

.quns-img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

