﻿@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

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

.container {
    max-width:1100px;
    padding:0px
}

h1 {
    font-family: 'Outfit', sans-serif;
    color: #6FBA8A;
    font-weight: 700;
    font-size: 45px;
}

h2 {
    font-family: 'Outfit', sans-serif;
    color: #6FBA8A;
    font-weight: 700;
    font-size: 35px;
}

p {
    font-size: 20px;
}

a {
    color: #6FBA8A;
    font-size:18px;
}

    a:hover, a:active {
        color: #345f43
    }

.text-accent {
    color: #6FBA8A;
}

.btn-accent {
    color: white;
    background-color: #6FBA8A;
    font-weight:400;
    padding: 10px 30px;
    border:0;
    border-radius:4px;
    letter-spacing:1px;
    text-decoration:none;
}

    .btn-accent:hover {
        color: white;
        background-color: #3a6449;
    }

.btn-accent-danger {
    color: white;
    background-color: #BE262F;
    font-weight: 400;
    padding: 10px 30px;
    border: 0;
    border-radius: 4px;
    letter-spacing: 1px;
    text-decoration: none;
    font-size:16px;
    display:inline-block;
}

    .btn-accent-danger:hover {
        color: white;
        background-color: #6c1117;
    }

    .inline-form {
        background-color: #F2F2F2;
        padding: 20px 20px;
        font-size: 20px;
        border-radius: 5px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* x-offset, y-offset, blur radius, color */
    }

    .inline-form input {
        border: 0;
        accent-color: white;
        width: 51%;
        height: 32px;
        border-radius: 4px;
    }

    .inline-form select {
        border: 0;
        accent-color: white;
        width: 51%;
        height: 32px;
        border-radius: 4px;
    }

        .inline-form input:active {
            outline: none !important;
            border: 0 !important;
        }

        .inline-form input:focus {
            outline: none !important;
            border: 0 !important;
        }

    .inline-form .input-pair {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 10px;
    }

.inline-form :last-child {
    margin-bottom: 0px;
}


.app-logo {
    width: 250px;
    height: 90px;
}

.app-nav {
    padding-top: 30px !important;
}

.app-nav-link {
    font-weight:700;
    text-decoration:none ;
    margin-left:30px;
}

.app-dropdown {
    position:relative;
    display:inline-block;
}

    .app-dropdown:hover .app-nav-dropdown-items {
        display:block;
    }

.app-nav-dropdown-items {
    display: none;
    position: absolute;
    min-width: 300px;
    z-index: 1;
    left:20px;
    top:25px;
}
.app-nav-dropdown-items ul {
    list-style-type: none;
    padding:5px 10px;
}

    .app-nav-dropdown-items li a {
        text-decoration: none;
        font-weight: 700;
        margin-top:5px;
    }

.app-nav-button {
    width: 170px;
    height: 60px;
    background-color: #6FBA8A;
    display: inline-block;
    right: 20px;
    top: 20px;
    text-align: center;
    color: #595959;
    text-decoration:none;
    padding:15px 20px;
    font-weight:700;
    border-radius:5px;
    margin-left:80px;
}

.user-profile-img {
    width:45px;
}

.app-nav-link-button {
    border: none;
    background-color: transparent;
    color: #6FBA8A;
    font-size:20px;
    font-weight:600;
}

.dashboard-img-button {
    display: flex;
    flex-direction: column;
    max-width: 165px
}

.dashboard-img-button--img-container {
    width: 165px;
    height: 128px;
    border: none;
    background-color: #F2F2F2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 6px 2px 0px rgba(0, 0, 0, 0.1);

}

.dashboard-img-button--img {
  /*  width:85px;
    height:85px;*/
}
.link-sm {
    text-decoration:none;
    font-size:14px;
    text-align:center;
    letter-spacing:1px;
}


.btn-accent-pill {
    color: white;
    background-color: #6FBA8A;
    font-weight: 400;
    padding: 10px 30px;
    border: 0;
    border-radius: 25px;
    letter-spacing: 1px;
    text-decoration: none;
}

    .btn-accent-pill:hover {
        color: white;
        background-color: #3a6449;
    }


.app-card {
    border-radius: 25px;
    width: 250px;
    background-color: #F8F8F8;
    padding: 20px 20px 15px 20px;
    box-shadow: 0px 4px rgba(0,0,0,0.1);
}

.app-card-img {
    width:70px;
    align-self:center;
}

.app-card p {
    font-size: 14px;
    margin-bottom: 0px;
}

.app-card-title {
    font-size: 15px !important;
    font-weight: 600;
}

.app-card label {
    color: #636363;
    font-weight: 600;
}

.quiz-img {
    width: 82px;
    height: 82px;
    margin: 0 auto;
}

