/**
error message
 */

/* while in production uncomment  */

form,
input,
textarea {
    -moz-user-select: all !important;
    -webkit-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
    -webkit-user-select: text !important;
}

* {
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-overflow-style: none;
    /* IE and Edge hide scrollbar bar*/
    scrollbar-width: none;
    /* Firefox hide scrollbar bar */
}

*::-webkit-scrollbar {
    /* chrome hide scrollbar bar */
    display: none;
}

:root {
    --base-app-top-bar: #54c2f0;
    --base-app-gradient: #51add4;
    --base-app-color: #51add4;
    --base-app-courses: #faaf3b;
    --base-app-block: #cef1ff;
    --base-app-courses-active: #67b5b7;
}

.error-message {
    display: block;
    width: 100%;
    color: red;
}

#eye-show,
#eye-hidden {
    cursor: pointer;
}

.col-md-9 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* .top_back_ground {
    display: flex;
} */

.ic_img_point {
    display: inline-block;
    width: 50px;
    height: auto;
}

.category_time {
    background-color: white;
    color: black;
    /* flex-wrap: wrap; */
    align-content: space-around;
    /* flex-direction: column; */
    justify-content: flex-end;
    padding: 10px;
    align-items: center;
    display: flex;
}

#form-submit {
    padding: 10px;
}

.category_time_center_allign {
    display: flex;
    align-items: center;
}

.user {
    /* display: inline-block; */
    width: 30px;
    /* height: 30px; */
    /* border-radius: 50%; */
    /* border: #e0e0e0 2px solid; */
    margin-top: 4px;
    margin-right: 5px;
}

.kensakus {
    padding-top: 2%;
}

.lft_float {
    display: flex;
    flex-direction: column;
    margin: 2px;
}

.rgt_float {
    display: flex;
    flex-direction: column;
    margin: 2px;
    padding-right: 10px;
}

.head_title {
    background-color: red;
    border-radius: 20px;
}

.right_header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px 40px;
}

.message.success,
.message.error {
    text-align: center;
    color: red;
    margin-bottom: 5px;
}

/**
paging
 */

.lineheight {
    height: 38px;
    line-height: 38px;
}

.inlineflex {
    /* display: inline-flex; */
    display: flex;
    justify-content: center;
}

.prev-page2,
.next-page2 {
    color: var(--base-app-courses);
    font-size: 20px;
}

.prev-page2:active,
.next-page2:active {
    background-color: var(--base-app-courses-active);
    transform: translateY(2px);
}

.prev-page2 {
    margin-right: 10px;
}

.next-page2 {
    margin-left: 10px;
}

/* .bg_calen {
    background-color: #21697a94;
} */

/* .border_disn {
    border: solid 1px rgb(0 0 0 / 25%);
    box-shadow: 5px 10px 18px #888888;
    margin-bottom: 30px;
} */

.title_fst {
    text-align: left;
    border: none;
}

.pagination {
    display: flex;
    margin-bottom: 0;
    margin-top: 10px;
}

.pagination>li {
    display: inline;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    margin: 0 2px;
}

.pagination li.active a {
    background-color: #339c74;
    color: white;
    border-radius: 5px;
    pointer-events: none;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}

.custom-label-require {
    border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: 0.1em 0.5em;
    margin-left: 0.7em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    background-color: #d9534f;
}

.font {
    color: red;
    font-size: 20px;
    padding-left: 10px;
}

.note {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-style: italic;
    padding-left: 2%;
    padding-bottom: 20px;
}

#likeimg {
    width: 30px;
    height: 30px;
}

.like-bars {
    display: inline-flex;
}

.system-description-style {
    color: #bb3232;
    padding: 0.5rem 1rem;
    min-width: 200px;
}

#main_header_space {
    margin-top: 10px;
}

.today {
    background: orange;
}

.sunday {
    color: red;
}

.yesterday {
    color: blue;
}

.whitetext {
    color: white;
}

.whitetext:hover {
    cursor: pointer;
    color: #ffffff;
}

