* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body {
     font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
     font-size: 16px;
     color: #555555;
     background-color: rgba(0, 0, 0, 0.1);
}
.full-width {width: 100%;}
.full-height {height: 100%;}
/************colors*********************/
.color-link {color:#04b1ed !important;}
.color-grn { color: #359800;}
.color-red { color: red;}
/********************************/
ul {
    list-style: none;
}
.bold {font-weight: 600;}
/*from TutoringGroupDetails.vue file START */
.inlined span {
    display: inline;
}

.inlined span::after {
    content: '';
}

.inlined span:not(:last-child)::after {
    content: ', ';
}
/*from TutoringGroupDetails.vue file END */
.topMargin {
    margin-top: 80px;
    
}
.botmMargin {
margin-bottom: 20px;
}

/* video popup styles*/
/* .video-btn {
    border: 2px solid white;
    border-radius: 100px;
    background-color: black;
    color: #ffffff;
    padding: 5px 10px;
    right: 20px;
    bottom: -50px;
    margin-right: 0;
    float: right;
} */
.video-btn {
    color: #ffffff;
    font-size: 24px;
    padding: 0px 0px 0 115px;
    right: 10px;
    bottom: -50px;
    margin-right: 10px;
}
.video-play {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 0px;
    padding: 0px;
    background-color: #222222;
    transition: 2s;
    transition-duration: 5s;

}

.video-title {
    color: #ffffff;
    font-size: 24px;
    padding: 20px 20px 0 20px;
    line-height: 40px;
    
}
.cancel {
    position: relative;
    border: 2px solid white;
    border-radius: 100px;
    background-color: black;
    color: #ffffff;
    padding: 5px 10px;
    right: 20px;
    bottom: -50px;
    float: right;

}

.cancel:hover .video-play {
    display: none;
}
#myVideo {
    width: 420px;
    height: 260px;
}

input#show,
input#hide {
    display: none;
}

span#content {
    display: none;
    width: 100%;
    height: 100%;

}

input#show:checked~div#content {
    display: block;
   
}

input#hide:checked~div#content {
    display: none;
  
}
/* end of video popup style*/
.hair-line {
    border-top: 1px solid #d1d1d1 !important;
    margin: 15px 10px;
    width: 98%;
}
.pad-t-b {padding: 20px 0;}
/*Btn styles*/
.btn-center {
    text-align: left;
}
.blu-transp-btn {
    background-color: #04b1ed !important;
    color: #ffffff !important;
}
.blu-transp-btn:hover {
    background-color: transparent !important;
    color: #04b1ed !important;
}
.transp-btn {
    border: 1px solid #04b1ed !important;
    border-radius: 5px !important;
    background-color: transparent !important;
    color: #04b1ed !important;
    padding: 9px 10px !important;
}
.transp-btn:hover {
    background-color: #04b1ed;
    color: #ffffff;
}
.grn-btn {
    border-radius: 5px !important;
    background-color: #359800 !important;
    color: #ffffff !important; 
}
.grn-btn:hover {
    border: 1px solid #359800 !important;
    background-color: transparent !important;
    color: #359800 !important; 
}
.white-transp-btn {
    border: 1px solid #ffffff !important;
    background-color: transparent !important;
    color: #ffffff !important;
   
}
.white-transp-btn:hover {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #333333 !important;
}
.grn-block-btn {
    width: 100%;
    height: 40px;
    border-radius: 0;
    background-color: #359800;
    color: #ffffff;
    line-height: 28px;
}
.grn-block-btn:hover {
    background-color: transparent;
    color: #359800;
}

/***el-collapse****/


.el-collapse,
.el-collapse-item__header,
.el-collapse-item__wrap {
    border-bottom: none !important;
    border-top: none !important;
    padding: 0 10px;
}

/**********create tutor ************/
.el-date-editor.el-input,
.el-date-editor.el-input__inner,
.el-select,
.el-cascader {
    width: 100% !important;
}
.el-collapse-item__header {
    background-color: #f3f3f3 !important;
    padding: 0 15px;
    font-weight: 900;
}

.el-form-item__label {
    padding: 0 0 0px !important;
}

.el-cascader-menu__list {
    width: 35vw;
}

/* .el-input {width: 213%;} */
/****************************/




/******Testing border class********/
/* .testing{
    border: 1px solid red;
} */
/*****Testing border class********/


.el-form--label-top .el-form-item__label {
    padding: 0 0 0px !important;
}
.el-form-item__label {
    line-height: 0 !important;
}

.el-collapse-item__header.is-active {
     background: #f3f3f3;
     border-radius: 5px;
     /* margin: 5px; */
}
/* .el-date-editor.el-input,
.el-date-editor.el-input__inner {
    width: 100% !important;
} */
 /********* qbank app explanation tab borders*************/
 .el-tabs__content {
     border-bottom-right-radius: 5px;
     border-bottom-left-radius: 5px;
     border-bottom: 1px solid #d1d1d1;
     border-right: 1px solid #d1d1d1;
     border-left: 1px solid #d1d1d1;
 }
  .el-message-box {
      width: auto !important;
  }
  .mt-15 {
      margin-top: 15px;
  }

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

  .mt-20 {
      margin-top: 20px;
  }
  .padd {
      padding: 20px 0;
  }
  .topMargin {
      margin-top: 40px;
  }
  .pull-centered {
      display:flex;
      justify-content: space-around;
      align-items: center;
  }
  .over-x {
      width: 100%;
      overflow-x: hidden;
  }
  
  @media only screen and (min-width: 320px) and (max-width:768px) {
     
    
    .over-x {
          width: 100%;
          overflow-x: scroll;
      }
      .btn-center {
          text-align: center;
      }
      .el-dialog {
          width: 95% !important;
          margin-top: 10vh !important;
  }
}
/**************************/

.el-date-range-picker {
    width: 610px !important;
}

@media only screen and (min-width: 320px) and (max-width:768px) {
    .el-date-range-picker {
        width: 390px !important;
    }

    .el-date-range-picker .el-picker-panel__body {
        min-width: 390px !important;
    }

    .el-date-range-picker__content .el-date-range-picker__header div {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}
/*************************/