@font-face {
  font-family: Dot Matrix;
  src: url(/assets/webapp_scenarios/memory/fonts/DOTMATRI.TTF)
}

@font-face {
  font-family: Classic Robot Condensed;
  src: url(/assets/webapp_scenarios/orderline/fonts/ClassicRobotCondensed.otf)
}

@font-face {
  font-family: Britanic;
  src: url(/assets/webapp_scenarios/sortitout/fonts/britanic.ttf)
}

a:hover {
  text-decoration: none;
}

body {
  font-family: 'Raleway';
  margin-top: 25px;
}

button .fa {
  margin-right: 6px;
}

.table-text div {
  padding-top: 6px;
}

.login-header-table th {
  padding: 20px;
}

.dashboard h2:not(.row.host-blast-summary-slide-panel-question h2, .panel.panel-default.col-md-12 h2, .panel.panel-default h2),
.dashboard h3:not(.panel.panel-default.col-md-12 h3, .panel.panel-default h3) {
  color: #fff;
}

img.banner {
  /*padding: 10px;
width:100%;
height:auto;
max-width: 300px;
*/

  margin-left: -10px;
  height: 90px;
  max-width: 300px;
  padding-bottom: 20px;
}

img.wink_banner {
  /*padding: 10px;
width:100%;
height:auto;
max-width: 300px;
*/
  margin-top: 5px;
  margin-left: -10px;
  height: 50px;
  width: 50px;
  max-width: 299px;

}

.like-theme .fa-heart:hover {
  color: red;
}

/****************************** BTN OVERRIDES ***********************/
.btn.wink-play-btn {
  white-space: normal !important;
  max-width: 300px;
  word-wrap: break-word;
}

/****************************** NAV BAR OVERRIDES ***********************/


.navbar {
  min-height: 60px;
}

.navbar-brand {
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
}

.navbar-toggle {

  /* (60px - button height 34px) / 2 = 23px */

  margin-top: 13px;
  padding: 9px 10px !important;
}


@media (min-width: 768px) {
  .navbar-nav>li>a {

    /* (60px - line-height of 27px) / 2 = 16.5px */

    padding-top: 16.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
}


.navbar-default {
  /*background-color: #F8F8F8;
border-color: #E7E7E7;*/
  background-color: #ffffff;
  border-color: #ffffff;
  border-bottom: 1px solid #d3d3d3;
}

/* Title */
.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5E5E5E;
}

/* Link */
.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #E7E7E7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #555;
  background-color: #D5D5D5;
}

/* Caret */
.navbar-default .navbar-nav>.dropdown>a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* Mobile version */
.navbar-default .navbar-toggle {
  border-color: #DDD;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #DDD;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #CCC;
}


#folderModal .modal-header.modal-theme-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  position: relative;
}

#folderModal .modal-header.modal-theme-head button.close {
    top: -10px;
}

#folderModal .modal-header.modal-theme-head button.bts-purple-theme {
    padding: 8px 30px;
}

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

.selected-image {
  width: 100%;
  height: 100%;
  padding: 10px;
  align-items: center;
    justify-content: center;
    display: flex !important;
}

span.remove-activity svg {
  height: 16px;
}

.download_rigor_files {
  display: flex;
  justify-content: space-between;
}
.remove-activity {
  background: #eb0000;
  padding: 2px 11px;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid #eb0000;
}
.remove-activity:hover
{
background: #fff;
border:1px solid #eb0000;
color: #eb0000;
font-weight: 500;

}

.header-description-outer-div{
  position: relative;
}

a.actions-cstm-edit {
  color: #000;
  position: relative;
  top: 1px;
  left: 0;
  right: auto;
}

a.actions-cstm-edit:hover {
  color: #337ab7;
}

.bts-gray-theme {
  display: inline-block;
  background-color: #fff;
  border-radius: 9px;
  line-height: 20px;
  font-weight: 600;
  font-size: 14px;
  color: #6B20C0;
  padding: 8px 52px;
  border: 1px solid #6B20C0;
}

.bts-gray-theme:hover{
  background-color: #6B20C0;
  color:#fff;
  border: 1px solid #6B20C0;

}

/* 28/nov/2024 */

.create-activity-layout {
  padding: 40px !important;
}
.create-activity-layout .form-new-design input, .create-activity-layout .form-new-design select, .form-new-design textarea {
  min-height: 46px;
  border: 1px solid #ddd;
  box-shadow: inset 1px 1px 3px #ddd;
  border-radius:4px;
}
.create-activity-layout .standard-popup {
  padding: 12px 20px;
  border-radius:4px;
}
.create-activity-layout #description-main-outer-div .label-inline-cstm {
  padding-bottom: 0px !important;
}

.create-activity-layout #description-main-outer-div a#autogen-desc {
  margin-bottom: 0px;
  padding: 12px 20px;
}
.create-activity-layout #description-main-outer-div .row {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
.create-activity-layout #description-main-outer-div .label-inline-cstm {
  display: block;
}
.create-activity-layout .bts-purple-theme, .create-activity-layout .btn-blue {
  padding: 12px 20px;
  border-radius:4px;
}
.create-activity-layout .note-editor.note-airframe .note-status-output:empty, .create-activity-layout .note-editor.note-frame .note-status-output:empty {
  background: #8080801c;
}


.modal-dialog.modal-lg .modal-content .modal-header {
  padding: 20px;
}

.modal-dialog.modal-lg .modal-content .modal-body {
  padding: 20px;
}

.modal-dialog.modal-lg .modal-content .modal-body #standard-table-main {
  margin-top: 0px;
}

.modal-dialog.modal-lg .modal-content .modal-body th {
  padding: 12px;
}

.modal-dialog.modal-lg .modal-content .modal-body .btn-small {
  padding: 8px 20px;
}

.modal-dialog.modal-lg .modal-content .modal-body td {
  height: auto;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
}
.create-activity-layout .page-head .mmrimg {
  flex-basis: 12%;
  display: flex;
  padding: 5px;
  background: #f4f4f4;
  text-align: center;
  justify-content: center;
  max-width: 69px;
  min-width: 60px;

}
.create-activity-layout .page-head .page-header-content h1 {
  font-size: 22px;
  line-height: 32px;
}

.create-activity-layout .page-head .page-header-content p {
  padding-top: 2px !important;
  font-size: 14px;
  line-height: 24px;
}

.form-new-design input, .form-new-design select, .form-new-design textarea {
  font-size: 14px !important;
  line-height: 24px !important;
}
.modal-body .draft-created {
  padding: 30px 0px;
}

.modal-body .draft-created h5.modal-title {
  padding-bottom: 10px;
}

.modal-body .draft-created p {
  padding-bottom: 20px;
}
.create-activity-layout .page-head .page-header-content h1 {
    padding-bottom: 2px;
}
.create-activity-layout .page-head .page-header-content p.description-text {
    padding-bottom: 3px;
}
.create-activity-layout .page-head .page-header-content a.actions-cstm-edit .fa-edit:before, .create-activity-layout .page-head .page-header-content a.actions-cstm-edit .fa-pencil-square-o:before {
    margin-right: 3px;
}
.scl-shr ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

.scl-shr ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 4px;
}

.create-activity-layout .page-head.head-with-content .page-header-content {
  flex-basis: 85%;
}

.create-activity-layout .page-head.head-with-content .scl-shr {
  flex-basis: 15%;
}
.scl-shr ul li a.like-theme i {
  font-size: 16px;
}
.scl-shr ul li a.actions-hlp i {
  padding-right: 4px;
}

.scl-shr ul li a {
  color: #A6A6A6;
  font-weight: 700;
}

.scl-shr ul li a:hover, .scl-shr ul li a:hover i {
  color: #2779e1;
}

.doc-data ul {
  margin: 0;
  padding: 0;
  display: flex;

}

.doc-data ul li {
  list-style: none;
  display: flex;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  align-items: center;
  margin-right: 20px;
}

.doc-data ul li span.sbj-img img {
  max-width: 45px;
}

.doc-data ul li span.sbj-img {
  padding-right: 5px;
}
.doc-data ul li b {
  padding-right: 5px;
}
.bloom-list .bloom-activity {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  align-items: flex-start;
  border: 1px solid #ddd;
}
.bloom-activity-text {
  padding-top: 2px;
}
.bloom-list .bloom-activity .bloom-activity-text {
  max-width: 80%;
}
.bloom-list .bloom-activity .bloom-activity-img .bloomimg
{
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background: #fff;
  width: 70%;
  justify-content: center;
  max-width: 91px;
  margin: 0 auto;
  margin-bottom: 8px;

}
.bloom-list .bloom-activity .bloom-activity-text .activity-edit h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  padding-bottom: 0px;
}
.bloom-list .bloom-activity .bloom-activity-img {
  min-width: 130px;
}
.bloom-list .bloom-activity .bloom-activity-img p {
  margin-bottom: 0px;
}
.download_rigor_files a {
  color: #333 !important;
}

.download_rigor_files {
  margin-bottom: 5px;
  margin-top: 8px;
}

.bloom-activity-text p {
  font-size: 14px !important;
}

.bloom-list .bloom-activity:hover {
  background: #f4f4f4;
  box-shadow: 0px 0px;
  border-color: #f4f4f4;
}
.stndrd-activity p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0px;
}
.download_rigor_files a:hover {
  color: #337ab7 !important;
}
.bloom-list .bloom-activity {
  position: relative;
}

.bloom-list .bloom-activity .remove-activity-icn {
  position: absolute;
  top: 27px;
  right: 32px;
  cursor: pointer;
}
.dok-file-data .stndrd-activity p {
  margin-bottom: 0px;
}
.scl-shr ul li a i {
  padding-right: 0px !important;
  font-size: 16px !important;
}
.bloom-list .bloom-activity .remove-activity-icn .remove-activity1 svg {
  width: 16px;
  height: 16px;
}
.dok-level-text h5, .dok-level-text h5 span {
  margin-bottom: 8px !important;
}
.dok-preview p {
  font-size: 16px;
}
.dok-preview p a.create-edit {
  font-size: 16px;
}
.dok-edit-levels
{
  gap: 10px !important;
}
.create-activity-layout .page-head.head-with-content .scl-shr ul {
  width: 100%;
}
.create-activity-layout .page-head.head-with-content .scl-shr ul li {
  display: block;
  padding-bottom: 6px;
}

.modal-main-outer-div.modal-content{
  max-height: 500px;
  overflow-y: scroll;
}
.generate-exercise-main .page-head
{
  align-items: flex-start !important; 
}
.page-head.head-with-content.for-activity-edit {
  justify-content: space-between;
}

.page-head.head-with-content.for-activity-edit .activity-wih-img {
  flex-basis: 90%;
}
.scl-attachment ul {
  margin: 0;
  padding: 0;
}

.scl-attachment ul li {
  line-height: normal;
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}

.scl-attachment ul li span {
  padding-right: 5px;
}

.scl-attachment ul li span.caret {
  padding-right: 0px;
}
.publish-btn-main {
  display: flex;
  justify-content: flex-end;
} 
.publish-btn-main .warning-box-container-activity-not-published.right-move {
  display: flex;
  justify-content: flex-end;
  padding-right: 12px;
  margin-bottom: 0px;
} 
.publish-btn-main th {
  padding: 0px;
}
.publish-btn-main .warning-box-container-activity-not-published {
  width: auto !important;
} 

.bloom-list .bloom-activity .remove-activity-icn .remove-activity1 {
  z-index: 999999;
}
.publish-btn-main button.btn-sm.publish-private.btn.publish-activity-now-button {
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Raleway';
  background: #6B20C0;
  transition: 0.2s ease-out;
}

.publish-btn-main button.btn-sm.publish-private.btn.publish-activity-now-button:hover {
  background: transparent;
  color: #6B20C0;
}
.exercise-characterprofile-outer form.panel-body {
  padding: 0px;
}
.exercise-characterprofile-outer .form-group .row.thoughtstext-img-container {
  margin-left: 0px;
  margin-right: 0px;
}
.exercise-characterprofile-outer .row {
  margin-left: 0;
  margin-right: 0;
}
.exercise-characterprofile-outer .section-title {
  padding-bottom: 5px;
}
.exercise-characterprofile-outer .section-title h3 {
  padding-bottom: 2px;
}
.exercise-characterprofile-outer .card-content div {
  font-size: 12px;
}
.exercise-characterprofile-outer .audio-dropzone.audio-cards.actionssound {
  margin-bottom: 6px;
}
.exercise-characterprofile-outer, .exercise-add-making-time-outer {
  background: #fff;
  padding: 40px;
  margin: 0 auto;
  box-shadow: 0px 0px 4px 3px #0000000d;
  border-radius: 8px;
}
.exercise-memory-outer form.panel-body {
  background: #fff;
  padding: 40px;
  margin: 0 auto;
  box-shadow: 0px 0px 4px 3px #0000000d;
  border-radius: 8px;
}
.exercise-add-making-time-outer form.panel-body
{
  padding: 0px;
}
.exercise-add-making-time-outer .form-group .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}
.exercise-add-making-time-outer .form-group select {
  margin-top: 10px;
}

.exercise-add-making-time-outer .form-group tr.heading th {
  padding: 0px;
}

