@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600,700|Roboto+Condensed:300,300i,400,400i,700,700i|Signika+Negative|open sans:100,200,300,400,500|family=Montserrat:ital,wght@0,200;0,600;0,800;1,400;1,600&display=swap"');
header {
    display: none;
}
body{
    overflow: hidden;
    padding: 10px;
    font-family: 'Roboto' !important; 
}
form{
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    padding-left: 0;
}
.VideoUploadForm {
  margin-top:unser;
  padding-top:0px;
}
a{
    color: white;
    text-decoration: unset;
}
a:focus{
    color: white;
}
/* a:active {
    background-color: green;
    color: #ff9800 !important;
}
i:active{
    color: #ff9800;
} */
p,
h1,
h2,
h3,
h4,
h5,
h6,
i {
    font-family: 'Roboto';
    letter-spacing: 1px;
    line-height: 1.2;
}

.button {
    width: 100%;
    text-align: center;
    background-color: transparent;
    display: inline-block;
    font-size: 16px;
    color: #3c3a3a;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20px;
    line-height: inherit;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin-top: 13px;
    margin-bottom: 5px;
    opacity: 0.9;
}

.button:hover {
    color: #fff;
    opacity: 1;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.08);
}

.submit {
    width: 57%;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 5px;
    background: linear-gradient(45deg, #fff, #d0c6c6);
    color: white;
}

 .addshadow {
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 0%), 0 1px 10px 0 rgb(158 158 158 / 9%), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: 9999;
    background: #e1dad0;
    padding: 11px;
    height: 58px;
} 
.top-tab-content{
  width: 100%;
}
.single-top-tab{
  font-size: 25px;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  margin-left: 20px;
  color: #556f84;
  transition:0.3s;
}
.single-top-tab a{
  color:#556f84;
}
.single-top-tab a:hover,.single-top-tab i:active{
    color: #ff8517 !important;
}
.iconActive{
    color: #ff8517 !important;

}
.single-top-tab:first-child{
  margin-left:50px;
}
#logout{
  float: right;
  margin-right: 10px;
  position: absolute;
  right: 0px;
}
.myaccountwrapper .container {
    width: 100%;
    /* overflow-x: hidden; */
}

.myaccount_show_menu {
    display: none;
}

.myaccountwrapper {
    padding-left: 0;
    padding-right: 0;
    margin-top: 60px;
    z-index: 6;
    margin-bottom: 60px;
    overflow: hidden;
    box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.14), 0 0px 14px 2px rgba(0, 0, 0, 0.12), 0 0px 5px -3px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    width: 100%;
}

.myaccount_left_pane {
    float: left;
    width: 100%;
    box-shadow: 2px 0px 2px 0px rgb(158 158 158 / 27%);
    padding-left: 0;
    background: #ff8517;
    padding-top: 10px;
    height: 100%;
    z-index: 8;
}
.myaccount_leftpane_leftsection{
    background:linear-gradient(45deg, #6a8194, #869bac);
    overflow-y: auto;
    height: 100%;
    padding-bottom:100px;
    overflow-x: hidden;
}
.myaccount_leftpane_leftsection::-webkit-scrollbar{
  width:5px;
  background:#ccc7c7;
  border-radius:3px;
  margin-bottom:50px;
}
.myaccount_leftpane_leftsection::-webkit-scrollbar-thumb{
  background:#607D8B;
  border-radius:3px;
}
#dynamic_field::-webkit-scrollbar{
    width:5px;
    background:rgb(44 62 76);
    border-radius:3px;
    margin-bottom:50px;
  }
#dynamic_field::-webkit-scrollbar-thumb{
    background:#607D8B;
    border-radius:3px;
}
.layout_options::-webkit-scrollbar{
    width:5px;
    background:rgb(44 62 76);
    border-radius:3px;
    margin-bottom:50px;
  }
  .layout_options::-webkit-scrollbar-thumb{
    background:#607D8B;
    border-radius:3px;
}
.courses::-webkit-scrollbar{
    width:5px;
    background:rgb(44 62 76);
    border-radius:3px;
    margin-bottom:50px;
}
.courses::-webkit-scrollbar-thumb{
    background:#607D8B;
    border-radius:3px;
}
#courses_list{
    height: auto;
    max-height: 35vh;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    padding: 12px; /* //added padding to match alignment// sayali */
}
#courses_list::-webkit-scrollbar{
    width:5px;
    background:white;
    border-radius:3px;
    margin-bottom:50px;
  }
#courses_list::-webkit-scrollbar-thumb{
    background:#607D8B;
    border-radius:3px;
}
.myaccount_leftpane_rightsection {
    display: none;
}

.myaccount_left_pane_top {
    overflow-y: hidden;
    overflow-x: hidden;
}

.myaccount_right_pane {
    width: 100%;
    padding: 0;
}

.left_pane_singleitem {
    transition: 0.3s;
    padding-left: 20px;
    /* height: 30px; */
}

.left_pane_singleitem i {
    width: 40px;
    font-size: 20px;
}

.left_pane_singleitem:hover {
    cursor: pointer;
    background: rgb(245 241 253 / 20%);
    transition: 0.4s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
#mycourse:hover{
  background: transparent;
  text-decoration:underline;
}
.comments_hover_remove:hover{
  background:unset;
}
.comments_hover_remove:hover i{
  color:#fff;
}
.left_pane_singleitem h4 {
    text-transform: capitalize;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;
    transition: 0.2s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    width: auto;
}

.left_pane_singleitem:hover h4 {
    /* color: #ffffff; */
    transition: 0.2s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        text-decoration: underline;
}

