.top_menu a {
  color:white;
}
.top_menu_active{
    color:#2468e5 !important;
    border-bottom: 3px solid #2468e5;
}
.top_menu_active_vr{
    color:#2468e5 !important;
    border-bottom: 3px solid #2468e5;
}
.top_menu a:hover, .top_menu a:focus {
    color: #8b37f6;
}

.week_section a{
    background-color:none;
}
.week_section:hover, .week_section:focus{
    background-color:#8b37f6;
    color:white;
    border:1px solid #8b37f6;
}
.week_section_size{
    height:65px;
}
.week_section_active{
    background-color:#8b37f6;
    color:white;
    border:1px solid #8b37f6;
}
.week_section_not_active{
    border:1px solid #D7DADB;
    color:#6c6f73;
}
.week_section_triangle_active{
    color:#9A42F8;
    font-size:30px;
    line-height:0px;
}
.week_section_triangle_not_active{
    color:white;
    font-size:30px;
    line-height:0px;
}
.lesson_completed{
    background-color:#2469ff;
    padding-top:4px;
    padding-bottom:4px;
    display:inline-block;
    width:40px;
    text-align:center;
    color:white;
    border:1px solid transparent;
}
.lesson_not_completed{
    background-color:none;
    padding-top:4px;
    padding-bottom:4px;
    display:inline-block;
    width:40px;
    text-align:center;
    border:1px solid #D7DADB;
}
.font_600{
    font-weight:600;
}
.nav_tab_active{
    border-top: 2px solid white;
    background-color: rgba(152, 65, 245, 0.75);
    color:white;
}
.height_26 {
  height: 26px;
}
.height_65{
  height: 65px;
}
.height_85{
  height: 85px;
}
.course_title{
    font-size: 30px;
    font-weight: 400;
    color:white;
}

.menu_style{
    font-size: 16px;
    min-width: 300px;
    max-height: 70vh;
    overflow-y: auto;
}

.link_not_active {
  pointer-events: none;
  cursor: default;
}

.pie-title-center {
  display: inline-block;
  position: relative;
  text-align: center;
}

.pie-value {
  display: block;
  position: absolute;
  font-size: 40px;
  height: 80px;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  line-height: 40px;
}

.segmented-buttons {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
}

.upload-files-segments {
    display: flex;
    background-color: #fff;
    border-radius: 20px;
    padding: 2px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin: 0;
    list-style: none;
    width: 100%;
    max-width: none;
}

.segmented-buttons li {
    flex: 1;
    margin: 0 1px;
    padding: 0;
    position: relative;
}

.segmented-buttons .segment {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background-color: transparent;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    transition: all 0.2s ease;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-decoration: none;
    outline: none;
    min-height: 36px;
}

.segmented-buttons .segment:hover {
    color: #8b37f6;
    text-decoration: none;
}

.segmented-buttons .segment.active {
    background: linear-gradient(90deg, #8b37f6 0%, #2469FF 100%);
    color: #fff;
    box-shadow: 0 1px 3px rgba(139, 55, 246, 0.3);
}

.segmented-buttons .segment:focus {
    outline: none;
    box-shadow: 0 0 0 2px #8b37f6;
    z-index: 2;
}

.segmented-buttons .segment.active:focus {
    box-shadow: 
        0 1px 3px rgba(139, 55, 246, 0.3),
        0 0 0 2px #8b37f6;
}

.segmented-buttons--no-margins {
    margin-bottom: 0;
    margin-top: 0;
}

@media (max-width: 768px) {
    .segmented-buttons {
        margin-bottom: 15px;
    }
    
    .segmented-buttons ul {
        margin: 0 10px;
        width: calc(100% - 20px);
    }
    
    .segmented-buttons .segment {
        padding: 6px 12px;
        font-size: 13px;
        min-height: 32px;
    }
}

@media (max-width: 480px) {
    .segmented-buttons ul {
        margin: 0 5px;
        padding: 0;
        width: calc(100% - 10px);
    }
    
    .segmented-buttons .segment {
        padding: 5px 10px;
        font-size: 12px;
        min-height: 30px;
    }
}


.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 18px 16px;
  font-size: 28px;
  line-height: 1.33;
  border-radius: 35px;
}


