.modal-image {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-image-content {
    margin: 50px auto;
    /* padding: 20px; */
    width: 400px;
    max-width: 100%;
    height: 500px;
    max-height: 100%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

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

/* custom divider made css below  */

.dividercustom {
    margin-top: 50px;
    /* height: 5px; */
    border: none;
    border-top: 2px solid rgb(241, 7, 7);
}


/* css for the upload of files int the add-project.php page  */
html * {
    box-sizing: border-box;
}

p {
    margin: 0;
}

.upload__box {
    display: flex;
    align-items: center;
    padding: 40px;
    background-color: white;
    border: 1px dashed gray;
}

.upload__btn-box {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}


.upload_input_images {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    display: none;
}

.upload_input_videos {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    display: none;
}

.upload_input_documents {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    display: none;
}


.upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease;
}


.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    flex: 1;
}

.upload__img-box {
    width: 120px;
    padding: 0 10px;
    margin-bottom: 12px;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
    border-radius: 15px;
}

/* end of the upload box css add-project.php */



/* main exam css from another site below  */


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 767px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    .fix-height {
        min-height: 435px;
    }
}

.bg_dark {
    background: #ffffffde;
}

.show_hide_next_section {
    display: none;
}

.show_hide_submit_button {
    display: none;
}

button {
    outline: none !important;
}

.footer {
    background: #fff;
    position: fixed !important;
    box-shadow: none;
    border-top: 2px solid #e3e3e3;
    z-index: 500;
    padding: 5px 0;
}

.footer-right,
.footer-left {
    padding: 5px;
}

.main-div {
    /*overflow-y: auto; overflow-x: hidden;*/
}

.dn {
    display: none;
}

.dns {
    display: none;
}

/* .margin-bottom{margin-bottom: 100px; } */
.section_div {
    width: 100%;
    height: auto;
    background: #ffffff;
    overflow: auto;
    white-space: nowrap;
    padding: 5px 13px
}

