@import './plugin/themify.css';

.alink {
  text-decoration: none;
}

.btn-text {
  color: #fff;
  background-color: #5dc1c2;
  font-weight: bold;
}

a {
  color: #4a4a4a;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover,
a:focus {
  color: #4a4a4a;
  text-decoration: none;
}
a.link {
  color: #5dc1c2;
}
a.link:hover,
a.link:focus,
a:hover,
a:focus {
  color: #4a4a4a;
}

.container {
  height: '100vh';
  width: '100vw';
  display: 'flex';
  justify-content: 'center';
  align-items: 'center';
  position: 'absolute';
  top: 0;
  left: 0;
}
.page-title {
  display: 'flex';
  justify-content: 'space-between';
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
  float: left;
}
.page-title .breadcrumb-title {
  margin: 0;
}
.page-title .breadcrumb {
  box-shadow: none;
  text-align: center;
  margin: 0 auto;
  width: auto;
  display: table;
}

.page-title .redirect {
  float: right;
  width: 190px;
}
.page-title .redirect a {
  float: right;
  width: 190px;
  background-color: #0078ff !important;
  color: #fff;
  border: none;
}

.swp-theme-color{
  color: "#242f65"
}

.swp-theme-bg{
  background-color: "#242f65";
}



.page-title .redirect a:hover {
  background-color: #0069d9 !important;
}
.style-header {
  background-color: #343a40;
  color: #ffffff;
}

.form-container {
  background: #ffffff;
  padding: 30px;
  /* border-radius: 10px; */
  /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.178); */
}

h3 {
  font-weight: bold !important;
}

hr {
  border-top: 2px solid #0078ff;
}

.signout a {
  color: #4a4a4a;
  display: flex;
}

.signout a p {
  padding-left: 15px;
}

.signout a:hover {
  color: #0078ff;
  font-weight: bold;
}

.pre-loader {
  background-color: black;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.85;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.ql-container {
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  background: #fefcfc;
  padding: 2em;
}
#toolbar {
  color: #fff;
}
.editor-1 {
  width: 100%;
  height: auto;
}
.buttonall {
  color: '#fff';
  background-color: '#5dc1c2';
  border-radius: 3;
  border: 0;
  margin: 0 auto;
  height: 40;
  padding: 0 30px;
}

.viewer_detail_wraps {
  width: 100%;
  position: relative;
  align-items: center;
}
.viewer_detail_thumb {
  width: 155px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 1px 9px 10px 0px rgba(13, 13, 13, 0.13);
}
.viewer_detail_thumb img {
  border-radius: 50%;
  max-width: 100%;
}