.lesson_complete_button {
    background-color: red !important;
    border-color:#d02c2c!important;
}

.lesson_completed_button {
    background-color: #2468e5;
}

.lesson_type{
    color:#2468e5;
    padding-top:5px;
    padding-bottom: 5px;
    float:right;
}


body .module-styling{
    font-size: 17px;
}



.labl {
    display : block;
    
    
}
.labl > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}
.labl > input + div{ /* DIV STYLES */
    cursor:pointer;
    border: 1px solid #eee;
    border-radius:5px;
}
.labl > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
    background-color:#f7f7f7;
    border: 1px solid #d7dada;
    border-radius:5px;
}

.ui-state-active a, .ui-state-hover a {
    outline: none;
}


.sim-module-styling{
    color: white;
    background-image: linear-gradient(0deg, #000 10%, #8B37F6 100%);
}

.sim-module-styling h2, .sim-module-styling h3, .sim-module-styling h4, .sim-module-styling h4 span, .sim-module-styling h5, .sim-module-styling h6{
    color: white;
}

@media (max-width: 768px) {
 .stripe_card_num_mob {
   margin:0 -20px;
 }
}


.no_text_decoration{
  text-decoration:none !important;
  color:inherit;
}
.text_decoration_underline{
  text-decoration:underline;
}
.text_decoration_none {
  text-decoration: none;
}

.color_white{
  color:white;
}
.color_light_green{
  color:#3ec740;
}
.color_black {
  color: #262F36 !important;
}

.background_ffff00{
  background: #ffff00;
}

.background_black {
  background: #262F36;
}

.background_color_light_pink_FFF7E7{
  background-color:#FFF7E7;
}
.background_color_blue{
  background-color: #2468e5;
}
.font_color_blue{
  color: #2468e5;
}
.background_color_light_grey_ededee{
  background-color:#ededee;
}
.background_color_very_light_grey_f7f7f7{
  background-color:#f7f7f7;
}
.background_color_F0F7F7{
  background-color:#F0F7F7;
}
.background_color_FC4349{
  background-color:#FC4349 !important;
}
.background_color_2595ff{
  background-color:#2595ff !important;
}
.background_color_white{
  background-color:#fff;
}

.cursor_pointer {
  cursor: pointer;
}
.cursor_default {
  cursor: default;
}

.no_list_style_type{
  list-style-type: none;
}
.list_style_position_inside {
  list-style-position: inside;
  text-align: left;
}

.font_size_inherit{
  font-size: inherit;
}
.font_size_15px{
  font-size:15px
}
.font_size_17px{
  font-size:17px;
}
.font_size_18px{
  font-size:18px;
}
.font_size_19px{
  font-size:19px;
}
.font_size_20px {
  font-size:20px;
}
.font_size_25px{
  font-size:25px;
}
.font_size_27px{
  font-size:27px;
}
.font_size_30px{
  font-size:30px;
}
.font_size_32px{
  font-size:32px;
}
.font_size_35px{
  font-size:35px;
}
.font_size_40px{
  font-size:40px;
}
.font_size_50px{
  font-size:50px;
}
.font_weight_400{
  font-weight:400;
}
.font_weight_500{
  font-weight:500;
}
.font_weight_600{
  font-weight:600;
}


.margin_top_15px{
  margin-top:15px;
}
.margin_bottom_8px{
  margin-top:8px;
}
.line_height_1_9em{
  line-height: 1.9em;
}
.line_height_1{
  line-height: 1;
}
.line_height_0{
  line-height: 0;
}

.opacity_1{
  opacity: 1 !important;
}
.border_top_med_light_grey{
  border-top: 1px solid #D7DADB;
}
.border_top_454e58 {
  border-top: 1px solid #454e58
}
.border_bottom_med_light_grey{
  border-bottom: 1px solid #D7DADB;
}
.border_right_med_light_grey{
  border-right: 1px solid #D7DADB;
}
.border_top_light_blue{
  border-top: 2px solid #2469ff;
}
.border_all_dark_grey{
  border:1px solid #b8c7cd;
}
.border_all_light_blue{
  border:2px solid #0b89ff;
}
.border_all_grey_dddddd{
  border:1px #dddddd solid;
}
.border_all_grey_1a1a1a{
border: 1px solid #1a1a1a;
}

.green-border {
  border: 1px solid green !important;
}
.red-border {
  border: 1px solid red !important;
}

.border_radius_0px{
  border-radius: 0px;
}
.border_radius_3px{
  border-radius: 3px;
}
.padding_7px_all {
  padding: 7px;
}
.padding_7px_all_important {
  padding: 7px !important;
}
.padding_5px_all {
  padding: 5px;
}
.padding_4px_all{
padding: 4px;
}
.padding_3px_all{
padding: 3px;
}
.padding_2px_all {
  padding: 2px;
}

.custom_order_signup_form_shadow{  
  box-shadow: 0 2px 2px 0 rgba(46, 60, 73, 0.08);
}
.custom_order_signup_form_submit_shadow{
  box-shadow: 0 3px 3px 0 rgba(46, 60, 73, 0.15);
}

.height_20px{
  height:20px;
}
.height_40px{
  height:40px;
}
.height_42px{
  height:42px;
}
.height_200px{
  height:200px !important;
}
.height_210px{
  height:210px;
}
.height_350px{
  height:350px !important;
}

.width_100_perc{
  width:100%;
}
.max_width_100_perc{
  max-width: 100% !important;
}
.max_width_500px{
  max-width:500px;
}
.max_width_200px{
  max-width:200px;
}
.width_50px {
  width: 50px;
}
.width_370px {
  width: 370px;
}
.max_height_500px {
  max-height: 350px;
}
.max_height_350px {
  max-height: 350px;
}
.max_height_356px {
  max-height: 356px;
}

.back_img_grad_with_m_t{
  background-image: linear-gradient(90deg, #9A42F8 0%, #2468e5 100%);margin-top: -30px;
}
.float_none{
  float:none;
}
.float_right{
  float:right;
}
.float_left {
  float: left;
}

.horiz_centre_object{
  margin:0 auto;
}
.outline_none{
  outline: none;
}
.vertical_align_middle{
  vertical-align: middle;
}
.text_align_left{
  text-align:left;
}
.text_align_right{
  text-align:right;
}

.position-relative {
  position: relative !important;
}
.position_absolute{
  position:absolute;
}

.inputValidationIcon {
  display: none;
  position: absolute;
  right: 10px;
  width: 15px;
  top: 10px;
  opacity: 0.7;
}
.display_none{
  display: none;
}
.display_inline{
  display:inline;
}
.display_block{
  display: block;
}
.display_inline_block{
  display: inline-block;
}
.display_inline_flex {
  display: inline-flex;
}
.display_table {
  display: table;
}

.color_green{
  color: #28a745 !important;
}
.color_blue_2595ff{
  color:#2595ff !important;
}
.color_inherit{
  color:inherit;
}

.background_color_inherit {
  background-color: inherit;
}

.padding_bottom_200px{
  padding-bottom: 200px;
}
.padding_bottom_100px{
  padding-bottom:100px;
}
.padding_bottom_10px {
  padding-bottom: 10px;
}


.margin_all_5px{
  margin: 5px;
}
.margin_top_9px{
  margin-top:9px;
}
.margin_top_5px {
  margin-top: 5px;
}
.padding_top_9px{
  padding-top:9px;
}
.padding_top_30px {
  padding-top: 30px;
}
.margin_top_10p5 {
  margin-top: 10.5px;
}
.margin_top_15px{
  margin-top:15px;
}
.margin_top_18px{
  margin-top:18px;
}
.m-y-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.margin_10px_0{
  margin:10px 0;
}
.margin_0_10px {
  margin: 0 10px;
}
.padding_12px_0px{
  padding:12px 0px;
}
.padding_2px_9px{
  padding:2px 9px;
}
.padding_12px_15px{
  padding:12px 15px;
}
.padding_20px_20px{
  padding: 20px 20px;
}
.padding_10px_20px{
  padding:10px 20px;
}
.padding_15px_0{
  padding:15px 0;
}
.padding_15px_20px{
  padding: 15px 20px;
}
.padding_left_15px{
  padding-left:15px;
}

.margin_bottom_15px{
  margin-bottom: 15px
}
.margin_10px_0_20px_0{
  margin: 10px 0 20px 0;
}
.margin_20px_0_20px_0{
  margin: 20px 0 20px 0;
}
.margin_25px_0{
  margin:25px 0;
}
.margin_30px_0{
  margin:30px 0;
}

.skip_feedback_after_sale{
  width:110px;
  background-color:#6a4ca6;
  border-color:#543c84
}
.course_quiz_hr{
  margin-bottom: 21px;
  border-top: 3px solid #2468e5;
  width: 80px;
}
.admin_dash_span_vr{
  background-color:#FC4349;
  width:30px;
  height:20px;
  display:inline-block;
  margin-right:20px
}
.admin_dash_span_classes{
  background-color:#2468e5;
  width:30px;
  height:20px;
  display:inline-block;
  margin-right:20px
}
.jwplatform_div{
  position:relative;
  padding-bottom:56.25%;
  overflow:hidden;
}
.teaching_strategies_img{
  display: block;
  margin: auto;
  padding-top:30px;
  padding-bottom:30px;
}
.slideshare_olympus{
  border:1px solid #CCC;
  border-width:1px;
  margin-bottom:5px;
  max-width: 100%;
}
.audio_play_controls{
  color: rgb(108, 111, 115);
  font-family: "Work sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  letter-spacing: -0.34px;
  width: 660px;
  margin-bottom: 20px !important;
}
.text-align-center {
  text-align: center;
}

#paymentInfoAlert {
  display: none;
}

#card-errors {
  display: none;
  padding: 10px;
}

