*,
:after,
:before {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body,
html {
  height: 100%;
}

.body,
body {
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1e1e1e;
  text-align: left;
  background-color: var(--page-bg);
}

.body a {
  color: var(--primary-main);
  text-decoration: none;
  background-color: initial;
  cursor: pointer;
}

p {
  color: #747474;
}

.body a:focus,
.body a:hover,
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #0056b3;
  text-decoration: none;
  transition: all 0.2s;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.btn {
  border-radius: 3px;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #b4b4b4;
  background-color: var(--primary-bg);
  border-color: var(--primary-bg);
  font-size: 12px;
  font-weight: 500;
  cursor: not-allowed;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.main {
  height: 100%;
}

input:focus::-webkit-input-placeholder,
textarea.form-control:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder,
textarea.form-control:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent !important;
}

.top-bar-box {
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 998;
  position: fixed;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 62px;
  box-shadow: 3px 3px 6px 0 #e1e2e5;
}

.top-bar-box .top-bar {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-title {
  font-size: 20px;
  font-weight: 500;
  color: #1e1e1e;
  -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
  margin: 0;
}

.sub-title {
  color: #646464;
  font-size: 12px;
  margin-bottom: 28px;
}

.page-sequence {
  font-size: 15px;
  /* color: #646464; */
  display: block;
  padding-left: 14px;
  width: 183px;
  height: 14px;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}

.page-sequence .link {
  pointer-events: none;
  cursor: auto;
}

.top-bar-box .top-bar .user-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .top-bar-box .top-bar .user-profile .user-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e8e9ed;
  text-align: center;
  line-height: 30px;
  color: #646464;
}

.top-bar-box .top-bar .user-profile .info {
  margin-left: 15px;
}

.top-bar-box .top-bar .user-profile .info .user-name {
  font-size: 14px;
  font-weight: 500;
  color: #646464;
}

.top-bar-box .top-bar .user-profile .dropdown-menu {
  right: 0;
  left: auto;
  border: 1px solid var(--primary-bg);
  border-radius: 3px;
  min-width: 220px;
  font-size: 11px;
  padding: 0;
  margin-top: -10px;
}

.top-bar-box .top-bar .user-profile .dropdown-menu .user-designation {
  font-size: 12px;
  color: #999999;
  padding: 0px 15px 0px 15px;
  word-break: break-word;
}
.top-bar-box .top-bar .user-profile .dropdown-menu .user-manage {
  border-radius: 12px;
  padding: 5px 35px 5px 35px;
  margin-top: 8px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.top-bar-box .top-bar .user-profile .dropdown-menu .user-option {
  padding-left: 15px;
  margin-bottom: 15px;
  border-top: solid 1px rgb(151, 151, 151, 0.1);
}
.top-bar-box .top-bar .user-profile .dropdown-item-new {
  display: flex;
}

.top-bar-box .top-bar .user-profile .dropdown-item {
  border-bottom: 1px solid var(--primary-bg);
  padding: 15px 12px;
}
.top-bar-box .top-bar .user-profile .dropdown-item-link-new {
  color: #1e1e1e;
  font-weight: 500;
}
.top-bar-box .top-bar .user-profile .dropdown-item-sublink {
  color: #999999;
  font-size: 10px;
}
.top-bar-box .top-bar .user-profile .dropdown-item.active,
.top-bar-box .top-bar .user-profile .dropdown-item:active {
  background-color: #fff;
} */

/* .top-bar-box .top-bar .user-profile .dropdown-item:last-child {
  border-bottom: none;
}

.top-bar-box .top-bar .user-profile .dropdown-item a {
  color: #1e1e1e;
  line-height: 22px;
}

.top-bar-box .top-bar .user-profile .dropdown-item a:focus,
.top-bar-box .top-bar .user-profile .dropdown-item a:hover {
  color: var(--primary-main);
} */

.top-bar-box .top-bar .top-side-box {
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
}

.searchIcon {
  position: absolute;
  color: #bcc0c8;
  z-index: 2;
  left: 10px;
  font-size: 18px;
  top: 10px;
}

.searchBox {
  border: 0;
  outline: none;
  font-size: 12px;
  font-weight: 500;
  color: #b7bcc4;
  flex: 1;
  height: 35px;
  padding-left: 11px;
  width: 100%;
  padding-top: 7px;
}

.searchBox:focus {
  padding-left: 10px;
}

.grid-searchfull {
  background-color: #fff;
  display: flex;
  padding: 0 10px;
}

.gridSearch-icon {
  margin-top: 3px;
}

.logo {
  color: var(--primary-main);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding-left: 25px;
}

.left-menu {
  padding: 0;
  margin-top: 22px;
}

.left-menu li a .nav-icon {
  float: left;
  margin: 0 10px 0 0;
  stroke: #9fa2b4;
  line-height: 1;
}

.left-menu li a .nav-icon.active,
.left-menu li a:focus .nav-icon,
.left-menu li a:hover .nav-icon {
  stroke: var(--primary-main);
}

.left-menu .submenu {
  padding-left: 0;
}

.left-menu .submenu li a {
  border-radius: 4px;
  color: #80829e;
  padding: 12px 12px 12px 17px;
}

.left-menu .submenu li a.active,
.left-menu .submenu li a:focus,
.left-menu .submenu li a:hover,
.left-menu li a.active,
.left-menu li a:focus,
.left-menu li a:hover {
  color: var(--primary-main);
}

.hidescroll {
  overflow-y: hidden;
}

.box-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.box-layout .main-layout {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
}

.reqest-blk1 {
  background-color: var(--page-bg);
  padding: 30px 0 58px;
}

.request-blk2 {
  padding: 50px 30px 30px;
  height: auto;
}

.grid_title_fl_area {
  display: flex;
  position: relative;
  margin-bottom: 25px;
}

.section-title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 500;
  color: #1e1e1e;
  display: flex;
}

.grid_title_fl_area .section-title {
  margin: 0;
}

.row.sm-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.body .content-box {
  min-height: 271px;
  border-radius: 3px;
  box-shadow: 3px 3px 8px 0 rgba(205, 206, 217, 0.5);
  background-color: #fff;
  margin-bottom: 10px;
  z-index: 30;
}

.body .content-box-top {
  background-color: var(--primary-main);
  padding: 40px 20px 16px;
  color: #fff;
  border-radius: 3px 3px 0 0;
  line-height: 12px;
}

.body .box-heading {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}

.body .content-box .content-box-top .labelTxt {
  color: #646464;
  font-size: 8px;
  display: block;
}

.body .content-box .content-box-top .dataTxt {
  font-size: 12px;
}

.body .content-box .content-box-bottom {
  padding: 20px 20px 14px;
  display: none;
  background: #fff;
}

.body .content-box .content-box-bottom .control-label {
  font-size: 8px;
  font-weight: 300;
  color: #a5abb4;
  margin: 0;
  display: block;
}

.datepicker-wrapper {
  line-height: 1;
  position: relative;
}

.datepicker-wrapper .calender-icon {
  position: absolute;
  left: 0;
  top: 1px;
}

.cal-area {
  padding-left: 22px;
}

.input-element {
  background: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  border: none;
  border-bottom: 1px solid #e6e6e6;
}

.cal-area .input-element {
  font-size: 12px;
  font-weight: 700;
  padding: 3px 0;
  color: #1e1e1e;
}

.cal-area .input-element::placeholder {
  color: #1e1e1e;
}

.body .btn-primary {
  background-color: var(--primary-main);
  border-color: var(--primary-main);
}

.body .btn-primary:focus,
.body .btn-primary:hover {
  background-color: #0019bf;
  border-color: #0019bf;
}

.body .btn-outline-primary {
  color: #b4b4b4;
  border-color: #b4b4b4;
  border-radius: 3px;
}

.body .btn-outline-primary.active,
.body .btn-outline-primary:focus,
.body .btn-outline-primary:hover,
.body .show>.btn-outline-primary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: initial;
  color: var(--primary-main);
  border-color: var(--primary-main);
}