.exercise-add-making-time-outer .form-group .toggle.btn.btn-default.off {
  margin-top: 10px;
  margin-left: 0px;
}
.exercise-add-making-time-outer tr.default-options td {
  padding-right: 10px;
}
.exercise-add-making-time-outer a.making-time-remove-row {
  border: 1px solid;
  padding: 0px 1px;
  border-radius: 50px;
  background: #ddd;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 16px;
}
.exercise-add-making-time-outer #making-time-add-time-button {
  padding-top: 12px;
}
.exercise-add-making-time-outer tr.default-options input.form-control {
  margin-top: 10px;
}
.exercise-add-making-time-outer .toggle.btn.btn-primary
{
  margin-top: 10px;
}
.cards-activity-memory a.remove-cards {
  color: #337ab7;
}
.cards-activity-memory .form-group .col-sm-12 {
  padding: 0px 0px 5px 0px;
}
.exercise-more-less-outer form.panel-body
{
  background: #fff;
  padding: 40px;
  margin: 0 auto;
  box-shadow: 0px 0px 4px 3px #0000000d;
  border-radius: 8px;
}
.exercise-orderline-outer form.panel-body
{
  background: #fff;
  padding: 40px;
  margin: 0 auto;
  box-shadow: 0px 0px 4px 3px #0000000d;
  border-radius: 8px; 
}
.exercise-orderline-outer .row {
  margin-left: 0;
  margin-right: 0;
}

.exercise-or
derline-outer .row .image-cards {
  border-radius: 4px;
}
.exercise-sortitout-outer form.panel-body
{
  background: #fff;
  padding: 40px;
  margin: 0 auto;
  box-shadow: 0px 0px 4px 3px #0000000d;
  border-radius: 8px;  
}
.exercise-sortitout-outer tbody {
  width: 100%;
}
#folderModal .modal-content {
  max-height: 400px;
  overflow-y: auto;
}

#folderModal .modal-dialog.modal-lg {
  top: 50%;
}
.exercise-spinner-outer .row {
  margin-left: 0;
  margin-right: 0;
}
.exercise-spinner-outer button#add-row-activity-spinner {
  margin-bottom: 12px;
}
.exercise-venn-diagrammer-outer form.panel-body {
  background: #fff;
  padding: 40px;
  margin: 0 auto;
  box-shadow: 0px 0px 4px 3px #0000000d;
  border-radius: 8px;
}
.exercise-venn-diagrammer-outer form.panel-body .form-group.file-flex {flex-wrap: wrap;flex-direction: column;}
.exercise-venn-diagrammer-outer form.panel-body input.custom-form-control {
    width: 100%;
}
.exercise-venn-diagrammer-outer form.panel-body .form-group.file-flex {
    padding-bottom: 0px;
}
.exercise-wordPlay-outer form.panel-body
{
  background: #fff;
  padding: 40px;
  margin: 0 auto;
  box-shadow: 0px 0px 4px 3px #0000000d;
  border-radius: 8px; 
}
.exercise-wordPlay-outer .form-group textarea.form-control {
  margin-top: 10px;
}
.activity-form.dok-data.show-bloom-activity ul.dropdown-menu li {
  width: 100%;
  padding: 2px 0px;
  border-bottom: 1px solid #ddd;
}

.activity-form.dok-data.show-bloom-activity ul.dropdown-menu li a {
  width: 100%;
  padding: 4px 10px;
}
.activity-modal .modal-body
{
  background: #fff;
  padding: 40px;
  margin: 0 auto;
  box-shadow: 0px 0px 4px 3px #0000000d;
  border-radius: 8px;  
}
.activity-modal .modal-dialog {
  max-width: 600px;
}
.request-modal .panel-body {
  padding: 24px;
}
.activities-modal1 .nav-tabs>li.active, .activities-modal1 .nav-tabs>li.active a {
  background: #f4f4f4 !important;
}

#activity-attachment-upload-tab {
  background: #f4f4f4 !important;
}

.dropzone {
  border: 1px solid #ddd;
  background: #fff;
}
.activities-modal .modal-body {
  background: #fff !important;
}

.activities-modal a {
  background-color: #f4f4f4 !important;
}

.activities-modal .table-striped>tbody>tr:nth-of-type(odd) {
  background: #fff !important; 
}

.activities-modal form.panel-body {
  padding: 10px 0px;
}
#videostream-create-container .panel-body {
  padding: 30px;
}
.btn-purple-cstm {
  background: #6B20C0;
  border: 1px solid #6B20C0;
}

.btn-purple-cstm:hover {
  background: transparent;
  color: #6B20C0;
  border: 1px solid #6B20C0;
}
ul#foldersContainer-inner {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

ul#foldersContainer-inner li {
  list-style: none;
  border: 1px solid #ddd;
  padding: 2px;
  margin: 4px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-basis: calc(92% / 5);
  height: 80px;
}

ul#foldersContainer-inner li img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

ul#foldersContainer-inner li:hover img {
  opacity: 0.8;
}
.publish-btn-main.pb-main-btn .warning-box-container-activity-not-published {
  min-width: auto !important;
}
.dok-file-data .dok-img-text p:last-child {
  margin-bottom: 0px;
}

/*10-12-2024*/

.description-text, .create-activity-layout .page-head .page-header-content h1 {
  word-break: break-word;
}
.activity-form .exercise-orderline-outer .cards-activity-orderline .image-cards {
  max-width: 186px;
  min-width: 186px;
  margin-left: 0px;
}
.exercise-page-header-main.page-head {
  padding-bottom: 30px;
}
.create-activity-layout .activity-form {
  margin-top: 15px;
}
.form-control.card-activty {
  margin-top: 15px;
  margin-bottom: 15px;
}
.instruction-box{
  max-height: 400px;
  overflow-y: scroll;
}
.image-cards
{
  border-radius: 4px;
}
.sortitout-card
{
  border:1px solid #ccc !important;
  border-radius: 4px !important;
}
#sortItOutTable th  input {
  display: block;
  width: 100%;
  height: 34px;
  min-width: 80px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.table-responsve {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 50px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.exercise-more-less-outer .cards-activity-moreorless .image-cards {
  width: 180px;
}

.exercise-characterprofile-outer .row .image-cards {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: bold;
  min-height: 160px !important;
  min-width: 160px !important;
  width: 160px;
  padding: 8px;
  margin-right: 14px;
  margin-bottom: 12px;
  position: relative;
}
.clr .audio-dropzone {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.clr .audio-cards-main{
  width:70%
}
.exercise-add-making-time-outer .making-time-remove-row {
  border: 0px !important;
  color: #000;
}
.exercise-add-making-time-outer #making-time-add-time-button {
  text-align: right;
  padding-right: 8px;
}
.exercise-add-making-time-outer .row.minuteIncrement-container .col-md-8.col-sm-12 {
    padding-right: 0px;
}

.exercise-add-making-time-outer .row.minuteIncrement-container #author-making-time table {
    padding-right: 0px !important;
    margin-right: 0px !important;
}
.exercise-add-making-time-outer .row.minuteIncrement-container tr.default-options td:last-child {
  padding-right: 0px !important;
}
.bloom-list .bloom-activity .blm-slctbx {
  margin-top: 3px;
  padding-right: 40px;
}

.bloom-list .bloom-activity .blm-slctbx select.form-select {
  border: 1px solid #ccc;
  background: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  width: 90px;
  font-size: 14px;
}

.bloom-list .bloom-activity .blm-slctbx select.form-select:focus {
  border: 0px;
  outline: 1px solid #ccc;
}
.exercise-memory-outer .image-cards {
  border: 1px solid #ccc;
  border-radius: 4px;
  max-width:186px;
  max-height:186px;
  min-width:186px;
  min-height:186px;
}
.exercise-more-less-outer .actvt-more-less .row {
  margin-left: 0;
  margin-right: 0px;
}
.scl-shr ul li a {
  font-size: 18px;
  line-height: 24px;
}
.exercise-spinner-outer .cards-activity-spinner .image-cards {
  margin-left: 0px;
  max-width: 186px;
}
.exercise-spinner-outer .form-group a.remove-cards {position: relative;top: -20px;}
.page-header-content p, .page-header-content h1, .page-header-content * {
  word-break: break-word;
}
.modal-theme-content h5, .modal-theme-content p
{
  word-break: break-word;
}
.create-activity-layout .page-head.head-with-content .scl-shr ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
}
.create-activity-layout .page-head.head-with-content .scl-shr ul li {
  width: 20px;
  text-align: center;
}
.dok-data-img {
  flex-direction: row-reverse;
}

/*20-12-2024 cs css*/
.form-control
{
  height: 46px;
}
.btn-purple-cstm {
  padding: 12px 42px;
}
.btn-small {
  padding: 12px 36px !important;
}
.exercise-sortitout-outer .pull-right.add-category-sortitout {
  background: #6B20C0;
  padding: 4px 6px;
  border-radius: 4px;
  border: 1px solid #6B20C0;
}
.exercise-sortitout-outer .pull-right.add-category-sortitout span, .exercise-sortitout-outer .pull-right.add-category-sortitout a {
  color: #fff;
  text-decoration: none;
}
 
.exercise-sortitout-outer .table-responsve {
  margin-top: 70px;
}
 
.exercise-sortitout-outer .pull-right.add-category-sortitout:hover {
  border: 1px solid #6B20C0;
  background: transparent;
}
 
.exercise-sortitout-outer .pull-right.add-category-sortitout:hover a, .exercise-sortitout-outer .pull-right.add-category-sortitout:hover span {
  color: #6B20C0;
}
.remove-category-sortitout {
  color: #6B20C0 !important;
  background: #fff;
}
.exercise-sortitout-outer button.btn.btn-default {
  background: #6B20C0;
  padding: 4px 4px;
  color: #fff;
  border: 1px solid #6B20C0;
}
 
.exercise-sortitout-outer button.btn.btn-default:hover {
  background: transparent;
  color: #6B20C0;
}
.exercise-memory-outer form.panel-body .cards-activity-memory .image-cards {
  margin-left: 0px;
  margin-right: 60px;
}
.exercise-memory-outer form.panel-body .cards-activity-memory .row {
  margin-left: 0px;
  margin-right: 0px;
}
.exercise-memory-outer form.panel-body .cards-activity-memory .row .col-sm-3 {
  padding-left: 0px;
}
.cards-activity-memory a.remove-cards {
  color: #ff0000;
}
button.btn.btn-default.add-memory-pair-button {
  background: #6B20C0;
  color: #fff;
  padding: 4px 4px;
}
 
button.btn.btn-default.add-memory-pair-button:hover {
  border: 1px solid #6B20C0;
  background: transparent;
  color: #6B20C0;
}
button.btn.btn-default.add-memory-pair-button:focus {
  outline: 0px;
}
.exercise-sortitout-outer .pull-right.add-category-sortitout a:focus, .exercise-sortitout-outer .pull-right.add-category-sortitout span:focus {
  outline: 0px;
}
.cards-activity-memory a.remove-cards svg {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}
 
.cards-activity-memory a.remove-cards {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.ctm-csv-cls .upload-csv-btn {
  position: relative;
  top: -30px;
}  
.ctm-csv-cls .form-group {
  margin-bottom: 22px;
}

.pblshbtn button.btn.instrction {
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Raleway';
  background: #6B20C0;
  transition: 0.2s ease-out;
  color: #fff;
}

.pblshbtn {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.pblshbtn button.btn.instrction:hover {
  background: #fff;
  border: 1px solid #6B20C0;
  color: #6B20C0;
}
.instructionHeading{
  color: #333 !important;
  font-size: 15px;
  font-weight: 600;
}
.create-instructions{
  color: #fff;
  background-color: #6B20C0;
  padding: 2px 5px;
  text-align: center;
  border-radius: 50%;
}


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

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

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

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

.switchtoggle input:checked + .slider {
  background-color: #6B20C0;
}

.switchtoggle input:focus + .switchtoggle .slider {
  box-shadow: 0 0 1px #6B20C0;
}

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

/* worksheet pagination div  */
.common-pagination{
  float:right;
}

/* Rounded sliders */
.switchtoggle .slider.round {
  border-radius: 34px;
}

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

/*20-12-2024 cs css end*/

 
/*23-12-2024*/
.swal2-modal.show-swal2 {
  border: 1px solid #ddd;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
}
button.swal2-confirm.btn-success, button.swal2-cancel.btn-danger {
  padding: 12px 31px;
  font-size: 14px;
  font-weight: 600;
  background-color: #6B20C0;
  border: 1px solid #6B20C0;
  box-shadow: 0px 0px #000;
  outline: 0px;
  margin: 4px;
}
.btn-primary:hover
{
  border-color: #6B20C0;
 
}
button.swal2-confirm.btn:hover, button.swal2-cancel.btn-danger:hover {
  color: #6B20C0;
  background: transparent !important;
}
.bts-purple-theme, .btn-blue {
  padding: 12px 52px !important;
  border-radius: 4px !important;
}
#saved-memory-images-modal button.btn, #load-image-widget-orderline button.btn {
  font-size: 14px;
  font-weight: 600;
  background-color: #6B20C0;
  border: 1px solid #6B20C0;
  box-shadow: 0px 0px #000;
  outline: 0px;
  color: #ffff;
}
 
#saved-memory-images-modal .zoom a, #load-image-widget-orderline .zoom a {
  color: #6B20C0;
}
#saved-memory-images-modal button.btn:hover, #load-image-widget-orderline button.btn:hover
{
  color: #6B20C0;
  background: transparent !important;
}
.exercise-spinner-outer button.btn.btn-default, button.btn.btn-default.add-pair-activity-moreorless, .add-orderline-card-button
{
  background: #6B20C0;
  color: #fff;
  padding: 4px 4px;
}
.exercise-spinner-outer button.btn.btn-default:hover, button.btn.btn-default.add-pair-activity-moreorless:hover, .add-orderline-card-button:hover
{
  border: 1px solid #6B20C0 !important;
  background: transparent !important;
  color: #6B20C0 !important;
}
a.remove-cards {
  color: #ff0000;
  font-weight: 600;
}
 
 
form#canvasForm .image-editor-container.dropzone_drop_area {
  padding-left: 0px;
  padding-right: 0px;
}
a.remove-cards svg {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}
 