.glyphicon-style-quiz_correct{
float:right;
color:green;
line-height:1.3
}
.glyphicon-style-quiz_incorrect{
float:right;
color:red;
line-height:1.3
}

.virtual-pres-border{
 border: 3px solid #1a1a1a; 
}
.virtual-pres-border-left{
 border-left: 2px solid #1a1a1a; 
}
.virtual-pres-border-right{
 border-right: 2px solid #1a1a1a; 
}
.virtual-pres-image-height{
 height: 350px; 
}
.virtual-pres-background-color{
 background-color:#1a1a1a; 
}
.virtual-pres-image-background-color{
 background-color:#222222; 
}
.full-height-virtual-pres{
 height: 100vh;
}
.height-100 {
  height: 100%;
}
.width-100 {
  width: 100%;
}
@media (min-width: 992px) {
.vertical-align-virtual-pres{
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); 
}
}
.background-color-white{
 background-color:#fff; 
}

.virtual-pres-pitch-location {
  z-index: 999999999;
  position: absolute;
  top: 5%;
  right: 10%;
  width: 35%;
  background-color: white;
  border-radius: 1rem;
  padding: 1rem;
}

.virtual-pres-menu-location{
    position: absolute;
    z-index: 999999999;
    bottom: 5%;
    text-align: center;
}
.virtual-pres-ui-cam-fixed{
    position: absolute;
    z-index: 999999999;
    top: 1%;
    left: 1%;
}
.virtual-message-ui{
    position: absolute;
    z-index: 999999999;
    top: 40%;
    text-align: center;
}
.virtual-message-ui-feedback{
    position: absolute;
    z-index: 999999999;
    top: 10%;
}
.virtual-tips-btn{
    position: absolute;
    z-index: 999999999;
    top: 1%;
    left: 1%;
}
.virtual-tips-background{
    background-color: #000000a1;
    width: 100%;
    height: 100%;
    position: absolute;
}
.virtual-tips-boxes{
    position: absolute;
    z-index: 999999999;
    top: 40%;
    text-align: center;
}
.virtual-stop-share-location{
    position: absolute;
    z-index: 1000;
    top: 3%;
    text-align: center;
}
.virtual-pres-share-screen-border{
  border: 5px solid #4fd154;
}
#share_screen_button:hover{
  background-color:#373737; 
}
.user_talking_border_video{
    border: 3px solid #43cf3a;
}
.max_width_100vw{
  max-width: 100vw;
}
.max_height_100vh{
  max-height: 100vh;
}

