body {
  font-size: 15px;
  overflow-x: hidden;
}

.uppy-Dashboard-AddFiles-info {
  display: block !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bolder;
}

.btn,
button {
  border: none;
}
.btn:focus,
button:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}
.btn:active,
button:active {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}

input,
.form-control {
  color: #4d4d4d;
  padding: 0.5rem 0.75rem;
}
input:focus,
.form-control:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}
input:active,
.form-control:active {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}

.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.btn--primary {
  display: inline-block;
  background-color: #3498db;
  padding: 0.4rem 1rem;
  border-radius: 0.25rem;
  color: #fff;
  border: 2px solid #3498db;
}
.btn--primary:hover {
  background-color: #fff;
  color: #3498db;
}

.side-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 250px;
  min-height: 100vh;
  padding: 2rem 1.5rem 2rem 1.5rem;
  background-color: #fff;
}

@media (max-width:768px){
  .side-bar {
    transform: translateY(-100%);
    padding-top: 0.5rem;
    padding-left: 1.5rem;
  }
  .side-bar.active {
    transform: translateY(0%);
    z-index: 2;
  }
}

.side-bar .project-logo {
  margin-bottom: 1.5rem;
}
.side-bar .project-logo img {
  width: 100%;
  height: 100%;
}
.side-bar .side-bar-list {
  display: flex;
  flex-direction: column;
}
.side-bar .side-bar-list .side-bar-link {
  margin: 0.5rem 0;
  font-size: 1rem;
  color: #353b48;
  text-decoration: none;
  text-transform: uppercase;
}
.side-bar .side-bar-list .side-bar-link:hover {
  opacity: 0.8;
}

.login {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
}
@media (max-width:992px){
  .login {
    flex-direction: column;
  }
  .login-left{
    width: 100% !important;
    padding: 1rem 1.5rem !important;
  }
  .login-right{
    width: 100% !important;
    padding: 1rem 1.5rem !important;
    display: none;
  }
}
.login-left {
  background-color: #fff;
  width: 40%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 3rem;
}
.login-left .logo {
  margin-bottom: 1.5rem;
}
.login-left .logo img {
  max-width: 200px;
  width: 100%;
  height: 100%;
}
.login-left form {
  width: 100%;
  margin-bottom: 2rem;
}
.login-left form .btn--primary {
  margin-top: 1rem;
  padding: 0.4rem 2rem;
}
.login-left form .input-group-text {
  background-color: transparent;
}
.login-left form .input-group-text i {
  color: #353b48;
}
.login-left form label.error {
  display: block;
  width: 100%;
  margin-top: 0.3rem;
  font-size: 13px;
  background-color: #e84118;
  color: #fff;
  border-radius: 0.25rem !important;
  padding: 0.2rem 0.5rem;
}
.login-left .info {
  color: rgba(53, 59, 72, 0.5568627451);
  font-size: 14px;
}
.login-left .info a {
  color: #3498db;
}
.login-right {
  width: 60%;
  min-height: 100vh;
  padding: 2rem 5rem 2rem 3rem;
  background-image: url(../design/login-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.login-right-text {
  position: relative;
  z-index: 1;
  color: #fff;
}
.login-right-text h1 {
  font-weight: 700;
  font-size: calc(1.75rem + 1.5vw);
}
.login-right-text h1:nth-child(2) {
  text-decoration: underline;
}
.login-right-text p {
  color: #f5f6fa;
}
.login-right .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 2, 3, 0.6);
}