.left_pane_singleitem:hover i {
    color: #fff;
    transition: 0.4s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.left_pane_singlesubitem {
    cursor: pointer;
    height: 35px;
    padding: 12.5px;
    padding-left: 40px;
    transition: 0.2s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    background: #8095a714;
    position: relative;
}

.left_pane_singleitem_active {
    transition: 0.2s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.left_pane_singleitem_active i {
    transition: 0.2s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.left_pane_singlesubitem:hover {
    background: #8095a7;
    transition: 0.2s;
    color:white;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.left_pane_singlesubitem_active:after{
  content:'\f0da';
  position:absolute;
  right: 27px;
  top: -5px;
  color:#fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size:30px;
}
.left_pane_singlesubitem:hover .left_pane_singlesubitem::after{
  display:block;
  opacity:1;
}
.left_pane_singlesubitem h4 {
    color: #fff3f3;
    font-size: 15px;
    margin: 0;
    font-weight: 300;
}
.left_pane_singlesubitem h4 .fa-pen{
      float:right;
  padding-right:10px;
}
.left_pane_singlesubitem:hover h4 {
    color: #fff;
    transition: 0.2s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    margin: 0;
}

.left_pane_singlesubitem_active {
    cursor: pointer;
}

.left_pane_singlesubitem_active h4 {
    color: #fff;
}
.plus-circle{
    padding-right: 10px;
}
.myaccount_right_pane {
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 0;
    position: relative;
}

.rightpane_singleitem {
    width: 100%;
    display: none;
    padding: 0%;
    height: calc(100vh - 70px);
    /* overflow-y: scroll; */
}

.rightpane_singleitem h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #555;
    font-weight: 300;
    line-height: 28px;
    background-color: #565656;
    float: left;
    text-align: center;
}

.rightpane_singleitem h3 span {
    display: block;
    font-style: italic;
    font-size: 20px;
    color: #777;
}


textarea.course_description{
    margin: 0px 30px 0px 0px;
    height: 100px;
    width: 100%;
    resize: none;
 }
 textarea.tags{
    margin: 0px 195px 0px 0px;
    width: 100%;
    height: 50px;
    resize: none;
 }
 .disabled {
    color: grey; 
 }
 .category_description{
    width: 431px;
    height: 152px;
    resize: none;
 }
 .pull-right{float: right;}

 .add_page{
    display: block;
    margin: auto;
    color: gray;
    border-radius: 50%;
    position: unset;
    left: 50%;
    border: 1px solid gray;
    bottom: 0%;
    height: 25px;
    width: 25px;
 }
 #dynamic_field{
   position:relative;
   border-bottom: 1px solid #dbd1d1;
   padding-bottom: unset !important;
   overflow: scroll;
   max-height: 300px;
   overflow-x: hidden;
   height: auto;
 }

.page_name{
    border-radius: 1rem;
}
.course_creation_tabs{
    margin-top: 10px;
    border: unset;
}
.course_creation_tabs.nav-tabs>li{
    float: left;
    margin-bottom: -1px;
    background: #ff8517;
    width: 122px;
    margin-left: 30px;
    text-align: center;
    border-radius: 8px;
    color: white;
}

.course_creation_tabs.nav-tabs>li>a{
    margin-right: 36px;
    line-height: 1.42857143;
    background: #ff8517; 
    text-align: center;
    text-transform: uppercase;
    padding: 7px;
    background: unset;
    border: unset;
    width: 100%;
    border-radius: 8px;
    color: white;
  }
.course_creation_tabs.nav-tabs>li>::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    position: absolute;
    right: -28px;
    top: 0px;
    font-size:25px;
    color: #ff8517;
}
.course_creation_tabs.nav>li.add_bg_tab{
    background: #4f6170;
}
.course_creation_tabs.nav>li.current:after {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #4f6170;
    content: " ";
    position: absolute;
    bottom: -17px;
    left: 38%;
}
.course_creation_tabs .nav-tabs>li{
    float: left;
    margin-bottom: -1px;
    cursor: pointer;
    padding: 5px;
    margin: 7px 2px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: unset;
}
.course_creation_tabs.nav li a:focus,.course_creation_tabs.nav li a:hover,.course_creation_tabs.nav li a:active{
  outline:none;
  background: transparent;
  color: white;
}
label{
    color: #556f84;
    font-size: 15px;
}
.form-control{
    display: block;
    width: 100%;
    /* height: 34px; */
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: unset;
    border-radius: 8px;
    box-shadow: 3px 3px 7px 3px #80808087;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus{
    box-shadow: 3px 3px 7px 3px #80808087;
}
.sv_course{
    background: unset;
    position: fixed;
    top: 12%;
    color: #556f84;
    right: 2%;
    font-size: 17px;
    border: unset;
    border-bottom: 3px solid #556f84;
    padding-bottom: 0;
    border-radius: unset;
}
.sv_course:hover,.sv_course:focus{
    background: unset !important;
    color: #556f84;
}
.course_creation_tabs .nav-tabs{
    border: unset;
}
.course_creation_tabs .nav>li.disabled>a:focus, .course_creation_tabs .nav>li.disabled>a:hover{
    background-color: #ff8517;
    color: #fff;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus{
    outline: unset;
}
.layout_options{
    width: 300px !important;
    height: 100%;
    background: linear-gradient(-42deg, #6a8194, #869bac);
    margin: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: 3px solid #fff;
    position: fixed;
    top: 10.9%;
    z-index: 99999999;
    left: 25.4%;
}
.text_layout_options{
}
.single_layout_option{
  width:100%;
  padding:0px;
  border-bottom:1px solid #fff;
  height: 100px;
  cursor:pointer;
}
.single_layout_option p{
  text-align:center;
  font-size: 15px;
  color:#fff;
  vertical-align: middle;
  margin-top: 18px;
  display: flex;
}
.text_layout_options img{
    width: 100%;
    z-index: 9;
    margin-top: 10px;
    display: block;
    max-width: 100px;
}
.btn-primary.focus, .btn-primary:focus{
    background-color: unset;
    border-color: unset;
    outline: unset;
}
.warpper{
    display: block;
    flex-direction: column;
    align-items: center;
  }
  .tabs{
      margin-top: 20px;
  }
  .tab{
    cursor: pointer;
    padding: 10px;
    margin:0px 2px;
    background: #ff8517;
    display:inline-block;
    color:#fff;
    border-radius: 10px;
    box-shadow: 0 0.5rem 0.8rem #00000080;
    margin-left: 10px;
    margin-right: 10px;
    width: 150px;
    text-align: center;
    letter-spacing: 1px;
  }
  .tabs label{
      position: unset;
      pointer-events: all;
      text-transform: uppercase;
      font-size: 15px;
      line-height: 1.4;
      position: relative;
  }
  .tabs label::before{
    content:'\f0dd';
    position:absolute;
    right: -15px;
    top: 9px;
    color:#ff8517;
  }
    .tabs label::after{
    content:'\f101';
    position:absolute;
    left: 40px;
    bottom: -22px;
    color: #efefef;
  }
   .tabs label::after:active{
     color:#556f84
   }
  .panels{
    min-height:200px;
    width:100%;
    overflow:hidden;
    margin-top: 20px;
  }
  .panel{
    display:none;
    animation: fadein .8s;
    box-shadow: unset;
    border: unset;
    background: unset;
  }
  @keyframes fadein {
      from {
          opacity:0;
      }
      to {
          opacity:1;
      }
  }
  .panel-title{
    font-size:1.5em;
    font-weight:bold
  }
  .radio{
    display:none;
  }
  #one:checked ~ .panels #one-panel,
  #two:checked ~ .panels #two-panel,
  #three:checked ~ .panels #three-panel{
    display:block
  }
  #one:checked ~ .tabs #one-tab,
  #two:checked ~ .tabs #two-tab,
  #three:checked ~ .tabs #three-tab{
    background: #556f84;
    color: #efefef;
}
.card {
    width: 100%;
    padding: 10px;
  }
  
  .title {
    text-align: center;
    margin: 0;
    font-size: 17px;
  }