.pitchTimer {
  background-color: white;
  color: black;
}

.d-flex {
  display: flex;
}

.d-flex-block-width{
  display: flex;
}

@media (max-width: 768px) {
 .d-flex-block-width {
   display: block;
 }
}

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

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.justify-content-even {
  justify-content: space-evenly;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-space-between {
  justify-content: space-between;
}

.justify-content-space-around {
  justify-content: space-around;
}

.align-items-center {
  align-items: center
}

.align-content-center {
  align-content: center
}

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

.light-blue-background-color{
   background-color: #edfaff;
}
.light-yellow-background-color{
   background-color: #fff7ed;
}
.light-green-background-color{
   background-color: #edfff0;
}
.light-red-background-color{
   background-color: #ffeded;
}
.light-pink-background-color{
   background-color: #fdedff;
}

.track_course {
    width: 100%;
    background-color: #f7f7f7;
    font-size: 17px;
    border: 1px solid #f2f4f5;
    color: inherit;
    margin: 5px 0;
    text-align: inherit;
    border-radius: 0px;
}
.track_course:hover {
    background-color: #e5f5ff;
}
.tracks-completed-course{
  background-color: #f6eeff;
  border-left: 4px solid #9A42F8;
}

.webvr-info-tab{
  background-color: #fff;
  border-left: 4px solid #2468e5;
  font-size: 18px;
}

.color_text_regular{
  color: #6c6f73;
}

.practice_page_task_box{
  background-color:#fff;
  border: 5px solid #83F4D2;
  border-radius: 15px;
  color: #6c6f73 !important;
}

.practice_page_access_box{
  background-color:#fff;
  border-radius: 15px;
  border: 5px solid #EC2D85;
  color: #6c6f73 !important;
}

.cursor_resize_practice_page{
    width: 40px;
    margin-top: 12px;
}

.dark_blue_background{
  background-color:#243896;
}
.virtualSlidesMaxWidth{
  max-width: 30%;
}
.webvr-info-box-close-x{
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 30px;
}
.overflow_auto{
  overflow: auto; 
}

.filter-blur {
  filter: blur(1px)
}

.width_auto {
  width: auto;
}

#accordion-course .panel{
  border-left: 4px solid #2468e5;
}