.body .btn-outline-primary.active:focus,
.body .btn-outline-primary.active:hover,
.body .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.body .btn-outline-primary:not(:disabled):not(.disabled).active:hover {
  background-color: var(--primary-main);
  color: #fff;
  border-color: var(--primary-main);
}

.body .btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.body .btn-ingrid {
  height: 21px;
  font-size: 10px;
  color: var(--primary-main);
  padding: 3px 10px;
  font-weight: 500;
  border: 1px solid var(--primary-main);
  white-space: nowrap;
}

.body .btn-ingrid:focus,
.body .btn-ingrid:hover {
  background-color: var(--primary-main);
  color: #fff;
}

.body .btn-primary.btn-ingrid {
  color: #fff;
}

.body .content-box .content-box-bottom .btn-outline-primary.active {
  font-weight: 500;
}

textarea.form-control {
  resize: none;
}

.gridData {
  position: relative;
}

.table {
  background-color: #fff;
  border: 1px solid #ececec;
  white-space: nowrap;
}

.table thead tr th {
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px solid #ececec;
  text-transform: uppercase;
  color: #a5abb4;
}

.table tr td {
  border-bottom: 1px solid #dae0ef;
  font-size: 12px;
  color: #000;
  white-space: normal;
}

.more-options {
  position: relative;
}

.divTable .divTableRow .divTableCell .more,
.table tr td .more {
  font-size: 20px;
  font-weight: 500;
  line-height: 0;
  vertical-align: text-top;
}

.table .dropdown-toggle:after {
  content: none;
}

.table .dropdown-menu {
  border-radius: 5px;
  box-shadow: 3px 3px 8px 0 #cdced9;
  background: var(--page-bg);
  border: 1px solid #dadee3;
  min-width: 310px;
  top: 32px;
  right: -15px;
  color: #000;
}

.table .dropdown-menu h4 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 8px 16px;
  margin: 0;
}

.table td:last-child {
  text-align: right;
}

.modal .table td:last-child {
  text-align: left;
}