.input_container {
    display: flex;
    flex-direction: column;
}
  .form-group{
      margin-bottom: 10px;
  }
  input[type="text"],
  input[type="number"],
  input[type="email"],
  input[type="password"] {
    /* padding: 10px; */
    /* margin-top: 8px; */
    margin-bottom: 15px;
    background: white;
    border-radius: 8px;
    box-sizing: unset;
    box-shadow: 3px 3px 7px 3px #80808059;
    border: unset;
  }
  .menu{
    width: 25px;
    cursor: none;
    display: block;
    margin: auto;
    margin-top: 18px;
}
.menu div{
    width:25px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
}
.desktop_header,.mobile_header{
    border: unset;
    position: fixed;
    padding: 0px 10px;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-top: 10px;
}
.single_header_options{
    width: 100%;
} 
#single_header_progress{
    width: 100%;
    float: left;
}
.navbar_header,.demoheader{
    background-color:#4f6170;
    height: 60px;
    border-radius: 22px;
    z-index: 9;
    padding: 0;
}
.single_header_options{
    display: block;
    float: left;
}
#vertical_line1,
#vertical_line2{
  width: fit-content;
  }
.vertical-line1{
    display: block;
    border-left: 1px solid #ccc;
    height: 30px;
    margin: auto;
    margin-top: 12px;
  }
  .vertical-line2{
    display: inline-block;
    border-left: 1px solid #ccc;
    height: 30px;
    margin-top: 12px;
}
.moduleName{
    background-color: #748a9d;
    width: 100%;
    height: 40px;
    border-radius:9px;
    text-align: left;
    color: white;
    padding: 10px;
    z-index: 9;
    margin-top: 10px;
    border: unset;
}
.moduleName:focus{
    outline: unset;
}
.pageName{
    width: 100%;
    padding: 5px;
    border-radius: 0px 0px 12px 12px;   /*changed from 12px to 0px 0px 12px 12px*/
    text-align: left;
    color: white;
    z-index: 1;
    float: left;
    font-size: 18px;
    background: #ff8517;
}
.progress_in{
    background: #ff8517;
    padding: 7px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: white;
    letter-spacing: 1px;
    line-height: 2.1;
    width: 100px;
    font-size: 16px;
    margin-left: 10px;
    display: inline;
    text-align: center;
}
 .progressbar{
    width: 100%;
    height: 5px;
    background: #efefef;
    border-radius: 2px;
    margin-top: 24px;
    margin-right: 0 !important;
} 
.progressbar_value{
    color: #fff;
    font-size: 13px;
    margin-top: 17px;
    display: block;
}
#myBar {
    width: 1%;
    height: 5px;
}


/* .tabs .active{
    background: #556f84 ;
 color: #efefef;
} */

.progress{
    height: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    margin-top: 18px;
    width: 100%;
}
  .headercard{
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 18px;
    text-align: center;
    border-radius: 10px;
    font-weight: 300;
    padding: 7px;
  }
  .headercard .title,.headercard .title-value{
      display: inline-block;
  }
  #Design_tab_Uparrow{
      margin-bottom: 20px;
  }
  #Design_tab_Uparrow,#Design_tab_Downarrow{
      width: 100%;
      max-width: 30px;
      display: flex;
      cursor: pointer;
  }
  .page_name {
      color: #000;
      text-align: left;
      padding-top: 8px;
      text-transform: capitalize;
      margin-top: 20px;
  }
  .courses,.slideContent,.templates{
      list-style: none;
      padding-bottom: 10px;
  }
  .courses{
    padding-left: 25px;
    height: auto;
    overflow-y: auto;
    max-height: 30vh;
  }
  .course,.template{
      padding-bottom: 5px;
      margin-top: 10px;
      width: 100%;
      overflow-x: hidden;
  }
  .slideContent{
      padding: unset;
      padding-left: 22px;
  }
  .slideContent a{
      padding-left: 10px;
  }
  .slideContent span,.course span{
    float:right;
    color:white;
    padding-right: 10px;
    font-size: 15px;
  }
.slide_title,.New_slide_title{
    font-size: 17px;
    color: #fff;
    list-style: none;
    width: 100%;
    padding: 0;
    position:relative;
    overflow-x: hidden;
    word-break: break-all;
}
.New_slide_title{
  padding-top:10px;
}