.quiz-id {
    color:#6FBA8A
}

.Green {
    color:#6FBA8A
}

    .flex-gap {
        gap: 33px
    }

.app-card-inner-content * {
    display: block;
    font-size: 14px;

}

.app-card-btn {
    background-color: #6FBA8A;
    min-width: 154px;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    text-decoration: none;
    color: black;
    font-size: 12px;
    padding: 10px 18px;
    border-radius: 10px;
    width:fit-content
}

thead, thead tr, thead td, th {
    border-style: hidden !important;
}

.table {
    vertical-align: middle;
   
}

th, td {
    text-align: center;
}

.card-table {
    min-height: 536px;
}

.card-table table {
    border-collapse: separate;
    border-spacing: 0 16px;
}

.card-table tr td {
    border: 1px solid transparent;
    transition: all ease 0.3s;
    padding: 5px;
}

    .card-table tr td:first-child {
        border-right: 0px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .card-table tr td:last-child {
        border-left: 0px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .card-table tr td:not(:first-child, :last-child) {
        border-left: 0px;
        border-right: 0px;
    }



/*  tr:hover td:first-child {
            border-color: black;
            border-right: 0px;
        }

        tr:hover td:last-child {
            border-color: black;
            border-left: 0px;
        }

        tr:hover td:not(:first-child, :last-child) {
            border-color: black;
            border-left: 0px;
            border-right: 0px;
        }
       */

tbody td {
    background-color: #F8F8F8 !important;
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1) !important;
}

td > .btn-action {
    padding: 7px 15px;
}

td > .btn-action-danger {
    padding: 7px 15px;
    background-color: #BE262F;
    color:white;
}

    td > .btn-action-danger:hover {
        background-color: #6c1117;
    }

td > .app-card-img {
    margin-right: 10px;
    width: 30px;
}


.app-data-list {
    position: relative;
}

.card-data {
    margin-top: 40px;
}

.app-pagination {
    /* position:relative;
                    left:50%;
                    bottom:00px;
                    transform: translate(-50%, 0%);*/
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.pg-btn {
    border: none;
    background-color: transparent;
    color: #636363;
    font-size: 18px;
}

.btn-nav-left {
    margin-right: 20px;
}

.btn-nav-right {
    margin-left: 20px;
}

.pg-btn i {
    color: #6FBA8A;
    margin: 0 5px;
}

.pg-btn-active {
    margin: 0 10px;
    color: #FDFDFD;
    background-color: #6FBA8A;
    padding: 10px 20px;
    border-radius: 45%;
}

.pg-btn:disabled {
    cursor: not-allowed;
}

.generic-filters {
}

.fitler-btn {
    border: none;
    background-color: transparent;
    color: #636363;
    font-size: 18px;
    padding: 0;
}

    .fitler-btn i {
        font-size: 30px;
    }

.filter-select {
    padding: 5px 20px;
    width: 150px;
}

.card-table tbody tr td:first-child {
    text-align: left;
    padding-left: 35px;
}



.app-form-control {
    background-color: #F8F8F8;
    box-shadow: 0px 4px 2px rgba(0,0,0,0.1);
    border: none;
    border-radius: 5px;
}

.Explanation-Image img
{width:100%}


.InstructionsPanel {
    padding:20px;
    background-color:#fcf8eb!important;
    width:fit-content;

}

.btn:focus {
    box-shadow:none;
}


.row > .card {
    padding: 0;
}

.quizImg {
    width: 432px;
    object-fit: contain;
    border: 2px solid lightgray;
}

.text-success {
    color: #6fba8a !important;
}

.quizzes-title h1 {
    font-family: Outfit;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
}

.btn-success {
    border: 1px solid #e6e6e6 !important;
    background: #6fba8a !important;
    color: #fff;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-secondary {
    border: 1px solid #e6e6e6;
    background: #cecece !important;
    color: #000;
    /* font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; */
    padding: 12px 30px;
}

    .btn-secondary:hover {
        background-color: #979797;
        color: #000;
        /* font-family: Poppins;
        font-size: 20px;
        font-style: normal; */
        font-weight: 400;
        line-height: normal;
    }

.quiz-details-tabs {
    width: 207px !important;
    height: 46px !important;
    border: 1px solid #e6e6e6;
    background: #d8d8d8;
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

    .quiz-details-tabs.active {
        border: 1px solid #e6e6e6;
        background: #6fba8a !important;
        color: #000;
    }

    .quiz-details-tabs:hover {
        border: 1px solid #e6e6e6;
        background: #6fba8a !important;
        color: #000;
    }


.quizze-image {
    width: 314px;
    height: 283px;
    flex-shrink: 0;
}

.btn-danger {
    background: #be262f;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.overview .btn-success {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.py-2 {
    font-size: inherit;
}

.text-success {
    color: #6fba8a !important;
}

.quizzes-title h1 {
    font-family: Outfit;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
}

.btn-success {
    border: 1px solid #e6e6e6 !important;
    background: #6fba8a !important;
    color: #fff;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-secondary {
    border: 1px solid #e6e6e6;
    background: #cecece !important;
    color: #000;
    /* font-family: Poppins; */
    /* font-size: 20px; */
    /* font-style: normal; */
    font-weight: 400;
    line-height: normal;
    padding: 12px 30px;
}

    .btn-secondary:hover {
        background-color: #979797;
        color: #000;
        /* font-family: Poppins;
        font-size: 20px;
        font-style: normal; */
        font-weight: 400;
        line-height: normal;
    }

.quiz-details-tabs {
    width: 207px !important;
    height: 46px !important;
    border: 0 !important;
    background: #EFD781;
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-right: 1px solid white !important;
    border-left: 1px solid white !important;
}

    .quiz-details-tabs.active {
        border-bottom: 3px solid #666 !important;
        background: #6fba8a !important;
        color: #000;
    }

    .quiz-details-tabs:hover {
        border: 1px solid #e6e6e6;
        background: #6fba8a !important;
        color: #000;
    }



.quizze-image {
    width: 314px;
    height: 283px;
    flex-shrink: 0;
}

.btn-danger {
    background: #be262f;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.overview .btn-success {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.py-2 {
    font-size: inherit;
}

.card-body {
    padding: 5px;
    padding-bottom: 3px
}

li {
    font-size: 15px;
    margin-bottom: 2px
}

.answer-list {
    margin-right: 15px
}

.answer-list-hide{
    display:none !important;
    visibility:hidden !important;
}

.error-text {
    font-size: 14px;
    margin-left: 20px
}

.left-answer {
    /*background-color: #bfedc5;*/
    display: flex;
    align-items: center;
    /*color:white;*/
    padding: 5px;
    border: 1px solid #999;
}

.right-answer {
    display: flex;
    align-items: center;
    /*background-color: #bfedc5;*/
    border: 1px solid #999;
    padding: 5px
}

.right-arrow {
    display: flex;
    align-items: center;
    justify-content: center
}

#imagePreview {
    width: 100%;
    height: 280px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: lightgray;
}

#imageEXPreview {
    width: 100%;
    height: 148px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: lightgray;
}

#questionsContainer {
    border: none;
}