.remove-cards {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
  background-color: #6B20C0;
  border-color: #6B20C0;
}
.create-activity-layout .btn-primary, .create-activity-layout .btn-primary:hover {
  color: #fff;
  background-color: #6B20C0;
  border-color: #6B20C0;
}
#making-time-add-time-button span, #making-time-add-time-button a {
  color: #fff;
  padding: 2px;
  margin: 0px;
}
 
#making-time-add-time-button {
  border: 1px solid #6B20C0;
  background: #6B20C0;
  width: 120px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px !important;
  margin-top: 20px;
  float: right;
}
 
#making-time-add-time-button:hover {
  background: transparent;
  border: 1px solid #6B20C0;
}
 
#making-time-add-time-button:hover a, #making-time-add-time-button:hover span {
  color: #6B20C0;
  text-decoration: none;
}
#making-time-add-time-button:hover a:focus
{
  text-decoration: none;
}
.exercise-venn-diagrammer-outer .add-category, .exercise-venn-diagrammer-outer .create-prompts {
  background: #6B20C0;
  color: #fff;
  padding: 8px 10px;
  border-radius: 4px;
  margin-left: 10px;
  font-weight: 600;
  border: 1px solid #6B20C0;
}
 
.exercise-venn-diagrammer-outer .add-category:hover, .exercise-venn-diagrammer-outer .create-prompts:hover {
  border: 1px solid #6B20C0;
  background: transparent;
  color: #6B20C0;
}
table#vennDiagrammerTable a {
  color: #6B20C0;
  background: #fff;
}
.dok-preview p a.create-edit {
  background: #6B20C0 !important;
  text-align: center;
  padding: 0px;
  border-radius: 50px;
  margin-left: 2px;
}
 
.dok-preview p a.create-edit i {
  color: #fff !important;
  text-align: center;
  padding: 0px 5px;
  font-size: 12px;
}
 
.canvas-modal-popup .modal-content .modal-body .editor-container-outer {
  width: 100%;
  margin: 0;
  padding: 0;
}
 
.canvas-modal-popup .modal-content .modal-body button.btn.btn-info, .canvas-modal-popup .modal-content .modal-body button.btn.btn-default, .canvas-modal-popup .modal-content .modal-body  button.btn.btn-primary.savecanvas {
  font-size: 12px !important;
  margin-bottom: 10px;
}
.canvas-modal-popup .modal-content .modal-body .form-group.pull-right.col-sm-6 {
  padding-left: 0px !important;
  display: flex;
  justify-content: flex-end;
}
 
.canvas-modal-popup .modal-content .modal-body  .row.top-bar.col-sm-16.image-editor-action-btn {
  width: 100% !important;
}
 
.canvas-modal-popup .modal-content .modal-body .col-sm-8.image-editor {
  padding-right: 0px;
}
.canvas-modal-popup .modal-content .modal-body canvas#imageCanvas {
  width: 100%;
}
.canvas-modal-popup .btn-info {
  background-color: #6B20C0 !important;
  border-color: #6B20C0 !important;
}
.canvas-modal-popup .zoom a
{
color: #6B20C0 !important;
}
 
#unassignWorksheet{
  cursor: pointer;
  color: red;
  float: right;
  margin: 0px 0px 0px 14px;
  font-weight: 700;
}
/*cs*/
.universefraction .video-stream-page-embedded {
  max-width: 140px;
  margin-top: 0px;
}

.universefraction .video-stream-page-embedded h4 {
  font-size: 12px;
  display: flex;
  line-height: 22px;
}

.universefraction .video-stream-page-embedded h4 a.btn.btn-small {
  padding: 10px !important;
} 
.attachmentdata .attachement-files img {
  max-width: 200px;
}

.attachmentdata .attachement-files {
  padding-top: 10px;
  padding-bottom: 10px;
}
.attachvideostream {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.attachvideostream .video-stream-page-embedded {
  width: 100%;
  max-width: 100%;
  flex-basis: 22%;
}
.attachmentdata {
  display: flex;
  gap: 10px;
}

.attachmentdata .attachement-files{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-basis: 14%;
}

.attachmentdata .attachement-files img {
  max-width: 100%;
}

.attachmentdata .attachement-files embed {
  max-width: 100%;
}
.attachement-files .viewicon{
margin-bottom: 10px;
color: #6B20C0;
text-decoration: none;
font-size: 16PX;
}

.youtube-icon{
  position: absolute;
  bottom: 10px;
  left:10px;
}
.remove-file-btn{
  margin-left:10px;
}

/*23-12-2024*/





/* Base styles for elements with title tooltips */
.tooltip-help {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Tooltip styling (using title attribute) */
.tooltip-help::after {
  content: attr(title); /* Use the title attribute's content */
  visibility: hidden;
  opacity: 0;
  width: auto;
  max-width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.4;

  /* Positioning */
  position: absolute;
  z-index: 10;
  bottom: 100%; /* Position above the element */
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;

  /* Transition for smooth appearance */
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Tooltip arrow */
.tooltip-help::before {
  content: "";
  position: absolute;
  bottom: 58%; /* Adjust arrow positioning below the tooltip */
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Show tooltip on hover */
.tooltip-help:hover::after,
.tooltip-help:hover::before {
  visibility: visible;
  opacity: 1;
}








/* Base styles for elements with title tooltips */
.tooltip-back {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Tooltip styling (using title attribute) */
.tooltip-back::after {
  content: attr(title); /* Use the title attribute's content */
  visibility: hidden;
  opacity: 0;
  width: auto;
  max-width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.4;

  /* Positioning */
  position: absolute;
  z-index: 10;
  bottom: -22px;
  left: 40px;
  transform: translateX(-50%);
  white-space: nowrap;

  /* Transition for smooth appearance */
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Tooltip arrow */
.tooltip-back::before {
  content: "";
  position: absolute;
  bottom: 15%;
  left: 100%;
  transform: translateX(-50%) rotate(0deg);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Show tooltip on hover */
.tooltip-back:hover::after,
.tooltip-back:hover::before {
  visibility: visible;
  opacity: 1;
}


#filtered_worksheet_list_container table {
  overflow: visible;
}
.assignscenr .select2-container--default .select2-selection--multiple {
  border: 0px;
}
.assignscenr .select2-container--default .select2-selection--multiple ul.select2-selection__rendered {
  border: 1px solid #ddd;
  box-shadow: inset 1px 1px 3px #ddd;
  border-radius: 4px;
}
.assignscenr .select2-container .select2-search--inline .select2-search__field {
  margin-top: 0px;
}









.cstm-theme-modal #activity-bloom-link.bts-purple-theme {
  padding: 12px 45px;
}
.blm-lvl p b, .blm-lvl p a {
  display: block;
  text-align: center;
}

.head-inline-content {
  word-break: break-word;
}

/*10-12-2024 end*/

/*  24-dec-2024 start */
/* .btn-small-purple-theme {
  border: 1px solid #6B20C0;
  background: #6B20C0;
  width: 120px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px !important;
  margin-top: 20px;
  float: right;
}
.import-main-div {
  display: flex;
  justify-content: space-between;
}
.making-time-save-button:disabled {
  background-color : #6B20C0;
  cursor: not-allowed; 
  color:white;
  opacity: 0.7;
} */

#author-characterprofile-activity-file.modal {
  overflow-x: hidden;
  overflow-y: auto;
}
/* 24-dec-2024 end */
/* 26-dec-2024 start */
button.upload-activity-file-modal {
  background: transparent;
  border: none;
 
}
a.favorite.like-theme {
  margin-right: 0px;
}
/* 26-dec-2024 end */
/* 27-dec-2024 start */
 .flex-box-cstm strong {
  word-break: break-word;
}
 /* 27-dec-2024 end */

/* 31-dec-2024 start */
 .modal-popup .modal-content {
  max-height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* 31-dec-2024 end */

/* 02-jan-2025 start */
.upload-csv-btn {
  border: 1px solid #6B20C0;
  background: #6B20C0;
  width: 120px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px !important;
  margin-top: 20px;
  float: right;
}
/* 02-jan-2025 end */

/* 06-jan-2025 start */
.upload-csv-btn {
  margin-top: 0px;
  margin-bottom: 10px;
}
.exercise-add-making-time-outer .form-group.csv-btn-main {
  display: block;
  min-height: 40px;
}
.exercise-wordPlay-outer .upload-csv-btn {
  margin-top: 0px;
}
.back-icon svg {
  max-width: 20px;
}
.exercise-page-header-main.page-head
{
  max-height: 50px;
}
.create-activity-layout {
  position: relative;
}
.create-activity-layout .exercise-page-header-main.page-head a.back-icon {
  position: absolute;
  top: 5px;
  right: 12px;
}
.create-activity-layout .exercise-page-header-main.page-head a.back-icon svg {
  max-height: 30px;
}
/* 06-jan-2025 end */

/* 08-jan-2025 start */
.venn-upload-outer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* 08-jan-2025 end */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .exercise-memory-outer form.panel-body .cards-activity-memory .row .col-sm-3 {
    width: 100%;
}
.attachvideostream .video-stream-page-embedded {
  flex-basis: 48%;
}
}
 

@media only screen and (max-width: 480px) {
.bloom-list .bloom-activity {
  align-items: center;
}
.bloom-list .bloom-activity .bloom-activity-img {
  text-align: center;
}
.bloom-list .bloom-activity .bloom-activity-img {
  margin: 0 auto;
}
.bloom-list .bloom-activity .bloom-activity-text {
  max-width: 100%;
  text-align: center;
}
.bloom-dropdwn {
  margin: 0 auto;
  text-align: center;
}
}
@media only screen and (max-width: 767px) {

/*23-12-2024*/
a.remove-cards {
  position: relative;
  top: -22px;
}
#saved-memory-images-modal button.btn, #load-image-widget-orderline button.btn {
  display: block;
}
 
.canvas-modal-popup .modal-content .modal-body .form-group.pull-right.col-sm-6 {
  justify-content: flex-start;
}
 
.canvas-modal-popup .modal-content .modal-body .row.top-bar.col-sm-16.image-editor-action-btn .col-sm-6 {
  padding-left: 0px;
  margin-left: 0px !important;
}
 
 
 
/*23-12-2024*/

  .dok-data-img {
    padding-bottom: 10px;
}
  .for-activity-edit .like-theme
  {
    position: relative !important;
  }
  .create-activity-layout .page-head.head-with-content .scl-shr ul {
    display: inline-block;
}
  .exercise-more-less-outer .actvt-more-less .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.exercise-more-less-outer form.panel-body button#add-pair-activity-moreorless {
  float: none;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.bloom-list .bloom-activity .blm-slctbx {
    padding-right: 0px;
}
  .ex-tbl tr th, .ex-tbl tr td {
    font-size: 12px !important;
    min-width: 100px;
}

.ex-tbl {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 4px;
}
  .exercise-characterprofile-outer .row .image-cards
  {
    float: left;
    min-height: 110px !important;
    min-width: 110px !important;
    width: 110px;
  }
  .clr .audio-dropzone
  {
width: 110px;
height: 110px;
  }
.exercise-sortitout-outer form.panel-body {
  padding: 30px;
}
  .publish-btn-main.pb-main-btn {
    display: flex;
    flex-wrap: wrap;
}

.publish-btn-main.pb-main-btn button.bts-purple-theme {
    max-width: 150px;
    margin-bottom: 10px;
}

.publish-btn-main.pb-main-btn .warning-box-container-activity-not-published {
    padding-right: 0px;
}

.publish-btn-main.pb-main-btn .warning-box-container-activity-not-published button.btn-sm.publish-private {
    min-width: 150px;
}


.publish-btn-main.pb-main-btn {
    align-items: center;
    justify-content: flex-start;
}
  .srchbr .search-container form {
    display: flex;
    margin-top: 10px;
}

.srchbr .search-container form input#folderSearchInput {
    margin-top: 0px;
}
  .modal-dialog.modal-lg .modal-content #close-folders-main {
    display: flex;
    gap: 20px;
}
  #folderModal .modal-header.modal-theme-head .srchbr {
    flex-wrap: wrap;
    justify-content: center;
}

#folderModal .modal-header.modal-theme-head .srchbr .srchdg {
    padding-bottom: 10px;
}
  ul#foldersContainer-inner {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

ul#foldersContainer-inner li {
    list-style: none;
    border: 1px solid #ddd;
    padding: 2px;
    margin: 4px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-basis: calc(92% / 5);
    height: 80px;
}

ul#foldersContainer-inner li img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

ul#foldersContainer-inner li:hover img {
    opacity: 0.8;
}

ul#foldersContainer-inner li {
    flex-basis: calc(90% / 3);
}
.bts-purple-theme {
    margin-top: 10px;
}

#close-folders-main {
    text-align: center;
    padding-bottom: 20px;
}

.modal-footer .bts-purple-theme {
    width: 80%;
}
  .activity-modal .modal-body {
    padding: 20px;
}
  .exercise-wordPlay-outer form.panel-body {
    box-shadow: 0px 0px;
    padding: 20px 0px 0px 0px;
}
  .exercise-page-header-main .page-header-content h1 {
    text-align: center;
}