#accordion-course .panel-heading{
  background-color: #fff !important;
}

#accordion-coaching .panel{
  border-left: 4px solid #2468e5;
}

#accordion-coaching .panel-heading{
  background-color: #fff !important;
} 

.flipcard-course .card {
      text-align: center;
      width: 100%;
      height: 250px;
      transition: 0.6s;
      transform-style: preserve-3d;
      cursor: pointer;
      border-top: 4px solid #2468e5 !important;
      border: 1px solid #d5d5d5;
      box-shadow: 0 0 5px #d9d9d9;
    }
    
    /* flip the pane when hovered */
.flipcard-course .flipper.flip .card {
      transform: rotateY(180deg);
    }
.flipcard-course .front,
.flipcard-course .back {
      width: 100%;
      backface-visibility: hidden;
      position: absolute;
    }
    /* front pane, placed above back */
.flipcard-course .front {
      z-index: 2;
      /* for firefox 31 */
      transform: rotateY(0deg);
      height: 100%;
    }
    /* back, initially hidden pane */
.flipcard-course .back {
      transform: rotateY(180deg);
      height: 100%;
    }

.flipcard-course .icon {
    right: 20px;
    bottom: 10px;
    position: absolute;
    font-size: 20px;
    }

.vr-supported-badge{
    color: white;
    background-color: #2469ff;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 6px 8px;
}

.course-time-badge{
    color: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #000000bf;
    padding: 6px 8px;
}

.badge-practice-type{
    color: white;
    position: absolute;
    top: 20px;
    left: 20px;
}

.badge-practice-type-pill{
    background-color: #2469ff;
    padding: 6px 8px;
}

.practice-filter-svg{
  padding-top: 4px;
}