.viewer_status {
  position: absolute;
  bottom: 5px;
  right: 12px;
  background: #343a40;
  padding: 0 15px;
  text-align: left;
  /* text-transform: uppercase; */
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 50px;
  color: #fff;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

@media only screen and (max-width: 990px) {
  .username-justify-responsive {
    justify-content: flex-start !important;
  }
}

@media only screen and (max-width: 1720px) {
  .username-justify-responsive {
    margin-right: 0rem !important;
  }
}

@media only screen and (max-width: 1520px) {
  .username-justify-responsive {
    margin-right: 2rem !important;
  }
}

@media only screen and (max-width: 1320px) {
  .username-justify-responsive {
    margin-right: 2rem !important;
  }
}

.username-responsive {
  margin-left: 1rem;
  margin-right: 1rem !important;
  margin-bottom: 0px !important;
  margin-top: 0.5rem;
}

.username-admin-responsive {
  margin-left: 1rem;
  margin-right: 2rem !important;
  margin-bottom: 0px !important;
  margin-top: 0.5rem;
}

/* text wrap */
.wrapword {
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* css-3 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
  word-break: normal;
  white-space: normal;
}

/* text-over flow */

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

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

.text-overflow:hover {
  overflow: visible;
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* css-3 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
  word-break: break-all;
  white-space: normal;
}

/* notification responsive */
.notification-responsive {
  left: -20rem !important;
  width: 350px !important;
}

@media only screen and (max-width: 990px) {
  /* notification responsive */
  .notification-responsive {
    left: 0 !important;
    width: 350px !important;
  }
}

@media only screen and (max-width: 700px) {
  /* notification responsive */
  .notification-responsive {
    left: 1rem !important;
    width: 300px !important;
  }
}

.deceased {
  text-decoration: line-through;
}

.file-display-container {
  width: 100%;
}

.file-status-bar {
  width: 100%;
  /* vertical-align: top; */
  /* margin-top: 10px; */
  /* margin-bottom: 20px; */
  position: relative;
  /* line-height: 50px; */
  height: 50px;
}

.file-status-bar > div {
  overflow: hidden;
}

.file-type {
  display: inline-block !important;
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  margin-top: 25px;
  padding: 0 4px;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #abc;
  color: #fff;
  background: #0080c8;
  text-transform: uppercase;
}

.file-name {
  word-break: break-word;

  color: #4aa1f3;
}

.file-error {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
  color: #9aa9bb;
}

.file-error-message {
  color: red;
}

.file-type-logo {
  width: 50px;
  height: 50px;
  position: relative;
  background: url('../img/doc.png');
  background-size: 100%;
}

.file-size {
  display: inline-block;
  vertical-align: top;

  color: #444242;
  font-weight: 700;
  font-size: 14px;
}

.file-remove {
  line-height: 11px;
  position: absolute;
  cursor: pointer;
  color: white;
  box-shadow: 1px 1px 4px 0px #0000009e;
  background: red;
  padding: 5px;
  border-radius: 50%;
  margin-right: -10px;
  top: 0;
  right: 96px;
}

header {
  z-index: 10 !important;
}

.cl-gray {
  color: #8c8c8c;
}

.divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.emphasis {
  border-top: 4px solid transparent;
}
.emphasis h2 {
  margin-bottom: 0;
}
span.tags {
  background: #1abc9c;
  border-radius: 2px;
  color: #f5f5f5;
  font-weight: bold;
  padding: 2px 4px;
}

.image_outer_container {
  margin: auto;
  border-radius: 50%;
  position: relative;
}

.image_inner_container {
  border-radius: 50%;
  padding: 5px;
}
.image_inner_container img {
  width: 250px;
  height: 250px;
  min-width: 250px;
  max-width: 250px;
  border-radius: 50%;
  border: 5px solid white;
}

/* marketing request */
.single_instructor {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px;
  border-radius: 0.5rem;
  margin-bottom: 30px;
  background: #fff;
  overflow: hidden;
}
.single_instructor.border {
  border: 1px solid #e7ecf5;
}

.has-shadow {
  box-shadow: 0 2px 10px rgba(0, 22, 84, 0.1);
}

.my-request.pending {
  border-left: 6px solid #ff9b20;
}

.my-request.approved {
  border-left: 6px solid #007bff;
}

.my-request.resolved {
  border-left: 6px solid #28a745;
}

.my-request.backlog {
  border-left: 6px solid #dc3545;
}

ul.instructor_info {
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
ul.instructor_info li {
  display: inline-block;
  margin-right: 1rem;
  font-size: 13px;
}
ul.instructor_info li:last-child {
  margin-right: 0;
}
ul.instructor_info li i {
  margin-right: 7px;
}

.btn.hover-effect:hover {
  color: #fff !important;
  box-shadow: 0 7px 15px rgba(0, 22, 84, 0.2);
}

.btn.hover-effect:focus {
  color: #fff !important;
}
.btn-theme {
  background: #0078ff;
  border-color: #0078ff;
  color: #fff;
  transition: all ease 0.4s;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 12px;
}
.single_instructor_caption {
  flex: auto;
  padding-left: 0;
  padding-top: 1rem;
}
.single_instructor_caption {
  padding-left: 2rem;
  flex: 1;
}
.single_instructor_caption h4 {
  margin-bottom: 3px;
}
.btn-curve {
  border-radius: 5px;
}

.reviews-comments-item {
  /* padding: 0 0 30px 110px; */
  padding: 0 0 16px 55px;
  position: relative;
  float: left;
  margin-bottom: 18px;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.reviews-comments-item:last-child {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}
.review-comments-avatar {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 60px;
  height: 60px; */
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100%;
}
.reviews-comments-item-text {
  float: left;
  width: 100%;
  position: relative;
  /* padding: 0 20px; */
}
.reviews-comments-item-text h4 {
  text-align: left;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.reviews-comments-item-text h6 {
  font-size: 15px;
}

.reviews-comments-item-text p {
  font-size: 14px;
  line-height: 1.5;
}

.no-ul-list {
  padding: 0;
}
.no-ul-list li {
  list-style: none;
}

.btn-login {
  color: #fff;
  background-color: #467fcf;
  border-color: #467fcf;
}

.btn-login:hover {
  color: #fff;
  background-color: #316cbe;
  border-color: #2f66b3;
}

.btn-login:focus,
.btn-login.focus {
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}

.btn-login.disabled,
.btn-login:disabled {
  color: #fff;
  background-color: #467fcf;
  border-color: #467fcf;
}

.btn-login:not(:disabled):not(.disabled):active,
.btn-login:not(:disabled):not(.disabled).active,
.show > .btn-login.dropdown-toggle {
  color: #fff;
  background-color: #2f66b3;
  border-color: #2c60a9;
}

.btn-login:not(:disabled):not(.disabled):active:focus,
.btn-login:not(:disabled):not(.disabled).active:focus,
.show > .btn-login.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}


.optionListContainer{
  z-index: 9999 !important;
}

.plus {
  float: right;
}

.react-confirm-alert-overlay{
  z-index: 9990 !important;
}