.New_slide_title i{
    font-size: 20px;
    padding-right: 10px;
}
.New_slide_title .fa-pen{
  font-size:15px;
}
.slide_title i{
  font-size: 20px;
  padding-right: 10px;
}
.slide_title::before{
  content:'';
  position:absolute;
  top: -4px;
  left: -32px;
  background: url(https://www.impetus.com/sites/default/files/plus.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
  height: 28px;
  width: 28px;
  border-radius: 50px;
  display:none;
}
.slide_title.active {
  background:red;
}
.slide_title span,.slideContent span{
    float: right;
    padding-right: 10px;
}
.slideContent li{
    /* font-size: 17px; */
    padding-top: 10px;
}
.slide_title a:focus, a:hover{
    color: #fff;
}
.slideContent a:focus, a:hover{
    color: #fff;
}
.create_course{
    background: unset;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 10px;
    font-size: 17px;
    color: #fff;
    display: block;
    margin: auto;
    width: 80%;
    text-transform: capitalize;
    box-sizing: unset;
    outline: unset;
    margin-bottom: 20px;
}
.template::after{
    content:'+';
    position: absolute;
    right: 19px;
    top: 0px;
    color: white;
    font-size: 27px;
}
.template{
    position: relative;
}
#text_layouts h4:hover .left_pane_singlesubitem::after{
    opacity: 1;
}
/* #image{
    background: #4f6170;
    width: 140px;
    height: 100px;
} */
  .checkboxOverride {
    margin: 10px 20px;
    position: relative;
    width: 25px;
  }
  .checkboxOverride input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }
  .checkboxOverride label {
    background: none repeat scroll 0 0 rgb(238, 238, 238);
    border: 1px solid #4f6170;
    cursor: pointer;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
    border-radius: 5px;
  }
  .checkboxOverride label:after {
    border-style: none none solid solid;
    content: "";
    height: 6px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 6px;
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    width: 12px;
    color: #ff9800;
  }
  #background_image_checkbox{
    position: relative;
    width: 20px;
  }
  #checkboxOverride input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }
  #background_image_checkbox_label {
    background: none repeat scroll 0 0 rgb(238, 238, 238);
    border: 1px solid #4f6170;
    cursor: pointer;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
    border-radius: 5px;
  }
  #background_image_checkbox_label:after {
    border-style: none none solid solid;
    content: "";
    height: 6px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 7px;
    -ms-transform:rotate(-45deg); 
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    width: 12px;
    color: #ff9800;
  }
  .tab-content>.tab-pane{
      margin-top: 10px;
      /* height: 80vh; */
      /* overflow-y: scroll; */
      overflow-x: hidden;
      padding-bottom: 100px !important;
      padding: 10px;
  }
  .textarea.course_description{
      width: 100%  !important;
  }
  .design_fileUploader{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* visibility: hidden; */
    position: relative;
    top: -34px;
    z-index: 9999;
  }
  .file_uploader_icon{
        background: white;
        border-radius: 50%;
        position: absolute;
        top: 32%;
        left: 39%;
        text-align: center;
        font-size: 15px;
        width: 30px;
        height: 30px;
        padding: 6px;
        color: #687987;
        pointer-events: all;
        cursor: pointer;
  }
  .btn-info{
      background-color: #4f6170;
      position: absolute;
      top: 20%;
      left: 29%;
      border: unset;
      font-size: 43px;
  }
  .btn-info:hover{
      background: unset;
  }
  .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover{
      background: unset;
  }
.percentage_box input{
    background: unset !important;
    box-shadow: unset !important;
    border: 1px solid #4f6170;
    width: 48%;
    margin-left: 20px;
    font-size: 20px;
    color: #4f6170;
}
.delete_i i,.Upload_audio i{
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
    color: #4f6170;
    text-align: center;
    padding-left: 0;
    padding-right:0;
}
.page_title input,.delete_i i,.percentage_box input,.checkboxOverride label,.checkboxOverride input {
    margin-top: 10px;
}
.design_up_down i{
    font-size: 27px;
    color: #4f6170;
    display: flex;
    margin-bottom: 23px;
    cursor: pointer;
}
.imageUploadForm .helpText{
    /* background: #4f6170; */
    max-width: 400px;
}
.image-content{
    background: unset !important;
    padding: 10px;
    position: relative;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: unset;
    padding-left: unset;
}
.imageUploadForm .uploadButton{
    background: url("..images/plus_icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1 !important;
}
.uploadvideo{
    background:  #4f6170;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.imageUploadForm .pickFileButton{
    border-radius: unset;
    color: #ff8517 !important;
    padding: 5px 2px 2px 5px !important;
    left: 0;
    border: 1px solid #8080804d;
}
.main-container{
    margin-top: 20px;
    height: auto;
    overflow-y: auto;
}
.imageUploadForm .helpText{
    position: unset;
    top: 0 !important;
    /*     background-image: url("../images/imagelayout.png"); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 300px;
    min-height: 300px;
    z-index: 1;
}
.VideoUploadForm .pickFile{
    top: 37% !important;
}
.VideoUploadForm .helpText{
    /*     background: #556f84; */
   /*  background-image: url("../images/video_uploader.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px !important;
    top: 0 !important;
    width: 100%;
}
.imageUploadForm .pickFile{
    top: 0;
    background: unset !important;
    left: 0 !important;
    display:  unset !important;
}
.imageUploadForm .helpText:after{
    border: unset !important;
    content:"" !important;
}
#image-second .imageUploadForm .pickFile{
    position:  unset !important;
    left: -10%;
    background: unset;
}

/* #mydiv{
    cursor: move;
    z-index: 10;
    position: absolute;
} */
.headercard{
    background: #ff8517;
    color: white;
}
.review_table{
    /* margin-top: 8%; */
    height: 20vh;
    overflow-y: scroll;
}
.table>tbody>tr>th{
    background: #556f84;
    color: white;
}
.table>tbody>tr:nth-child(even){
    background: #dde7f0;
}
.table>tbody>tr:nth-child(odd){
    background: #b6c3cf;
}
.table-bordered>thead>tr>td{
    word-break: break-all;
}
#sent_to_qa,#last_modified_date,#qa_search{
    margin-top: 10px;
}
#qa_search{
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid gray;
    /* border-radius: 8px; */
    box-shadow: 3px 3px 7px 3px #80808030;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 100px;
    padding: 5px;
    text-align: left;
    margin-top: 17px;
}
.advance_search{
    color: #556f84;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}
.total_course,.in_progress,.qa_issues,.send_qa,.qa_received,.qa_approved,.qa_client_feedback{
    background: #556f84;
}
.total_course,.send_qa{
    background: #ff8517;
}
.input-group-addon{
    position: absolute;
    right: 12px;
    top: 3px;
    z-index: 9;
    background: unset;
    border: unset;
}
#search-courses{/*  added curve on both sides -sayali*/
  border-radius:8px;
}
.input-group{
    display: flex;
}
#datecreated input{/*  added curve on both sides -sayali */
  border-radius:8px;
}
#datepicker .form-control,
#lastmodified .form-control{
    border-radius: 8px;
    background: #fff;
}
.search_icon{
    position: absolute;
    left: 9px;
    top: 9px;
    z-index: 9;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden; 
    opacity: 0;
    z-index: 9;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 2s ease-in-out;
  }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
  .popup .content {
    max-height: 30%;
    overflow: auto;
  }
  .modal button{
      display: inline-block;
      background: #4f6170;
      color: #fff;
      text-align: center;
      cursor: pointer;
      border-radius: 5px;
      margin-right: 10px;
      /* margin-left: 20px; */
  }
  .modal{
      background: #00000038;
  }
  .overlay .checkboxOverride{
      margin: 0;
  }