.section_buttons {
    margin: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.section_button_selected {
    background-color: #17468c !important;
    border: 0 !important;
    text-transform: uppercase;
}

.button-gradiant-small-blue {
    color: #fff;
    -webkit-border-radius: 5px;
    text-align: center !important;
    padding: 5px 3px;
    margin-top: 1rem !important;
    display: block;
    background-size: 200% auto;
    width: 100%;
    transition: .5s;
    background-image: linear-gradient(to right, #18468c 0, #3b9eb3 51%, #18468c 100%);
    outline: 0 !important;
}

.singleline {
    padding: 0px;
    margin: 0px;
}

.fix-height {
    /*position: absolute;height: 78%;*/
    /*max-height:435px; */
    overflow-y: auto;
    padding: 20px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #ededed;
}

.height_of_questio_option_div {
    overflow-y: auto;
    padding: 20px 0 150px 20px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #ededed;
}

.options_url {
    list-style: none !important;
    margin: 0;
    padding: 0;
    font-size: 12px ! important;
}

.options_url li {
    padding: 0px;
    border-radius: 3px;
    /*margin-bottom: 10px;*/
}

.options_url li label {
    margin-bottom: 0;
    display: block;
    padding: 5px 5px;
    display: flex;
    align-items: center;
}

.activeOption_url {
    border: solid 2px #007bff !important;
    background-color: #f1f7fb;
}

.footer_button_3 {
    display: none;
    margin: 0px 2px;
}

.redcolor {
    background: red !important;
    box-shadow: -3px -3px 7px #ffffffb2, 3px 3px 5px rgba(94, 104, 121, 0.945);
}

.greencolor {
    background: green !important;
}

.not_touched {
    color: #999;
}

.submit_exam {
    width: 80%;
    background-color: #17468c;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    z-index: 510;
    display: none;
}

.overlay_new {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    z-index: 510;
    display: none;
}

.loading-div {
    width: 150px;
    height: 150px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 560;
    overflow-y: auto;
    padding: 20px;
    display: none;
}

.section_ends {
    position: absolute;
    left: 0px;
    top: 100px;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 500;
    display: none;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
}

.arrowHideAndShowSectionButton {
    position: absolute;
    margin-top: 250px;
    background: #313030;
    color: #fff;
    left: -21px;
    cursor: pointer;
}

.arrowHideAndShowSectionButton .arrowChangeOnClick {
    position: relative;
}

.arrowHideAndShowSectionButton .arrowChangeOnClick::after,
.arrowHideAndShowSectionButton .arrowChangeOnClick.active::after {
    font-size: 30px;
    display: block;
    padding: 10px 5px;
}

.arrowHideAndShowSectionButton .arrowChangeOnClick::after {
    content: '›';
}

.arrowHideAndShowSectionButton .arrowChangeOnClick.active::after {
    content: '‹';
}

#rightSectionOptions {
    transition: all ease-in-out 0.2s;
    right: 0;
    height: 100%;
    box-shadow: -1px 0 3px 0 rgba(25, 63, 85, .2);
    padding: 10px 0;
}

.changeElementAttr {
    position: fixed;
    right: -344px !important;
}

.options {
    padding-right: 30px;
}

.leftSectionHeight {
    height: calc(100% - 160px);
}

.instructions_1,
.instructions_2 {
    height: 90vh;
    overflow-y: auto;
    padding: 20px 20px 120px 20px;

}

.closeme {
    display: none;
}

.options_url li label {
    cursor: pointer
}

.options_url li:last-child {
    margin-bottom: 70px;
}

.marks {
    min-width: 50px;
    width: auto;
    padding: 4px 10px;
    border-radius: 5em;
    font-size: 12px;
    background-color: #80c353;
    color: #fff;
    text-align: center;
}

.marks-negative {
    background-color: #f55a5a;
}

.collapse_new {
    position: fixed;
    height: 100vh;
    background: #ccc;
    top: 0;
    width: 300px;
    left: -300px;
    z-index: 999;
}

.collapse_show {
    background: #173d7f;
    left: 0 !important;
    transition: all .3s;
    border-bottom: #005be4;
}

.right_fix_div {
    position: fixed;
    top: 50%;
    right: -16px;
    z-index: 999;
    transform: rotate(-90deg);
}

.hide_in_mobile {
    display: none;
}

.show_in_mobile {
    display: none;
}

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

    .overlay_mobile {
        position: fixed;
        width: 100vw;
        height: 100vh;
        z-index: 998;
        display: none;
        background: #000;
        opacity: 0.6;
    }

    .displayboxhalf {
        width: 100%;
    }

    .footer {
        height: auto !important;
    }

    .right_fix_div button {
        background-color: #f68b29;
        border-color: #f68b29;
    }

}

.blue-theme-color {
    color: #17468c;
}

.submit-button {
    background-color: #f68b29;
    padding: 10px 42px;
    color: #fff;
    display: inline-block;
    border-radius: 40px;
    margin: 2px 0;
    border: 0;
    cursor: pointer;
}

.question_div p,
.question_div div,
.question_div p div {
    font-size: 1.1rem;
    letter-spacing: 0.6px;
    line-height: 1.8rem;
}

select#change_laguage {
    position: relative;
    top: 11px;
    padding: 4px;
    border-radius: 5px;
    font-size: 14px;
    border: solid 2px #2b2b2b;
}

.mockTestchange_language {
    position: relative;
    top: 10px;
    right: 5px;
}

.success_alert {
    padding: 15px 20px;
    background-color: #2db87c;
    color: white;
    max-width: 500px;
    position: fixed;
    z-index: 99999;
    right: 20px;
    top: 20px;
    border-radius: 5px;
    transform: translateX(150%);
}

.remove_alert {
    padding: 15px 20px;
    background-color: #b82d2d;
    color: white;
    max-width: 500px;
    position: fixed;
    z-index: 99999;
    right: 20px;
    top: 20px;
    border-radius: 5px;
}

.success_alert.show {
    animation: show_slide 1s ease forwards;
}

@keyframes show_slide {
    0% {
        transform: translateX(100%);
    }

    40% {
        transform: translateX(-10%);
    }

    80% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-10%);
    }
}


.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

#coin_msg {
    display: flex;
    align-items: center;
}

.beecoinIconMsg {
    height: 30px;
    margin-right: 20px;
}

/* main exam css end here  */

.box {
    min-height: 100px;
    border: 1px dashed #e5e9f2;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    width: 300px;
    margin: 0 auto;
}

.box-content {
    display: flex;
    flex-direction: column;
    align-items: center;

}