body {
  font-size: 14px;
  font-family: Helvetica;
  margin: 0;
  padding: 0;
  color: #28292b;
  /* background: url("../images/bg.gif"); */
  background-size: cover;
  background-repeat: no-repeat;
}

@font-face {
  font-family: GTSuper;
  src: url(../fonts/031a669fbaa1dbe04f0de01b7fc0e757.woff2);
}

@font-face {
  font-family: FreightSans;
  src: url(../fonts/Freight-Sans-Medium.otf);
}

.video-bg {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  max-width: 100%;
}

.top-area {
  z-index: 40;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: calc(100vw - 20px);
}

.top-area .logo .logo-image {
  width: 50px;
}

.top-area .top-nav {
  display: -ms-grid;
  display: grid;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
}

.top-area .top-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  list-style: none;
  padding: 0;
}

.top-area .top-nav .nav-list li {
  padding: 0.7rem 0.8rem;
  border-left: 1px solid #d4d4d4;
  cursor: pointer;
}

.top-area .top-nav .nav-list li:first-child {
  border: none;
}

.top-area .top-nav .nav-list li:hover {
  background-color: #f8f9fa;
}

.downloader-box {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 5rem;
  z-index: 30;
  height: 25.625rem;
  width: 17.5rem;
  -webkit-transform: translate(5%, -50%);
  transform: translate(5%, -50%);
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1),
    0 10px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1), 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.downloader-box .scrollable-content {
  height: 21.125rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
}

.downloader-box .scrollable-content::-webkit-scrollbar {
  width: 5px;
  background-color: none;
}

.downloader-box .scrollable-content::-webkit-scrollbar-thumb {
  background-color: #bfbfbf;
  border-top-right-radius: 10px;
}

.downloader-box .scrollable-content .content {
  padding-top: 1.5rem;
}

.downloader-box .scrollable-content .content .heading-1 {
  font-weight: 400;
  font-family: FreightSans;
  line-height: 1.2;
  font-size: 1.37rem;
  margin: 0;
  margin-bottom: 5px;
  text-align: center;
}

.downloader-box .scrollable-content .content .duration-text {
  color: #6a6d70;
  font-size: 13px;
  margin: 0;
  text-align: center;
}

.downloader-box .scrollable-content .content .download-note {
  text-align: center;
  margin: 0;
  padding: 11px 20px 10px;
  font-size: 13.5px;
  color: #5c6064;
}

.downloader-box .scrollable-content .content .files {
  margin-top: 3rem;
}

.downloader-box .scrollable-content .content .files .file-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.downloader-box .scrollable-content .content .files .file-list .file {
  border-top: 1px solid #dddd;
  border-bottom: 1px solid #dddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.7rem 2rem;
}

.downloader-box
  .scrollable-content
  .content
  .files
  .file-list
  .file
  .file-detail
  p {
  margin: 0;
}

.downloader-box
  .scrollable-content
  .content
  .files
  .file-list
  .file
  .file-detail
  .filename {
  font-weight: 350;
  margin-bottom: 2px;
}

.downloader-box
  .scrollable-content
  .content
  .files
  .file-list
  .file
  .file-detail
  .file-info {
  font-size: 12px;
  font-weight: 300;
  color: #6a6d70;
}

.downloader-box
  .scrollable-content
  .content
  .files
  .file-list
  .file
  .file-action
  svg {
  height: 25px;
  fill: #409fff;
  cursor: pointer;
}

.downloader-box
  .scrollable-content
  .content
  .files
  .file-list
  .file
  .file-action
  svg:hover {
  fill: #0173e5;
}

.downloader-box .downloader-box-footer {
  border-top: 1px solid #d4d4d4;
  height: 4.5rem;
  -webkit-box-shadow: 0px -1px 8px #d4d4d4;
  box-shadow: 0px -1px 8px #d4d4d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.downloader-box .downloader-box-footer .download-btn {
  border: 1px solid #409fff;
  background-color: #409fff;
  color: white;
  height: 2.5rem;
  width: 9.75rem;
  font-size: 16px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  -webkit-transition: border-color 0.2s cubic-bezier(0.77, 0, 0.175, 1),
    background-color 0.2s cubic-bezier(0.77, 0, 0.175, 1),
    color 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: border-color 0.2s cubic-bezier(0.77, 0, 0.175, 1),
    background-color 0.2s cubic-bezier(0.77, 0, 0.175, 1),
    color 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.downloader-box .downloader-box-footer .download-btn:hover {
  background-color: #0173e5;
  border: 1px solid #0173e5;
}

.iframe-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  height: 50vh;
  width: 50vw;
  -webkit-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
  overflow: hidden;
}

.login-container {
  position: fixed;
  right: -100%;
  top: 0;
  width: 60vw;
  background-color: white;
  min-height: 100vh;
}

.login-container.active {
  width: 60vw;
  right: 0%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.login-container .top-box {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1rem;
  border-bottom: 1px solid #d4d4d4;
}

.login-container .top-box .close-icon {
  border: 2px solid #babcbf;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  color: #babcbf;
  font-weight: bold;
  position: absolute;
  z-index: 50;
}

.login-container .top-box .close-icon:hover {
  cursor: pointer;
}

.login-container .login-area {
  padding: 1rem;
}

.login-container .login-area form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 40% auto;
  grid-template-columns: 40% 40% auto;
  gap: 1rem;
}

.login-container .login-area form .form-group {
  margin-bottom: 1rem;
  color: #6a6d70;
  font-weight: 300;
}

.login-container .login-area form .form-group input {
  width: calc(100% - 2rem);
  height: 45px;
  border: 1px solid #babcbf;
  padding: 0 1rem;
  outline: none;
  font-size: 15px;
  border-radius: 5px;
}

.login-container .login-area form .form-group input:focus {
  border: 1px solid #409fff;
  color: black;
}

.login-container .login-area form .form-group .btn {
  background-color: #0173e5;
  height: 45px;
  border: none;
  border-radius: 5px;
  color: white;
  width: 100px;
  font-size: 15px;
  cursor: pointer;
  outline: none;
}

.login-container .login-area form .form-group .btn:hover {
  background-color: #409fff;
}

.login-container .login-area .login-content {
  margin-top: 10rem;
}

.login-container .login-area .login-content h1 {
  font-family: GTSuper;
  font-size: 4rem;
  text-align: center;
  margin: 0;
  margin-bottom: 1rem;
}

.login-container .login-area .login-content p {
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
  font-family: FreightSans;
  font-weight: 400;
}

.error-box {
  display: none;
  padding: 1rem;
  color: white;
  background-color: #5c6064;
  position: absolute;
  z-index: 50;
  bottom: 10%;
  right: 10%;
  border: 1px solid #f8f9fa;
  border-radius: 10px;
  -webkit-transition: display 2s ease-in-out;
  transition: display 2s ease-in-out;
}

.error-b {
  display: none;
  color: red;
  font-size: 16px;
  font-weight: 500;
}

.error-box.active {
  display: block;
}
.error-b.active {
display:block;
}
/*# sourceMappingURL=main.css.map */