.tutorial-tb {
    margin: 0 auto;
}

.tutorial-tb td {
    font-size: 20px;
    padding-left: 5px;
}

.tutorial-tb .box1 {
    background-color: #ff00007a;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.tutorial-tb .box2 {
    background-color: #3b61be;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.namelink {
    position: relative;
    display: inline-block;
    text-decoration: none;
    /* color: #00BFFF; */
}

.namelink .tooltiptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.namelink .tooltiptext::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.namelink:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.mytbl_space {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.tbl-costum th,
.tbl-costum td {
    padding: 5px;
    text-align: center;
    border: none;
}

th {
    text-align: inherit;
    padding-left: 2%;
}

.form-control {
    margin-top: 1%;
}

th:nth-of-type(1),
td:nth-of-type(1) {
    border-left: 0;
}

th:nth-of-type(7),
td:nth-of-type(7) {
    border-right: 0;
}

.mycus_day {
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: green;
    border-radius: 5px;
}

.progress_calendar {
    display: inline-flex;
    float: right;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 16px;
}

.progress_no_count {
    background-color: #edf2fa;
}

.progress_low_count {
    background-color: #b0f5e5;
}

.progress_medium_count {
    background-color: #35f2c6;
}

.progress_medium_high_count {
    background-color: #0fbdb4;
}

.progress_high_count {
    background-color: #077485;
}

.progress_no_count,
.progress_low_count,
.progress_medium_count,
.progress_medium_high_count,
.progress_high_count {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    margin: 0 2px;
}

.alltime_progress_hs,
.today_progress_hs {
    margin: 10px 0;
}

.category_block {
    /* background: #edf2fa; */
    border: none;
    border-radius: 5px;
}

.category_title_time {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    /* background: #077485; */
    color: #fff;
    border-radius: 5px;
}

.category_title_time:active {
    background-color: #0fbdb4;
    transform: translateY(2px);
}

.course_block {
    width: calc(100% - 10px);
    padding: 10px;
    background: var(--base-app-block);
    border-radius: 5px;
    margin: 10px 10px 0 10px;
    border: 1px solid #e0e0e0;
}

.ctrl_hidden {
    display: none;
}

.ctrl_show {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.his_title {
    border-left: 5px solid #077485;
    padding-left: 10px;
    margin-top: 25px;
    font-size: 20px;
}

.alltimehis {
    padding-bottom: 100px;
}

.myhidden {
    display: none !important;
}

.groups {
    background: var(--base-app-courses);
    color: #fff;
    font-size: 24px;
    padding: 7px 19px;
    border-radius: 15px;
}

.groups:active {
    background-color: var(--base-app-courses-active);
    transform: translateY(2px);
}

.groups_title {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cus_big_title {
    font-size: 24px;
    color: #333;
    padding-left: 10px;
    border-left: 5px solid #339c74;
    border-bottom: 1px solid #339c74;
}

#main_body_space {
    margin-top: 20px;
    padding-bottom: 70px;
}

.btn_area_test {
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

#main_body_space table th {
    border-bottom: 3px solid #339c74;
}

#main_body_space table {
    width: 100%;
    text-align: center;
}

#main_body_space table tr {
    border-bottom: 1px solid #d6d6d6;
    height: 50px;
}

.action1btn_th {
    width: 75px;
}

.action2btn_th {
    width: 200px;
}

.action_td {
    text-align: left;
    padding-left: 10px;
}

.add_btn {
    margin: 0px 2px;
    background-color: #339c74;
    padding: 5px 15px 5px 15px;
    color: #fff;
}

.edit_btn {
    margin: 0px 2px;
    background-color: #e05050;
    padding: 5px 15px 5px 15px;
    color: #fff;
}

.back_btn {
    margin: 0px 2px;
    background-color: #828282;
    padding: 5px 15px 5px 15px;
    color: #fff;
}

.detail_btn {
    margin: 0px 2px;
    background-color: #5097e0;
    padding: 5px 15px 5px 15px;
    color: #fff;
}

