.form-card {
  border-radius: 10px ;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3) ;
  width: 400px ;
  height: auto ;
  background-color: #ffffff ;
  padding: 10px 20px ;
}

.card_title {
  text-align: center ;
  padding: 10px ;
}

.card_title h1 {
  font-size: 26px ;
  font-weight: bold ;
}

.teacher-form .form input {
  margin: 8px 0 ;
  width: 100% ;
  background-color: #ffffff ;
  border: none !important;
  outline: none ;
  padding: 12px 20px !important;
  border-radius: 4px ;
}

.register-form input {
  margin: 8px 0 ;
  width: 100% ;
  background-color: #ededed ;
  border: none !important;
  outline: none ;
  padding: 12px 20px !important;
  border-radius: 4px ;
}

.register-form .form-control{
  border: none !important;
  padding: 12px 20px !important;
}

.signin-form input {
  margin: 8px 0 ;
  width: 100% ;
  background-color: #ededed ;
  border: none !important;
  outline: none ;
  padding: 12px 20px !important;
  border-radius: 4px ;
}
.register-button:disabled{
  opacity: .65;
}
.register-button {
  background-color: #4796ff ;
  color: #ffffff ;
  font-size: 16px ;
  outline: none ;
  border-radius: 5px ;
  border: none ;
  padding: 8px 15px ;
  width: 100% ;
  opacity: 1;
}

.card_terms {
  display: flex ;
  align-items: center ;
  padding: 3px ;
}

/*.card_terms input[type="checkbox"] {
  background-color: #e2e2e2 ;
}*/

.card_terms span {
  margin: 5px ;
  font-size: 13px ;
}

.form-card a {
  color: #4796ff ;
  text-decoration: none ;
}
.register-form .form-select{ 
  margin: 8px 0 ;
  width: 100% ;
  background-color: #ededed !important;
  border: none ;
  outline: none ;
  padding: 12px 20px !important;
  border-radius: 4px ;
  border: 0px !important;
}

.teacher-form .form-select{ 
  margin: 8px 0 ;
  width: 100% ;
  background-color: #ffffff !important;
  border: none !important;
  outline: none !important;
  padding: 12px 20px !important;
  border-radius: 4px ;
  border: 0px !important;
}

.form-select:focus {
  box-shadow: none !important;
}

.register-banner{
  
  color: #000;
  
  display: flex;
  align-items: center;
  height: auto;
}

.center-section{
  display: flex;
  justify-content: center;
  margin-top: 3em;
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .carousel-inner {
    display: flex;
  }

  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }

  .img-wrapper {
    height: 21vw;
  }
}

.carousel-inner {
  padding: 1em;
}

.carousel-card {
  margin: 0 0.5em;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  font-size: 0.9em;
}

.carousel-control-prev,
.carousel-control-next {
  width: 6vh;
  height: 6vh;
  background-color: #e1e1e1;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 0.8;
}

.card-icon-top {
  width: 10%;
  margin: 15px 0px 10px 0px;
  display: flex;
  align-self: center;
}
.registartion-error{
  color: red;
}

.form-control:focus{
  background-color: #ededed;
  box-shadow: #ededed 0px 0px 0px 0px, rgba(237, 237, 237, 1) 0px 0px 0px 0px !important;
border: 1px solid #ced4da!important;
}
/* .has-search .form-control:focus{
	border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
} */

.rounded-circle img {
  border-radius: 50% !important;
  object-fit: cover;
}

.text-justify{
  text-align: justify;
}


.newTag {
  font-size: 1rem;
  color: #455A64;
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0 1rem;
/*   border: 0.125rem solid #CFD8DC; */
	    border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
  /*margin-bottom: 1rem;*/
  transition: 0.5s all;
	background-color: transparent;
}
.newTag:focus, .newTag:active { 
  outline: none; 
	    border: 1px solid #ced4da !important;
/*   border: 0.125rem solid #81C784; */
/*   box-shadow: 0 0 0.5rem rgba(67,160,71,0.15); */
}
ul.tagList {
  display: block;
  padding: 0;
  margin: 0;
}
ul.tagList::after {
    content: "";
    clear: both;
    display: table;
}
ul.tagList li {
  position: relative;
  list-style: none;
  float: left;
  font-size: 0.835rem;
  text-transform: capitalize;
  background-color: #0097be;
  color: #fff;
  line-height: 1rem;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border-radius: 1rem;
  margin-right: 0.5rem;
/*   margin-bottom: 0.5rem;   */
  word-break: break-all;
}
ul.videotagList li{
      position: relative;
    
    float: left;
    
    padding: 5px;
    
    margin-bottom: 0.5rem;
   
    width: 33.33%;
   
}
.custom-video{
      overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
ul.tagList li > span.rmTag {
  position: absolute;
  margin: 0.25rem;
  top: 0; right: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: #006d89;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
ul.tagList li > span.rmTag:hover {  
  background-color: #de5555;
}



ul#teacher-videos-list {
/*     margin: 0 0 20px; */
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    list-style: none;
}

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




ul.videotagList li > span.rmTag {
  position: absolute;
  margin: 0.25rem;
  top: 0; right: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: #006d89;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
ul.videotagList li > span.rmTag:hover {  
  background-color: #de5555;
}


.add-button button {
  margin-left: 13px;
  background-color: #0097be ;
  color: #ffffff ;
  font-size: 16px ;
  outline: none ;
  border-radius: 5px ;
  border: none ;
  padding: 9px 20px !important;
  width: 100% ;
	height:3rem;
}

.add-button .update {
  /*margin-left: 13px;*/
  background-color: #0097be ;
  color: #ffffff ;
  font-size: 16px ;
  outline: none ;
  border-radius: 5px ;
  border: none ;
  padding: 9px 20px !important;
  /*width: 100% ;*/
}

#file-input {
  display: none;
}

.preview {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 20px rgba(170, 170, 170, 0.2);
}

.preview img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}