.AdFilter-FullScreen {
  height: 35px;
  width: 30px;
  border-radius: 3px;
  margin-left: 10px;
  padding-left: 7px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--grey-border-input);
}

.AdFilter-FullScreen,
.table-hover tbody tr:focus,
.table-hover tbody tr:hover {
  background-color: #fff;
}

.table-hover tbody .cell_link {
  position: relative;
}

.table-hover tbody .cell_link .instanceLink {
  color: #000;
}

.table-hover tbody tr:focus .cell_link .instanceLink,
.table-hover tbody tr:hover .cell_link .instanceLink {
  color: var(--primary-main);
}

.table td,
.table th {
  border-top: none;
}

.btnbox {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: -2px;
  z-index: 1;
  display: none;
}

.table-hover .divTableBody .divTableRow:hover .btnbox,
.table-hover tbody tr:hover .btnbox {
  display: flex;
}

.btnbox .btn {
  margin-left: 8px;
}

.table .active-col.active,
.table th.active,
.table th:active,
.table th:focus,
.table th:hover {
  color: #000;
  cursor: pointer;
}

.table .active-col {
  position: relative;
}

.table .active-col.active {
  color: var(--primary-main);
  font-weight: 500;
}

.filter_dropdown.active,
.filter_dropdown:active,
.filter_dropdown:focus,
.filter_dropdown:hover {
  background-color: var(--primary-main);
  /* fill: #fff; */
}

.table th.active .filter_dropdown,
.table th:focus .filter_dropdown,
.table th:hover .filter_dropdown {
  opacity: 1;
}

.col-filter-box {
  min-width: 284px;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 0 #bfc0ca;
  border: 1px solid #bfc0ca;
  background-color: #fff;
  position: absolute;
  top: 23px;
  left: 0;
  min-height: 50px;
  padding: 28px 25px;
  font-size: 13px;
  color: #1e1e1e;
  font-weight: 400;
  z-index: 5;
  max-width: 351px;
}

.sorting-btn {
  margin-bottom: 20px;
}

.sorting-btn .btn-outline-primary {
  border-color: #e1e1e1;
  height: 32px;
  width: 60px;
  padding: 0;
  color: #000;
  font-weight: 500;
  font-size: 13px;
  margin-right: 15px;
}

.body .sorting-btn .btn-outline-primary.active,
.body .sorting-btn .btn-outline-primary:focus,
.body .sorting-btn .btn-outline-primary:hover {
  background-color: var(--primary-main);
  border-color: var(--primary-main);
  color: #fff;
}

.col-filter-box .form-control {
  height: 32px;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid var(--primary-main);
}

.col-filter-box .form-control::placeholder {
  color: #e1e1e1;
}

.col-filter-box .form-control:focus::placeholder {
  color: transparent;
}

.col-filter-list {
  margin: 16px 0 0;
  text-transform: none;
  max-height: 150px;
  overflow-y: auto;
}

.col-filter-list .customCheck label {
  padding-left: 25px;
  line-height: 14px;
}

.col-filter-list .count {
  color: #646464;
  text-align: right;
  font-size: 12px;
}

.col-filter-box .action {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}

.col-filter-box .btn-apply {
  width: 72px;
  height: 32px;
  color: var(--primary-main);
  border-color: var(--primary-main);
  font-weight: 500;
  padding: 0;
  font-size: 13px;
  line-height: 0;
}

.col-filter-box .btn-apply:focus,
.col-filter-box .btn-apply:hover {
  background-color: var(--primary-main);
  color: #fff;
}

.body .btn-reset {
  color: #3651ff;
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
}

.customCheck {
  display: inline-block;
  padding-right: 8px;
}

/* .customCheck input[type=checkbox], .customCheck input[type=radio] {
    position: absolute;
    opacity: 0;
    z-index: -1
} */

/* .customCheck label {
  position: relative;
  display: inline-block;
  height: 4px;
  line-height: 15;
  cursor: pointer;
  min-width: 5px;
} */

/* .customCheck label:after,
.customCheck label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
} */

/* .customCheck label:before {
  content: " ";
  border: 1px solid #a5abb3;
  border-radius: 3px;
} */

/* .customCheck input[type="checkbox"] + label:after {
  content: "\f17b";
  color: #fff;
  line-height: 15px;
  text-align: center;
  background-color: var(--primary-main);
  border-radius: 3px;
  font-family: LineAwesome;
} */

.customCheck input[type="radio"]+label:before {
  border-radius: 50%;
}

.customCheck input[type="radio"]+label:after {
  content: " ";
  top: 0.25em;
  left: 0.25em;
  width: 1em;
  height: 1em;
  background: #fff;
  border: 0.2em solid #2c3e50;
  border-radius: 50%;
}

.customCheck input[type="checkbox"]:checked+label:before,
.customCheck input[type="radio"]:checked+label:before {
  background: #fff;
  border-color: #fff;
}

.customCheck input[type="checkbox"]+label:after,
.customCheck input[type="radio"]+label:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.customCheck input[type="checkbox"]:checked+label:after,
.customCheck input[type="radio"]:checked+label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.customCheck label:after,
.customCheck label:before {
  -webkit-transition: all 0.25s ease;
  -o-transition: 0.25s all ease;
  transition: all 0.25s ease;
}