.questionHeading {
    color: #000;
    font-family: Roboto;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.questionType {
    color: #6FBA8A !important;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.questionDetail {

    font-weight: 400;

}

.questionContainerDetail {
    padding: 10px !important;
    border-radius: 0 !important;
    border: 1px solid #d9d9d9 !important
}

    .questionContainerDetail:nth-child(odd) {
        background-color: #e9e9e9 !important;
    }

    .questionContainerDetail:nth-child(even) {
        background-color: #f7f7f7 !important; /* or any other color you prefer */
    }

    .questionContainerDetail .btn {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }


.hotspot-image-container {
    min-width: 100%;
    min-height: 200px;
    /* display: flex; */
    /* justify-content: center; */
}

    .hotspot-image-container img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.preview-image-clickable {
    cursor: pointer;
}

.hotspot-answer-selection-image-container {
    object-fit: contain;
    padding: 2px;
    /*border: 1px solid black;*/
}

    .hotspot-answer-selection-image-container img {
        width: 100%;
        height: 100%;
    }

/* .answerText {
    background-color: blue;
} */
.answerText {
    background-color: #ccc;
  
  }

.answer-list {
    list-style: none;
    counter-reset: custom-counter;
    padding: 10px 40px 10px 10px;
    margin: 0;
}

    .answer-list li {
        counter-increment: custom-counter;
        position: relative;
        padding: 10px;
        padding-left: 40px; /* Adjust based on the width of your custom number */
        
        margin: 5px 0; /* Space between list items */
        border-radius: 5px;
        
    }

ol li::before {
    content: counter(custom-counter) ". ";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);


    font-weight: bold;
    padding: 2px 8px;
    border-radius: 5px;
}






.QuestionCard {
    background-color: #f3f3f3;
    padding:10px;
}

.quizze-details-list {
    margin-bottom:0;
}

.approve-Btn{
    margin-left: 125px;
    margin-top: -45px;

}

.explain{
    text-align: left !important;
    font-size: large !important;
}

.min-width-490{
    min-width: 490px !important;
}

.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

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

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

input:-webkit-autofill {
    background-color: white !important; /* Replace with your desired color */
    /*color: black !important;            Replace with your desired color */
   /* box-shadow: 0 0 0px 1000px white inset !important;  Remove autofill shadow */
}