.preview label {
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  background-color: rgb(101, 101, 255);
}
.btn_upload {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: #2a72d4;
  border: 1px solid #166b8a;
  /*padding: 5px 10px;*/
  font-weight: 600;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    background-color: rgb(101, 101, 255)
}

.btn_upload:hover,
.btn_upload:focus {
  background-color: #7ca9e6;
}

.yes {
  display: flex;
  align-items: flex-start;
  margin-top: 10px !important;
}

.btn_upload input {
  cursor: pointer;
  height: 100%;
  position: absolute;
  filter: alpha(opacity=1);
  -moz-opacity: 0;
  opacity: 0;
}

.it {
  height: 100px;
  margin-left: 10px;
}

.btn-rmv1,
.btn-rmv2,
.btn-rmv3,
.btn-rmv4,
.btn-rmv5 {
  display: none;
}

.rmv {
  cursor: pointer;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #fff;
  display: inline-block;
  background: rgba(255, 0, 0, 1);
  margin: -5px -10px;
}

.rmv:hover {
  background: rgba(255, 0, 0, 0.5);
}


.error {color: #FF0000;}

/*label.course-label{
    display: block!important;
}*/
fieldset {
    border: none;
}
fieldset > label {
    display: inline-block;
    width: 100px;
    font-weight: bold;
    vertical-align: top;
    font-size: 1rem;
    line-height: 28px;
}
fieldset > label::after {
    content: ":";
}
select,
details {
    display: inline-block;
    width: 100%;
    background-color: white;
    cursor: pointer;
}
select,
summary {
    border: 1px solid var(--lt-gray);
    border-collapse: collapse;
    border-radius: 4px;
    padding: 4px;
/*     width: 250px; */
    background-color: white;
    cursor: pointer;
}
details[open] > summary::marker {
    color: var(--blue);
}
select:focus,
summary:focus,
summary:active {
    box-shadow: 0 0 5px 1px var(--blue);
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 2px;
    border: 1px solid var(--dk-gray);
    box-shadow: 0 0 5px 1px var(--lt-gray);
}
li {
    margin: 0px;
    padding: 0px;
}
li > label {
    cursor: pointer;
    display: inline-block;
    width: 100%;
	text-transform:capitalize;
}
li > label:hover,
li > label:has(input:checked) {
/*     background-color: #0094be; */
    color: black;
/* 	text-transform:lowercase; */
}

.page-template-teacher-profile .btn.save{
	cursor: pointer;
  
    overflow: hidden;
    position: relative;
    color: #fff;
    background-color: #2a72d4;
    border: 1px solid #166b8a;
    /* padding: 5px 10px; */
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    background-color: rgb(101, 101, 255);
}
.page-template-institute-profile .btn.save{
	cursor: pointer;
  
    overflow: hidden;
    position: relative;
    color: #fff;
    background-color: #2a72d4;
    border: 1px solid #166b8a;
    /* padding: 5px 10px; */
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    background-color: rgb(101, 101, 255);
}
required:after {
  content:" *";
  color: red;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    /*margin: auto;*/
    /*margin-bottom: 20px;*/
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 0px;
    z-index: 1;
    top: 78px;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid #d2d6de;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:after {
    content: "";
    font-family: "FontAwesome";
    color: #337AB7;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 34px;
    margin: auto;
}
.profile-user-img {
    width: 100px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

.mty-profile{
      /*background: #ffffff3d;*/
    max-width: 850px;
    margin: auto;
    border-radius: 15px;
    box-shadow: rgb(0 151 190 / 14%) 0px ;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.mty-profile .form-control{
  background-color: transparent !important;
}
.mty-profile .form-control:focus{
      border: 1px solid #ced4da !important;
}
.mty-profile details, .mty-profile summary{
  background-color: transparent;
}
.course-list ul, .institute-list ul, .subject-list ul, .teacher-list ul{
	    overflow-y: scroll !important;
    max-height: 200px;
    overflow: hidden;
}