.dropdown-menu .customCheck label {
  height: auto;
  padding-left: 22px;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.col-list {
  padding: 0 5px;
  margin: 1px 0;
}

.col-list li {
  padding: 2px 10px;
  margin-top: 1px;
}

.col-list li:focus,
.col-list li:hover {
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 #d7d7d7;
  border-radius: 3px;
}

.col-list li .more {
  color: #c8c8c8;
  margin-top: 3px;
  display: none;
  cursor: pointer;
}

.col-list li:hover .more {
  display: inline-block;
}

.sessions-carousel {
  position: relative;
}

.sessions-carousel .card {
  border-radius: 3px;
  box-shadow: 3px 3px 4px 0 #cdced9;
  border: none;
  line-height: 14px;
  margin-bottom: 15px;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  -moz-transition: -moz-transform 0.2s ease 0s;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
}

.sessions-carousel .card:hover {
  transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  cursor: pointer;
}

.sessions-carousel .card .labelTxt {
  color: #c8c8c8;
  font-size: 10px;
  display: block;
}

.sessions-carousel .card .dataTxt {
  font-size: 11px;
  font-weight: 500;
  display: block;
}

.sessions-carousel .card .dataTxt a {
  font-size: 10px;
  font-weight: 500;
}

.sessions-carousel .slide-next {
  position: absolute;
  background-color: #fff;
  width: 36px;
  height: 36px;
  box-shadow: 1px 1px 4px 0 #cdced9;
  border: 1px solid var(--primary-bg);
  right: -15px;
  top: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sessions-carousel .slide-next:focus,
.sessions-carousel .slide-next:hover,
.sessions-carousel .slide-prev:focus,
.sessions-carousel .slide-prev:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}

.btn-lunch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.btn-lunch .btn {
  font-size: 12px;
  padding: 8px 18px;
  font-weight: 500;
}

.btn.btn-disabled {
  background-color: #eee;
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
  width: 72px;
  height: 32px;
  font-size: 13px;
}

.data-row {
  margin-bottom: 15px;
}

.sessions-carousel .card .progress {
  background-color: #e1e1e1;
  margin: 5px 0;
  height: 2px;
}

.small-modal {
  border-radius: 3px 3px 0 0;
  box-shadow: 2px -4px 8px 0 #cdced9, -2px 4px 8px 0 #cdced9;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  padding: 12px 24px;
  width: auto;
}

.small-modal .btn {
  margin-right: 15px;
  width: 70px;
  font-size: 12px;
}

.small-modal .btn:last-child {
  margin-right: 0;
}

.progressbar {
  counter-reset: step;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  margin: 0 auto;
}

.progressbar li {
  display: inline-block;
  width: 150px;
  list-style: none;
  position: relative;
}

.progressbar li button {
  text-align: center;
  cursor: default;
}

.progressbar li button:before {
  content: counter(step);
  counter-increment: step;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: none;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
  background-color: var(--primary-bg);
  color: #b4b4b4;
  font-size: 14px;
  font-weight: 500;
}

.progressbar li .done:before {
  content: "";
  background-color: initial;
  width: 0;
  height: 0;
  line-height: 0;
}

.progressbar li .done i {
  font-size: 20px;
}

.progressbar li:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: var(--primary-bg);
  top: 16px;
  left: -22%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li .active {
  border: 1px solid var(--primary-bg);
  display: inline-block;
  padding: 5px;
  border-radius: 100%;
}

.progressbar li .active:before {
  color: #fff;
  background-color: var(--primary-main);
  box-shadow: 0 1px 4px 0 var(--primary-main);
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.progressbar li .active+li:after {
  background-color: var(--primary-bg);
}

.tab {
  margin: 6px 0 0;
  padding: 0;
  display: flex;
}

.grid_search,
.searchfilter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchfilter {
  opacity: 0;
}

.searchfilter.active {
  opacity: 1;
}

.searchfilter .searchBox {
  background-color: initial;
  padding-left: 0;
  height: 18px;
  border-bottom: 1px solid #dadee3;
}

.searchfilter .searchBox:focus {
  border-bottom: 1px solid var(--primary-main);
}

.searchfilter .searchBox::placeholder {
  color: #c8c8c8;
  font-size: 11px;
}

.grid_title_fl_area .grid_search {
  margin-left: 25px;
}

.grid_search .search .searchIcon {
  position: static;
  stroke: #a5abb4;
}

.grid_search .search.active .searchIcon,
.grid_search .search .searchIcon:focus,
.grid_search .search .searchIcon:hover,
.grid_search .search:focus,
.grid_search .search:hover {
  stroke: var(--primary-main);
}

.grid-filterBlk {
  margin-bottom: 10px;
}

.instance-popup {
  width: 454px;
  border-radius: 3px;
  box-shadow: -3px -3px 8px 0 #cdced9, 3px 3px 8px 0 #cdced9;
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: 60px;
  padding: 12px;
  z-index: 10;
}

.instance-popup .instance-title {
  margin-bottom: 30px;
}

.instance-popup .instance-title,
.instance-popup .labelTxt {
  text-transform: uppercase;
  color: #a5abb4;
  font-size: 8px;
  font-weight: 500;
}

.instance-popup .labelTxt {
  display: block;
}

.instance-popup .dataTxt {
  font-size: 12px;
  font-weight: 400;
  display: block;
  color: #000;
}

.boxShow {
  width: 454px;
  border-radius: 3px;
  top: 20px;
  left: 60px;
  padding: 12px;
}

.boxShow .instance-title {
  margin-bottom: 30px;
}

.boxShow .instance-title,
.boxShow .labelTxt {
  text-transform: uppercase;
  color: #a5abb4;
  font-size: 8px;
  font-weight: 500;
}

.boxShow .labelTxt {
  display: block;
}

.boxShow .dataTxt {
  font-size: 12px;
  font-weight: 400;
  display: block;
  color: #000;
}

.add_btn {
  font-size: 11px;
  font-weight: 500;
  color: var(--primary-main);
}

.add_btn .add_icon {
  margin: -2px 5px 0 0;
}

.dialouge-head {
  border-radius: 3px 3px 0 0;
  background-color: #17222c;
  padding: 10px 10px 10px 32px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.dialouge-content li {
  border-bottom: 1px solid #ececec;
  padding: 10px;
  display: flex;
  align-items: center;
  color: #000;
}

.dialouge-content li .remove {
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialouge-content li .remove svg {
  stroke: var(--primary-main);
}

.dialouge-content li .remove:focus,
.dialouge-content li .remove:hover {
  background-color: var(--primary-main);
}

.dialouge-content li .remove:focus svg,
.dialouge-content li .remove:hover svg {
  stroke: #fff;
}

.selected-content {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.id-row {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  margin-bottom: 5px;
}

.id-row :last-child {
  margin-left: 20px;
}

.modal.show {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}

.modal-content {
  background-color: #f4f4f4;
}

.modal-header {
  border-bottom: none;
}

.confirm-modal .modal-header {
  border-bottom: 1px solid #dcdcdc;
  padding: 14px 25px;
}

.modal-header .close {
  padding-top: 5px;
  padding-bottom: 0;
}

.confirm-modal .modal-header .close {
  padding-top: 15px;
  padding-bottom: 15px;
}

.confirm-modal .modal-header .close:focus,
.confirm-modal .modal-header .close:hover {
  opacity: 1;
}

.modal-data-list li:last-child {
  margin-bottom: 0;
}

.modal-data-list li:before {
  color: var(--primary-main);
}

.modal-data-list li:last-child:before {
  content: "";
  margin-left: 0;
}

.modal-data label {
  font-size: 11px;
  font-weight: 500;
}

.modal-data .datepicker-wrapper {
  border-radius: 3px;
  border: 1px solid #ececec;
  background-color: #fafafa;
  padding: 10px;
  display: flex;
  align-items: center;
}

.modal-data .datepicker-wrapper .calender-icon {
  position: static;
}

.modal-body {
  padding: 0 40px;
  line-height: 1;
}

.confirm-modal .modal-body {
  padding: 0 25px;
}

.modal-data .input-element {
  font-size: 12px;
  margin-top: 7px;
}

.modal-data .input-element::placeholder {
  color: #c8c8c8;
}

.modal-data textarea {
  height: 100px;
  border-radius: 3px;
  border: 1px solid #ececec;
  background-color: #fafafa;
}

.modal-data .inputArea:focus-within .input-element::placeholder {
  color: transparent;
}

.modal-data .input-element:focus {
  border-bottom: 1px solid var(--primary-main);
}

#count_message {
  margin: 15px 0 10px;
  color: #c8c8c8;
  font-size: 8px;
}

.modal-footer {
  padding: 0 40px 15px;
  border-top: none;
}

.modal-footer .btn-dissable {
  background-color: #fff;
  color: var(--primary-bg);
  font-size: 10px;
  border: 1px solid var(--primary-bg);
  padding: 5px 10px;
}

.modal-footer .btn-outline-primary {
  background-color: #fff;
  color: var(--primary-main);
  font-size: 10px;
  border: 1px solid var(--primary-main);
  font-weight: 500;
  padding: 5px 10px;
}

.modal-footer .btn-outline-primary:focus,
.modal-footer .btn-outline-primary:hover {
  background-color: var(--primary-main);
  color: #fff;
  font-size: 10px;
  border: 1px solid var(--primary-main);
  font-weight: 500;
}

.modal-data select:required:invalid {
  color: #c8c8c8;
  font-size: 12px;
}

.modal-data option[value=""][disabled] {
  display: none;
}

.modal-data option {
  color: #000;
}

.modal-title {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #000;
}

.success_icon {
  display: flex;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--primary-main);
  border-radius: 100%;
  margin: 21px auto 0;
  align-items: center;
  background-color: var(--primary-bg);
  box-shadow: inset 0 0 4px #fff;
}

.success_icon i {
  width: 18px;
  height: 18px;
  background-color: var(--primary-main);
  color: #fff;
  border-radius: 100%;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 19px;
}

.confirm-modal p {
  color: #617083;
  font-size: 12px;
  margin: 16px 0 32px;
  line-height: 21px;
}

.confirm-modal p .bold {
  color: #000;
  font-weight: 700;
}

.confirm-modal p .link {
  color: #000;
  text-decoration: underline;
}

.confirm-modal .table th:last-child {
  text-align: left;
}

.confirm-modal .modal-footer {
  padding-left: 25px;
  padding-right: 25px;
}

.confirm-modal .modal-footer .btn-outline-primary {
  height: 27px;
  border: 1px solid var(--primary-main);
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-main);
  padding: 0 8px;
}

.confirm-modal .modal-footer .btn-outline-primary:focus,
.confirm-modal .modal-footer .btn-outline-primary:hover {
  background-color: var(--primary-main);
  color: #fff;
}

.custom-card {
  margin-top: 50px;
  padding: 50px 44px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 6px 0 #dfe0eb;
  border: none;
}

textarea.form-control {
  border-radius: 3px;
  border-color: var(--primary-bg);
  color: #969696;
  font-size: 12px;
  padding: 0;
}

.col-form-label {
  font-weight: 500;
  font-size: 15px;
}

.dropzone {
  width: 100%;
  display: flex;
  text-align: center;
  min-height: 100px;
  border-radius: 3px;
  border: 1px dashed var(--primary-bg);
  justify-content: center;
  align-items: center;
  font-size: 11px;
  color: #000;
  margin-bottom: 25px;
}

.dropzone:hover {
  cursor: pointer;
}

.sessions_sequence {
  padding: 20px 0;
  border-top: 1px solid var(--primary-bg);
  margin-bottom: 0;
}

.selected_session_blk {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.session_blk_item {
  width: 50%;
}

.session-item-details {
  font-size: 12px;
  font-weight: 700;
  margin: 25px 0 25px 5px;
  color: #000;
}

.session-item-details li {
  margin-bottom: 7px;
}

.session-item-details li:before {
  content: "•";
  margin-right: 8px;
  color: #969696;
}

.session_id {
  width: 100%;
  font-weight: 500;
  font-size: 12px;
}

.session_blk_item .edit {
  font-size: 10px;
  padding-left: 20px;
}

.session_blk_item textarea.form-control::-webkit-input-placeholder {
  color: #adadad;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 74px;
}

.advanced-filter-pannel {
  background-color: #fff;
  width: 377px;
  min-height: 90vh;
  border-radius: 3px;
  box-shadow: none;
  border: none;
  position: absolute;
  z-index: 30;
  padding: 10px;
  font-size: 12px;
}

.mysessionsRoot .advanced-filter-pannel {
  min-height: 75vh;
}

.mysessionsRoot .advanced-filter-pannel .scrollbar {
  height: 86%;
}

.filter-body {
  padding-left: 30px;
  padding-bottom: 20px;
  height: 480px;
}

.advanced-filter-pannel .hide-filter-link {
  color: var(--primary-main);
  font-size: 12px;
}

.advanced-filter-pannel .section-title {
  margin-bottom: 0;
  margin-top: 5px;
}

.advanced-filter-pannel .subtitle {
  font-size: 12px;
  color: #646464;
  margin-bottom: 32px;
}

.advanced-filter-pannel label {
  font-weight: 500;
  font-size: 12px;
  color: #000;
  margin-bottom: 0;
}

.advanced-filter-pannel .form-container {
  width: 90%;
}

.advanced-filter-pannel .input-element {
  font-size: 12px;
}

.advanced-filter-pannel .input-element::-moz-placeholder,
.advanced-filter-pannel .input-element::-webkit-input-placeholder {
  color: #c8c8c8;
}

.effect-2~.focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--primary-main);
  transition: 0.4s;
}

.effect-2:focus~.focus-border {
  width: 100%;
  transition: 0.4s;
  left: 0;
}

.filter-item {
  position: relative;
}

.filter-check-items {
  padding-top: 5px;
}

.advanced-filter-pannel .form-group {
  margin-bottom: 30px;
}

.advanced-filter-pannel .customCheck label {
  height: auto;
  line-height: 14px;
  padding-left: 22px;
  color: #1e1e1e;
  font-weight: 400;
}

.advanced-filter-pannel .customCheck {
  margin-bottom: 5px;
}

.advanced-filter-pannel .footer {
  border-top: 1px solid #c8c8c8;
  padding: 10px;
  text-align: right;
}

.advanced-filter-pannel .footer>.btn {
  font-size: 12px;
  font-weight: 500;
  color: #646464;
}

.advanced-filter-pannel .footer>.btn-primary {
  color: #fff;
}

.advanced-filter-pannel .session-timing {
  margin-top: 10px;
  display: flex;
}

.advanced-filter-pannel .session-timing label {
  font-weight: 400;
  margin-right: 5px;
}

.advanced-filter-pannel .session-timing select {
  border: 1px solid var(--primary-bg);
  border-radius: 3px;
  height: 20px;
}

.advanced-filter-pannel .session-timing .datepicker-wrapper {
  margin-left: 5px;
}

.scrollbar {
  width: 100%;
  background: #fff;
  overflow-y: hidden;
  margin-bottom: 25px;
}

.scrollbar:hover {
  overflow-y: scroll;
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fff;
  box-shadow: inset 0 0 6px #fff;
  background-color: #fff;
}

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #9f9d9d;
  border-radius: 10px;
}

