.pop-up-message {
  position: absolute;
  top: -100px;
  right: 10px;
  width: auto;
  height: 60px;
  background: white;
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.1);
  border: 1px solid #e6eaee;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease-in-out;
  padding-left: 30px;
  padding-right: 20px;
  z-index: 9999;
}

.pop-up-message .close {
  margin-top: -7px;
  margin-left: -10px;
}

.pop-up-message p {
  margin-top: 13px;
  margin-left: 10px;
  text-align: center;
  color: #28a745;
}

.green {
  color: #1fbd6e !important;
}

.red {
  color: rgb(223, 60, 60) !important;
}

.blue {
  color: rgb(0, 0, 255) !important;
}

.light-blue {
  color: rgb(0, 124, 226) !important;
}

.orange {
  color: orangered;
}

.card-primary {
  width: 100%;
}

.add-announcement-container {
  margin-top: 250px !important;
}

.close-form {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-register {
  margin-left: 10px;
}

.reg-btn-holder {
  position: relative;
}

.loading-container {
  position: absolute;
  top: 25px;
  left: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-spinner {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.welcome-nav {
  width: 100%;
  height: 60px;
  overflow-x: hidden;
  background-color: #045C9C;
  z-index: 10;
  position: relative;
  display: flex;
  padding-right: 50px;
  align-items: center;
  justify-content: right;
  color: rgba(255, 255, 255, 0);
  font-size: 16px;
}

.welcome-nav .reg-button {
  border: 1px solid rgb(0, 0, 0);
  border-radius: 5px;
  padding: 5px 15px;
  cursor: pointer;
}

.reg-message {
  padding: 10px;
}

.reg-message .login-button {
  margin-top: 20px;
}

.welcome-nav .reg-button:hover {
  background: white;
  color: #E14843;
}

.welcome-nav .sign-in-button {
  margin-right: 20px;
  cursor: pointer;
}

.welcome-nav .sign-in-button:hover {
  color: #E14843;
}

.welcome-header .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 390px;
  display: block;
}

.top-nav {
  position: sticky;
  top: 0;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: 50px;
  z-index: 11;
}

.scroll-detector {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 100vw;
}


.top-nav2 {
  position: absolute;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: 50px;
  z-index: 99999;
  color: white;
  transition: all 0.2s ease-in-out;
}

.nyc {
  display: flex;
  justify-content: start;
  align-items: center;
  position: absolute;
  margin-left: 50px;
  margin-top: 20px;
  left: 0;
}

.nyc2 {
  display: flex;
  justify-content: start;
  align-items: center;
  position: absolute;
  top: 0;
  margin-left: 50px;
  margin-top: 20px;
  left: 0;
}

.nyc p {
  font-size: 16px;
  margin-left: 15px;
}

.nyc2 p {
  font-size: 16px;
  color: black;
}

.top-buttons {
  display: flex !important;
  justify-content: end !important;
  align-items: center;
  position: absolute !important;
  right: 0;
  padding-right: 50px;
  z-index: 9997;
}

.top-nav .margin-right {
  margin-right: 15px;
}

.welcome-header .title-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.yvip {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
}

.nyc-yvip {
  display: block;
  width: fit-content;
}

.nyc-yvip p {
  width: 200px;
}

.yvip2 {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin-right: 20px;
  margin-left: 20px;
}

.yvip2 img {
  width: 150px;
}

.mobile-logos {
  display: none;
}

.welcome-header h3 {
  font-size: 16px;
  color: #1C2840 !important;
}

.welcome-header .logo {
  filter: drop-shadow(0px 4px 4px rgba(255, 255, 255, 0.7));
  width: 150px;
}

.welcome-nav {
  background-color: rgba(236, 236, 236, 0) !important;
  color: black !important;
}

.remember-me {
  display: flex;
  height: 17px;
  align-items: center;
  justify-content: start;
  position: relative;
}

.remember-me input {
  width: 14px;
  margin-right: 10px;
}

.forget {
  position: absolute;
  right: 0;
  cursor: pointer;
}

.login-button {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: white;
  padding: 3px 15px 5px 15px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 3px;
  background: #0061C4;
  border: 1px solid #0061C4;
}

.login-button:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.login-button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.3s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.login-button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #F75F01;
  border-radius: 50%;
  display: block;
  transition: all 0.3s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.login-button:hover {
  color: #ffffff;
  border: 1px solid #F75F01;
}

.login-button:hover:before {
  top: -35%;
  background-color: #F75F01;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.login-button:hover:after {
  top: -45%;
  background-color: #F75F01;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.to-login-button a {
  text-decoration: none;
  font-weight: 400;
}

.register-button {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: white;
  padding: 10px 25px 10px 25px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 3px;
  background: #0061C4;
  border: 1px solid #0061C4;
}

.register-button:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.register-button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.3s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.register-button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #F75F01;
  border-radius: 50%;
  display: block;
  transition: all 0.3s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.register-button:hover {
  color: #ffffff;
  border: 1px solid #F75F01;
}

.register-button:hover:before {
  top: -35%;
  background-color: #F75F01;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.register-button:hover:after {
  top: -45%;
  background-color: #F75F01;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.p {
  margin-top: 15px;
  color: blue;
  text-decoration: underline;
}

.login-form-container {
  background: white;
  position: relative;
  border-radius: 10px;
  padding: 30px;
  z-index: 9999;
  width: 400px;
  margin-right: 120px;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  box-shadow: 0px 0px 10px 1px rgba(113, 106, 202, 0.2);
}

.login-form-container form {
  border-radius: 10px !important;
}

.login-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 60%;
  transition: all 0.3s ease-in-out;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: right;
  background-image: url('/images/bg-vertical2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  overflow: hidden;
  filter: drop-shadow(-10px 0px 5px rgba(113, 106, 202, 0.2));
  z-index: 9999;
}

.landing-content {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.login-form-container.active {
  right: 0 !important;
}

.close-button {
  position: absolute;
  top: 10px;
  left: 15px;
  cursor: pointer;
}

.login-input-div {
  width: 100% !important;
}

.login-input-div .input-group {
  width: 100% !important;
}

.login-input-div .col-1 {
  width: 100% !important;
}

.to-register-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.select-status {
  width: 100%;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  color: #666;
  line-height: 50px;
  background: #fafafa;
  outline: none;
  margin: 0;
  border: none;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  height: 50px;
}

.select-status option {
  width: 100% !important;
  padding: 20px !important;
  margin-top: 20px !important;
  font-size: 16px !important;
  color: #666 !important;
  line-height: 50px !important;
  background: #fafafa !important;
  height: 50px !important;
}

.main-container2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-container {
  background-color: #f4f6f9;
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}

.main-container.flex {
  display: flex;
}

.hr {
  background-color: white;
}

.nav-item .admin-greetings {
  color: white !important;
}

.landing-page-hero {
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0;
  z-index: 9;
  /* box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); */
}

.landing-page-content {
  position: relative;
  margin-top: 280px;
}

.registered-page-hero {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reg-message .reg-button {
  margin-top: 20px;
}

.p-t-10 {
  margin-right: 20px;
  margin-bottom: 20px;
}

.input-group-login {
  position: relative;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.toggle-password i {
  font-size: 1.2em;
  color: #666;
}

.show-pass-reg {
  position: relative !important;
}

.toggle-password-reg {
  position: absolute;
  top: 45px;
  right: 10px;
  cursor: pointer;
}

.toggle-password-reg i {
  font-size: 1.2em;
  color: #666;
}

.input--style-4 {
  padding-right: 30px;
}

.to-login-button b a {
  text-decoration: none;
}

.forgot-pass-form {
  position: absolute;
  top: 0;
  left: -500px;
  padding: 30px;
  width: 100%;
  background: white;
  height: 100%;
  transition: 0.3s ease-in-out;
  z-index: 2;
  border-radius: 10px;
}

.forgot-links {
  margin-top: 50px;
}

.sign-inside {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 70px;
  overflow-x: visible;
  position: relative;
}

.signin-logos {
  display: flex;
  width: fit-content;
}

.logo-container {
  width: 180px;
}

.signin-logo {
  width: 170px;
  height: 170px;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1));
}

.signin-logo2 {
  width: 200px;
  height: 180px;
  margin-right: 10px;
}

.top-nav.active {
  background: white;
}

.top-nav.active .onscroll-logos {
  opacity: 1;
}

.welcome-header {
  height: 100%;
}

.onscroll-logos {
  opacity: 0;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.onscroll-logos img {
  margin-right: 15px;
}

.onscroll-logos .y {
  color: #FFF100;
}

.onscroll-logos .v {
  color: #D12B30;
}

.onscroll-logos .i {
  color: #006838;
}

.onscroll-logos .p {
  color: #1C315C;
  margin-top: 0 !important;
}

.onscroll-logos .y,
.onscroll-logos .v,
.onscroll-logos .i,
.onscroll-logos .p {
  font-size: 22px;
  font-weight: bold;
  text-decoration: none !important;
}

.brand-text {
  background-image: url('/images/brand_gradient.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: transparent;
  background-clip: text;
  font-size: 22px;
  font-weight: bold;
}

.load-more {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.btn-to-register {
  background: #27aae1;
  padding: 3px 10px;
  border-radius: 5px;
  color: white;
  border: none;
  transition: all 0.2s ease-in-out;
}

.btn-to-register:hover {
  background: #00A8E1;
}

.btn-sign-in {
  margin-right: 10px;
  transition: all 0.1s ease-in-out;
}

.btn-sign-in:hover {
  transform: scale(1.05);
}

.checkbox-container.select-all {
  margin-top: -15px;
  margin-bottom: 20px;
  font-weight: 500;
}

/* Modile View -------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  .landing-page-hero {
    position: absolute;
    top: 50px;
    display: block;
    background-size: fill;
    background-position: right;
    width: 100%;
    height: 350px;
  }

  .reg-message .reg-button a,
  .reg-message h3,
  .reg-message p {
    text-align: center;
  }

  .reg-message .reg-button {
    margin-top: 20px;
  }

  .reg-message .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .login-form-container {
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px;
  }

  .login-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    margin-top: -50px;
    margin-top: 0;
  }

  .sign-inside {
    width: 0%;
    padding-left: 0;
    display: none;
  }

  .login-input-div2 {
    position: relative;
  }

  .col-forget {
    position: relative;
  }

  .col-2 {
    width: 100%;
  }


  .f-2 {
    position: absolute;
    right: 0 !important;
  }

  .btn-register {
    margin-left: 0;
    margin-top: 10px;
  }

  .action-btn {
    position: sticky;
    right: -22px;
    background: white;
  }

  .card-4 .card-body {
    padding: 50px 40px;
  }

  .welcome-nav {
    padding-right: 20px !important;
    width: 100vw !important;
  }

  .welcome-header .line-divider {
    width: 100% !important;
  }

  .welcome-header .title-container h1 {
    font-size: 30px;
  }

  .welcome-header2 {
    display: none;
  }

  .welcome-header {
    position: relative;
    width: 100%;
    height: 350px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    display: block;
  }

  .welcome-header .bg {
    right: 0;
    width: 1000px;
    max-width: 800px;
    height: 350px;
  }

  .top-nav {
    position: sticky;
    top: 0;
    height: 50px;
    width: 100%;
    display: block;
    align-items: center;
    z-index: 999;
    padding: 10px 10px;
    background: white;
    color: black;
  }

  .btn-sign-in {
    color: black !important;
  }

  .btn-to-register {
    margin-right: 10px;
  }

  .nyc {
    position: relative;
    padding-left: 5px;
    width: 100%;
    padding-top: 20px;
    margin-left: 10px !important;
  }

  .top-buttons {
    position: relative;
    padding-right: 5px;
    margin-left: 0;
    z-index: 999;
  }

  .top-buttons.w {
    color: white !important;
  }

  .top-nav2 .top-buttons {
    margin-right: 10px;
  }

  .title-container .logos-3 {
    opacity: 1;
    transform: scale(1);
  }

  .welcome-header .title-container {
    width: 100%;
    height: 100%;
    display: block;
    margin-left: 20px;
    padding-top: 40px;
  }

  .yvip {
    display: block;
    margin-top: -15px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .yvip img {
    margin-left: -15px;
    width: 130px;
  }

  .yvip h3 {
    font-size: 14px;
  }

  .nyc-logo {
    width: 110px !important;
  }

  .welcome-header .logo {
    display: none;
  }

  .landing-page-content {
    margin-top: 350px;
  }

  .landing-page-hero {
    margin-bottom: 50px !important;
  }

  .announcement-head p {
    padding-left: 15px;
  }

  .mobile-logos {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 15px;
  }

  .mobile-logos .m-logo {
    width: 80px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .login-container.show {
    width: 100%;
  }

  .content.show {
    width: 0;
  }

  .note {
    line-height: 15px !important;
    text-align: center;
  }

  .call-to-action {
    margin-top: -20px !important;
  }

}

/* Tablet View -----------------------------------------------------------------------------*/

@media (max-width: 1024px) and (min-width: 768px) {
  .landing-content {
    width: 100%;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out;
  }

  .landing-page-hero {
    position: relative;
    display: block !important;
    width: 100%;
    height: 350px !important;
    position: absolute;
    top: 0;
  }

  .login-container {
    position: relative;
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    background: #f4f6f9;
    padding-top: 100px;
    padding-bottom: 100px;
    filter: none;
  }

  .reg-message .reg-button {
    margin-top: 20px;
  }

  .reg-message .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .login-form-container {
    padding: 20px;
    margin: 0;
  }

  .welcome-header {
    width: 100%;
    display: block !important;
  }

  .welcome-header .logo {
    width: 160px;
  }

  .top-nav {
    position: relative !important;
  }

  .landing-page-content {
    margin-top: 350px !important;
  }

  .nyc {
    margin-left: 20px;
  }

  .welcome-nav {
    padding-right: 20px !important;
  }

  .welcome-header2 {
    display: none;
  }

  .welcome-header {
    margin-top: 0;
    padding-top: 0;
    display: block;
    height: 350px !important;
  }

  .main-container {
    display: block !important;
  }

  .sign-inside {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    position: relative;
    padding-top: 100px;
  }


  .signin-logo2 {
    margin-left: -15px;
    margin-right: 0px;
  }

  .title-container .logos-1 {
    opacity: 1;
    margin-right: 0;
    transition: all 1.5s ease-out;
  }

  .title-container .logos-2 {
    opacity: 1;
    margin-left: 0;
    transition: all 1.5s ease-out;
  }

}

@media (min-width: 768px) {
  .login-container.show {
    width: 40%;
  }

  .landing-content.show {
    width: 60%;
  }
}

/* Animations ------------------------------------------------------------------------*/


@media (min-width: 1024) {

  .title-container .logos-1 {
    opacity: 0;
    margin-right: 350px;
    transition: all 1.5s ease-out;
  }

  .title-container .logos-2 {
    opacity: 0;
    margin-left: 350px;
    transition: all 1.5s ease-out;
  }

  .title-container .logos-3 {
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease-out;
  }
}

.title-container .logos-1.animate {
  opacity: 1;
  margin-right: 0;
}

.title-container .logos-2.animate {
  opacity: 1;
  margin-left: -10px;
}

.title-container .logos-3.animate {
  opacity: 1;
  transform: scale(1);
}

/* new css --------------------------------------------------------------------------- */

.file-list {
  display: flex;
  flex-wrap: wrap;
}

.file-box {
  position: relative;
  margin-right: 10px;
  margin-bottom: 20px;
  border: 1px solid #ced4da;
  padding: 2.5px 85px;
  border-radius: 4px;
  background-color: #f8f9fa;
  width: 100% !important;
  width: auto;
  min-height: 25px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-box span {
  margin-right: 5px;
}

.file-box button {
  position: absolute !important;
  right: 0 !important;
}

.file-name {
  text-align: left;
}

.btn-delete {
  background-color: #ff4d4d;
  color: #fff;
  border: none;
  padding: 2px 5px;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 10px;
}

.upload {
  position: relative;
  height: 28px;
  width: 28px;
  margin-left: -20px;
  margin-top: -20px !important;
}

.d-flex.align-items-center {
  display: flex;
  align-items: center;
}

.note {
  line-height: 10px;
  font-style: italic !important;
  color: rgb(70, 70, 70);
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.pass-note {
  line-height: 14px;
  font-style: italic !important;
  color: rgb(90, 90, 90);
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.upload-indicator {
  margin-left: 10px;
}

.call-to-action {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  z-index: 11;
}

.same-as-above {
  margin-bottom: 10px;
}