.btn:hover {
    color: #fff;
    filter: opacity(0.8);
}

/* Ã£Æ’â€ Ã£Æ’Â¼Ã£Æ’â€“Ã£Æ’Â«Ã£ÂÂ®CSS */

.custom_area {
    border-radius: 5px;
    width: 100%;
}

.custom_area_title {
    background: #339c74;
    font-size: 20px;
    color: #fff;
    padding: 5px 0 5px 10px;
}

.custom_area_table table {
    width: 70%;
    font-size: 16px;
    border: 1px solid black;
    margin: 20px auto;
    border-collapse: separate;
    border-spacing: 0px;
    border-radius: 5px;
    overflow: hidden;
}

.custom_area_table th {
    width: 25%;
    text-align: right;
    padding: 10px 15px 10px 0;
    background-color: #369c72;
    color: white;
    border-bottom: 1px solid white;
    border-right: 3px solid black;
}

.custom_area_table tr:last-child th,
.custom_area_table tr:last-child td {
    border-bottom: none !important;
}

.custom_area_table td {
    width: 75%;
    text-align: left;
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid;
}

.custom_area_table th span {
    font-size: 12px;
    background-color: #d9534f;
    color: #fff;
    padding: 1px 5px 1px 5px;
    border-radius: 5px;
    margin-left: 5px;
}

.custom_area_table th.th_txt_top {
    vertical-align: baseline;
}

.custom_area_table td input,
.custom_area_table td textarea {
    width: 90%;
    border: 1px solid #cecece;
    border-radius: 5px;
}

.custom_area_table td .cus_input {
    padding-left: 10px;
}

.input.file label {
    display: none;
}

#upload-file,
#upload-movie {
    width: auto;
    margin-left: 5px;
}

.custom_area_table td li {
    list-style-type: none;
    width: fit-content;
    margin-right: 20px;
}

.custom_area_table td li input {
    width: fit-content;
    margin-right: 5px;
}

.custom_area_table .custom_radiobtn_horizon {
    display: flex;
}

.custom_area_table td.custom_radiobtn_vertical {
    display: flex;
    flex-direction: column;
    width: 90%;
}

.custom_area_table td.custom_radiobtn_vertical li {
    display: flex;
    align-items: baseline;
}

.undisplay {
    display: none;
}

.file_limit span {
    font-size: 16px;
    font-weight: 600;
}

.file_limit {
    font-size: 14px;
    margin-top: 5px;
}

.upload_top {
    display: flex;
}

.file_name {
    margin-right: 10px;
}

.option_space {
    width: 90%;
    min-height: 90px;
    border: 1px solid #cecece;
    margin: 10px 0 10px 0;
    padding: 10px;
    border-radius: 5px;
}

.btn_opt {
    border: none;
    border-radius: 5px;
    width: 28px;
    height: 28px;
    color: #fff;
}

.add_opt {
    background-color: #339c74;
}

.del_opt {
    background-color: #909090;
}

.option {
    width: 100%;
    display: grid;
    align-items: start;
    justify-items: center;
    justify-content: space-between;
    grid-template-columns: calc(100% - 40px) 40px;
    padding: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.answeropt {
    border: 2px solid #339c74;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
}

#answeropt {
    padding-left: 10px;
}

.active_opt {
    border: solid #858484 2px !important;
    background: #e0e0e0;
}

.my_active_opt {
    border: solid #339c74 2px !important;
    background: #339c74;
    color: #FFF;
}

.border_style_opt:hover {
    /* background-color: #6c757d38; */
    color: #212529;
    border: solid rgb(0 0 0 / 43%) 1px;
}