.body .ant-calendar {
  border-radius: 3px;
  font-size: 13px;
}

.row.sm-gutter>.col,
.row.sm-gutter>.col-2,
.row.sm-gutter>.col-3,
.row.sm-gutter>.col-4,
.row.sm-gutter>.col-6,
.row.sm-gutter>.col-8,
.row.sm-gutter>.col-9,
.row.sm-gutter>.col-12,
.row.sm-gutter>.col-lg-1,
.row.sm-gutter>.col-lg-2,
.row.sm-gutter>.col-lg-3,
.row.sm-gutter>.col-lg-4,
.row.sm-gutter>.col-lg-5,
.row.sm-gutter>.col-lg-6,
.row.sm-gutter>.col-lg-7,
.row.sm-gutter>.col-lg-8,
.row.sm-gutter>.col-lg-9,
.row.sm-gutter>.col-lg-12,
.row.sm-gutter>.col-md-1,
.row.sm-gutter>.col-md-2,
.row.sm-gutter>.col-md-3,
.row.sm-gutter>.col-md-4,
.row.sm-gutter>.col-md-5,
.row.sm-gutter>.col-md-6,
.row.sm-gutter>.col-md-7,
.row.sm-gutter>.col-md-8,
.row.sm-gutter>.col-md-9,
.row.sm-gutter>.col-md-10,
.row.sm-gutter>.col-md-12,
.row.sm-gutter>.col-sm-2,
.row.sm-gutter>.col-sm-3,
.row.sm-gutter>.col-sm-4,
.row.sm-gutter>.col-sm-5,
.row.sm-gutter>.col-sm-6,
.row.sm-gutter>.col-sm-7,
.row.sm-gutter>.col-sm-8,
.row.sm-gutter>.col-sm-9,
.row.sm-gutter>.col-sm-12,
.row.sm-gutter>.col-xl-3 {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 2500px) {
  .container {
    max-width: 2000px !important;
    margin-left: auto;
  }
}

