.main-panel {
  background: linear-gradient(181deg, #F9F9F9 0%, rgba(249, 249, 249, 0) 100%) !important;
}

.tim-row {
  margin-bottom: 20px;
}

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

.tim-white-buttons {
  background-color: #777777;
}

.modal {
  background: rgba(0, 0, 0, .15);
}

.upgrad_class {
  max-width: 100%;
  transform: translate(0, 0) !important;
  display: flex;
}

img {
  max-width: unset !important;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

#logo-img {
  height: 10vh
}

#logo-img img {
  height: 75%;
}

#login-box {
  width: 30%;
}
#workspace-box {
  width: 40%;
  padding: 20px;
}

#username,
#password {
  border-radius: 10px;
  border-color: lightgrey;
}

#login-button {
  margin-top: 2vw;
  border-radius: 10px;
  background: #f23e46;
}

#login-button:hover {
  background: #f23e46 !important;
  opacity: 0.8;
}

#login-button:active {
  background: #f23e46 !important;
  opacity: 0.8;
}

#login-button:focus {
  background: #f23e46 !important;
  opacity: 0.8;
}

#search-input {
  width: 15px;
  box-sizing: border-box;
  border: none;
  font-size: 16px;
  background-color: white;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 5px 20px 10px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  cursor: pointer;
}

#search-input:focus {
  width: 200px;
  border-bottom: 2px solid #ccc;
}

#search-icon {
  float: right;
  position: relative;
  top: 10px;
  left: 35px;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  #search-input:focus {
    width: 120px;
  }
}

.sidebar .sidebar-wrapper,
.off-canvas-sidebar .sidebar-wrapper {
  background: linear-gradient(180deg, #D4145A 0%, #FBB03B 100%);
}

@media all and (min-width: 992px) {
  .sidebar .nav>li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }

  .upgrad_class {
    max-width: 80%;
    transform: translate(0, 0) !important;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  #login-box {
    width: 100%;
    padding: 10px;
  }
  #workspace-box {
    width: 100%;
  }
}

.card.card-upgrade .card-category {
  max-width: 530px;
  margin: 0 auto;
}

.opensans {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.opensans-sm {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.opensans-md {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.opensans-lg {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.opensans-xl {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.opensans-xxl {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.opensans-bold {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.opensans-sm-bold {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.opensans-md-bold {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.opensans-lg-bold {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.opensans-xl-bold {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.opensans-xxl-bold {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.opensans-xxxl-bold {
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.round-border {
  border-radius: 1rem !important;
}


.poppins {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.poppins-xs {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.poppins-sm {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.poppins-lg {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.poppins-xl {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.poppins-xxl {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.poppins-sm-bold {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.poppins-lg-bold {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.poppins-xl-bold {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.poppins-xxl-bold {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.poppins-xxxl-bold {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.dropdown-toggle::after {
  color: #757575;
  margin: 0 2px;
}

.badge-gray {
  background: #eee;
  color: #999;
}
.change-user-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  text-align: center;
  flex-direction: column;
  z-index: 9990;
}

.change-user-loader__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background: linear-gradient(180deg, #D4145A 0%, #FBB03B 100%);
}

.change-user-loader__element:first-of-type {
  background: linear-gradient(180deg, #D4145A 0%, #FBB03B 100%);
}

.fade-out-user {
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* New Nav bar preview CSS */
.dropdown-icon {
  font-size: 13px !important;
  margin-right: 10px;

}

.profile-menu {
  right: 0;
  position: absolute;
  margin-top: 10px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 220px;
  overflow: hidden;
  z-index: 9999;
  cursor: pointer;
}

.profile-header {
  display: flex;
  align-items: center;
  padding: 5px;
  border-bottom: 1px solid #e0e0e0;
}

.profile-picture {
  flex: 40;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  /* margin-right: 15px; */
}

.profile-info {
  flex: 60;
  display: flex;
  flex-direction: column;
}

.profile-info h2 {
  margin: 0;
  font-size: 18px;
}

.profile-info p {
  margin: 0;
  color: gray;
  font-size: 14px;
}

.menu-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu-list li {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 !important;
}

.menu-list li:last-child {
  border-bottom: none;
}

.menu-list a {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  text-decoration: none;
  color: black !important;
}

.menu-list a:hover {
  background-color: #f0f0f0;
}

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

/* New Nav bar preview CSS Ends */
