* {
    box-sizing: border-box;
  }
  h1 {
    font-size: 50px;
    line-height: 40px;
    font-weight: 100;
  }
  p {
    margin-bottom: 1em;
  }
  a {
    color: #61c7b3;
    text-decoration: none;
    transition-duration: 0.3s;
  }
  a:hover {
    color: #0a58ca;
    transition-duration: 0.05s;
    text-decoration: none;
  }
  .circle-icon {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 2px solid #b4bbc1;
    border-radius: 100px;
    font-size: 14px;
    color: #b4bbc1;
    cursor: pointer;
    display: block;
    float: left;
  }
  .circle-icon.small {
    height: 25px;
    width: 25px;
    line-height: 23px;
    font-size: 11px;
  }
  .circle-icon:hover {
    color: #57636c;
    border-color: #57636c;
  }
  .circle-icon.red {
    color: #d23b3d;
    border-color: #d23b3d;
  }
  .circle-icon.red:hover {
    color: #791c1e;
    border-color: #791c1e;
  }
  .checkbox-wrapper {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    box-shadow: inset 0 0 0 1px #a3adb2;
    border-radius: 1px;
  }
  .checkbox-wrapper input {
    opacity: 0;
    cursor: pointer;
  }
  .checkbox-wrapper input:checked ~ label {
    opacity: 1;
  }
  .checkbox-wrapper label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background: #a3adb2;
    opacity: 0;
    transition-duration: 0.05s;
  }
  .checkbox-wrapper label:hover {
    background: #95a1a6;
    opacity: 0.5;
  }
  .checkbox-wrapper label:active {
    background: #87949b;
  }
  #sidebar {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    background: #0e0a38;
    transition-duration: 0.3s;
    z-index: 5;
  }
  #sidebar,
  #sidebar a {
    color: rgba(255, 255, 255, 0.5);
  }
  #sidebar .logo-container {
    font-weight: 100;
    font-size: 50px;
    line-height: 40px;
    text-align: center;
    margin: 50px 0;
    cursor: pointer;
  }
  #sidebar .logo-container .logo {
    position: relative;
    top: -6px;
    font-size: 25px;
    margin-right: 15px;
    padding: 10px;
    border: 2px solid #61c7b3;
    border-radius: 100px;
    text-indent: 1px;
    color: #61c7b3;
  }
  #sidebar .compose-button {
    border-radius: 100px;
    padding: 13px 20px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    color: #61c7b3;
    border: 2px solid #61c7b3;
    display: block;
    margin: 0 50px 30px 50px;
    cursor: pointer;
  }
  #sidebar .compose-button:hover {
    color: #abb4be;
    border-color: #abb4be;
  }
  #sidebar .menu-segment {
    padding: 0 50px 0 70px;
  }
  #sidebar .menu-segment ul,
  #sidebar .menu-segment li {
    margin: 0;
    padding: 0;
  }
  #sidebar .menu-segment .ball.pink {
    border-color: #ea4c89;
  }
  #sidebar .menu-segment .ball.green {
    border-color: #9ae14f;
  }
  #sidebar .menu-segment .ball.blue {
    border-color: #1bc3e1;
  }
  #sidebar .menu-segment .ball.white {
    border-color: white;
  }
  #sidebar .menu-segment li.title {
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0;
    color: #465162;
  }
  #sidebar .menu-segment li.title .icon {
    float: right;
  }
  .content-text-side-bar {
    color: #ff620e !important;
    margin-bottom: 30px !important;
    margin: 30px auto !important;
  }
  .content-text-side-bar::after {
    bottom: -10px !important;
  }
  #main video {
    width: 100%;
    /* max-height: 400px; */
    border-radius: 30px;
  }
  .con-video {
    width: 90%;
    margin: auto;
  }
  .con-video img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .con-video video {
    width: 100%;
  }
  .content-text-side-bar::before {
    bottom: -10px !important;
  }
  .con-button-next-step {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .con-button-next-step button {
    background-color: #2c75e4;
    border-radius: 50px;
    padding: 5px 30px;
    color: white;
    font-size: 15px;
    font-weight: 800;
    border: none;
    outline: none;
    margin-bottom: 30px;
  }
  .logo-container svg {
    width: 50px;
    height: 50px;
    padding: 5px;
    border: 2px solid #ff620e;
    border-radius: 50%;
    fill: #ff620e;
    margin-left: 10px;
  }
  .con-box-to-result-of-exam {
    background-color: white;
    padding: 10px;
    width: 50%;
    position: relative;
    border-radius: 10px;
    margin: 40px auto;
  }
  .con-box-to-result-of-exam h1 {
    text-align: center;
    margin: 50px 0px 30px;
    font-size: 40px;
    color: #0e0a38;
    font-weight: 500;
  }
  .con-button-pre-next-1 {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px auto;
    background-color: white;
    padding: 10px;
    border-radius: 50px;
  }
  .con-butt-next-1 button{
    border: none;
    outline: none;
    padding: 5px 30px;
    background-color: #0071dc;
    color: white;
    font-size: 15px;
    font-weight: 800;
    border-radius: 50px;
  }
 .con-butt-next-1 a .btn-danger{
    border: none;
    outline: none;
    padding: 5px 30px;
    background-color: #dc3545;
    color: white;
    font-size: 15px;
    font-weight: 800;
    border-radius: 50px;
  }
  .con-butt-next-1 a{
    border: none;
    outline: none;
    padding: 5px 30px;
    background-color: #0071dc;
    color: white;
    font-size: 15px;
    font-weight: 800;
    border-radius: 50px;
  }
  .con-butt-pre-1 button {
    border: none;
    outline: none;
    padding: 5px 30px;
    background-color: #0e0a38;
    color: white;
    font-size: 15px;
    font-weight: 800;
    border-radius: 50px;
  }
  /* .con-degree-number {
    display: flex;
    align-items: center;
  } */
  p.degree-title {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
    color: #b3b3b3;
    margin-left: 10px;
  }
  p.degree-contnet {
    font-size: 20px;
    margin-bottom: 0px;
    color: #0071dc;
    font-weight: 700;
  }
  .con-box-to-result-of-exam > span {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    font-size: 30px;
    color: white;
    border-radius: 50%;
    background-color: #0071dc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
  }
  #sidebar .menu-segment li.active a,
  #sidebar .menu-segment li.active a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  #sidebar .menu-segment li a {
    display: block;
    margin: 0 -50px 0 -70px;
    padding: 10px 50px 10px 70px;
  }
  #sidebar .menu-segment li a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  #sidebar .menu-segment li .italic-link {
    margin-left: -30px;
    font-style: italic;
    color: #465162;
  }
  #sidebar .menu-segment li .italic-link,
  #sidebar .menu-segment li .italic-link:hover {
    background: transparent;
  }
  #sidebar .menu-segment li .italic-link:hover {
    color: #abb4be;
  }
  #sidebar .menu-segment .labels li a span,
  #sidebar .menu-segment .chat li a span {
    display: block;
    border: 5px solid red;
    border-radius: 100px;
    margin-top: 6px;
  }
  #sidebar .menu-segment .labels.labels li a span,
  #sidebar .menu-segment .chat.labels li a span {
    float: left;
  }
  #sidebar .menu-segment .labels.chat li a span,
  #sidebar .menu-segment .chat.chat li a span {
    float: left;
    margin-right: 10px;
  }
  #sidebar .menu-segment .chat li a {
    padding-left: 50px;
  }
  #sidebar .separator {
    margin: 30px 35px;
    height: 1px;
    background: #2d3138;
  }
  #sidebar .bottom-padding {
    height: 100px;
  }
  #sidebar > .nano-pane {
    background: transparent;
  }
  #sidebar > .nano-pane .nano-slider {
    background: rgba(255, 255, 255, 0.1);
  }
  #main {
    position: absolute;
    top: 0;
    right: 300px;
    bottom: 0;
    width: calc(100% - 300px);
    /* right: 0; */
    z-index: 4;
    transition-duration: 0.3s;
    padding-left: 4px;
    box-shadow: inset 4px 0 0 #efefef, inset 5px 0 0 #e2e2e2;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  #main .overlay {
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
    bottom: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
    opacity: 0;
    transition-duration: 0s;
    transition-property: opacity;
  }
  .show-main-overlay #main .overlay {
    opacity: 1;
    bottom: 0;
    transition-duration: 0.5s;
  }
  #main .header {
    padding: 50px 60px 0px;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
  }
  #main .header .page-title {
    display: block;
    text-align: center;
  }
  #main .header .page-title .sidebar-toggle-btn {
    width: 0;
    margin-top: 1px;
    padding: 11px 0 0 0;
    float: right;
    position: relative;
    display: block;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-delay: 0.5s;
    opacity: 0;
    margin-right: 0;
  }
  .main-con-progress-bar-ins-course-1 {
    background-color: white;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row-reverse;
    box-shadow: 0px 0px 10px 0px #c7c7c742;
  }
  .main-con-progress-bar-ins-course-1 > i {
    width: 30px;
    height: 30px;
    background-color: #b1b1b1;
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
  }
  .con-progress-bar-ins-course-1 {
    display: flex;
    align-items: center;
    background-color: #b1b1b1;
    border-radius: 50px;
    overflow: hidden;
    height: 20px;
    flex-direction: row-reverse;
    width: 90%;
  }
  .con-progress-bar-ins-course-1 span {
    width: 50px;
    height: 100%;
    color: white;
    padding: 5px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .con-progress-bar-ins-course-2 {
    flex-grow: 1;
    background-color: #e0e0e0;
    position: relative;
    border: 2px solid white;
    overflow: hidden;
    border-radius: 50px;
    direction: rtl;
  }
  .main-con-timer-box {
    display: flex;
    justify-content: center;
    margin: 30px 0px;
  }
  .con-h-m-s {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .con-hours::after,
  .con-min::after,
  .con-sec::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 0px;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #f1f1f1;
  }
  .con-hours,
  .con-min,
  .con-sec {
    display: flex;
    align-items: center;
    font-size: 50px;

    margin-bottom: 20px;
  }
  .seconds-text,
  .hours-text,
  .minutes-text {
    font-size: 20px;
    color: #0e0a38;
    font-weight: 800;
    margin-bottom: 0px;
    text-align: center;
  }
  .main-con-s,
  .main-con-m,
  .main-con-h {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
  }
  .main-con-s {
    margin-left: 0px;
  }
  .con-hours span,
  .con-min span,
  .con-sec span {
    background-color: #0e0a38;
    /* padding: 5px; */
    border-radius: 5px;
    color: white;
    font-weight: 800;
    margin-right: 5px;
    width: 50px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .con-hours span::after,
  .con-min span::after,
  .con-sec span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #f1f1f1;
  }
  .con-hours span::before,
  .con-min span::before,
  .con-sec span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #f1f1f1;
  }
  .progress-bar-ins-course-fill {
    background-color: #2c75e4;
    width: 80%;
    height: 25px;
  }
  .show-sidebar #main .header .page-title .sidebar-toggle-btn {
    transition-delay: 0s;
  }
  #main .header .page-title .sidebar-toggle-btn .line {
    height: 3px;
    display: block;
    background: #888;
    margin-bottom: 4px;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
  }
  .show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle1 {
    transform: rotate(-120deg);
  }
  .show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle2 {
    transform: rotate(120deg);
  }
  #main .header .page-title .sidebar-toggle-btn .line-angle1 {
    width: 8px;
    margin: 0;
    position: absolute;
    top: 15px;
    left: -11px;
    transform: rotate(-60deg);
  }
  #main .header .page-title .sidebar-toggle-btn .line-angle2 {
    width: 8px;
    margin: 0;
    position: absolute;
    top: 21px;
    left: -11px;
    transform: rotate(60deg);
  }
  #main .header .page-title .icon {
    font-size: 15px;
    margin-left: 20px;
    position: relative;
    top: -5px;
    cursor: pointer;
  }
  #main .header .search-box {
    float: right;
    width: 150px;
    height: 40px;
    position: relative;
  }
  #main .header .search-box input,
  #main .header .search-box .icon {
    transition-duration: 0.3s;
  }
  #main .header .search-box input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    text-indent: 15px;
    height: 40px;
    z-index: 2;
    outline: none;
    color: #999;
    background: transparent;
    border: 2px solid #efefef;
    border-radius: 5px;
    transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1);
  }
  #main .header .search-box input:focus {
    color: #333;
    border-color: #d6d6d6;
    width: 150%;
  }
  #main .header .search-box input:focus ~ .icon {
    opacity: 1;
    z-index: 3;
    color: #61c7b3;
  }
  #main .header .search-box .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 1;
    cursor: pointer;
    opacity: 0.5;
  }
  #main .action-bar {
    padding: 20px 60px;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
  }
  #main .action-bar li {
    float: left;
    margin-right: 10px;
  }
  #main #main-nano-wrapper {
    position: absolute;
    top: 214px;
    bottom: 0;
    height: auto;
  }
  #main .message-list {
    display: block;
  }
  #main .message-list li {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    cursor: default;
    transition-duration: 0.3s;
  }
  #main .message-list li:hover,
  #main .message-list li.active,
  #main .message-list li.selected {
    background: #efefef;
    transition-duration: 0.05s;
  }
  #main .message-list li.active,
  #main .message-list li.active:hover {
    box-shadow: inset 5px 0 0 #61c7b3;
  }
  #main .message-list li.unread {
    font-weight: 600;
    color: #555;
  }
  #main .message-list li .col {
    float: left;
    position: relative;
  }
  #main .message-list li.blue-dot .col-1 .dot {
    border-color: #1bc3e1;
  }
  #main .message-list li.orange-dot .col-1 .dot {
    border-color: #e2a917;
  }
  #main .message-list li.green-dot .col-1 .dot {
    border-color: #9ae14f;
  }
  #main .message-list li .col-1 {
    width: 400px;
  }
  #main .message-list li .col-1 .star-toggle,
  #main .message-list li .col-1 .checkbox-wrapper,
  #main .message-list li .col-1 .dot {
    display: block;
    float: left;
  }
  #main .message-list li .col-1 .dot {
    border: 4px solid transparent;
    border-radius: 100px;
    margin: 22px 26px 0;
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0;
  }
  #main .message-list li .col-1 .checkbox-wrapper {
    margin-top: 15px;
    margin-right: 10px;
  }
  #main .message-list li .col-1 .star-toggle {
    margin-top: 15px;
  }
  #main .message-list li .col-1 .title {
    position: absolute;
    top: 0;
    left: 140px;
    right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #main .message-list li .col-2 {
    position: absolute;
    top: 0;
    left: 400px;
    right: 0;
    bottom: 0;
  }
  #main .message-list li .col-2 .subject,
  #main .message-list li .col-2 .date {
    position: absolute;
    top: 0;
  }
  .download-files-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #efeeee;
  }
  .download-files-card img {
    width: 50px;
    margin-bottom: 20px;
  }
  .download-files-card p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #0e0a38;
  }
  .download-files-card > span {
    font-size: 15px;
    font-weight: 700;
    color: #7c7c7c;
    margin-bottom: 20px;
  }
  .download-files-card a {
    background-color: #0e0a38;
    color: white;
    font-size: 15px;
    font-weight: 800;
    padding: 5px 20px;
    border-radius: 50px;
    text-decoration: none;
  }
  .download-files-card a i {
    margin-right: 10px;
  }
  .con-download-files-card {
    padding: 0px 10px;
  }
  @media screen and (max-width: 767px) {
    .download-files-card {
      margin-bottom: 20px;
    }
  }

  #main .message-list li .col-2 .subject {
    left: 0;
    right: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #main .message-list li .col-2 .date {
    right: 0;
    width: 200px;
    padding-left: 80px;
  }
  #main .load-more-link {
    display: block;
    text-align: center;
    margin: 30px 0 100px 0;
  }
  #message {
    position: fixed;
    top: 0;
    left: 60%;
    bottom: 0;
    width: 40%;
    z-index: 5;
    transform: translateX(200%);
    transition-duration: 0.5s;
    padding: 50px 30px;
    background: #efefef;
  }
  .show-message #message {
    transition-duration: 0.3s;
  }
  #message .header {
    margin-bottom: 30px;
    padding: 0;
  }
  #message .header .page-title {
    display: block;
    float: none;
    margin-bottom: 20px;
  }
  #message .header .page-title .icon {
    margin-top: 4px;
    margin-right: 10px;
  }
  #message .header .grey {
    margin-left: 10px;
    color: #999;
  }
  #message #message-nano-wrapper {
    position: absolute;
    top: 165px;
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    width: auto;
  }
  #message .message-container {
    padding: 0 30px;
  }
  #message .message-container li {
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    margin: 0 0 30px 0;
    position: relative;
  }
  #message .message-container li:hover .details .left .arrow {
    background: #61c7b3;
    border: 0px solid #61c7b3;
  }
  #message .message-container li:hover .details .left .arrow.orange {
    background: #e2a917;
    border: 0px solid #e2a917;
  }
  #message .message-container li .details {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
  }
  #message .message-container li .details .left {
    float: left;
    font-weight: 600;
    color: #888;
    transition-duration: 0.3s;
  }
  #message .message-container li .details .left .arrow {
    display: inline-block;
    position: relative;
    height: 2px;
    width: 20px;
    background: rgba(0, 0, 0, 0.15);
    vertical-align: top;
    margin-top: 12px;
    margin: 12px 20px 0 15px;
    border: 0px solid rgba(0, 0, 0, 0.15);
    transition-duration: 0.3s;
  }
  #message .message-container li .details .left .arrow:after {
    position: absolute;
    top: -4px;
    left: 100%;
    height: 0;
    width: 0;
    border: inherit;
    border-width: 7px;
    border-style: solid;
    content: "";
    border-right: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  #message .message-container li .details .right {
    float: right;
    color: #999;
  }
  #message .message-container li .message {
    margin-bottom: 40px;
  }
  #message .message-container li .message p:last-child {
    margin-bottom: 0;
  }
  #message .message-container li:hover .tool-box .red-hover {
    color: #d23b3d;
    border-color: #d23b3d;
  }
  #message .message-container li:hover .tool-box .red-hover:hover {
    color: #791c1e;
    border-color: #791c1e;
  }
  #message .message-container li .tool-box {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0px solid #dddfe1;
    border-top-width: 1px;
    border-left-width: 1px;
    padding: 8px 10px;
    transition-duration: 0.3s;
  }
  .separator-answer-sheet-p {
    display: none;
  }
  #message .message-container li .tool-box a {
    margin-right: 10px;
  }
  #message .message-container li .tool-box a:last-child {
    margin-right: 0;
  }
  .show-message #message {
    transform: none;
  }
  .show-message #main {
    margin-right: 40%;
  }
  @media only screen and (min-width: 1499px) {
    #main .overlay {
      display: none;
    }
  }
  @media only screen and (max-width: 1500px) {
    .show-message #main {
      margin-right: 0;
    }
    .show-message #message {
      left: 50%;
      width: 50%;
    }
  }
  @media only screen and (max-width: 1024px) {
    #sidebar {
      transform: translateX(100%);
    }
    .con-box-to-result-of-exam {
      width: 90%;
    }
    .con-box-to-result-of-exam > span {
      width: 50px;
      height: 50px;
      font-size: 25px;
    }
    .con-box-to-result-of-exam h1 {
      font-size: 30px;
    }
    .con-button-pre-next-1 {
      width: 95%;
    }
    .con-butt-next-1 button, .con-butt-next-1 a {
      padding: 5px 20px;
      font-size: 13px;
    }
    .con-hours span,
    .con-min span,
    .con-sec span {
      width: 40px;
      height: 60px;
    }
    .con-hours,
    .con-min,
    .con-sec {
      font-size: 40px;
    }
    .con-hours::after,
    .con-min::after,
    .con-sec::after {
      top: 28%;
    }
    .seconds-text,
    .hours-text,
    .minutes-text {
      font-size: 18px;
    }
    #main {
      right: 0;
      box-shadow: none;
      width: 100%;
    }
    #main .header {
      padding: 10px 22px;
    }
    #main .header .page-title {
      margin-bottom: 0px;
    }
    .con-sheet-answer {
      height: 300px !important;
    }
    .separator-answer-sheet-p {
      display: block;
      text-align: center;
      font-size: 20px;
      font-weight: 800;
      color: #444;
      margin: 30px 0px;
    }
    .con-main-question-mobile-view {
      height: 300px;
      overflow-y: auto;
    }
    #main .header .page-title .sidebar-toggle-btn {
      margin-left: 20px;
      opacity: 1;
      width: 20px;
    }
    .show-sidebar #sidebar {
      transform: none;
    }
    .show-sidebar #main {
      transform: translateX(-300px);
    }
    .show-message #main {
      margin-right: 0;
    }
    .show-message #message {
      left: 20%;
      width: 80%;
    }
  }
  @media only screen and (max-width: 600px) {
    #main .header .search-box {
      float: none;
      width: 100%;
      margin-bottom: -110px;
      margin-top: 70px;
    }

    .p-question-1 {
      font-size: 15px !important;
      width: 80%;
    }
    #main .header .search-box input,
    #main .header .search-box input:focus {
      width: 100%;
    }
    #main .header .page-title {
      margin-bottom: 0px;
    }
    #main #main-nano-wrapper {
      position: absolute;
      top: 260px;
      bottom: 0;
      height: auto;
    }
    #main .message-list li .col-1 {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 120px;
      width: auto;
    }
    #main .message-list li .col-2 {
      right: 0;
      left: auto;
      width: 120px;
    }
    #main .message-list li .col-2 .date {
      padding-left: 0;
      position: static;
    }
    #main .message-list li .col-2 .subject {
      display: none;
    }
  }
  .nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .nano > .nano-content:focus {
    outline: none;
  }
  .nano > .nano-content::-webkit-scrollbar {
    visibility: hidden;
  }
  .has-scrollbar > .nano-content::-webkit-scrollbar {
    visibility: visible;
  }
  .nano > .nano-pane {
    background: rgba(117, 117, 117, 0.2);
    position: absolute;
    width: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    visibility: hidden \9;
    opacity: 0.01;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .nano > .nano-pane > .nano-slider {
    background: #444;
    background: #c7c7c7;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
  }

  .nano > .nano-pane:hover > .nano-slider,
  .nano > .nano-pane.active > .nano-slider {
    background: #a6a6a6;
  }
  .nano:hover > .nano-pane,
  .nano-pane.active,
  .nano-pane.flashed {
    visibility: visible \9;
    opacity: 0.99;
  }
  .con-side-bar-exam-lecture {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
  }
  .con-quiz {
    padding: 10px;
  }
  .con-question-card {
    margin-bottom: 70px;
    background: white;
    border-radius: 10px;
    padding: 10px;
  }
  .con-question-header {
    background-color: white;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 50px;
    margin-bottom: 30px;
  }
  .con-question-header i {
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2c75e4;
    color: #fff;
    border-radius: 50%;
    border: 5px solid #448dfb;
    margin-left: 10px;
  }
  .p-question-1 {
    font-size: 15px;
    color: #444;
    font-weight: 800;
    margin-bottom: 0px;
    width: 80%;
  }
  .con-answer-card {
    background-color: white;
    position: relative;
    padding: 10px 10px 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
  }
  .con-answer-card span {
    background-color: #444;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    margin-left: 10px;
  }
  .con-answer-card p {
    color: #0e0a38;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0px;
    width: 90%;
    background-color: #e3e4e5;
    padding: 10px;
    border-radius: 10px;
  }
  .con-sheet-answer {
    position: sticky;
    top: 0px;
    left: 0px;
    height: 100vh;
    overflow-y: auto;
  }
  .con-answer-card-1 {
    border-radius: 10px;
    padding: 10px;
  }
  .con-answer-card-1 p {
    margin-bottom: 0px;
    padding: 5px 10px;
    border-radius: 10px 10px 0px 0px;
    background-color: #0071dc;
    margin: 0px 20px 0px;
    width: fit-content;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
  }
  .con-answer-circles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .con-answer-circles span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ddddddcd;
    color: #444;
    border-radius: 50%;
    border: 1px solid grey;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
  }
  .page-text-header {
    position: relative;
    font-size: 25px;
    color: #0e0a38;
    font-weight: 800;
    margin-bottom: 0px;
    width: fit-content;
  }
  .page-text-header::before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 15%;
    width: 90%;
    height: 4px;
    border-radius: 4px;
    background-color: #ff620e;
  }
  .page-text-header::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0px;
    width: 10%;
    height: 4px;
    border-radius: 4px;
    background-color: #ff620e;
  }