@media (min-width: 1800px) {
  .container {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
    margin-left: 75px;
  }
}

@media (min-width: 480px) and (max-width: 768px) {

  .reqest-blk1,
  .request-blk2 {
    padding: 10px;
  }
}

.body .ses_ext_modal .form-group {
  margin-bottom: 25px;
}

.body .ses_ext_modal {
  width: 488px;
  height: auto;
  border-radius: 3px 3px 0 0;
  background-color: var(--page-bg);
  position: relative;
  bottom: 0;
  right: 0;
  z-index: 1050;
  overflow: hidden;
  padding: 10px 20px;
  font-size: 10px;
}

.body .ses_ext_modal .modal-title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.body .ses_ext_modal .modal-data {
  padding: 20px 0;
}

.body .ses_ext_modal .list-title .clear-all {
  margin-left: 20px;
}

.capsul_select {
  display: flex;
  flex-direction: row;
  margin: 15px 0 25px;
  align-items: center;
  flex-wrap: wrap;
}

.capsul_select li {
  margin: 0 6px 10px 0;
  background-color: #eee;
  border-radius: 40px;
  color: #000;
  height: 22px;
  padding: 0 5px;
  align-items: center;
  display: flex;
  white-space: nowrap;
}

.capsul_select li .ses-list .remove-icon {
  margin-left: 15px;
  stroke: var(--primary-main);
}