.rotate-360-icon{
  position: absolute;
  z-index: 999999;
  top: 15px;
  right: 15px;
}

.storytelling-prompt-background {
  background-color: #edfaff
}

.p-a-5 {
  padding: 5px;
}

.tool-top-banner{
  padding: 40px 20px;
}


.modal {
  overflow-y: auto;
}

.modal-open {
  overflow: auto;
}

.modal-open[style] {
  padding-right: 0px !important;
}

.exercise-intro-form-group{
    background-color: #e5f5ff;
    padding: 20px;
    margin: 20px 0;
}

.min_height_55px {
  min-height: 55px;
}

.min_height_60px {
  min-height: 60px;
}

.white-space-normal {
  white-space: normal;
}

.negotiate-button:hover {
  background-color: #e5f5ff;
  border: 1px solid #b8e4ff;
}

.negotiate-button::focus {
  background-color: #e5f5ff !important;
  border: 1px solid #b8e4ff !important;
}

.course_outcomes_align p {
  display: flex;
}

.web-certificate-padding {
  padding: 10px 0 150px 0
}

.web-certificate-callout {
  background-color: #d6edf6
}

.web-certificate-hr {
  width: 80px;
  border-top: 2px solid #0b89ff;
  margin: 10px 0
}

.word_wrap_break_word {
  word-wrap: break-word;
}
.pointer_events_none {
  pointer-events: none;
}

@media print {
  #footer, .print_hide {
    display: none !important;
  }
  .collapse {
    display: block !important;
    height: auto !important;
  }
    .col-sm-4 {
      width: 33.33%;
      float: left;
    }
  
    canvas {
      max-width: 100%;
    }
}

.return_previous_page{
    position: absolute;
    top: 10px;
    left: 10px;
}

.purpleColorText{
  color:#8b37f6;
}

.background-vs-purple {
  background-color: #8b37f6;
}

.sortable-table th {
  cursor: pointer;
}

.toggle-switch {
    position: relative;
    width: 160px;
    height: 34px;
}

.toggle-switch-checkbox {
    display: none;
}

.toggle-switch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #2595ff;
    border-radius: 20px;
}

.toggle-switch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in-out;
}

.toggle-switch-inner:before,
.toggle-switch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    box-sizing: border-box;
}

.toggle-switch-inner:before {
    content: attr(data-admin);
    padding-left: 10px;
    background-color: #2595ff;
    color: #FFFFFF;
}

.toggle-switch-inner:after {
    content: attr(data-user);
    padding-right: 10px;
    background-color: #FFFFFF;
    color: #2595ff;
    text-align: right;
}

.toggle-switch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 126px;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-inner {
    margin-left: 0;
}

.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-switch {
    right: 0px;
    background-color: #FFFFFF;
}

.admin-only {
    display: none;
}

.mode-toggle-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
}

.mode-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.mode-slider {
    position: relative;
    width: 120px;
    height: 30px;
}

.mode-slider input[type="range"] {
    width: 100%;
    height: 100%;
    background: transparent;
    position: relative;
    z-index: 2;
}

.mode-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    background: #2595ff;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: background 0.3s;
}

.mode-slider input[type="range"]::-moz-range-thumb {
    width: 30px;
    height: 30px;
    background: #2595ff;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: background 0.3s;
}

.slider-track {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    height: 16px;
    background: #e0e0e0;
    border-radius: 8px;
}

.mode-description {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

.mode-toggle-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.mode-label {
    font-size: 14px;
    color: #666;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2595ff;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2595ff;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.mode-description {
    color: #888;
    font-size: 12px;
}

.file-list-container {
    max-height: 300px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.file-list-container .list-group-item {
    border-color: #eee;
}

.admin-badge {
    background-color: #e3f2fd;
    color: #1976d2;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 8px;
}
.active-tab-underline {
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
.roleplay-studio-admin-template-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 15px;
}

.roleplay-studio-admin-template-grid .btn {
  width: 100%;
  height: 100%;
  white-space: normal;
  word-wrap: break-word;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 44px;
}

.resize-vertical{
  resize: vertical;
}