.preview_row{
    border-bottom: 1px solid #80808063;
    margin-top: 10px;
}
.preview_img{
    height: unset;
    width: 100%;
    max-width: 100px;
}
.my-error-class{
    color:#a94442;
}

a.design_class{
    color: #428bca;
}
.desktop-footer{
    float: right;
    position: fixed;
    bottom: 1%;
    right: 5.7%;
}
.desktop-footer button{
    width: 100px;
    border: unset;
    height: 30px;
    background: linear-gradient(45deg, #748a9d, #4f6170);
    color: #fff;
}
.desktop-footer button i{
    color: #d7edffb8;
    padding-left: 10px;
    padding-right: 10px;
}
.backbtn{
   /* border-top-right-radius: 10px; */
   color: white;
   background: linear-gradient(45deg, #4f6170, #adc8de);
   padding: 5px 10px 5px 10px;
   /* width: 80px; */
   text-align: center;
}
.nextbtn{
    border-top-right-radius: 10px;
    color: white;
    background: linear-gradient(45deg, #4f6170, #adc8de);
    padding: 5px 10px 5px 10px;
    float: right;
    width: 80px;
    text-align: center;
}
.mobile-footer{
    width: 100%;
    background: #607d8b;
    bottom: 0px;
    padding: 0;
    height: 60px;
    display: none;
}
.mobile-footer button{
    display: block;
    border-radius: unset;
    padding: 10px;
    margin-bottom: unset;
    height: 60px;
    width: 100%;   /*changed from 70px to 100%*/
    float: unset;
    margin: 0;
    color: white;
    border-color: navajowhite;
}
.single-footer-option .nextbtn{
    float: right;
}
.mobile-footer .nextbtn{
    float: right;
}
.mobile-footer .progressbar{
    width: 100%;
    position: unset;
    margin: auto;
    display: block;
    margin-top: 20px;
    border-radius: 5px;
}
.mobile-footer .col-xs-2{
    padding: unset;
}
#Preview{
    /* height: auto; */
    /* overflow-y: auto; */
}
.modal-header{
    background: #ff9800;
    color: white;
}
.modal-header .close{
    background: aliceblue;
    position: fixed;
    right: 0px;
    top: 10%;
    color: #222c34;
    opacity: 1;
}
.assignqa{
    background: #556f84;
}
.assignqa:hover{
    background: #ff9800 !important;

}
#qaModal [type="radio"]:checked,
#qaModal [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#qaModal [type="radio"]:checked + label,
#qaModal [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
#qaModal [type="radio"]:checked + label:before,
#qaModal [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}
#qaModal [type="radio"]:checked + label:after,
#qaModal [type="radio"]:not(:checked) + label:after {
    content: '\f00c';
    width: 12px;
    height: 12px;
    background: transparent;
    position: absolute;
    top: 0px;
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-family: 'Font Awesome 5 Free';
    color: #ff9800;
}
#qaModal [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#qaModal [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.error-message{
    color: red;
}
.comments_i{
    font-size: 15px;
    background: white;
    color: #607D8B;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    margin-right: 55%;
    padding-top: 1px;
}
.comments_i i:hover{
  color:gray;
}
.comments_i i{
  width:unset;
  font-size:unset;
  transform: rotate(45deg);
}
.comment_count{
    float: right;
    text-align: center;
    width: 25px;
    height: 25px;
    background: #4f6170;
    position: absolute;
    right: 5%;
    bottom: 0px;
    border-radius: 50%;
}
.comment_count_on{
  background:#ff8517;
}
.comment_detail{
    border-bottom: 1px solid #97b7d3;
    position: relative;
    padding-right: 0;
    padding-top: 5px;
}
.comment_detail:last-child{
  border-bottom:unset;
}
.comments_box{
    background: #fff;
    border-radius: 5px;
    margin-top: 2%;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 10px;
    border: unset;
    outline: unset;
    display: inline-block;
    min-height: 50px;
}
.deffered_box,.accepted_acpt_box{
    float: right;
    width: max-content;
    height: auto;
    padding: 5px;
    border-radius: 5px;
    background: #efefef;
    /* margin-top: 1%; */
    margin-bottom: 2%;
    color: #555;
}
.accepted_title_box,.accepted_acpt_box{
    display: inline-block;
}
.accepted_title_box{
    color: #fff;
    margin-top: 3%;
    margin-left: 19%;
}
.add_cmts{
    border-bottom: 1px solid #556f84;
    position: relative;
}
.add_cmts i{
    text-align: center;
    position: absolute;
    left: 49%;
    font-size: 20px;
    z-index: 9;
    bottom: -9px;
    color: #9db4c5;
    cursor: pointer;
}
.submit_btn{
    background: #85a1ba;
    color: #fff;
    text-align: center;
    width: 100px;
    padding: 5px 10px 5px 10px;
    display: block;
    margin: auto;
    margin-top: 10px;
    box-shadow: 3px 5px 2px 0px #1d1d1d38;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 100px;
    margin-top: 21px;
}
.count_disable{
    background: #4f6170;
}
.comment_count_on{
    background:#ff8517;
}
.image_issue_count_text{
    text-align: center;
    width: 25px;
    height: 25px;
    background: #ff8517;
    position: absolute;
    right: 49%;
    top: -10px;
    z-index: 1;
    color: white;
    border-radius: 50%;
    padding-top: 3px;

}
#left_second_pane{
    display: none;
}
#statusselect{
    border-radius:36px;
    display:inline-block;
    overflow:hidden;
    /* background:#cccccc; */
    border:1px solid #cccccc;
    /* text-align-last:center; */
    width:200px;
    height:24px;
    border:0px;
    outline:none;
}
.table-responsive,#table_wrapper{ /* adjusted userlist table width-sayali-03 */
    width: 100%;
    overflow-x: hidden;
    padding: 10px;
}
.dashboard_my_course h2{
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 22px;
}
#searchForm{
    height: auto;
    overflow-y: auto;
    padding-bottom: 50px;
}
#searchForm #courses_list{
  padding-bottom:150px;
}
#Temp_div{
    width: 100%;
    height: 100%;
    background: #03a9f463;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    pointer-events: all;
    right: 0;
    z-index: 999;
}
#inputBox{
    left: 0;
    top: 7%;
    width: 100%;
}