.capsul_select li .ses-list .remove-icon:hover {
  stroke: #000;
}

.body .ses_ext_modal label {
  color: var(--primary-main);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

.body .ses_ext_modal .modal-data .datepicker-wrapper {
  padding: 0;
  background-color: initial;
  border: none;
}

.body .ses_ext_modal .datepicker-wrapper .cal-area {
  padding-left: 5px;
}

.body .ses_ext_modal .modal-data .input-element {
  margin: 0;
}

.body .ses_ext_modal .modal-data .input-element::placeholder {
  color: #1e1e1e;
  font-size: 12px;
  font-weight: 700;
}

.body .ses_ext_modal .form-control {
  height: 80px;
  border-radius: 3px;
  border: 1px solid var(--primary-bg);
  background-color: initial;
}

.body .ses_ext_modal .btn {
  font-size: 10px;
}

.body .ses_ext_modal .btn.active {
  background-color: #fff;
  font-weight: 500;
  margin-left: 10px;
}

.body .ses_ext_modal .btn.active:focus,
.body .ses_ext_modal .btn.active:hover {
  background-color: var(--primary-main);
  color: #fff;
}

.ses_blk {
  height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: initial;
}

.ses_blk#style-3::-webkit-scrollbar,
.ses_blk#style-3::-webkit-scrollbar-track {
  background-color: initial;
  box-shadow: none;
}

