.schedule-settings-icon {
  height: 30px;
  width: 30px;
  border: 1px;
  border-style: solid;
  border-color: #e6edf3;
  border-radius: 5px;
}

.links {
  text-decoration: none;
}

.links:hover {
  text-decoration: none;
}

.links:visited {
  text-decoration: none;
}

.schedule-settings-icon img {
  height: 50px;
  width: 50px;
  margin-left: -10px;
  margin-top: -11px;
}

.schedule-import-button {
  border-style: solid;
  border-color: #e6edf3;
  border-radius: 5px;
  border-width: 1px;
  height: 30px;
  width: 80px;
  font-size: 11px;
  text-align: center;
  line-height: 27px;
  color: #515660;
  text-transform: uppercase;
}

.schedule-add-button {
  /* background-color: #2676ea; */
  /* height: 30px; */
  /* width: 130px; */
  /* font-size: 12px !important; */
  /* font-weight: bold; */
  /* color: white; */
  /* border-radius: 4px; */
  /* text-transform: uppercase; */
  cursor: pointer;
}

.schedule-add-button:hover {
  /* filter: brightness(98%); */
}

.react-tooltipe-style {
  font-size: 10px !important;
}

.schedule-dates-container {
}

.schedule-dates-ul {
  width: 100%;
  height: 62px;
  overflow-x: auto;
  overflow-y: auto;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  white-space: nowrap;
  display: block;
  margin-bottom: 0px !important;
  border-bottom: var(--custom-border);
}

.schedule-time-slots {
  width: 100px;
  border-right: 1px;
  border-right-style: inset;
  border-right-color: #e6edf3;
  height: 890px;
}

.schedule-dates-li {
  float: left;
  display: inline-block;
  /* border: none !important; */
  /* color: #c4cbdf; */
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  width: 85px;
  margin-left: 2px;
  margin-bottom: 1px;
  text-align: center;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;

  color: #3f4458;
  border: var(--custom-border) !important;
  background-color: #f6f7fb;
}

.schedule-dates-li:hover {
  /* background: #4da1ff; */
  /* color: white; */
  cursor: pointer;
  /* -webkit-box-shadow: 0 1px 15px 1px rgba(40,72,229,.2)!important; */
  /* box-shadow: 0 1px 15px 1px rgba(40,72,229,.2)!important; */

  color: #3f4458;
  border: var(--custom-border) !important;
  background-color: #f0f2f8;
}

.schedule-dates-li-selected {
  float: left;
  display: inline-block;
  /* border: none !important; */
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  width: 85px;
  /* background: #4da1ff; */
  /* color: white; */
  /* -webkit-box-shadow: 0 1px 15px 1px rgba(40,72,229,.2)!important; */
  /* box-shadow: 0 1px 15px 1px rgba(40,72,229,.2)!important; */
  text-align: center;
  margin-left: 2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;

  /*color: #1567dd; */
  color: var(--theme-color);
  border: var(--custom-border) !important;
  background-color: #ffffff;
}

.time-slot-li {
  text-align: center;
  border: none !important;
  color: var(--primary-text-color);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0px 5px;
  width: 100px;
}

.track-title {
  font-size: 12px;
  height: 50px;
  /* width: 200px; */ /*Commented by Vinay on 19-08-2021 coz now we are assigning width dynamic as per session // Code is in schedules_track.js file */
  text-align: center;
  background-color: #eff1f8;
  /*padding-top: 10px;*/

  border-right: 1px;
  border-right-style: inset;
  border-right-color: white;

  border-bottom: 1px;
  border-bottom-style: inset;
  border-bottom-color: #e6edf3;
  line-height: 50px;
}

.track-title span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.track-icon {
  /* width: 15px; */
  height: 25px;
  /* border-bottom-color: white; */
  border-bottom: 1px solid white;
}

.track-delete {
  /*background-image: url('images/delete-icon-grey.png');
  background-repeat: no-repeat;*/
  /*display: none;*/
  width: 30px;
  color: grey;
  z-index: 100;
  right: 0;
  height: 48px;
  background: lightgrey;
  opacity: 0.5;
  display: none;
  position: absolute;
}

.track-delete img {
  /*width: 12px;*/
  /*margin-top: 15px;*/
  /*opacity: .9;*/
}

.track-container {
  /* height: 3600px; */
  /* width: 200px; */
}

.track-info {
  height: 100%;
  width: 200px;

  border-right: 1px;
  border-right-style: inset;
  border-right-color: white;
  position: relative;
}