.exercise-page-header-main {
    padding: 0px 0px 20px 0px;
}
  .exercise-venn-diagrammer-outer form.panel-body {
    padding: 10px 0px 0px 0px;
    box-shadow: 0px 0px;
}
.exercise-venn-diagrammer-outer form.panel-body p a {
    padding-left: 0px;
}
  .exercise-orderline-outer form.panel-body {
    padding: 20px 0px 0px 0px;
    box-shadow: 0px 0px;
}

.exercise-orderline-outer form.panel-body button#add-row-activity-orderline {
    margin-bottom: 20px;
}
  .exercise-more-less-outer {
    padding-top: 20px;
}

.exercise-more-less-outer button#add-pair-activity-moreorless {
    float: right;
}
  .exercise-more-less-outer form.panel-body a.remove-cards.pull-right {
    margin-top: -20px;
}
  .exercise-more-less-outer form.panel-body button#add-pair-activity-moreorless {
    margin-bottom: 20px;
}

.exercise-more-less-outer form.panel-body .comparer.text-center {
    margin-top: 20px;
    margin-bottom: 20px;
}
  .cards-activity-memory a.remove-cards {
    margin-top: -17px;
}
.activity-form button#add-pair-exercise-activity-memory {
  margin-bottom: 15px;
}
  .exercise-memory-outer button#add-pair-activity-memory {
    margin-bottom: 20px;
}
  .exercise-memory-outer form.panel-body, .exercise-more-less-outer form.panel-body {
    box-shadow: 0px 0px;
    padding: 0px;
}
  .exercise-add-making-time-outer .minuteIncrement-container .col-md-8 {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
  }
  .exercise-add-making-time-outer {
    box-shadow: 0px 0px;
    padding: 0px;
}
.exercise-add-making-time-outer.form-group {
    overflow-x: scroll;
}

.exercise-add-making-time-outer .form-group th {
    padding: 0px 5px !important;
}
  .exercise-characterprofile-outer {
    box-shadow: 0px 0px;
    padding: 0px;
}
  #foldersContainer .folder-structure {
    flex-basis: calc(86% / 2) !important; 
}
  .dok-level-text h5, .dok-level-text h5 span {font-size: 14px !important;}

.dok-preview p, .dok-preview p a.create-edit {
    font-size: 14px !important;
    line-height: 24px !important;
}
.doc-data ul li {
  font-size: 14px;
  line-height: 26px;
}
  .create-activity-layout .form-new-design input, .create-activity-layout .form-new-design select, .form-new-design textarea {
    font-size: 14px;
}
.create-activity-layout .bts-purple-theme, .create-activity-layout .btn-blue {
    font-size: 14px;
}
.create-activity-layout #description-main-outer-div a#autogen-desc {
    font-size: 14px;
}
.create-activity-layout .page-head {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.create-activity-layout .page-head .page-header-content h1 {
  margin-left: 0px;
  margin-right: 0px;
}
.form-new-design label {
  font-size: 14px;
}
.create-activity-layout .form-new-design input, .create-activity-layout .form-new-design select, .form-new-design textarea {
  font-size: 14px;
}
.dscmargntp {
  margin-top: 50px;
}
.create-activity-layout #description-main-outer-div .row {
  flex-wrap: wrap;
}
.create-activity-layout #description-main-outer-div .row a#autogen-desc {
  margin-top: 12px;
}
.create-activity-layout {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.modal-head-text {
  font-size: 16px;
  line-height: 20px;
}

.modal-dialog.modal-lg .modal-content .modal-body td {
  font-size: 12px;
  line-height: 22px;
}

.modal-dialog.modal-lg .modal-content .modal-body th {
  font-size: 12px;
  line-height: 22px;
}
.bts-purple-theme, .btn-blue {
  font-size: 12px !important;
}
.create-activity-layout .page-head .mmrimg {
  flex-basis: 60px;
  justify-content: center;
}
.modal-body .draft-created {
  padding: 20px 0px;
}

.modal-body .draft-created h5.modal-title {
  padding-bottom: 7px;
}

.modal-body .draft-created p {
  padding-bottom: 20px;
}
.modal-theme-content h5 {
  font-size: 18px;
  line-height: 28px;
}

.draft-created h5 {
  font-size: 18px;
  line-height: 26px;
}

.modal-body .draft-created p {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 12px;
}
.create-activity-layout {
  padding: 20px !important;
}

.create-activity-layout .page-head.head-with-content .page-header-content {
  flex-basis: 100%;
}

.create-activity-layout .page-head.head-with-content .scl-shr {
  flex-basis: 100%;
}
.doc-data ul {
  flex-wrap: wrap;
}

.doc-data ul li {
  flex-basis: 100%;
  padding-bottom: 5px;
}

.stndrd-activity p {
  font-size: 14px;
  line-height: 26px;
}

.bloom-list .bloom-activity .remove-activity-icn {
  top: 10px;
  right: 10px;
}
.create-activity-layout .page-head.head-with-content .scl-shr ul {
  text-align: left;
}

.create-activity-layout .page-head.head-with-content .scl-shr ul li {
  display: inline-block;
}
.bloom-list .bloom-activity {
  padding-top: 32px;
}

.bloom-list .bloom-activity .bloom-activity-img {
  border: 0px;
  padding: 0px;
}

.bloom-list .bloom-activity .bloom-activity-text .activity-edit h6 {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 2px;
}

.download_rigor_files a {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12px;
}

.excel-outer-div {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.download_rigor_files a img {
  padding-right: 5px;
}

.create-activity-layout .page-head .page-header-content h1 .more-head {
  padding-left: 0px;
}
.attachvideostream .video-stream-page-embedded {
  flex-basis: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .exercise-more-less-outer a.remove-cards {
    margin-bottom: 10px;
}
  .exercise-more-less-outer .cards-activity-moreorless .image-cards {
    width: 140px;
    max-height: 140px;
    min-height: 140px;
}

.exercise-more-less-outer .cards-activity-moreorless .image-cards span.card-content div {
    width: 100%;
    font-size: 14px;
}
  .exercise-add-making-time-outer .minuteIncrement-container .col-md-8 {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
  }
  .create-activity-layout .form-new-design input, .create-activity-layout .form-new-design select, .form-new-design textarea {
    font-size: 14px;
}
.create-activity-layout .bts-purple-theme, .create-activity-layout .btn-blue {
    font-size: 14px;
}
.create-activity-layout #description-main-outer-div a#autogen-desc {
    font-size: 14px;
}
.create-activity-layout .page-head .mmrimg {
  flex-basis: 90%;
  align-items: center;
  justify-content: center;
}

.create-activity-layout .page-head {
  align-items: normal;
}
.create-activity-layout .page-head.head-with-content .page-header-content {
  flex-basis: 75%;
}

.create-activity-layout .page-head.head-with-content .scl-shr {
  flex-basis: 25%;
}

.stndrd-activity p {
  font-size: 16px;
  line-height: 26px;
}

.bloom-list .bloom-activity .bloom-activity-text {
  padding-right: 10px;
}

.download_rigor_files a {
  font-size: 11px;
}

}




/*canva folder search */

.srchbr {
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}


.srchbr .search-container {
  float: right;
}

.srchbr input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
  background:#f4f4f4;
}

.srchbr .search-container button {
  padding: 6px 10px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

/* canva folder search */

/* 28/nov/2024 */








@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
  }
}







.sortable {
  border: 1px solid #eee;
  min-height: 20px;
  min-width: 200px;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 0;
  float: left;
  margin-right: 10px;
}

.sortable li {
  margin: 0 5px 5px 5px;
  padding: 5px;
  font-size: 1.2em;
}


.sortable-courseunit {
  border: 1px solid #eee;
  min-height: 20px;
  min-width: 200px;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 0;
  float: left;
  margin-right: 10px;
}

.sortable-courseunit li {
  margin: 0 5px 5px 5px;
  padding: 10px;
  /*font-size: 1.2em;*/
}

.sortable-courseunit .ui-state-default a {
  font-size: 1.2em;
  color: #337ab7;
}

.ui-state-default a:hover {
  text-decoration: underline;
}

/* .activity-actions-bar-container{


} */

.activity-embedded-view-in-page-container {
  position: relative;
  border: 2px solid #ddd;
  margin-bottom: 20px;
  padding: 10px;
}

.warning-box-container {
  border: 2px solid #ddd;
  margin-bottom: 20px;
  padding: 10px;
}

.warning-box-container-in-summary {
  border: 2px solid #ddd;
  margin-bottom: 5px;
  padding: 5px;
}

.warning-box-container-activity-not-published {
  /* border: 2px solid #ddd; */
  margin-bottom: 5px;
  /* padding: 5px; */
  display: inline-block;
}


.youtube-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.youtube-video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-stream-page-embedded {
  position: relative;
  border: 2px solid #ddd;
  margin-top: 30px;
}

.video-stream-page-embedded-header {
  padding-left: 10px;
}

/* .embedded-video-row{

} */

.embedded-video-column {
  width: 200px;
}

.activity-row {
  border-bottom: 1px solid #ddd;
  margin: 15px 0;
  padding: 10px 0;
}

.activity-row a {
  cursor: pointer;
}

.activity-row h3 {
  color: #638da5;
}

.activity-row:last-child {
  border-bottom: none;
}

.activity-content {
  margin: 10px 0;
}

.toggle-activity {
  font-size: 18px;
  padding-right: 0;
  cursor: pointer;
}

/* a.related-activity-grid-item-title,
a.related-activity-grid-item-title:hover{

} */

div.related-activity-grid-item {
  margin: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  max-width: 180px;
}


/********************* ACTIVITY FILE DATA BAR *****************/
.activity-file-difficulty-bar-container {
  /* margin: 5px 10px 25px 30px; */
  padding: 10px;
  border: 1px solid #0cb800;
}



.createstudio-scenario-grid-item {
  margin: 20px;
  padding: 10px;
  border: 1px solid #ddd;
  max-width: 180px;
}

.createstudio-scenario-grid-item .scenario-name {
  padding-top: 10px;
  text-align: center;
  font-size: 1.15em;
}


.clickable {
  cursor: pointer;
}

.panel-heading span {
  margin-top: 0px;
  font-size: 15px;
}

.word-break {
  word-break: break-all;
}

.col-md-4 {
  line-height: normal;
}

.preview-img {
  width: 70%;
}

.preview-img img {
  margin-top: 5px;
}

.profile-menu .dropdown-toggle {
  border: 1px solid #ccc;
  padding: 0;
}

.profile-menu .dropdown-toggle img {
  max-width: 40px;
}

.profile-menu .dropdown-menu {
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 10px 0;
}

.profile-menu .btn.btn-sm.btn-default {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #ccc;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  margin-bottom: 5px;
  padding: 5px 0 10px;
  text-align: left;
}

.profile-menu .btn.btn-sm.btn-default.logout {
  border: 0px;
}

.profile-menu .btn.btn-sm.btn-default:hover {
  background: #fff;
  color: #888;
}

ul.user-list {
  display: table-row;
}

.user-list li {
  display: table-row;
  width: 35%;
  float: left;
}

footer {
  color: #999;
  margin-top: 68px;
  clear: both;
}

.favorite {
  margin-right: 30px;
  cursor: pointer;
}

.favorite .icon {
  font-size: 25px;
  color: #5d5750;
}

/* .favorite .icon:hover {
color: #883d00;
} */
.favorite .active {
  color: #ff3d00;
}

.hand-cursor {
  cursor: pointer;
}

.wink-demo-game-button {
  margin: 10px;
  width: 90%;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  /*
.wink-demo-game-button{
margin:10px;
width:90%;
text-align: center;
}
*/
}

/******************* WINK GAME SUMMARY ************************/
.game-over-explanation-clause.win {
  color: #00a31b;
  font-weight: bold;
}

.game-over-explanation-clause.time-expired {
  color: #f07122;
  font-weight: bold;
}

.game-over-explanation-clause.out-of-checks {
  color: #f07122;
  font-weight: bold;
}

.game-over-explanation-clause.game-abandoned {
  color: #fdd664;
  font-weight: bold;
}

.game-over-explanation-icon.win {
  height: 80px;
  margin-top: 10px;
  background: url('/assets/img/ui/emoticons/positive_green_face_128px.png') no-repeat;
  background-size: contain;
}

.game-over-explanation-icon.time-expired {
  height: 80px;
  margin-top: 10px;
  background: url('/assets/img/ui/emoticons/sad_orange_face_128px.png') no-repeat;
  background-size: contain;
}

.game-over-explanation-icon.out-of-checks {
  height: 80px;
  margin-top: 10px;
  background: url('/assets/img/ui/emoticons/sad_orange_face_128px.png') no-repeat;
  background-size: contain;
}

.game-over-explanation-icon.game-abandoned {
  height: 80px;
  margin-top: 10px;
  background: url('/assets/img/ui/emoticons/medium_yellow_face_128px.png') no-repeat;
  background-size: contain;
}

/******************* QUESTION DISPLAY *************************/
.full-window-question-modal .modal-header {
  border-bottom: 0px solid #e5e5e5;
  /* remove the default bottom border */
}

.full-window-question-modal .modal-content {
  min-height: 100vh;
}

.full-window-web-app-modal {
  min-width: 100%;
  margin: 0;
  max-height: 100%;
  position: relative;
  /*overflow-y:scroll;*/
  display: block;
  width: auto;

}