.select_kind_space, .select_groups_space {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.select_kind, .select_groups {
    border: 2px solid #ced4da;
    padding: 5px 10px;
    margin: 0px 10px 10px 0px;
    border-radius: 5px;
}

.btn-primary {
    background: #459aa5;
    border-color: #459aa5;
}

.font {
    color: #2b546a;
    font-size: 0.9rem;
}

.title {
    color: #2b546a;
    font-size: 14px;
    margin-top: 0px !important;
}

.border {
    /* border: 1px solid #ccc;*/
    box-shadow: rgb(0 0 0 / 4%) 0px 2px 10px;
    /* border-radius: 50%; */
    /* transition: all .4s ease;  */
    border-width: 10px;
    border-style: hidden !important;
    border-radius: 15px;
}

.border:hover {
    /* border: 1px solid #2b546a; */
    border-radius: 10px;
    /* border-radius: 50%; */
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.nextbutton {
    display: inline-block;
    border-radius: 4px;
    background-color: #f4511e;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 150px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.nextbutton span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.nextbutton span:after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.nextbutton:hover span {
    padding-right: 25px;
}

.nextbutton:hover span:after {
    opacity: 1;
    right: 0;
}

.img {
    width: 100px;
    height: auto;
    margin-bottom: 16px;
}

.content {
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 200px;
    text-align: center;
    height: auto;
    margin: 15px;
    padding: 10px;
    overflow: hidden;
}

.outer_container {
    width: 100%;
    margin-top: 5%;
    align-items: center;
    justify-content: center;
    height: auto;
}

.head_title {
    /* background:#F8F8F8;
  box-shadow: inset 0px 0px 1px rgb(0 0 0 / 10%); */
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    /* border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0px 10px; */
}

.header_today_time,
.header_total_time,
.header_total_title {
    display: flex;
    height: 100%;
    padding: 10px;
}

.header_today_time,
.header_total_time {
    border-left: 2px white solid;
}

.cus_time {
    font-size: 24px;
}

.total_time {
    color: #ffffff;
}

/* for pc screen */

.inner_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -5px;
    margin-top: 10px;
    padding: 0;
}

.inner_container_1 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    margin: -5px;
    margin-top: 10px;
    padding: 0;
}

.progress-bar {
    background: #ffffff;
    /* border: 1px solid #78dbd6; */
    border: 1px solid #fd904d;
    border-radius: 50px;
    margin: 0px 5px;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    min-width: 120px;
}

.contentq_top .progress-bar {
    margin: 0;
}

.myprogress {
    color: #000000;
    background: #ff914d;
    border-radius: 4px;
    font-size: 12px;
    text-align: left;
    border-radius: 10px;
}

.select_base {
    padding: 10px;
    border-bottom: 2px solid #e0e0e0 !important;
}

.logo-wrapper {
    padding: 10px 0px;
}

/* for ios X */

