a.banner-btn-url{
  margin-top: 1rem;
}

input[name=teach_language_name].ui-autocomplete-loading {
      background: none;
}

.calendar-view {
  position : relative;
}
.schedule-list .timer  .span-right{
  width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.lesson-listing-timer.timer .colorDefinition{
  font-weight: 500;
  padding:3px 10px;
  font-size: 17px;
  background: #333!important;
  margin-top: 3px;
  display: inline-block;
  max-width: 115px;
}
.schedule-list .timer .label{
  font-size:15px;
  margin: 0;
  display: inline-block;
    margin-right: 5px;
  font-weight:600;
  color:var(--color-secondary);
}
.actions {
    display: flex;
    align-items: center;
    vertical-align: top;
    margin: 0 0;
    justify-content: flex-end;
}
.actions li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 4px 0;
}
.actions li a {
    display: block;
    border-radius: 4px;
    padding: 5px;
    width: 35px;
    height: 35px;
    line-height: 1.4;
    text-align: center;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #333;
    border-radius: 4px;
}
.actions li a svg path{
  fill:#fff;
}
.progress {
    height: 5px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    max-width:300px;
    width:180px;
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color:  var(--color-primary);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-wrapper .txt{
	display:inline-block;
	font-size: 13px;
	font-weight: 800;
	padding-left:10px;
	color:#333;
}

.profile-progress {
  /*padding-right: 10px;*/
}
.search-lesson-listing{
  padding-bottom: 10px;
}

small.transaction-fee{
  color: var(--color-secondary);
}

.btn.disabled {
  cursor: not-allowed;
}
.div_info li a{text-decoration: underline; color:var(--color-primary); cursor: pointer;}
a.view-teacher-link{margin-right:35px;}
.-link-close.-top{top:17px;}
@media screen and (max-width:767px){
  a.view-teacher-link {
    margin-right: 45px;
  }
  .-link-close.-top{right:0px;}
  .message-head{padding-left:30px;}
}

.iss_accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .iss_accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  background-color: white;
  display: none;
  overflow: hidden;
}

ul.list-accordion li{position:relative;}
ul.list-accordion li label{position:absolute;left:10px;top:13px;}
ul.list-accordion li .iss_accordion{ padding-left: 40px;}
.issues-to-resolve input{margin-right: 8px; margin-top: 2px;}

/* cookie consent */


.cookie-consent .tab-menu {
  display: inline-block;
}
.cookie-consent .tabs-offset{
  margin: 0;
}
.cookie-consent .tab-menu ul {
  margin: 0;
  padding: 0;
}

.cookie-consent .tab-menu ul li {
  list-style-type: none;
  display: inline-block;
}

.cookie-consent .tab-menu ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
  background-color: #b4cbc4;
  padding: 7px 25px;
  border-radius: 4px;
}

.cookie-consent .tab {
  display: none;
}

.cookie-consent .tab h2 {
  color: rgba(0, 0, 0, .7);
}

.cookie-consent .tab p {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
}

.cookie-consent .tab-active {
  display: block;
}

.cookie-consent .tabs-small a.is-active:after {
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  content: "";
}

.cookie-consent .tabs-small a.is-active {
  background: #fff;
  border-color: #e9e8eb;
  color: var(--color-secondary);
  font-weight: 600;
}

.cookie-consent .tabs-small li a {
  border-top: 1px solid transparent;
}

.cookie-consent.tab-container .tabs-small ul {
  display: flex;
}

.cookie-consent.tab-container .tabs-small li {
  display: block;
}

.cookie-consent.tab-container h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.cookie-consent .checkbox label input:checked + .input-helper:before, .radio input:checked + .input-helper:before {
  border-color: var(--color-secondary);
}
.cookie-consent .checkbox label input:checked + .input-helper:after {
  -webkit-transform: scale(1) rotate(-50deg);
  -ms-transform: scale(1) rotate(-50deg);
  -o-transform: scale(1) rotate(-50deg);
  transform: scale(1) rotate(-50deg);
  opacity: 1;
  filter: alpha(opacity=100);
}
.cookie-consent .tab-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coookie-popup-head {
  padding: 15px;
  border-bottom: 1px solid var(--color-main);
  margin-bottom: 20px;
}
.coookie-popup-footer {
  padding: 15px;
  border-top: 1px solid var(--color-secondary);
  display: flex;
  justify-content: flex-end;
}
.coookie-popup-body .form {
  padding: 10px 20px;
  min-height: 176px;
}
.coookie-popup-footer input[type="submit"] {
  background: var(--color-secondary);
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  border: 0 none;
  position: relative;
  cursor: pointer;
  border: none;
  height: 40px;
  line-height: 41px;
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 10px 0 0;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.cookie-consent .checkbox input[type="checkbox"][disabled]{
  -webkit-text-fill-color: transparent;
  -webkit-opacity: 0;
}
/* end cookie consent */

.list-container .list p{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}