.close.full-window-question-modal-close {
  color: #000;
  opacity: 0.6;
  font-size: 61px;
  margin-top: -25px;
}



.full-window-question-modal .modal-content {
  min-height: 100vh;
  background-color: white;
}

.full-window-question-modal .modal-body {
  background-color: white;
}

#freeplay-multiple-choice-submit-answer-button {
  margin: auto;
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 20px 50px;

  background-color: #ea8136 !important;
  color: #FFF !important;
}

#freeplay-multiple-choice-close-view-button {
  margin: auto;
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 20px 50px;


}

#freeplay-multiple-choice-close-view-button.correct-answer {

  background-color: #67b562;
  /*#91ff89;*/
  border-color: #d1d1d1;
  color: #FFF !important;

}

.wrong-answer {
  background-color: #fffdbd;
  /*#fcc4c4;*/
  border-color: #d1d1d1;
  color: #000 !important;
}


/***************************************/

.full-window-modal {
  min-width: 100%;
  margin: 0;

}

.full-window-web-app-modal .modal-header {
  border-bottom: 0px solid #e5e5e5;
  /* remove the default bottom border */
}

.full-window-modal .modal-content {
  min-height: 100vh;
}

.full-window-web-app-modal {
  min-width: 100%;
  margin: 0;
  max-height: 100%;
  position: relative;
  /*overflow-y:scroll;*/
  display: block;
  width: auto;

}

.close.web-app-scenario-modal {
  color: #fff;
  opacity: 0.6;
  font-size: 61px;
  margin-top: -25px;
}

.web-app-canvas {
  display: block;
}

.full-window-web-app-modal .modal-content {
  min-height: 100vh;
  background-color: black;
}

.full-window-web-app-modal .modal-body {
  background-color: black;
}

.webapp-scenario-config-blackout {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding: 10%;
}

.webapp-scenario-config-panel {


  position: relative;
  width: 90%;
  height: 90%;
  padding: 5%;
  /*
width: 50vh;
height: 50vh;
margin:auto;
padding:10%;
*/
}



.webapp-scenario-config-panel.memory {

  background: url('/assets/webapp_scenarios/memory/images/ConfigPanel_BG.png') center center no-repeat;
  background-size: 100% 100%;
}

.webapp-scenario-config-panel.orderline {

  background: url('/assets/webapp_scenarios/orderline/images/ConfigBackground.png') center center no-repeat;
  background-size: 100% 100%;
}

.webapp-scenario-config-panel.sortitout {

  background: url('/assets/webapp_scenarios/sortitout/images/ConfigBackground.png') center center no-repeat;
  background-size: 100% 100%;
}


.webapp-scenario-config-panel-close-button {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 5vh;
  height: 5vh;
}

.webapp-scenario-config-panel-close-button.memory {
  background: url('/assets/webapp_scenarios/memory/images/ConfigCloseButton.png') no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.webapp-scenario-config-panel-close-button.orderline {
  background: url('/assets/webapp_scenarios/orderline/images/ConfigPanelCloseButton.png') no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.webapp-scenario-config-panel-close-button.sortitout {
  background: url('/assets/webapp_scenarios/sortitout/images/ConfigPanelCloseButton.png') no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.webapp-scenario-config-panel-option {
  margin: auto;

}

.webapp-scenario-config-panel-label {
  font-weight: bold;
  font-size: 20px;
  margin: 10px;
}

.webapp-scenario-config-panel-label.memory {
  font-weight: bold;
  font-size: 20px;
  margin: 10px;
  color: #f2db91;
}

.webapp-scenario-config-panel-label.orderline {
  font-weight: bold;
  font-size: 20px;
  margin: 10px;
  color: #f2db91;
}

.webapp-scenario-config-panel-label.sortitout {
  font-weight: bold;
  font-size: 20px;
  margin: 10px;
  color: #f2db91;
}


.webapp-scenario-instructions-panel-header.memory {
  font-weight: bold;
  font-size: 20px;
  margin: 10px;
  color: #f2db91;
}

.webapp-scenario-instructions-panel-header.orderline {
  font-weight: bold;
  font-size: 20px;
  margin: 10px;
  color: #f2db91;
}

.webapp-scenario-instructions-panel-header.sortitout {
  font-weight: bold;
  font-size: 20px;
  margin: 10px;
  color: #f2db91;
}

.webapp-scenario-instructions-panel-body.memory {
  font-weight: bold;
  font-size: 16px;
  margin: 10px;
  color: #f2db91;
}

.webapp-scenario-instructions-panel-body.orderline {
  font-weight: bold;
  font-size: 16px;
  margin: 10px;
  color: #f2db91;
}

.webapp-scenario-instructions-panel-body.sortitout {
  font-weight: bold;
  font-size: 16px;
  margin: 10px;
  color: #f2db91;
}




.webapp-scenario-config-panel-checkbox {
  width: 20px;
  height: 20px;
}


.webapp-scenario-loading-progress-blackout {
  background: rgba(0, 0, 0, 0.90);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding-top: 20%;
}


.webapp-scenario-loading-progress-panel {

  position: relative;
  width: 100%;
  height: 100%;
  /*margin:auto;*/
}

.webapp-scenario-loading-progress-panel.memory {
  font-family: "Dot Matrix";
  font-size: 60px;
  color: #f2db91;
  text-align: center;
}

.webapp-scenario-loading-progress-panel.orderline {
  font-family: "Classic Robot Condensed";
  font-size: 60px;
  color: #ffd051;
  text-align: center;
}

.webapp-scenario-loading-progress-panel.sortitout {
  font-family: "Britanic";
  font-size: 60px;
  color: #ffd051;
  text-align: center;
}


#activity-add-to-course-modal-course-info-select-container {
  /*background-color: red;*/
  overflow: hidden;
}

#activity-add-to-course-modal-course-select-container {
  /*background-color:yellow;*/
  float: left;
  width: 100%;


}

/* .activity-add-to-course-modal-courseunit-select-container{
background-color: green;

} */

.activity-add-to-course-modal-course-select-list-group {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;

}

/*
.activity-add-to-course-modal-course-select-list-group a{
margin-bottom:0px;
}

.activity-add-to-course-modal-courseunit-select-list-group a{
margin-bottom:0px;
}
*/

.activity-add-to-course-modal-courseunit-select-list-group {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}


.activity-add-to-course-modal-courseunit-details {
  padding: 20px;
  border: 1px solid #ddd;

}

.activity-add-to-course-modal-add-to-courseunit-button {
  margin-top: 5px;
  margin-bottom: 25px;
}


.threedmodel .list-group {
  list-style-type: none;
  border: 2px solid #ddd;
  padding: 10px 0px 10px 20px
}

.threedmodel .list-group>li {
  font-size: 14px;
  padding: 5px 5px 5px 5px;
}


.attachments-list-group {
  list-style-type: none;
}

.attachments-list-group>li {
  font-size: 16px;
  padding: 5px 5px 5px 5px;
}

.activity .list-group {
  list-style-type: none;
  border: 1px solid #ddd;
  padding: 50px 0px 50px 55px
}

.activity .list-group>li {
  font-size: 16px;
  padding: 5px 5px 5px 5px;
}

.activity .images-div {
  padding-left: 0;
}

.activity .preview-img {
  margin-top: 20px;
}

.activity-description {
  font-size: 16px;
  margin-top: 15px;
}

.activity .creator-img {
  /* border: 1px solid #ddd; */
  max-width: 70px;
  margin-right: 9px;
}

.activity-right-links {
  float: right;
}


.image-cards.more-or-less-card {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: bold;
  min-height: 180px;
  max-height: 180px;
  padding: 8px;
  margin-bottom: 12px;
}

.image-cards {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: bold;
  min-height: 186px;
  /*min-width: 186px;*/
  padding: 8px;
  margin-bottom: 12px;
  position: relative;
}

#author-characterprofile-activity-file .image-cards span div {
  margin-top: 19px;
  margin-bottom: 19px;
  margin-right: 9px;
}

#author-characterprofile-activity-file .col-sm-2.text-center.image-cards {
  padding: 10px;
  margin: 2px 20px;
  max-height: 90px !important;
  min-height: 90px;
}


.image-cards span div {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.exercise-characterprofile-outer .audio-cards.audio_added {
  width: 100%;
  display: block;
  padding: 20px;
}
.exercise-characterprofile-outer .audio-cards.audio_added .audio-content article {
  padding-top: 10px;
}

@media (max-width:767px) {
  .activity-right-links {
    float: none;
  }
  .exercise-characterprofile-outer .audio-cards.audio_added {
    min-height: 160px;
}

.exercise-characterprofile-outer .audio-cards.audio_added span.audio-content article audio {
    width: 100%;
}
}

button.swal2-confirm {
  margin: 10px;
  background-color: #6B20C0 !important;;
}

.sa-button-container .cancel {
  -webkit-order: 2;
  order: 2;
}

#activity-edit-modal .select2 {
  width: 100% !important;
}

a {
  cursor: pointer;
  text-decoration: none;

}

.colorpicker {
  z-index: 2147483647;
}

.browser-check {
  padding: 70px;
}

.browser-check h2 {
  color: red;
}

.browser-check p {
  font-weight: bold;
  margin-bottom: 30px;
}


#canvas-overlay {
  width: 512px;
  height: 512px;
  position: absolute;
  z-index: 2;
  background: red;
}

td {
  word-wrap: break-word !important;
  max-width: 240px;
}

#vennDiagrammerTable input {
  max-width: 126px;
  color: #555;
  margin-left: 5px;
}

#vennDiagrammerTable td,
th {
  padding: 17px 2px;
}

#vennDiagrammerTable td {
  text-align: center;
}

#vennDiagrammerTable tr {
  border-bottom: 1px solid #ddd;
}

#vennDiagrammerTable tr:last-child {
  border: 0px;
}


#sortItOutTable table {
  table-layout: fixed;
}

td.sortitout-card-cell {
  min-height: 160px;
  min-width: 160px;
  width: 160px;
  height: 160px;

}

.sortitout-card {

  border: 1px solid grey;
  border-radius: 0px;
  font-weight: bold;
  min-height: 160px;
  min-width: 160px;
  width: 160px;
  height: 160px;
  padding: 8px;
  /*margin-bottom: 12px;*/
}



#sortItOutTable input {
  max-width: 80px;
  color: #555;
  margin-left: 5px;
}

#sortItOutTable td,
th {
  padding: 17px 2px;
}

#sortItOutTable td {
  text-align: center;
}

#sortItOutTable tr {
  border-bottom: 1px solid #ddd;
}

#sortItOutTable tr:last-child {
  border: 0px;
}

.remove-category-sortitout {
  border: 1px solid;
  padding: 0px 7px;
  border-radius: 15px;
  position: absolute;
  margin-left: 70px;
  margin-top: -4px;
  background: #ddd;
}

.remove-row-sortitout {
  border: 1px solid;
  padding: 0px 7px;
  border-radius: 15px;
  position: absolute;
  margin-left: -12px;
  margin-top: -12px;
  background: #ddd;
}



.remove-category {
  border: 1px solid;
  padding: 0px 7px;
  border-radius: 15px;
  position: absolute;
  margin-left: 116px;
  margin-top: -4px;
  background: #ddd;
}


.remove-row {
  border: 1px solid;
  padding: 0px 7px;
  border-radius: 15px;
  position: absolute;
  margin-left: 116px;
  margin-top: -14px;
  background: #ddd;
}

#author-making-time table {
  width: 100%;
  /* padding: 1%;
  margin: 2%; */
}

#author-making-time tr td {
  padding: 5px;
  margin: 16px;
  text-align: center;
}

#author-making-time th {
  text-align: center;
}

#author-making-time .toggle {
  max-width: 110px !important;
  width: 100% !important;
}

#author-making-time .making-time-remove-row {
  border: 1px solid;
  padding: 0px 7px;
  border-radius: 15px;
  margin-top: -14px;
  margin-right: 21px;
  background: #ddd;
  display: none;
}

b.pull-right.minuteIncrement-text {
  margin-top: 8px;
}

.minuteIncrement-container {
  margin: 26px 0px;
}

.comparer {
  margin-top: 70px;
}

#recorder audio {
  width: 100%;
  margin: 20px auto;
}

.audio-widget-container {
  display: none;
}