@media screen and (min-width: 270px) and (max-width: 758px) {
    .outer_container {
        width: 100%;
        margin-top: 5%;
        align-items: center;
        justify-content: center;
        height: auto;
    }

    .inner_container_1 {
        width: fit-content;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .content {
        align-items: center;
        align-content: center;
        justify-content: center;
        width: 150px;
        text-align: center;
        height: auto;
        margin: 10px;
        padding: 5px;
        overflow: hidden;
    }
}

@media screen and (max-width: 1000px) and (min-width: 760px) {
    .outer_container {
        width: 100%;
        margin-top: 5%;
        align-items: center;
        justify-content: center;
        height: auto;
    }

    .inner_container {
        /* width: fit-content; */
        display: flex;
        flex-direction: row;
        /* flex-wrap: nowrap; */
    }

    .inner_container_1 {
        width: fit-content;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .content {
        align-items: center;
        align-content: center;
        justify-content: center;
        width: 200px;
        text-align: center;
        height: auto;
        margin: 20px;
        padding: 10px;
        overflow: hidden;
    }
}

/* for mobile sizses  */

.scroll_space {
    width: 100%;
    /* overflow-x: scroll; */
}

.scroll_space_1 {
    overflow-x: scroll;
}

.scroll_space_1::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */

.scroll_space::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.scroll_space {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* .kind_title{
  border-left: 5px solid rgba(69, 154, 165, 1);
  border-bottom: 2px solid rgba(69, 154, 165, 1);
  padding-left: 10px;
  font-size: 18px;
} */

.kind_title_student {
    display: flex;
    justify-content: space-between;
    border-left: 5px solid rgba(69, 154, 165, 1);
    border-bottom: 2px solid rgba(69, 154, 165, 1);
    padding-left: 10px;
    font-size: 20px;
    align-items: flex-end;
}

.kind_title_student2 {
    border-left: 5px solid rgba(69, 154, 165, 1);
    border-bottom: 2px solid rgba(69, 154, 165, 1);
    padding-left: 10px;
    font-size: 20px;
}

.kind_intro {
    color: #454545;
    font-size: 16px;
    margin: 10px 0;
}

.inner_container a {
    text-decoration: none;
}

.cus_btn_base {
    width: 100%;
    padding: 10px;
}

.details_btn {
    border: none;
    background: none;
    font-size: 14px;
    margin-left: 7px;
    color: rgba(255, 255, 25);
}

.details_btn:hover {
    color: rgba(255, 255, 255) !important;
}

@media (min-width: 769px) {
    div.bar {
        display: none;
    }
}

@media (max-width: 767px) {
    .cus_btn_base {
        position: fixed;
        background: linear-gradient(to right,
                var(--base-app-gradient) 15%,
                var(--base-app-gradient) 40%,
                var(--base-app-gradient) 60%,
                var(--base-app-gradient) 80%,
                var(--base-app-gradient) 100%) !important;
        border-top: 1px solid darkgrey;
        padding: 10px 15px;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .select_base {
        padding: 10px 0px 60px 0px;
        border-bottom: 2px solid #e0e0e0 !important;
    }

    .right_header {
        margin: 0px 5px;
    }

    .modal-dialog{
        margin: 10% auto !important;
    }

}

@media (max-width: 540px) {
    .groups {
        font-size: 18px;
        letter-spacing: -1px;
        padding: 7px 15px;
    }
}

@media (max-width: 375px) {
    .end_of_page {
        padding-bottom: 52px;
    }

    .right_header {
        margin: 0px 5px;
    }
}

@media screen and (min-width: 280px) and (max-width: 540px) {
    .qexplain_media {
        margin-bottom: 42px;
    }
}

.contentq_top {
    /* margin-top: 10px;
  display: grid;
  grid-template-columns: auto 120px 130px; */
    /* justify-content: end; */
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.btn_base {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
}

@media screen and (min-width: 1024px) {
    .cus_btn_base {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 25px 10px;
    }

    .btn_base {
        width: 35%;
    }

    .mycancel_btn,
    .mynext_btn,
    .myanswer_btn,
    .myfinish_btn,
    .myback_btn,
    .onemore_btn {
        padding: 10px 40px !important;
    }
}

.contentq_top #lblStudySec {
    color: #616161;
}

.contentq_top .learntime {
    justify-self: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.contentq_top .progress-bar {
    color: red;
    justify-self: end;
}

.nav-item {
    color: red !important;
}

.navbar-dark .navbar-toggler {
    color: rgb(255 255 255) !important;
}

.questionsBody {
    margin-top: 1em;
    background-color: rgba(84, 194, 240, 0.15);
    /* border-bottom: 2px solid #54C2F0; */
    /* filter: drop-shadow(0 0 0.75rem #0079ad); */
    padding: 15px 10px 10px 10px;
    margin-bottom: 1em;
    font-size: 16px;
    word-wrap: break-word;
    /* text-align: justify; */
    line-height: 2;
    border-radius: 20px;
}

.questionsBody .cus_lang_ques {
    font-size: 12px;
    padding-left: 10px;
    word-wrap: break-word;
}

.ques_title {
    font-size: 12px;
    background: #efe6f9;
    /* border: 1px solid #6c757d73; */
    border-radius: 15px;
    padding: 10px;
    margin-top: 10px;
    /* min-width: 100%; */
    /* word-wrap: break-word; */
    /* box-shadow: #ccc 0px 1px 2px 0px, rgb(60 64 67 / 39%) 0px 7px 6px 2px; */
}

.select_answer {
    padding: 15px;
    margin: 10px 0;
    word-wrap: break-word;
    line-height: 2;
    border-radius: 15px;
    border: solid #49505730 2px;
}

.list_circle {
    list-style-type: lower-alpha;
}

.mycancel_btn,
.mynext_btn,
.myanswer_btn,
.myfinish_btn,
.myback_btn,
.onemore_btn {
    padding: 5px 25px;
    border: 1px solid;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.mycancel_btn {
    background-color: #f44336;
    border-color: #e05050;
}

.mycancel_btn:active {
    background-color: #f98181;
    transform: translateY(2px);
}

.mycancel_btn:hover {
    background-color: #e32b1e;
}

.mynext_btn {
    background-color: #007bff;
    border-color: #6495ed;
}

.myanswer_btn {
    background-color: #249905;
    border-color: #249905;
}
.deletedacc_btn {
    background-color: #dc3545;

}

.myanswer_btn:active {
    background-color: #4caf50;
    transform: translateY(2px);
}

.myanswer_btn:hover {
    background-color: #076a0b;
}

.myfinish_btn {
    background-color: #339c74;
    border-color: #339c74;
}

.onemore_btn {
    background-color: #339c74;
    border-color: #339c74;
}

.myfinish_btn:active,
.onemore_btn:active {
    background-color: #5affc0;
    transform: translateY(2px);
}

.mynext_btn:active {
    background-color: #216bef;
    transform: translateY(2px);
}

.btn_base a {
    text-decoration: none;
}

.myback_btn {
    background-color: #ff9800;
    border-color: #ff9800;
}

.myback_btn:active {
    background-color: darkgrey;
    transform: translateY(2px);
}

.select_answer {
    font-size: 14px;
}

.select_answer .cus_lang_answer {
    font-size: 12px;
    padding-left: 10px;
    word-wrap: break-word;
}

.details_icon {
    font-size: 30px;
    color: #9e9e9e;
    margin-left: 0px;
    align-items: center;
    display: flex;
}

.details_icon:hover {
    color: #ff5500;
}

.kg-hamburger {
    padding: 0.25em;
    font-size: 1.3em;
    display: flex;
}

.dropdown {
    color: #249905 !important;
}

.img_details {
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.kind_details {
    display: flex;
    flex: 0.5;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.kind_details_1 {
    flex: 1;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding-left: 4px;
}

h1.title_kind_detail {
    color: #2b546a;
    font-size: 18px;
}

p {
    margin-bottom: 0;
}

.modal-dialog {
    margin: 6% auto;
    /* margin: 25% auto 25% auto; */
}

.modal-content {
    width: calc(100% - 30px);
    margin: 0 15px 0 15px;
    border: none;
    overflow-y: scroll;
    max-height: 80vh;

}

.privew_pdf {
    width: calc(120% - 30px);
    /* margin: -35% 15px 0 15px; */
    border: none;
}
.modal-dialog .modal-body{
    overflow: scroll;
    max-height: 80vh;
}

.mymodal_closebtn {
    text-align: right;
}

.mymodal_img {
    width: 100%;
    text-align: center;
}

.mymodal_img .md_img {
    margin-left: auto;
    margin-right: auto;
}

.myxbtn {
    font-size: 1.65em;
    margin-right: 10px;
    margin-top: 10px;
    color: #fff;
    background-color: red !important;
    width: 35px;
    height: 35px;
    border-radius: 100px;
}

.mymodal_qexplain {
    padding: 10px;
    margin: 10px 0;
}

.qexplainAn,
.qexplainEx {
    border: 1px solid;
    border-radius: 15px;
    padding: 10px;
    display: block;
    grid-template-columns: auto auto;
}

.qexplainAn {
    border: #249905 2px solid !important;
    background: #249905;
    word-wrap: break-word;
    color: white;
}

.qexplainEx {
    border-color: #aaffc1;
    background: #aaffc1;
    margin-top: 10px;
    word-wrap: break-word;
}

.modal_btnbase {
    text-align: center;
}

.modal_btnbase .mynext_btn,
.modal_btnbase .mycancel_btn {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

/* correct options */

.cr_opt {
    background: #e8f5e9;
    border: #4caf50 2px solid !important;
    color: #047b09;
}

/* wrong options */

.wr_opt {
    background: #f2ebec;
    border: #ff5252 2px solid !important;
    color: #ff5252;
}

.questionsExplain {
    padding: 0 0 20px 0;
    border-top: 2px solid #deb40b;
}

.cus_lang_ques,
.cus_lang_ques,
.cus_lang_answer {
    display: flex;
}

.answers {
    display: flex;
    flex-wrap: wrap;
}

.cus_title {
    margin-top: 3px;
    min-width: 100%;
}

.cus_answer_sp {
    padding-left: 10px;
}

a:hover {
    border: none;
    text-decoration: none !important;
}

.myresult_base {
    margin-top: 10px;
    padding-bottom: 10px;
}

.result_hr {
    height: 2px;
    width: 100%;
    color: gray;
    background: linear-gradient(to right,
            #17d3e6 15%,
            #2196f3 40%,
            var(--base-app-top-bar) 60%,
            #c9f910 80%,
            #65c1ac 100%);
    margin-top: -5px;
}

.courses_top_container {
    display: flex;
    justify-content: space-between;
}

#courses_list_icon {
    font-size: 28px;
    color: rgb(255 255 255);
    margin-left: 2px;
    transform: translate(0px, 4px);
    transition: background-color 6s ease-out 100ms;
}

#courses_list_icon:hover {
    color: #dee2e6;
    /* border: solid 1px var(--base-app-top-bar); */
}

.result_chil {
    display: flex;
}

.testresult {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.custom_limit_title,
.category_title,
.course_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mycancel_msg {
    padding: 30px 10px 30px 10px;
    margin-bottom: 20px;
    color: #e05050;
    text-align: center;
}

/* .under_title{
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.myaddcrum {
    border-bottom: 2px solid #339c74;
    width: fit-content;
    margin-bottom: 15px;
}

.bg-green {
    background-color: var(--base-app-top-bar);
    /* background: linear-gradient(#50597a,#11256c);); */
    border-bottom: solid 1px white;
}

.md_image {
    width: 35px !important;
    margin: 4px;
}

.cus_title {
    color: #ffffff;
    /* #2b556a */
}

.cus_time {
    color: #ffffff;
    /* #2b556a */
}

hr.style1 {
    background-color: #54c2f0 !important;
    width: 100%;
    height: 1px;
    opacity: 0.35;
    /* border-radius: 100%; */
}

hr.default {
    height: 2px;
    width: 100%;
    color: gray;
    /* background: linear-gradient(to right, #17d3e6 25%,#17d3e6 25%, #0062cc 40%, #ff5500 50%, #ff5500 55%, #65c1ac 75%); */
    /* background: linear-gradient(to right, #17d3e6 15%, #fbff00 40%, #ff5500 60%, #c9f910 80%, #65c1ac 100%); */
    background: linear-gradient(to right,
            #58468b 15%,
            #5d696ead 40%,
            #210764 60%,
            #3f73a8 80%,
            #267377 100%);
    margin-top: 0px;
}

#top_back_ground {
    background-color: var(--base-app-color);
    width: 100%;
    color: white;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: column;
    z-index: 2;
    top: 96px;
}

.top_back_grounds {
    background-color: var(--base-app-color);
    height: 105px;
    width: 100%;
    border-radius: 0 0 25px 25px;
    color: white;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: column;
}

.main-logo {
    padding-left: 5px;
}

.navbar-toggler-icon {
    color: #fff !important;
}

.custom_study_record {
    padding-right: 15px;
    padding-left: 15px;
}

.total_color {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0px;
    border-bottom: solid 1px white;
}

.first_color {
    align-items: center;
    margin: 5px;
}

.sec_color {
    align-items: center;
    margin: 5px;
}

.third_color {
    align-items: center;
    margin: 5px;
}

.border_style_opt {
    margin-bottom: 5px;
    border-radius: 15px;
    border: solid #49505730 2px;
    box-shadow: rgb(0 0 0 / 4%) 0px 2px 10px;
    /* border-style: hidden; */
}

.sticky-top {
    min-width: 100%;
    /* position:fixed !important; */
}

.front_nav_link {
    /* background: linear-gradient(to right, #54338f 15%, #54338f 40%, #502592 60%, #54338f 80%, #502592 100%)!important; */
    background: linear-gradient(to right,
            var(--base-app-gradient) 15%,
            var(--base-app-gradient) 40%,
            var(--base-app-gradient) 60%,
            var(--base-app-gradient) 80%,
            var(--base-app-gradient) 100%) !important;
    margin: 15px 15px 0 12px;
    border-radius: 15px;
    color: white !important;
}


.payment-link {
    background: var(--base-app-courses) !important;
}
.front_nav_link_1 {
    /* margin: 15px 15px 0 12px; */
    border-radius: 15px;
    color: white !important;
}

/* .navbar-dark .navbar-nav .front_nav_link {
    background: #a169e8 !important;
    width: 100%;
} */

button:focus {
    outline: none !important;
}

/* .av-item .front_nav_link{
  color: white !important;
} */

.front_nav_link {
    display: table-cell;
    padding: 5px;
}

.front_nav_link_1 {
    display: block;
    padding: 10px;
}

.ic_img {
    width: 60px !important;
}

.category_title_time {
    background: linear-gradient(to right,
            var(--base-app-gradient) 15%,
            var(--base-app-gradient) 40%,
            var(--base-app-gradient) 60%,
            var(--base-app-gradient) 80%,
            var(--base-app-gradient) 100%) !important;
}

.us_btn_base1 {
    display: flex;
}

.h1,
h1 {
    font-size: 25px;
}
.return_edit{
  background-color:#1d50a2;
  color:white;
  width:150px;
  height:40px;
}
@media screen and (min-width: 1140px) {
    .demo_content {
        position: absolute !important;
        top: 20% !important;
        /* transform: translateY(-50%) !important; */
        margin: auto !important;
        display: block !important;
    }
}

/* Reflect this section if screen size is bigger 768px */
@media (min-width:768px) {

    .mycancel_btn,
    .mynext_btn,
    .myanswer_btn,
    .myfinish_btn,
    .myback_btn,
    .onemore_btn {
        padding: 10px 40px !important;
        margin-bottom: 1em;
    }

}
/* for modal-menu  */

  /* Float cancel and delete buttons and add an equal width */
  .cancelbtn-menu, .deletebtn-menu {
    /* float: left; */
    width: 40%;
    cursor: pointer;
    height: 40px;
    margin: 10px;
    border: none!important;
    color: #fff;
    border-radius: 15px;
    font-weight: bold;
  }
  .cancelbtn-menu:hover, .deletebtn-menu:hover {
    opacity: 0.5;
  }
  /* Add a color to the cancel button */
  .cancelbtn-menu {
    background-color: #f44336;
  }
  /* Add a color to the delete button */
  .deletebtn-menu {
    background-color: #4caf50;
  }
  /* Add padding and center-align text to the container */
  .container-menu {
    padding: 16px;
    text-align: center;
  }
  /* The Modal (background) */
  .modal-menu {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 50;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #474e5d73;
    padding-top: 50px;
  }
  /* Modal Content/Box */
  .modal-content-menu {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  /* The Modal Close Button (x) */
  .close-menu {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
  }
  .close-menu:hover,
  .close-menu:focus {
    color: #f44336;
    cursor: pointer;
  }
  /* Clear floats */
  .clearfix-menu::after {
    content: "";
    clear: both;
    display: table;
  }