.Embed{
    background: #fcfcfc !important;
    border-radius: 10px;
    position: absolute;
    box-shadow: 3px 0px 7px 2px #6156566e;
    color:#555;
    text-align:left;
    z-index:999;
    float: right;
    outline: none;
    display: none;
    /* border: none; */
    /* padding-left: 10px; */
    border-radius: unset !important;
    padding: 5px;
}
#right_videoembed{
    left: 0;
    top: 18%;
    width: 100%;
}
#left_videoembed{
    left: 0;
    top: 18%;
    width: 100%;
}
#top_videoembed{width: 50%;right: 26.7%;top: 10%;}
#bottom_videoembed{
   width: 50%;
   right: 26.6%;
   top: 10.3%;
}
#default_videoembed{
    width: 50%;
    left: 22.7%;
    top: 10%;
}
#bottom_embed{
   width: 42%;
   right: 28.7%;
   top: 12%;
}
#top_embed{
    width: 42%;
    right: 29%;
    top: 9%;
}
#default_embed{
    width: 50%;
    left: 25%;
    top: 12%;
}
#left_embed{
    width: 100%;
    left: 0;
    top: 13%;
    z-index: 1;
}
#right_embed{
    width: 100%;
    right: 0;
    top: 13%;
}
.Backbtn,.Nextbtn{
    background: linear-gradient(-45deg, rgb(116, 138, 157), rgb(79, 97, 112));
    color: white;
    text-align: center;
    padding: 10px;
    letter-spacing: 1px;
    width: 80px;
}
.Backbtn{
    border-top-left-radius: 16px;
    float: left;
    margin-right: 10px;
}
.Nextbtn{
  border-top-right-radius:16px;
  float: right;
}
.disabled{
    opacity: 0.6;
    
    pointer-events: none;
}
.preview_content_text .output-section .image-content-text{
    background: white;

}
.preview_content_text{
    padding-bottom: unset !important;
}
.preview_content_text #image-first,
.preview_content_text #image-second,
.preview_content_text #image-fourth,
.preview_content_text #image-third{
    padding-bottom: unset !important;
}
.preview_content_text .image-content-text{
    position: relative;
}
.preview_content_text img{
    margin-top: unset;
}
.NewTemplateList{
    list-style: none;
    padding: 0;
    display: none;
    height: auto;
    overflow-y: auto;
}
.NewTemplateList li{
    color: #fff3f3;
    font-size: 15px;
    margin: 0;
    cursor: pointer;
    height: 25px;
    padding: 5px;
    padding-left: 40px;
    transition: 0.2s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    background: #8095a714;
    position: relative;
    font-weight: 300;
    text-align: left;
    overflow-y: hidden;
}
.NewTemplateList li:hover{
    color: #ffffff;
    transition: 0.2s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    background: #8096a7cf;
    display: block;
}
.name_style{
    width: 95%;
    margin-bottom: unset !important;
}
.output-section{
    margin-top: 20px;
}
.My_Comments h4{
    text-transform: capitalize;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;
    transition: 0.2s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    padding-left: 20px;
}
.My_Comments:hover{
    cursor: pointer;
    background: rgb(245 241 253 / 20%);
    transition: 0.4s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.bs-example{
    margin: 20px;
}
.accordion .fa{
    margin-right: 0.5rem;
}
/* #second_cmt{
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 100px;
} */
#second_cmt{
    display:none;
}
.From{
    background: #4f6170 !important;
    color: white;
    position: relative !important;
    width: 90%;
}
.comment{
    cursor: pointer;
}
.comment_back{
    display: none;
}
#first_cmt{
    display: none;
}
.second_my_comment{
    display: none;
}
.NewTemplatist_li{
    list-style: none;
    display: none;
    color: #fff;
}
.rotrate{
    transform: rotate(
180deg) translate(10px, 5px);
}
.add_url,.Edit_Image_Icon{
    background: #ff8517;
    width: 40px;
    z-index: 99999;
    cursor: pointer;
    padding: 5px;
    text-align: center;
    margin-right: 10px;
    position: relative;
}
.add_url,.Edit_Image_Icon{
    display: inline-block !important;
}

.Uploader_btn{
    background: #ff8517;
    outline: none;
    border: none;color: #fff;
    position: absolute;
}
.Uploader_btn:focus,.Uploader_btn:hover{
    outline: none;
    color: #fff;

}
.modal-body .Embed{
    width: 100%;
    position: unset;
    float: unset;
    background: unset !important;
    padding-left: unset;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    padding-left: 5px;
}
.modal-body .Edit_Image_Icon{
    width: 200px;
    display: block;
    position: unset;
    margin: auto;
    border-radius: 5px;
    margin-bottom: 20px;
}
.modal-content{
    border-radius: unset;
}
.Uploader_modal .close{
    top: 5%;
}
.page_issue{
    padding-right: 20px !important;
}
.close_cmt,.replay{
    float: right;
    background: unset;
    color: #efefef;
    box-shadow:unset;
    outline: unset;
    border: unset;
}
.replay{
  margin-top:5px;
}
.replay:hover,.replay:focus{
  color: #104571;
}
.output-section #image-first .image-content-text{
    min-height: 100px;
}
.inputBox3s{
    position: absolute;
    top: 15%;
    left: 0;
    z-index: 999;
    display: none;
    padding-left: 10px;
}
.video_inputBox{
  top: 19%;
}
.video_inputbox_left{
    top: 19%;
}
.video_input .add_url{
    display: none !important;
}
.video_inputbox_default{
    top: 9%;
}
.top_image .inputBox3s{
    top: 17%;
}
.inputBox3s:invalid {
    border: 1px solid red;
  }