.audio-dropzone {
  padding: 35px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

/********************************************/
.platform-capability-select-container {
  border: 1px solid #eee;
  padding: 0px 30px 30px 30px;
  margin-bottom: 20px;
  text-align: center;
}

.platform-capability-select-header {
  font-weight: bold;
  font-size: 36px;
  color: #63b54e;
  margin: 20px;
}

.platform-capability-select-info {
  font-size: 14px;
}

/******************************************/

/*

SMALLab Blue: #3681c3
SMALLab Green: #63b54e
SMALLab Orange: #ea8136

*/

.dashboard-section {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;

}

.dashboard-section.odd-section {


  background-color: #f2f4f7;
  /*light gray*/

}

.dashboard-section.even-section {

  background-color: #e3f0fc;
  /* light blue */
}

.dashboard-section-header {
  font-size: 36px;
  font-weight: bold;
  /*text-align: center;*/
  padding: 20px;
  color: #ea8136;
  /*orange*/
}

.dashboard-section-header-subtext {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  /*black*/
}

.dashboard-section-header-text {
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  /*black*/
}

.dashboard-section-header-platform-capability-icon {
  width: 100%;
}

.dashboard-section-header-more-info-link {
  font-size: 14px;
  font-weight: normal;
}


.dashboard-intro-text.orange {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}

.dashboard-intro-text.orange {
  color: #ea8136;
  /*orange*/
  line-height: normal;
}

.dashboard-intro-text.green {
  color: #63b54e;
  /*green*/
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}

/********************* CLASSROOM ********************/
.classroom-display-card {
  margin: 10px;
  padding: 10px;
  border: 2px solid #bababa;
  background-color: #fff;
}

.classroom-display-card-name {
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  border-bottom: 2px solid #e0e0e0;
}

.classroom-tab-navigation-container {

  margin-bottom: 10px;
}


.classroom-tab-navigation-active {
  background-color: #e3f0fc;
}

.classroom-tab-navigation-inactive {
  background-color: #000000;
}

/******************************************/

.student-display-card-name {
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  border-bottom: 2px solid #e0e0e0;
  display: flex;
  margin: auto;
}

/********************* WINK FREE PLAY ********************/
.winkfreeplay-activity-display-card {
  margin: 10px;
  padding: 10px;
  border: 2px solid #bababa;
  cursor: pointer;
  background-color: #fff;
}

.winkfreeplay-display-card-name {
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  max-height: 90px;
  min-height: 90px;
  border-bottom: 2px solid #e0e0e0;
  display: flex;
  margin: auto;

}

.winkfreeplay-activity-play-button {
  margin-top: 20px;
}


/********************* WINK FREE PLAY ********************/
.winkfreeplay-question-display-card {
  margin: 10px;
  padding: 10px;
  border: 2px solid #bababa;
  cursor: pointer;
  background-color: #fff;
}




.winkfreeplay-question-play-button {
  margin-top: 20px;
}

/******************************************/

/*

SMALLab Blue: #3681c3
SMALLab Green: #63b54e
SMALLab Orange: #ea8136

*/

.classroom-section {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;

}

.classroom-section.odd-section {


  background-color: #f2f4f7;
  /*light gray*/

}

.classroom-section.even-section {

  background-color: #e3f0fc;
  /* light blue */
}

.classroom-section-header {
  font-size: 36px;
  font-weight: bold;
  /*text-align: center;*/
  padding: 20px;
  color: #ea8136;
  /*orange*/
}

.classroom-section-header-subtext {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  /*black*/
}

.classroom-section-header-platform-capability-icon {
  width: 80%;
}

.classroom-section-header-more-info-link {
  font-size: 14px;
  font-weight: normal;
}


.classroom-intro-text.orange {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.classroom-intro-text.orange {
  color: #ea8136;
  /*orange*/
}

.classroom-intro-text.green {
  color: #63b54e;
  /*green*/
}


blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  /*
width: 500px;
margin: 0.25em ;
padding: 0.35em 40px;
*/
  width: 100%;
  margin-left: 0px;
  padding: 10px 40px;

  line-height: 1.45;
  position: relative;
  color: #383838;
  background-color: #d9ffd1;
  /* light green */
  border: 0px;
}

blockquote:before {
  display: block;
  padding-left: 20px;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #7a7a7a;
}

blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

blockquote cite:before {
  content: "\2014 \2009";
}

.writingtask-response-student-writing-response {
  padding: 10px;
  border: 2px solid #efefef;
  margin-bottom: 50px;
}

/******************* RUBRICS *********************/
.rubric-item-score-comment-display {
  font-weight: normal;
  border: 1px solid #9ed7ff;
  padding: 10px;
}


.rubric-grading-form-item {
  margin-bottom: 10px;

}

.rubric-grading-form-item .rubric-item-score-name {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 30px 0 0 4.25%;
  margin-bottom: 10px;
}

.rubric-grading-form-item .likert {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0 0 5px;
  display: block;
  border-bottom: 2px solid #efefef;
}

.rubric-grading-form-item .likert:last-of-type {
  border-bottom: 0;
}

.rubric-grading-form-item .likert:before {
  content: '';
  position: relative;
  top: 11px;
  left: 9.5%;
  display: block;
  background-color: #efefef;
  height: 4px;
  width: 78%;
}

.rubric-grading-form-item .likert li {
  display: inline-block;
  width: 19%;
  text-align: center;
  vertical-align: top;
}

.rubric-grading-form-item .likert li input[type=radio] {
  display: block;
  position: relative;
  top: 0;
  left: 50%;

  margin-top: 2px;
  margin-left: -2px;

}

.rubric-grading-form-item .likert li label {
  width: 100%;
  font-weight: normal;
}

.rubric-item-score-comment-container {
  display: block;
  padding: 0px 0 0 4.25%;
  margin-bottom: 30px;
  width: 100%;
}

.rubric-item-score-comment-textarea {
  width: 80%;
}

.swal2-modal h2 {
  word-wrap: break-word;
  font-size: 20px;
  color: #575757 !important;
}

.accordion-toggle {
  text-decoration: none;
  outline: none;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  padding: 10px 15px;
}

.accordion-toggle:hover {

  text-decoration: none;
  outline: none;
}

span {
  text-decoration: none;
}

#search_activity_form .panel-default>.panel-heading {
  background-color: transparent;
  padding: 0;
}

/* .panel {
border: none;
box-shadow: none;
} */

.main-title {
  font-weight: 600;
  min-width: 200px;
  display: inline-block;
}

#search_activity_form .panel-default>.panel-heading {
  border: 1px solid #ddd;
}

#search_activity_form .panel-group .panel-heading+.panel-collapse>.list-group,
#search_activity_form .panel-group .panel-heading+.panel-collapse>.panel-body {
  border: none;
}

#search_activity_form .panel-group .panel+.panel {
  margin-top: 15px;
}

.custom-list {
  padding: 0;
  margin: 0 0 15px 0;
}

.custom-list li {
  display: flex;
  align-items: center;
  color: #333;
  padding: 10px 15px;
  border: 1px solid #ddd;
  list-style: none;

}

.custom-list li+li {
  margin-top: 15px;
}

.inner-title {
  font-weight: 600;
  margin: 0 0 15px 0;
}

.inner-list {
  margin: 0 0 15px 0;
  padding: 0;
}

.inner-list li {
  list-style: none;
}

.inner-list li img {
  max-width: 30px;
  margin: 0 10px 0 0;
}

.inner-list li+li {
  margin-top: 10px;
}

.panel-body {
  padding-left: 50px;
}

#search_activity_form .panel-body .option-input {
  display: inline-block;
}

#search_activity_form .panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  color: grey;
}

#search_activity_form .panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}

.activity-actions-bar-container table tbody td {
  width: 55px;

}

/* .collapse.in {
border: 1px solid #ddd;
} */

/* Dashboard Ui changes Start */
body.dashboard {
  background: #082a44;
}

.dashboard nav.navbar.navbar-default.bg-light {
  background-color: #082a44;
  border-color: #082a44;
  border-bottom: 2px solid #9ac5f1;
  padding-bottom: 10px;
  border-radius: unset;
}

.dashboard .navbar-default .navbar-nav>li>a {
  color: #ffffff;
  margin-right: 10px;
}

.dashboard .user_name {
  color: #fff;
  margin-right: 15px;
}

ul.nav.navbar-nav.navbar-right.profile-menu {
  display: flex;
  align-items: center;
}

.dashboard .dashboard-section.classroom-sec.even-section {
  background-color: #9ac5f1;
}

.dashboard .sec-heading {
  color: #fff;
}

.dashboard .navbar-default .navbar-nav>.open>a,
.dashboard .navbar-default .navbar-nav>.open>a:hover,
.dashboard .navbar-default .navbar-nav>.open>a:focus {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.dashboard .navbar-default .navbar-nav>.open>a .caret,
.dashboard .navbar-default .navbar-nav>.open>a:hover .caret,
.dashboard .navbar-default .navbar-nav>.open>a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs li a {
  color: #fff;
}

.activities-modal.modal .nav-tabs li a,
#manage-students-modal .modal-content .nav-tabs li a {
  color: #000;
  /* background-color: #fff; */
}

#add-standards-modal .nav-tabs li a {
  color: #000;
}

.nav-tabs li.active a,
.nav-tabs li a:hover {
  color: #000;
}

.table.custom_sl_table th,
.table.custom_sl_table td {
  background-color: #fff;
  color: #000;
}

.text-white {
  color: #fff;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.p-50 {
  padding: 50px 50px 50px;
}

.favorite .icon {
  font-size: 25px;
  color: #A6A6A6;
}

.favorite .active {
  color: #ff3d00;
}

.dashboard #questionPreview {
  color: #fff;
}

.dashboard #questionPreview.black {
  color: black;
}

.dashboard .panel.panel-default #questionPreview table td,
.dashboard .panel.panel-default #questionPreview table th,
.dashboard .panel.panel-default #questionPreview {
  color: #000;
}

.dashboard #full-window-question-container #questionPreview {
  color: #333;
}

.dashboard .content-summary-list-container .content-summary-list-item-header,
.dashboard .content-summary-list-container h3,
.dashboard .content-summary-list-container p,
.dashboard .content-summary-list-container a {
  color: #fff;
}

.dashboard .content-summary-list-container .pagination a:not(.content-summary-list-container .pagination .active a) {
  color: #337ab7;
}

.row.host-blast-summary-slide-panel-question #questionPreview {
  color: #333;
}

/* Dashboard Ui changes Start */

/* Scrolling */
.table-responsive {
  max-height: 500px;
}

.div-container {
  overflow: scroll;
}

.div-container thead th {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  top: 0;
  z-index: 99;
}

.div-container thead td {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  left: 0;
  z-index: 99;
}

.div-container tbody th {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  top: 0;
}

.div-container tbody td {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  left: 0;
}

.div-container thead th:first-child {
  left: 0;
  z-index: 9999;
}

.div-container tbody td:first-child {
  left: 0;
  z-index: 99;
}

.custome-select2 .select2-container {
  width: 100% !important;
}

.btn-custom {
  background-color: #11608D;
}

.btn-custom:hover {
  background-color: #11609E;
}

.btn-custom-width {
  width: 120px;
}

.smallab-btn {
  background-color: #11608D;
}

.wink-btn {
  background-color: #2779E1;
}

#reports-usage-customers-data-container,
#reports-usage-customers-data-container caption {
  color: #fff;
}

.custom-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  /* border-radius: 4px; */
}

.btn-color {
  color: #fff;
  background-color: #D3D3D3;
  border-color: #ffffff;
}

.btn-color:hover {
  color: #fff;
  background-color: #5A5A5A;
  border-color: #ffffff;
}

/*13/02/2023*/

.st-header {
  background: #082a44;
}

.st-image img {
  max-width: 100%;
}

.cr-studio {
  padding: 0;
}

.gray-border {
  border-color: #ddd;
}

.white-tooltip+.tooltip>.tooltip-inner {
  background-color: #EBEBE4;
  color: #082A44;
  border-radius: 20px;
  font-weight: bold;
}

.cr-studio .tooltip.top .tooltip-arrow {
  border-top-color: #fff;
  /* border-color: transparent;   */

}

.dashboard-tooltip+.tooltip>.tooltip-inner {
  background-color: #EBEBE4;
  color: #082A44;
  border-radius: 10px;
  font-weight: bold;
}

.cr-studio .tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}












.createstudio-scenario-grid-item:hover {
  background: #082a44;
}

.createstudio-scenario-grid-item:hover .scenario-name a {
  color: #fff;
}

.createstudio-scenario-grid-item .scenario-name a:hover {
  color: #fff;
}

.warning-icon {
  color: #FFCC00;
}

.blue-tooltip+.tooltip>.tooltip-inner {
  background-color: #082a44;
  color: #fff;
}

.warning-icon .tooltip.top .tooltip-arrow {
  border-top-color: #082a44;
}

.act-info {
  text-decoration: none;
  color: #000;
}

.act-info:hover,
.act-info:focus {
  text-decoration: none;
}

.clr:after {
  content: "";
  clear: both;
  display: block;
  float: none;
}

.section-title h3 {
  color: #082a44 !important;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 900;
}

.header-title {
  color: #082a44;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
}

.create-button {
  background-color: #FF9406;
  color: #fff;
  border-radius: 4px;
  border: 2px #EA8034;
}

.lab-wink {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 2px;
}

.activity-file {
  margin: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
}

.publish-private {
  background-color: #8036D4;
  border-color: #8036D4 !important;
  color: #fff;
  min-width: 106px;
  min-height: 28px;
}

.create-prompts {
  padding-left: 74px;
  font-family: 'Raleway';
}

.add-category {
  padding-left: 13px;
  font-family: 'Raleway';
}

.file-flex {
  display: flex;
  padding-bottom: 23px
}

.file-label {
  margin-bottom: 5px;
  font-weight: 700;
  width: 90px;
  margin-top: 8px;
}

.custom-form-control {
  display: block;
  /* width: 100%; */
  width: 400px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-video {
  width: 106px;
  height: 30px;
}

.icon_editor {
  max-width: 100%;
  height: 17px;
}

.image-upload-select {
  width: 264px;
  margin-left: 10px;
  height: 150px;
  margin-top: 20px;
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.img-editor {
  max-width: 100%;
  height: 70px;
}

.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}

#accordion .panel-default>.panel-heading {
  background-color: #fff;
}

.input-icons i {
  position: absolute;
}

.input-icons {
  width: 100%;
  margin-bottom: 10px;
}

.icon {
  padding: 10px;
  min-width: 40px;
}

.input-field {
  width: 100%;
  padding: 10px;
  text-align: center;
}

#courseunitlist .panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}