.track-content {
  /*padding-left: 30px !important;
  background-position: 30px 0px;*/
  background-image: repeating-linear-gradient(
    180deg,
    white,
    white 80px,
    #eff1f8 80px,
    #eff1f8 160px
  );
  background-repeat: no-repeat;
  width: 100%;
  /*height: 450px;*/
  height: 65vh;
  /* overflow: auto; */
  overflow-y: auto;
  overflow-x: auto;
}

.blank-space {
  background-color: white;
  width: 20px;
  height: 9000px;
  content: "";
}

.button-theme {
  font-size: 14px !important;
  text-transform: uppercase;
}

.button-theme:hover {
  cursor: pointer;
  /* filter: brightness(92%); */
}

.button-theme.button-theme-blue {
  /* background-color: #4da1ff !important;
  color: white !important;
  border-color: #4da1ff !important; */
  background-color: var(--theme-color);
  color: var(--color-white);
  border-color: var(--theme-color);
}

.schedule-button:hover {
  cursor: pointer;
  /* filter: brightness(98%); */
}

.schedule-table-header-div {
  height: 41px;
  border-bottom: 1px;
  border-bottom-style: inset;
  border-bottom-color: #e6edf3;
}

.schedule-table-header {
  background: #eff1f8;
}

.schedule-list-container {
  overflow-x: auto;
  overflow-y: hidden;
  height: 65vh;
}

.schedule-table {
  margin-top: 0px;
}

.schedule-table-header-blank-th {
  /* width: 110px; */
  height: 50px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px;
  border-right-color: white;
  border-right-style: solid;
  background: white;
  padding: 5px;
}

.schedule-table-header-th {
  /* width: 200px; */ /*Commented by Vinay on 19-08-2021 coz now we are assigning width dynamic as per session // Code is in schedules_track.js file */
  height: 50px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px;
  border-right-color: white;
  border-right-style: solid;
  font-size: 12px;
  /* font-family: 'Segoe-UI'; */
  background-color: #eff1f8;
  position: relative;
  overflow: hidden;
}

.schedule-table-header-th:hover {
  cursor: pointer;
  filter: brightness(98%);
}

.schedule-table-header-th:hover .track-delete {
  display: block;
}

.table-header-add-track:hover {
  cursor: pointer;
  /* filter: brightness(98%); */
  color: #fff;
  /* background-color: #1567dd; */
  background-color: var(--theme-color);
}

.table-header-add-track {
  color: white;
  /* background-color: #2676ea; */
  background-color: var(--theme-color);
  text-transform: uppercase;
  padding: 0px !important;
}

.session-item:hover {
  filter: brightness(98%);
  cursor: pointer;
}

.session-item:hover .session-delete {
  display: block;
  cursor: pointer;
}
.schedule-title-text {
  font-size: 13px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.session-delete-icon {
  height: 25px;
}

.session-delete {
  top: 0px;
  width: 25px;
  color: grey;
  z-index: 100;
  right: 0;
  /* height: 50px; */
  /* opacity: 0.6; */
  display: none;
  position: absolute;
}

.session-delete img {
  margin-left: 5px;
}

.add-track-link {
  float: right;
  margin-top: -32px;
  border: none;
  padding: 5px 10px 5px 10px;
  /* border-radius: 5px; */
  /* color: white; */
  /* background-color: #4da1ff; */
}

.controlcss {
  width: 70% !important;
}

.user-category-select .Select-clear-zone {
  display: none;
}

.private-user-search {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDE0TDExLjEgMTEuMU0xMi42NjY3IDcuMzMzMzNDMTIuNjY2NyAxMC4yNzg5IDEwLjI3ODkgMTIuNjY2NyA3LjMzMzMzIDEyLjY2NjdDNC4zODc4MSAxMi42NjY3IDIgMTAuMjc4OSAyIDcuMzMzMzNDMiA0LjM4NzgxIDQuMzg3ODEgMiA3LjMzMzMzIDJDMTAuMjc4OSAyIDEyLjY2NjcgNC4zODc4MSAxMi42NjY3IDcuMzMzMzNaIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: 2% 50%;
  padding-left: 40px !important;
  height: 40px !important;
  font-size: 15px !important;
}

.schedule-interest-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.schedule-interest-section .selected-interest {
  border: var(--bordercolor-theme);
  border-radius: 5px;
  color: var(--theme-color);
  padding: 2px 10px;
  margin-top: 5px;
}

.session-zoom-container {
  position: absolute;
  bottom: 30px;
  right: 50px;
  opacity: 1;
  background-color: #2b5df236;
  padding: 10px 20px;
  box-shadow: 5px 6px 5px #f3f6f9;
  border: var(--custom-border);
  border-radius: 10px;
}

.resizeAble {
  width: 100%;
  height: 5px;
  cursor: ns-resize;
  position: absolute;
  left: 0;
  background-color: transparent;
}