.home .top-bar {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .top-bar-left {
  flex: 33%;
}
.home .top-bar-center {
  text-align: center;
  flex: 33%;
}
.home .top-bar-center .logo {
  max-width: 200px;
  width: 100%;
  height: 100%;
}
.home .top-bar-right {
  flex: 33%;
  text-align: right;
}
.home .top-bar-right .dropdown-toggle {
  background-color: #fff;
  border: 2px solid #353b48;
  color: #353b48;
  font-size: 1.1rem;
}
.home .top-bar-right .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15);
  min-width: 0;
}
.home .search-container {
  margin-top: 1.5rem;
}
.home .search-container .form-control {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.home .row {
  margin-top: 2rem;
}
.home .grid-item {
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
}
.home .grid-item .grid-card {
  position: relative;
  cursor: pointer;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.home .grid-item .grid-card .image-container {
  height: 400px;
  overflow: hidden;
  border-radius: 0.5rem;
}
.home .grid-item .grid-card .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  transition: all 0.7s ease-in-out;
}
.home .grid-item .grid-card .text-container {
  position: absolute;
  bottom: 0rem;
  background-image: linear-gradient(transparent, black);
  width: 100%;
  color: #fff;
  padding: 4rem 0.75rem 0.6rem;
  border-radius: 0.5rem;
}
.home .grid-item .grid-card .text-container h5 {
  font-weight: 700;
}
.home .grid-item .grid-card .text-container span {
  display: block;
}
/* .home .grid-item .grid-card:hover .image-container img {
  transform: scale(1.2);
} */
.home .pagination {
  justify-content: center;
  flex-wrap: wrap;
}
.home .pagination-item {
  text-decoration: none;
  width: 28px;
  height: 28px;
  background-color: #000;
  color: #fff;
  border-radius: 0.25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.25rem;
}

.content {
  background-color: #f5f6fa;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 2rem;
  padding-left: 250px;
}
@media (max-width:768px){
 .content {
  padding-left: 0;
 }
}
.content .row {
  margin: 0;
}

.admin-side-bar {
  max-width: 250px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.admin-side-bar .side-bar-inner {
  min-height: 100vh;
  height: 100%;
  padding-bottom: 2rem;
}
.admin-side-bar .logo {
  max-width: 180px;
  width: 100%;
  height: 100%;
}
.admin-side-bar .nav .nav-item .nav-link i {
  font-size: 1.2rem;
}
.admin-side-bar .dropdown-toggle {
  align-items: center;
}
.admin-side-bar .dropdown-toggle i {
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

.admin-content {
  position: relative;
  padding-left: 250px;
  width: 100%;
  margin-top: 3rem;
  padding-bottom: 2rem;
}
.admin-content .table-container {
  width: 100%;
  overflow-x: scroll;
}
.admin-content .table-container table {
  width: 100%;
}
.admin-content .table-container .edit-project-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
}
.admin-content .table-container .delete-project-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
}

.edit-project .edit-renderings-section .row {
  margin-top: 1rem;
}
.edit-project .edit-renderings-section .renderings-col {
  margin-bottom: 0.75rem;
}
.edit-project .edit-renderings-section .renderings-col .renderings-card {
  position: relative;
}
.edit-project .edit-renderings-section .renderings-col .renderings-card .renderings-image {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
.edit-project .edit-renderings-section .renderings-col .renderings-card .btn {
  position: absolute;
  bottom: 0;
}
.edit-project .edit-brochures-section .row {
  margin-top: 1rem;
}
.edit-project .edit-brochures-section .brochures-col {
  margin-bottom: 0.75rem;
}
.edit-project .edit-brochures-section .brochures-col .brochures-card {
  position: relative;
}
.edit-project .edit-brochures-section .brochures-col .brochures-card .brochures-link {
  display: block;
  word-wrap: break-word;
  color: #353b48;
  text-decoration: none;
}
.edit-project .edit-brochures-section .brochures-col .brochures-card .brochures-link img {
  width: 100%;
  height: 100%;
}
.edit-project .edit-brochures-section .brochures-col .brochures-card .bi-file-earmark-pdf-fill {
  font-size: 8rem;
  color: #e84118;
}
.edit-project .edit-brochures-section .brochures-col .brochures-card .btn {
  margin-top: 0.5rem;
}
.edit-project .edit-floorplans-section .row {
  margin-top: 1rem;
}
.edit-project .edit-floorplans-section .floorplans-col {
  margin-bottom: 0.75rem;
}
.edit-project .edit-floorplans-section .floorplans-col .floorplans-card {
  position: relative;
  border: 2px solid #000;
  border-radius: 0.4rem;
}
.edit-project .edit-floorplans-section .floorplans-col .floorplans-card .floorplans-image {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
.edit-project .edit-floorplans-section .floorplans-col .floorplans-card .btn {
  position: absolute;
  bottom: 0;
}
.edit-project .edit-videos-section .row {
  margin-top: 1rem;
}
.edit-project .edit-videos-section .videos-col {
  margin-bottom: 0.75rem;
}
.edit-project .edit-videos-section .videos-col .videos-card {
  position: relative;
  border: 2px solid #000;
  border-radius: 0.4rem;
  height: 100%;
}
.edit-project .edit-videos-section .videos-col .videos-card iframe {
  border-radius: 0.25rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.edit-project .edit-videos-section .videos-col .videos-card .videos-image {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
.edit-project .edit-videos-section .videos-col .videos-card .btn {
  position: absolute;
  top: 0;
  right: 0;
}
.edit-project .edit-worksheets-section .row {
  margin-top: 1rem;
}
.edit-project .edit-worksheets-section .worksheets-col {
  margin-bottom: 0.75rem;
}
.edit-project .edit-worksheets-section .worksheets-col .worksheets-card {
  position: relative;
}
.edit-project .edit-worksheets-section .worksheets-col .worksheets-card .worksheets-link {
  display: block;
  word-wrap: break-word;
  color: #353b48;
  text-decoration: none;
}
.edit-project .edit-worksheets-section .worksheets-col .worksheets-card .worksheets-link img {
  width: 100%;
  height: 100%;
}
.edit-project .edit-worksheets-section .worksheets-col .worksheets-card .bi-file-earmark-pdf-fill {
  font-size: 8rem;
  color: #e84118;
}
.edit-project .edit-worksheets-section .worksheets-col .worksheets-card .btn {
  margin-top: 0.5rem;
}

.renderings-page {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.renderings-page .renderings-col {
  margin-bottom: 1.5rem;
}
.renderings-page .renderings-col .renderings-card .renderings-image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
  transition: all 0.3s ease-in-out;
}
.renderings-page .renderings-col .renderings-card .renderings-image:hover {
  transform: scale(1.05);
}

.brochures-page {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.brochures-page .brochures-col {
  margin-bottom: 1.5rem;
}
.brochures-page .brochures-col .brochures-card .brochures-image {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.brochures-page .brochures-col .brochures-card .brochures-image:hover {
  transform: scale(1.05);
}
.brochures-page .brochures-col .brochures-card .brochures-link {
  text-align: center;
  display: block;
  word-wrap: break-word;
  color: #353b48;
  text-decoration: none;
}
.brochures-page .brochures-col .brochures-card .brochures-link span {
  display: block;
  margin-top: 0.5rem;
}

.videos-page {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.worksheets-page {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.worksheets-page .worksheets-col {
  margin-bottom: 0.75rem;
}
.worksheets-page .worksheets-col .worksheets-card {
  position: relative;
}
.worksheets-page .worksheets-col .worksheets-card .worksheets-link {
  display: block;
  word-wrap: break-word;
  color: #353b48;
  text-decoration: none;
}
.worksheets-page .worksheets-col .worksheets-card .worksheets-link img {
  width: 100%;
  height: 100%;
}
.worksheets-page .worksheets-col .worksheets-card .bi-file-earmark-pdf-fill {
  font-size: 8rem;
  color: #e84118;
}
.worksheets-page .worksheets-col .worksheets-card .btn {
  margin-top: 0.5rem;
}/*# sourceMappingURL=main.css.map */

.documents-col {
  /* height: 100%; */
}
.documents-col .documents-content {
  height: 160px;
  display: block;
}

.documents-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #f1f2f6;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;

}
.documents-col .documents-content {
  flex: 1 1 auto;
}
.documents-col .documents-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0.25rem;
  padding: 0.5rem;
}
.documents-col .actions {
  position: relative;
}
.documents-col .actions .buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.category {
/* background-color: #6BC5D2; */
border-radius: 0.25rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}

.sub-category {
  /* background-color: #D2FAFB; */
  border-radius: 0.25rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}

.cards .card-body {
  padding: 0rem;
}

.welcome-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding-bottom: 2rem;
}
.welcome-home img {
  max-width: 300px;
  width: 100%;
  height: 100%;
}


 .not-loaded-user .documents-col .documents-content img {
  width: 100% ;
  height: 100%;
  object-fit: cover;
  padding: 0;
}

.not-loaded-user .documents-col .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.not-loaded-user .documents-col .actions .buttons {
  position: static;
  transform: unset;
}

.loaded-user .documents-col .documents-content img {
  width: 100% ;
  height: 100%;
  object-fit: cover;
  padding: 0;
}

.loaded-user .documents-col .documents-content img.pdf {
  object-fit: contain;
}

.loaded-user .documents-col .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.loaded-user .documents-col .actions .buttons {
  position: static;
  transform: unset;
}

video {
  width: 100%;
  height: 100%;
}

.documents-content.this-pdf {
  width: 100%;
  height: 100%;
}
.toggle {
  position: fixed;
  top: 0.5rem;
  left: 1.5rem;
  display: block;
  font-size:1.5rem;

}
.close {
  display: block;
  font-size: 2rem;
}
@media (min-width:768px){
  .toggle {
    display: none;
  }
  .close {
    display: none;
  }
}