.font-active-button {
  background-color: #ccc;
  border-color: #777;
  border-style: solid;
  border-radius: 4px;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  user-select: none;
}

.font-inactive-button {
  display: inline-block;
  border-color: #777;
  border-style: solid;
  border-radius: 4px;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  user-select: none;

}

.panel.option-panel {
  box-shadow: none;
}

.panel-group .option-panel .panel-heading {
  padding-left: 0;
}

.option-panel .accordion-toggle {
  padding-left: 0;
  color: #333;
}

.image-preview-scroll {
  /* min-height: 300px; */
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

.preview-loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

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

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



.accordion-toggle.collapsed.edit-mode {
  justify-content: flex-start;
  padding: 10px 5px;
}

.accordion-toggle.collapsed.edit-mode .text-primary {
  margin-left: 5px;
}

.model-index {
  /* position: absolute; */
  z-index: 9999;
}

.activity-toop-tip+.tooltip>.tooltip-inner {
  background-color: #EBEBE4;
  color: #082A44;
  font-weight: bold;
}

.activity-toop-tip+.tooltip.top .tooltip-arrow {
  border-top-color: #EBEBE4;
}


.activities-modal .nav-tabs>li.active,
.activities-modal .nav-tabs>li.active a {
  background-color: #E3F0FC;
}

.activities-modal .modal-body {
  background-color: #E3F0FC;
}

.activities-modal .table-striped>tbody>tr:nth-of-type(even) {
  background: #fff;
}

.activities-modal1 .nav-tabs>li.active,
.activities-modal1 .nav-tabs>li.active a {
  background-color: #E3F0FC;
}

.activities-modal1.modal .nav-tabs li a,
#manage-activity-attachments-modal .modal-content .nav-tabs li a {
  color: #000;
  /* background-color: #FFF; */
}

#activity-attachment-upload-tab {
  background-color: #E3F0FC;
}

#activity-attachment-delete-tab {
  background-color: #E3F0FC;
}

div#activity-attachment-upload-tab {
  padding: 10px;
}

/**********New Header design *********************/

.resources-wrap {
  max-width: 1048px;
  margin: 0 auto;
  background: #0c2b45;
}

.resources-wrap img {
  max-width: 100%;
  height: auto;
}

.title-image {
  margin-bottom: 25px;
}

.resources-list {
  padding: 50px 10px 0;
}

.resources-title {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  line-height: 22px;
  background: #ff9406;
  color: #fff;
  text-transform: capitalize;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 20px;
}

.resources-title.activity-sets {
  background: #6BB751;
}

.resources-title.wink {
  background: #FF5757;
}

.resources-title.classblast {
  background: #8036D4;
}

.resources-title.course {
  background: #2779E1;
}

.activity-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.activity-icon {
  flex-basis: 30px;
}

.activity-text {
  flex-basis: calc(100% - 40px);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.activity-box {
  background: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  border-radius: 10px;
}

.activity-box .share-icon {
  align-self: flex-end;
}

.activity-box a {
  color: #337ab7;
  margin: 0 0 5px;
}


@media screen and (max-width:1199px) {
  .resources-title {
    padding: 15px;
    font-size: 16px;
  }

  .resources-list {
    padding: 20px 10px 0;
  }
}

.standardorganization {
  float: right;
  padding-bottom: 10px;
  padding-right: 204px;
}

.scope-sequence {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* .dataTables_length{
margin-left: 301px;
} */

/*******Font Size Design*******/

.font-size-controls {
  display: flex;
  align-items: center;
}

.font-size-label {
  margin-right: 10px;
}

#fontSizeInput {
  width: 50px;
  text-align: center;
}

/* Adjust the alignment of the buttons */
.btn-primary {
  margin: 0;
}

.input_font_space {
  width: 50px;
  padding-left: 100px;
}

.hide-select-arrow {
  -webkit-appearance: none;
  /* Safari and Chrome */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  /* CSS Standard */
  padding-right: 25px;
}

.my-activity-set {
  margin-top: 25px;
  padding-left: 54px;
  position: relative;
  z-index: 1;

}

/*********************************************Header design **********************/

.dataTables_filter {
  margin: -45px 200px 0px 0;
}

.user-list-table .dataTables_wrapper .dataTables_length {
  float: none !important;
}

.panel-body {
  position: relative;
}

.panel-body .row.four-btn {
  position: absolute;
  right: 0px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  top: 68px;
}

.my-activity-set-btn {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 111;
  padding-right: 28px !important;
}

.my-activity-set-fil {
  z-index: 111;
  position: relative;
}

.my-activity-set-btn .btn {
  margin-left: 5px;
}

.user-activity-set-page {
  width: 1400px;
}

.admin-activity-set-page {
  width: 1520px;
}

.stu-dashboard .resources-wrap .activity-box input.btn {
  background-color: transparent;
  padding: 0;
  font-weight: 700;
  border: none;
  color: #337ab7;
}

.stu-dashboard .resources-wrap .activity-box a {
  margin: 0;
}

.resources-wrap.teacher-dashboard .activity-box input.btn {
  background-color: transparent;
  padding: 0;
  font-weight: 700;
  border: none;
  color: #337ab7;
}

.resources-wrap.teacher-dashboard .activity-box a {
  margin: 0;
}

.classroom-section .people-table .table td {
  border: none;
}

.classroom-section .people-table .table-title {
  color: #000;
  font-size: 24px;
  padding: 8px;
  border-bottom: 1px solid #000;
}

.activity-list-column {
  width: 140px !important;
  height: 34px;
  margin-right: 8px;
}

#example_length {
  margin-left: 47px;
  margin-top: 7px;
}

.panel-body.list-activity {
  position: relative;
  padding: 0px 50px 15px 50px;
}

.panel-body.list-activity .dataTables_filter {
  position: absolute;
  left: 0;
  top: 15px;
}

.panel-body.list-activity svg.bi-layout-three-columns {
  position: absolute;
  top: 21px;
  left: 123px;
  width: 20px;
  z-index: 2;
}

.dashboard-column {
  padding: 0 5px;
  width: 280px;
}

ul.nav.profile-menu {
  display: flex;
  align-items: center;
  justify-content: end;
}

#example_filter {
  display: none
}

.activity-list-table table.dataTable thead th:nth-child(8) {
  background-image: none !important;
  cursor: default;
}

.create-classroom {
  color: #fff;
  margin-top: 35px;
  text-align: center
}

.create-classroom p {
  padding: 0px 0px 0px 17px;
}

.create-classroom-btn {
  padding: 9px 25px 9px 25px;
  margin-left: 18px;
}

.import-classroom-btn {
  padding: 9px 13px 9px 11px;
  margin-left: 19px;
}

.classblast-quizzes-btn {
  padding: 9px 53px 9px 53px;
  margin-left: 18px;
}

#classroom-student-roster-container .panel-body.student_list_table {
  padding: 30px 60px;
}


.class_heading {
  margin-left: 15px;
  padding-bottom: 12px;
}

.quiz-library .questionset-widget.panel-body {
  padding: 30px 60px;
}

.quiz-library .questionset-search-btn {
  padding: 7px 50px 7px 50px;
}

.quiz-library .questionset-search-btn i {
  margin-right: 5px;
}

.quiz-library .heading h3 {
  margin: 0;
}

.quiz-library .heading .create-quiz-btn {
  padding: 6px 29px 3px 31px;
  background-color: #ff9406;
  color: #fff;
  margin: 0;
}

.quiz-library .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.questionset-btn {
  margin-top: 10px;
}

#questionset-search-data .panel-body {
  padding: 30px 60px;
}

#questionset-search-data .activity-embedded-view-in-page-container h3 {
  margin-top: 0;
}

#questionset-search-data .activity-embedded-view-in-page-container .activity-description {
  font-size: 16px;
  margin-top: 15px;
  width: 70%;
}

#questionset-search-data .activity-embedded-view-in-page-container {
  position: relative;
  padding: 20px;
}

#questionset-search-data .activity-embedded-view-in-page-container .rocket-img {
  position: absolute;
  right: 70px;
  margin-top: -34px;
  top: 50%;
}

li a.return-classblast-btn {
  padding: 6px 16px 5px 13px;
  margin-top: 12px;
  background: #8036d4;
  border: none
}

li a.return-classblast-btn:hover {
  background: #8036d4 !important;
}

li a.return-classblast-btn img {
  margin-right: 8px
}

.swal2-modal .swal2-close {
  color: #000;
  font-weight: 700;
}

.inactive-classblast-main {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0;
}

a.return-dashboard-btn {
  padding: 6px 16px 5px 13px;
  margin-top: 12px;
  background: #8036d4;
  border: none;
  color: #fff
}

a.return-dashboard-btn:hover {
  background: #8036d4 !important;
  color: #fff
}

.quiz-info-label {
  display: flex;
  align-items: center;
}

.quiz-row-label {
  font-size: 20px;
  font-weight: bold;
  margin-right: 15px;
}

.quiz-row-title {
  font-family: Consolas, monaco, monospace;
  font-size: 27px;
  font-weight: bold;
}

.quiz-row-value {
  font-size: 20px;
}

.host-control-bar {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 15px;
  justify-content: center;
}

.quiz-progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.host-control-bar-control-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

.footer-guest {
  position: absolute;
  padding-bottom: 10;
  bottom: 0;
  width: 100%;
}

/* Panel Styles */
.panel1 {
  background-color: white;
  height: 100%;
  width: 100%;
  border-radius: 35px;
  overflow: hidden;
}

/* Panel heading */
.panel1 .panel-heading {
  text-align: center;
  font-weight: 800 !important;
  background-color: #2779e1;
}

.panel1 .panel-heading h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
}

.panel1 .loginUserName,
.panel1 .loginUserPassword {
  margin-top: 10px;
}

.panel1 .panel1-body {
  margin: 30px 40px;
}

.panel1 .ButtonWidth {
  padding: 8px;
  font-size: 18px;
}


/* Login Username and Password fields */
.loginUserName,
.loginUserPassword {
  margin-left: -10px;
  margin-top: 30px;
  font-weight: 600;
  font-size: 20px;
  color: #2779e1;
}

/* Forgot password link */
.forgotPassword {
  font-size: large;
  font-weight: 600;
  color: #2779e1;
}

/* Button styling */
.ButtonWidth {
  width: 100%;
  padding: 15px;
  font-weight: 700;
  border-radius: 10px;
  font-size: 20px;
  background-color: #2779e1;
  margin-bottom: 10px;
}

/* Panel body styling */
.panel1-body {
  margin: 50px;
}

/* Input box styling */
.Inputbox {
  margin-top: 10px;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #2779e1;
}

.navbar-login-none {
  display: none;
}

.login-remove-margin {
  margin-top: 0;
}

.loginFlex {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------- New pages css----------- */

.create-activity-layout {
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #DDDDDD;
  margin-top: 68px;
  min-height: 603px;
}

.page-header-content h1 {
  font-size: 26px;
  font-weight: 500;
  color: #464A56;
  line-height: 20px;
  margin: 0;
  line-height: 28px;
  position: relative;
}

.page-header-content p {
  margin-bottom: 0;
  font-size: 14px;
  color: #464A56;
  line-height: 22px;
  font-weight: 500;
  padding-top: 10px;
}

.font-bold {
  font-weight: 700;
}

.page-head img {
  width: 60px;
}

.page-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  padding-top: 0;
}

.spacer-bottom {
  border-bottom: 1px solid #E5E5E5;
}

.panel-heading{
  font-weight: 600;
}

.activity-form {
  font-weight: 500;
  /* padding: 15px; */
  padding-bottom: 0;
}

/* on  /bloom/stemmodule page > button hover */

.bloom_stemmodule .dataTables_scrollBody {

  overflow:visible !important;
}

.form-new-design label {
  font-size: 16px;
  color: #464A56;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
}

.form-new-design input,
.form-new-design select,
.form-new-design textarea {
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  font-size: 16px;
  color: #464A56;
  font-weight: 500;
  line-height: 28px;
  padding: 7px 10px;
  min-height: 37px;
}

.form-space-xxl {
  padding-top: 20px;
}

.bts-purple-theme,
.btn-blue {
  display: inline-block;
  background-color: #6B20C0;
  border-radius: 9px;
  line-height: 20px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  padding: 8px 52px;
  border: 1px solid #6B20C0;
}

.bts-purple-theme:hover,
.btn-blue:hover,
.btn-blue.active,
.bts-purple-theme.active {
  background-color: transparent;
  color: #6B20C0;
  transition: all 0.4s linear;
}

.btn-blue {
  background-color: #2779E1;
  border-color: #2779E1;
  padding: 7px 27px;
  border-radius: 4px;
  font-weight: 500;
}

.btn-blue:hover,
.btn-blue.active {
  color: #2779E1;
}

.btn-blue i {
  padding-right: 5px;
}

.bts-purple-theme:focus,
.btn-blue:focus {
  color: #6B20C0 !important;
  text-decoration: none !important;
  outline: none !important;
  background-color: transparent;
}

.btn-blue:focus {
  color: #2779E1;
}

.head-with-content {
  align-items: flex-start;
}

.more-head {
  color: #2779E1;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  padding-left: 10px;
}

.more-head:hover {
  text-decoration: none;
}

.like-theme {
  align-self: flex-start;
}

.like-theme i {
  color: #A6A6A6;
  font-size: 25px;
  line-height: 25px;
}

.actions-btns {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 5px;
}

.actions-btns a {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #464A56;
}