#top_inputbox{
    display: inline-block;
}
.ON_image{
    position: relative;
}
.input_option_holder{
    width: 100% !important;
    min-height: auto;
    height: 30px;
    top: 0%;
    position: absolute;
    left: 0%;
    padding: 0;
}
.image-content{
    width: 100% !important;
}
 .banner {
    background: linear-gradient(
90deg, #cc0e00 0%, #f51302 50%, #dd1304 100%);
    transform: rotate(
-45deg);
    position: absolute;
    z-index: 1;
    padding: 0.5rem 4rem;
    top: 2%;
    left: -9%;
    border: 2px solid #f61b0b;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 20%);
    color: white;
}

 .ribbon {
    position: absolute;
    transform: rotate(-45deg);
    top: 3%;
    left: -7%;
    background-color: #e90202;
    color: white;
    text-align: center;
    width: 100px;
    box-shadow: 1px 1px 1px black;
    font-weight: bold;
  }
  .ribbon:after, .ribbon:before {
    content: "";
    border: 0.5rem solid transparent;
    position: absolute;
  }
  .ribbon:before {
    bottom: 0;
    right: 0;
    border-left-color: #6b0f0f;
    transform: rotate(-45deg) translate(-31%, 46%);
  }
  .ribbon:after {
    bottom: 0;
    left: 0;
    border-bottom-color: #6b0f0f;
    transform: rotate(-45deg) translate(-48%, 28%);
  }
  #form1,#form2{
      height: 85vh;
      overflow-y: auto;
      overflow-x: hidden;
  }
  .comment_wrapper{
      width: 90%;
      display: inline-block;
  }
  .comment_action_wrapper{
      width: 10%;
      display: inline;
      float: right;
      padding-left: 9px;
      color: white;
      margin-top: 5px;
      cursor:pointer;
      font-size:16px;
  }
  .comment_action_wrapper .NewCmtsubmit:hover{
    color:#4f6170;
  }
   .comment_action_wrapper .NewCmtClose:hover{
      color:#ad3131;
   }
  .comment_action_wrapper .NewCmtsubmit{
    margin-top:10px;
  }
  .comments_section{
      height: 80vh;
      overflow-x: hidden;
      overflow-y: auto;
      padding-bottom: 150px;
      width: 100%;
      min-height: auto;
  }
  .comments_section::-webkit-scrollbar{
    width:5px;
    background:rgb(44 62 76);
    border-radius:3px;
    margin-bottom:50px;
  }
.comments_section::-webkit-scrollbar-thumb{
    background:#607D8B;
    border-radius:3px;
} 
.add_new_cmt{
    padding-left: 0;
    width: 90% !important;
    padding-right: 0;
    float: left;
}
.cancel_comment_box{
    display: description;
}
#add_user_form{
    height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 20px;
}
.mandatory{
    color: #bb0606;
}
#create{
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.top_video,.top_image{
    width: fit-content !important;
}
.Add_Scroll{
    height: 85vh;
    overflow-y: scroll;
    padding-bottom: 250px;
}
.cke_resizer_ltr{
    cursor: unset !important;
}
.comments_validation_from{
    width: 100%;
    display: inline-block;
    padding: 5px 15px 0px;
    text-align: center;
    color: red;
}
.text_layout{
    width: fit-content;
}
 .On_video{
    width: 300px !important;
} 
.ON_image{
    width: 100%;
}
#option3 .input_option_holder{
    left: 4.5%;
    top: 0%;
}
#option3 .On_Image_holder{
    margin-top: unset;
}
.reveal-content-wrapper{
    position: relative;
}
.remove_bg_reveal .single-reveal-wrapper,.remove_bg_reveal .result-content{
    background: unset;
}
.remove_bg_reveal{
    background: unset !important;
}
.single-reveal-wrapper textarea,.result-content textarea{
    min-height: 100px !important;
    height: auto!important;
}
.clicktoreveal_textarea{
    background: #dfc9a4;
    box-shadow: unset;
    min-height: 100px;
}
.clicktoreveal_textarea_on{
    background: #ff9800;
    margin-top: 10px;
}
.add_clicktoreveal_tab{
    position: absolute;
    display: block;
    margin: auto;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #9e9e9e;
    text-align: center;
    padding-top: 1px;
    padding-left: 6px;
    background: #9e9e9e;
    height: 30px;
    color: white;
    left: 46%;
    cursor: pointer;
    bottom: 0%;
    z-index: 9;
}
.reply-section .From{width: 90%;float: left;}
.replay_wrapper .replay{
    display: none;
    margin-top: 40px;
}
.replay_wrapper .replay:last-child{
    display: block;
}
/* ///clickToreveal */
.new-tab-content .form-control{
    margin-top: 10px;
}
ul.newtabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 40%;
    display: inline-block;
    float: left;
    position: relative;
    background: unset !important;
}
ul.newtabs li{
 background: none;
 color: #222;
 display: block;
 padding: 10px 15px;
 cursor: pointer;
 overflow-x: hidden;
 position: relative;
 word-break: break-word;
}
ul.newtabs li::before{
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    vertical-align: middle;
    font-weight:900;
    position: absolute;
    right: -13px;
    top: 40px;
    font-size: 20px;
}
ul.newtabs li.currentTab{
    background: #ededed;
    color: #fff;
}
.new-tab-content{
    display: none;
    padding: 15px;
    width: 100%;
    float: left;
    padding-top: unset;
}
.new-tab-content.currentTab{
    display: inherit;
}
ul.output_click_to_reveal li.currentTab{
    background: #ff8517 !important;
}
.clkToReveal_input{
    /* top: 4%; */
    left: 5%;
}
.clkToReveal_inputBox{
    top: 102%;
}
.On_Image_holder{
    width: 100%;
    position: relative;
}
.option5 .reveal-content-wrapper{
width: 100% !important;
}
.option5 .single-reveal-wrapper{
    width: 200px;
        display: inline-block;
}
.option5 .result-content-wrapper{
    width: 100% !important;
    padding: 0;
}
.option5 .result-content-wrapper .col-sm-4{
  padding:0;
}
.option5 .clkToReveal_input{
    left: 5%;
}
.Addyellowactive {
    /* color: #202c35 !important; */
}
.addpage_title_active{
    background: #ff8517;
    color: #efefef;
    border-radius: 5px;
    padding: 5px;
    margin-left: 10px;
    text-align: center;
    padding-left: 5px !important;
}
.option .uploadButton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    /* z-index: 10; */
  }