.ses_term_panel {
  min-height: 100px;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 0 #c8c8c8;
  border: 1px solid #ececec;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 9px;
}

.ses_term_panel .data-row:last-child {
  margin-bottom: 0;
}

.ses_terminate p {
  margin: 20px 0;
  color: #617083;
}

.ses_term_panel .labelTxt {
  color: #a5abb4;
  display: block;
  margin-bottom: 5px;
}

.term-blk1 .labelTxt {
  text-transform: uppercase;
}

.ses_term_panel .dataTxt {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  display: block;
}

.term-blk2 .dataTxt {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}

.left-brdr {
  border-left: 1px solid var(--primary-bg);
}

.top-spacing {
  padding-top: 14px;
}

.left-brdr .labelTxt {
  margin-bottom: 0;
}

.ses_term_panel .progress {
  height: 5px;
  background-color: var(--primary-bg);
}

.new-temp {
  margin-bottom: 20px;
  font-size: 12px;
}

.new-temp .card-body {
  padding: 20px 40px;
}

.new-temp .form-group {
  margin-bottom: 30px;
}

.new-temp .form-group.last {
  margin-bottom: 15px;
}

.new-temp .form-group label {
  font-weight: 500;
}

.new-temp .form-group .input-element {
  margin-top: 7px;
}

.new-temp .form-group .input-element::placeholder {
  color: #c8c8c8;
}

.new-temp textarea {
  border: 1px solid #ececec;
  background-color: #fafafa;
}

.new-temp textarea::placeholder {
  color: #c8c8c8;
}

.new-temp .labelTxt {
  color: #a5abb4;
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
}

.new-temp .dataTxt {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  display: block;
}

.container {
  position: relative;
}

.carousel-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 25px;
}

.gridsearchactivesess {
  position: fixed;
  top: 106px;
  z-index: 4;
  width: 914px;
  border-radius: 10px;
  border: 2 soild var(--page-bg);
  background-color: #fff;
}

.table {
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #ececec;
  -webkit-box-shadow: 0 0 0 1px #ececec;
  -moz-box-shadow: 0 0 0 1px #ececec;
}

.applied_filter_row~.gridData {
  border-radius: 0 0 3px 3px;
  margin-top: 50px;
}

.table tbody tr:last-child {
  border-radius: 0 0 3px 3px;
}

.table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 3px;
}

.table tbody tr:last-child td:last-child {
  border-radius: 0 0 3px 0;
}

.table tbody tr:last-child td {
  border: none;
}

.table tr {
  display: flex;
}

.table td,
th {
  flex: 1;
}

.table tbody tr:focus,
.table tbody tr:hover {
  box-shadow: 0 1px 10px 0 #c8c8c8;
  -webkit-box-shadow: 0 1px 10px 0 #c8c8c8;
  -moz-box-shadow: 0 1px 10px 0 #c8c8c8;
  position: relative;
  z-index: 1;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    tr:hover td:first-child {
      box-shadow: 0 0 10px 0 #c8c8c8;
      -webkit-box-shadow: 0 0 10px 0 #c8c8c8;
      -moz-box-shadow: 0 0 10px 0 #c8c8c8;
    }

    tr:hover td {
      box-shadow: 10px 0 10px 0 #c8c8c8;
      -webkit-box-shadow: 10px 0 10px 0 #c8c8c8;
      -moz-box-shadow: 10px 0 10px 0 #c8c8c8;
    }

    tr:hover td:last-child {
      box-shadow: 5px 0 10px 0 #c8c8c8;
      -webkit-box-shadow: 5px 0 10px 0 #c8c8c8;
      -moz-box-shadow: 5px 0 10px 0 #c8c8c8;
    }
  }
}

.st_req .card {
  border-radius: 8px;
  border: 1px solid var(--primary-bg);
}

.st_req .card-body {
  padding: 24px 24px 16px;
}

.st_req .cl-logo {
  margin-bottom: 20px;
  height: 33px;
}

.st_req .card-title {
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}

.st_req .card-text {
  color: #646464;
  font-size: 11px;
  margin-bottom: 40px;
}

.st_req .btn-outline-primary {
  color: var(--primary-main);
  border-color: var(--primary-main);
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  padding: 5px 6px;
}

.st_req .btn-outline-primary:focus,
.st_req .btn-outline-primary:hover {
  background-color: var(--primary-main);
  color: #fff;
}

li a.more {
  list-style: none;
}

.fullscreen-open {
  overflow: hidden;
}

.close-icon {
  font-size: 18px;
}

.pull-down {
  margin-top: 6px;
}

.iconHidden {
  visibility: hidden;
}

.iconDisplay {
  visibility: visible;
}

@media (min-width: 480px) and (max-width: 1024px) {
  .quickRequest .st_req.card-columns {
    column-count: 2;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .quickRequest .st_req.card-columns {
    column-count: 2;
  }
}

@media (min-width: 320px) and (max-width: 780px) {
  .quickRequest .st_req.card-columns {
    column-count: 1;
  }
}

.text-break-all {
  word-break: break-word;
}