.actions-btns i {
  font-size: 20px;
  line-height: 20px;
  color: #464A56;
  padding-right: 10px;
}

.dok-file-data {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.dok-file-data>div:last-child {
  align-self: center;
}

.dok-img-inner img {
  width: 45px;
  height: 45px;
  object-fit: cover;
}

.dok-data-img {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dok-file-data p {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #464A56;
}

.standard-popup {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* color: #2779E1; */
  font-family: 'Raleway';
  text-decoration: none;
}

.standard-popup:hover {
  text-decoration: none;
}

.head-inline-content {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #515561;
}

.v-modal-center .modal-dialog {
  transform: translate(-50%, -40%) !important;
  width: 90% !important;
  position: absolute;
  max-width: 800px;
  margin: auto;
  top: 30%;
  left: 50%;
}

.modal-head-text {
  line-height: 20px;
  font-weight: 600;
  font-size: 23px;
  color: #464A56;
}

.modal-theme-head {
  position: relative;
}

.modal-theme-head .close {
  position: absolute;
  right: 2%;
  top: 16px;
}

.theme-table .table-bordered {
  border-color: #E1E1E1 !important;
}

.theme-table th {
  background-color: #2779E1;
  color: #fff !important;
}

.theme-table th:nth-child(2) {
  width: 60%;
}

.theme-table th:nth-child(4) {
  width: 10%;
}

.theme-table td {
  vertical-align: middle !important;
  height: 71px;
}

.theme-table {
  margin-top: 20px;
}

.btn-small {
  padding: 7px 32px;
  border-radius: 4px;
}

.theme-table td:nth-child(4) {
  text-align: center;
}

.modal-theme-inner {
  display: flex;
  align-items: flex-start;
}

.modal-theme-inner img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.modal-theme-img {
  width: fit-content;
}

.modal-theme-content {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.read-text {
  text-decoration: none;
  text-transform: capitalize;
  color: #2779E1;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  vertical-align: bottom;
  display: inline-block;
  padding-left: 5px;
}

.modal-theme-content h5 {
  padding-bottom: 7px;
  line-height: 26px;
}

.modal-theme-content p {
  line-height: 24px;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.draft-created h5 {
  font-size: 29px;
  line-height: 38px;
  padding-bottom: 30px;
}

.draft-created p {
  line-height: 28px;
  font-size: 18px;
  font-weight: 500;
  color: #464A56;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.draft-created {
  text-align: center;
  padding: 100px 0;
}

.inline-icon {
  width: 25px;
  height: 25px;
  vertical-align: sub;
  margin-left: 5px;
}

.bloom-activity-img img {
  width: 65px;
  height: 65px;
  object-fit: cover;
}

.bloom-activity {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bloom-activity-text h6 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
  margin: 0;
  margin-bottom: 5px;
}

.bloom-activity-text p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  margin: 0;
  margin-bottom: 5px;
}

.bloom-activity-text p a {
  font-weight: 600;
}

.bloom-activity-text p:last-child {
  margin: 0;
}

.dok-data {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.activity-edit p i {
  font-size: 20px;
  line-height: 20px;
  color: #464A56;
  padding-left: 10px;
}

.create-edit {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #2779E1;
  display: inline-block;
  margin-bottom: 5px !important;
}

.create-edit i {
  line-height: 20px;
  color: #2779E1;
}

.bloom-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bloom-activity-text {
  flex: 1;
}

.dok-preview p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.dok-preview i {
  padding-right: 5px;
}

.dok-level-text h5 {
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-top: 0;
  margin-bottom: 15px;
}

.dok-level-text h5 span {
  font-size: 18px;
  font-weight: 600;
}

.dok-edit-levels {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.activity-wih-img {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pt-30 {
  padding-top: 30px;
}

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

.image-card-page {
  min-height: 402px;
}

.create-page-btn {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.create-page-btn .add-memory-pair-button {
  border-radius: 9px;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  padding: 9px 52px;
}

.canva-images-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.canva-image {
  background-color: #000;
  width: 100%;
  height: 100%;
  border: 1px solid #cecece;
}

.canva-design h6 {
  line-height: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #464A56;
  margin: 0;
}

.label-inline-cstm {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  gap: 10px;
}

.auto-gen {
  padding: 3px 18px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  background-color: #2779E1;
  border: 1px solid #2779E1;
  text-decoration: none;
}

.auto-gen:hover,
.auto-gen.active,
.auto-gen:focus {
  background-color: transparent;
  color: #2779E1;
  text-decoration: none;
  transition: all 0.3s linear;
}

a#autogen-desc {
  border: 1px solid #6b20c0;
  background: #6b20c0;
  color: #ffffff;
  padding: 6px 30px;
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

a#autogen-desc:hover {
  border: 1px solid #6b20c0;
  background-color: #fff;
  color: #6b20c0;
  transition: all 0.4s ease;
}

.download_rigor_files a {
  margin-right: 20px;
  font-weight: 600;
  color: #6b20c0;
  text-decoration: none;
}

.download_rigor_files {
  margin: 10px 0 10px 0;
}

.auto-gen i {
  font-size: 14px;
  line-height: 14px;
  padding-right: 5px;
}

.label-inline-cstm label {
  margin-bottom: 0;
}

.cstm-space {
  padding-top: 50px;
}

.truncated-text {
  display: none;
}

.bloom-activity.disabled {
  opacity: 0.6;
}

.btns-inline-new {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
}

form#activity-frm button {
  float: right;
}

.label-inline-cstm label {
  margin-bottom: 0;
}

.flex-box-cstm {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.cstm-border {
  border: 1px dashed #b5b5b5;
  border-radius: 10px;
  flex: 1;
}

.flex-box-cstm {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.canva-images-grid {
  max-height: calc(80vh - 151px);
  overflow-x: hidden;
  overflow-y: scroll;
  height: auto;
  margin: 20px 0;
}

.canva-image-main.v-modal-center .modal-dialog {
  transform: translate(-50%, -50%) !important;
}

.createstudio-scenario-grid-item:hover span {
  color: #fff;
}

#foldersContainer .folder-structure {
  flex-basis: calc(86% / 5);
  text-align: center;
  background: #fff;
  padding: 0px;
  border: 1px solid #ddd;
  justify-content: normal !important;
  margin: 0px;
}

/* #foldersContainer {justify-content: center;} */

#foldersContainer .folder-structure span.folder-name {
  background: #f8f8f8;
  padding: 4px;
  font-size: 12px;
  display: block;
  width: 100%;
  height: 100%;
}

.exercise-spinner-outer form.panel-body {
  background: #fff;
  padding: 40px;
  margin: 0 auto;
  box-shadow: 0px 0px 4px 3px #0000000d;
  border-radius: 8px;
}
.create-activity-layout .spinner-submit-button:hover {
  background: transparent;
  color: #6B20C0;
}
.exercise-memory-outer .cards-activity-memory .form-group {
  min-height: 186px;
}

.bloom-actn-btn {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}

.btn-actn-bloom {
  background: #6B20C0;
  color: #fff;
  padding: 8px 10px;
  border-radius: 4px;
  margin-left: 10px;
  font-weight: 600;
  border: 1px solid #6B20C0;
}

button.btn-bloom-trash {
  background-color: #ff0000;
  border-color: #ff0000;
}

.btn-actn-bloom .fa {
  margin-right: 0px;
}

.venn-upload-inner {
  margin-left: 9px;
}

.cstm-back-btn {
  position: absolute;
  top: 5px;
  right: 12px;
}
.backbtn .cstm-back-btn
{
  position: relative;
  top:0;
  right: 0;
}
.backbtn .cstm-back-btn svg
{
  max-width: 18px;
  fill: #A6A6A6;
}

/* 27-01-2025 start */
.bloom-scenerios-outer {
  display: flex;
  flex-wrap: wrap;
}

.bloom-scenerios-outer .create-activity-anchor {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-basis: calc(100% / 8);
  height: auto !important;
  padding: 10px;
}

.bloom-scenerios-outer .create-activity-anchor .createstudio-scenario-grid-item {
  width: 100%;
}

.bloom-scenerios-outer .create-activity-anchor img.white-tooltip {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.bloom-scenerios-outer .create-activity-anchor .createstudio-scenario-grid-item .scenario-name span {
  word-break: break-word;
  white-space: normal;
}

.bloom-scenerios-outer .create-activity-anchor .createstudio-scenario-grid-item {
  margin: 0px;
}

.bloom-scenerios-outer .create-activity-anchor .createstudio-scenario-grid-item .scenario-name {
  font-size: 10px;
  font-weight: 500;
}
.panel.main-bloom-create-studio {
  border: 0px;
}

.panel.main-bloom-create-studio .st-image {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.exercise-add-color-mixer-outer .note-editor.note-frame.panel.panel-default {
  margin-top: 20px;
}

/* 27-01-2025 start */
@media (min-width: 1200px) {

  /* ---------- New pages css----------- */
  .v-modal-center .modal-dialog {
    width: 40%;
  }
}

@media (min-width: 992px) {

  /* ---------- New pages css----------- */
  .v-modal-center .modal-dialog {
    width: 50%;
  }
}

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

  .bannersubjects {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .bannerLogin {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .panel1 {
    width: 70%;
    margin: 0 auto;
  }

  .loginFlex {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
  }

  /* ---------- New pages css----------- */
  .dok-file-data {
    flex-direction: column;
    gap: 2px;
  }

  .dok-file-data>div:last-child {
    align-self: flex-start;
  }

  .image-card-page {
    min-height: 338px;
  }

  .canva-images-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cstm-space {
    padding-top: 20px;
  }
  .attachvideostream {
    flex-wrap: wrap;
}
.attachmentdata .attachement-files {
  flex-basis: 45%;
}
}

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

  .panel1 .panel-heading,
  .loginUserName,
  .loginUserPassword {
    font-size: 18px;
  }

  .ButtonWidth {
    font-size: 18px;
    padding: 12px;
  }

  .Inputbox {
    padding: 15px;
    font-size: 16px;
  }

  .footer-guest {
    padding-top: 50px;
  }

  /* ---------- New pages css----------- */
  .create-activity-layout {
    margin-right: 60px;
    margin-left: 60px;
  }

  .form-space-sm {
    padding-top: 20px;
  }

  .v-modal-center .modal-dialog {
    width: 60%;
  }

  .theme-table td {
    white-space: normal !important;
  }

  .btn-blue {
    padding: 7px 7px;
  }

  .canva-images-grid {
    grid-template-columns: 1fr 1fr;
  }

  .flex-box-cstm {
    flex-direction: column;
    gap: 30px;
  }

  .cstm-border {
    min-height: 30vh;
    margin: 0 15px;
  }
}

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

  /* ---------- New pages css----------- */
  .create-activity-layout {
    padding: 10px;
  }

  .page-head,
  .activity-form {
    padding: 10px;
  }

  .page-header-content h1 {
    font-size: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .bts-purple-theme {
    padding: 9px 0px;
    width: 100%;
    text-align: center;
  }

  .theme-table th:nth-child(2) {
    width: 100%;
    min-width: 320px;
  }

  .theme-table th:nth-child(3) {
    width: 100%;
    min-width: 150px;
  }

  .modal-theme-inner {
    flex-direction: column;
  }

  .modal-theme-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
  }

  .modale-success-new.modal-theme-head .close {
    top: 0%;
  }
  .v-modal-center .modal-dialog
  {
    top: 20%;
  }

  .activity-wih-img {
    flex-direction: column;
  }

  .btn-blue {
    background-color: #2779E1;
    border-color: #2779E1;
    padding: 7px 7px;
    border-radius: 4px;
    font-weight: 500;
  }

  .for-activity-edit {
    position: relative;
  }

  .for-activity-edit .like-theme {
    align-self: center;
    position: absolute;
    top: 7%;
    right: 0;
  }

  .like-theme {
    align-self: flex-start;
  }

  .m-sm-0 {
    margin: 0;
  }

  .create-page-btn {
    flex-direction: column;
    gap: 15px;
  }

  .create-space-btw {
    justify-content: space-between;
    flex-direction: column;
  }

  .create-space-btw .page-header-content h1 {
    margin: 0 !important;
  }

  .create-page-btn .add-memory-pair-button {
    padding: 9px 0px;
  }

  .mr-10 {
    margin: 0;
    margin-bottom: 10px;
  }

  .btns-inline-new #return-btn-div {
    width: 100%;
  }

}

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

  .panel1 {
    width: 100%;
    margin: 0 auto;
  }

  .panel1 .panel1-body {
    margin: 20px 30px;
  }
}

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

  .panel1-body {
    margin: 20px;
  }

  .loginUserName,
  .loginUserPassword {
    font-size: 16px;
  }

  .ButtonWidth {
    font-size: 16px;
    padding: 10px;
  }

  .Inputbox {
    padding: 10px;
    font-size: 14px;
    width: 100%;

  }

  .footer-guest {
    padding-top: 20px;
  }

  .bannerLogin {
    width: 100%;
  }

  /* ---------- New pages css----------- */
  .actions-btns {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .bloom-activity {
    align-items: flex-start;
    flex-direction: column;
  }

  .dok-level-btn button {
    margin-bottom: 10px;
  }

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

  .canva-images-grid {
    grid-template-columns: 1fr;
  }

  .v-modal-center .modal-dialog {
    transform: translate(-50%, -20%) !important;
  }

  .label-inline-cstm {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }


}

.cards-activity-memory .image-cards{
  border:none !important;
  padding: 19px !important;
  margin-bottom: 0px !important;
}