.librarybox{
    background-color: gray;
    width: 200px;
    border: 1px;
    padding: 50px;
    margin: 20px;
}
.ON_image{
    width: 100%;
}
#mylib{
    height: auto;
    min-height: auto;
}
.replay_one{
    margin-top: 30px;
}
.reply_two{
    display: none;
}
.active_mycourse{
    color: #ffffff !important;
    /*     border: 2px solid white;
    border-radius: 10px;
    padding: 5px;
    width: fit-content;
    background: #ffffff33; */
}
.alert{
    background: #ff9800;
    color: orangered;
    display: block;
    margin: auto;
    width: auto;
}
.close span{
    display: block;
}
/* .reply_wrapper_section{
    display: none;
} */
.design_fileuploader_wrapper{
    width: 100%;
    position: relative;
}
.design_fileuploader_wrapper img{
    width: 100%;
    border-radius: 10px;
}
.design_image_uploader{
    position: absolute;
    top: 31%;
    left: 38%;
    z-index: 9;
}
.design_image_uploader i{
  font-size:30px;
  text-align:center;
}
.design_image_uploader .uploadButton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}
.Video_wrapper .add_url{
    display: none !important;
}
.top_bottom_video{
    width: 100%;
    max-width: 300px;
}
.check_audiobtn{
    float: right;
}
.clicktoreveal_tab_delete,
.clicktoreveal_tab_edit,
.clicktoreveal_tab_add{
    background: #d7d2d2;
    border: unset;
    box-shadow: 0px 1px 4px 2px #8080808f;
    color: #4f6170;
    font-weight: 900;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 10px;
    margin-top: 4px;
}
.clicktoreveal_tab_add{
    width: 100px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.clicktoreveal_tab_add:focus,.clicktoreveal_tab_add:hover{
 box-shadow: -1px 4px 8px 1px #4f617085;
 border: 1px solid #748a9d59;
}
.clicktoreveal_tab_delete{
    color: red;
}
.clicktoreveal_tab_edit{
    display: none;
}
.new_tab_UI .col-sm-3{
padding: 0;
}
.new_tab_UI .col-sm-3 .On_Image_holder{
    padding: 0;
    margin-top: unset;
}
.single_new_tab{
    min-height: auto;
    overflow: hidden;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}
.single_new_tab .single-reveal-wrapper{
  /* height:100%; */
  background: unset;
}
.single_new_tab .col-sm-7 textarea{
    height: auto;
    min-height: 100px;
    width: 100%;
}
.single_new_tab img{
    width: 100%;
    max-width: 250px;
}
.single_new_tab .col-sm-7{
    background: #ff85174a;
    padding: 10px;
}
.remove_issue{
    display: none;
}
#accordion {
    margin: auto;
    max-width: 100%;
    height: auto;
  }
  .new_panel-heading{
      width: 100%;
      overflow: hidden;
      background: #cdcbc852;
      border: 1px solid #dddddd;
      border-radius: 5px;
      padding: 5px;
      margin-bottom: 10px;
  }
  .new_panel-heading .container{
      display: inline-block;
      width: 50%;
      position: relative;
      float: left;
  }
  .new_panel-heading a {
    display: block;
    position: relative;
    font-size: 15px;
    color: #4f6170;
  }
  .new_panel{
    display:block !important;
  }
  .bottom_text_area_click{
      margin-top: 10px;
  }
.Add_on_tab{
      margin-top: 10px;
      float: right;
      z-index: 1;
  }
.Add_on_tab button{
    width: unset;
    height: unset;
}
.new_panel-title{
  position:relative;
  overflow:hidden;
}
.new_panel-heading p{
}
.panel-collapse{
    padding-bottom: 150px;
}
/* /////////////////////////////lib////////////////////// */
.lib_list_wrapper{
    display: none;
}
.lib_wrapper{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-image: linear-gradient(45deg, rgb(225 218 208 / 81%), rgb(195 191 185 / 98%)), url(https://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/Image_created_with_a_mobile_phone.png/1200px-Image_created_with_a_mobile_phone.png);
    width: 100%;
    height: 100%;
    text-align: center;
}
.lib_wrapper::-webkit-scrollbar{
    width:5px;
    background:white;
    border-radius:3px;
    margin-bottom:50px;
  }
.lib_wrapper::-webkit-scrollbar-thumb{
    background:#ffffff;
    border-radius:3px;
}
.single_lib_container{
    width: 100%;
    background-color: #4f61707d;
    border-radius: 8px;
    position: relative;
    height: 150px;
    margin-top: 10px;
    /* background-image: url('../images/imagelayout.png'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.first_lib{
    background-color: #556f84;
    background-image: unset;
}
.top_heading{
    text-align: left;
    color: white;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 100;
}
.bottom_heading_title{
    width: 100%;
    overflow-x: hidden;
    background: #556f847d;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
    color: white;
    padding-top: 12px;
    font-size: 15px;
}
.bottom_heading_title i{
    font-size: 25px;
}
.option .cke_reset{
height: 200px !important;
width: 100% !important;
overflow: hidden !important;
}
#option2 .On_Image_holder{
    margin-top: 10px;
}
.input-edit-section{
    height: 100%;
    overflow-y: hidden;
}
.btnright{
    float: right;
    padding: 7px 12px;

}