@font-face {
  font-family: "Freight Disp Bold";
  src: url("/fonts/FreightDispBold.otf");
}
* {
  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.alert-success {
  background: #008800;
  border: none;
  color: white;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #041504;
  text-shadow: none;
  opacity: 0.5;
}

.card-header,
.card-footer {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background: white;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #FF8200;
}

.alert-danger {
  color: #ffffff;
  background-color: #ab2a36;
  border: none;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #e4e4e4;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #e4e4e4;
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: normal;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  padding: 5px;
  background-color: transparent;
  margin-left: 15px;
  outline: none !important;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
  margin-left: 10px;
  margin-right: 10px;
  outline: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid transparent !important;
  background-color: transparent;
  background: transparent;
  box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: black !important;
  border: 1px solid transparent !important;
  background-color: transparent;
  background: none;
  box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding-left: 0px;
  padding-right: 0px;
}

.login-screen {
  background: white;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
@-webkit-keyframes shrink {
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes shrink {
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.login-screen form {
  width: 350px;
  background: white;
  padding: 45px;
}
.login-screen form h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 600;
}
.login-screen form input {
  margin-bottom: 15px;
  outline: none !important;
  border-radius: 0px;
  box-shadow: none !important;
  border-color: #EEF0F1 !important;
  padding: 10px;
  padding-left: 14px;
  padding-right: 14px;
  height: auto;
}
.login-screen form button {
  width: 100%;
  border-radius: 0px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}
.login-screen form svg {
  position: absolute;
  width: 250px;
  margin-top: -125px;
}
.login-screen form .invalid-feedback {
  margin-bottom: 15px;
}
.login-screen form .invalid-feedback strong {
  font-weight: 500 !important;
}

html {
  height: 100%;
}

body {
  height: 100%;
}
body.admin-page {
  height: 100%;
  padding-top: 75px;
}
body.admin-page nav {
  height: auto;
}
body.bg-user {
  background: #F9F9F9;
}

.user-aside {
  background: white;
  padding: 20px;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 250px;
  border-right: 1px solid #ececec;
}
.user-aside .logo img {
  width: 100px;
  margin: 0px auto;
  display: block;
}
.user-aside svg {
  cursor: pointer;
  float: right;
}
@media (min-width: 921px) {
  .user-aside svg.close-navigation-mobile {
    display: none;
  }
}
@media (max-width: 920px) {
  .user-aside {
    position: fixed;
    display: none;
    z-index: 9999;
    width: 100%;
    border-right: none;
  }
}

.dashboard {
  min-height: 600px;
  height: 100%;
  margin-top: 0px;
  width: calc(100% - 250px);
  margin-left: 250px;
  overflow: auto;
  background: #F9F9F9;
}
@media (max-width: 920px) {
  .dashboard {
    margin-left: 0px;
    width: 100%;
  }
}
.dashboard ::-webkit-scrollbar {
  width: 0px;
}
.dashboard .open-files {
  cursor: pointer;
}
.dashboard header {
  height: 105px;
  margin-bottom: 15px;
  position: fixed;
  left: 250px;
  z-index: 9;
  width: calc(100% - 315px);
  border-bottom: 1px solid #EAEAEA;
  margin-left: 35px;
}
@media (max-width: 920px) {
  .dashboard header {
    width: 100%;
    left: 0;
    position: relative;
    height: auto;
    padding-bottom: 15px;
    margin: 0px;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 50px;
  }
  .dashboard header .row {
    margin: 0px;
  }
  .dashboard header .actions-menu {
    padding: 0px;
    width: 100%;
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100% !important;
  }
  .dashboard header .actions-menu .mini-navigation {
    text-align: left;
    height: auto;
  }
}
@media (max-width: 920px) and (max-width: 920px) {
  .dashboard header .actions-menu .mini-navigation {
    margin-top: 0px;
  }
}
@media (max-width: 920px) {
  .dashboard header .actions-menu .mini-navigation .create {
    display: block;
  }
  .dashboard header .actions-menu .mini-navigation .create button {
    margin-top: 15px;
    display: block;
    width: 100%;
    margin-left: 0px;
  }
}
.dashboard header .logo {
  height: 40px;
  margin-top: 34px;
  min-width: 180px;
}
.dashboard header .person-holder {
  margin-left: 15px;
  margin-top: -25px;
}
.dashboard header .sales-member {
  padding-top: 30px !important;
}
.dashboard header .sales-member img {
  height: 40px;
  display: inline-block;
  margin-right: 25px;
}
@media screen and (max-width: 1160px) {
  .dashboard header .sales-member {
    display: none !important;
  }
}
@media screen and (max-width: 1160px) {
  .dashboard header .actions-menu {
    max-width: 83.333333%;
    flex: 0 0 83.333333%;
  }
}
.dashboard header h3 {
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 22px;
}
.dashboard header h5 {
  color: #c3c3c3;
  font-weight: 400;
  font-size: 14px;
}
.dashboard header .mini-navigation {
  height: 50px;
  margin-top: 25px;
  text-align: right;
}
.dashboard header .mini-navigation .search {
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
@media (max-width: 920px) {
  .dashboard header .mini-navigation .search {
    width: 100%;
  }
}
.dashboard header .mini-navigation .search input {
  height: 50px;
  padding: 0px;
  border: 1px solid #dfdfdf;
  width: 250px;
  margin-right: -10px;
  outline: none;
  padding-left: 15px;
  background: #F3F3F3;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
}
@media (max-width: 920px) {
  .dashboard header .mini-navigation .search input {
    width: 100%;
  }
}
.dashboard header .mini-navigation .search button {
  height: 50px;
  border: 0px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  background: #FF8200;
  color: white;
  border-radius: 8px;
  margin-left: -3px;
}
@media (max-width: 920px) {
  .dashboard header .mini-navigation .search button {
    position: absolute;
    right: 15px;
  }
}
.dashboard header .mini-navigation .create {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0px;
  margin: 0px;
}
.dashboard header .mini-navigation .create button {
  padding: 0px;
  margin: 0px;
  padding-left: 15px;
  padding-right: 15px;
  color: #42484c;
  background: transparent;
  border: 1px solid #42484c;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 5px;
}
.dashboard header .mini-navigation .documents {
  padding: 0px;
  margin: 0px;
  height: 50px;
  width: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: #0b598c;
  color: white;
}
.dashboard header .mini-navigation .logout-button {
  padding: 0px;
  margin: 0px;
  height: 50px;
  width: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: #42484c;
  color: white;
  border: none;
}
.dashboard main {
  height: calc(100% - 104px);
  width: 100%;
  overflow: auto;
  padding: 30px;
  margin-top: 104px;
}
@media (max-width: 920px) {
  .dashboard main {
    padding: 15px;
    padding-top: 30px;
    margin-top: 0px;
    padding-top: 0px;
    height: calc(100% - 209px);
  }
}
@media only screen and (max-width: 1815px) {
  .dashboard main {
    padding-bottom: 15px;
  }
}
.dashboard main .columns-holder {
  min-width: 1300px;
}
@media only screen and (max-width: 1815px) {
  .dashboard main .columns-holder {
    padding-right: 0;
    margin-right: -7.5px;
  }
}
@media only screen and (max-width: 920px) {
  .dashboard main .columns-holder {
    margin-left: -5px;
  }
}
.dashboard main .column {
  margin-left: 5px;
  margin-right: 5px;
  height: 100%;
  width: calc((100% / 5) - 14px);
  display: inline-block;
  margin-bottom: -5px;
  position: relative;
}
.dashboard main .column .title {
  background: #2A3440;
  color: white;
  font-size: 13px;
  font-weight: 500;
  padding: 5px;
  min-height: 43px;
  line-height: 1.2;
  border-radius: 5px 5px 0px 0px;
}
.dashboard main .column .title .col-10 {
  padding: 0px;
  padding-left: 8px !important;
}
.dashboard main .column .title .count {
  background: #FF8200;
  color: white;
  text-align: center;
  border-radius: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 4px;
  margin-right: 5px;
}
.dashboard main .column .deals {
  position: absolute;
  width: 100%;
  height: calc(100% - 43px);
  margin-left: 0px;
  background: white;
  overflow: hidden;
}
.dashboard main .column .deals .deals-holder {
  height: calc(100% - 40px);
  overflow: auto;
  padding-left: 10px;
  padding-right: 10px;
  background: #ffffff;
  padding-top: 10px;
}
.dashboard main .column .deals .loading {
  padding-top: 15px;
  padding-bottom: 25px;
}
.dashboard main .column .deals .loading img {
  width: 50px;
}
.dashboard main .column .deals .single-deal {
  padding: 15px;
  border: none;
  border-left: 0px;
  border-right: 0px;
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 5px;
  background: whitesmoke;
  box-shadow: none;
}
.dashboard main .column .deals .single-deal hr {
  margin-top: 6px;
  margin-bottom: 6px;
  border-top: 1px solid #b1b1b1;
}
.dashboard main .column .deals .single-deal .headline {
  color: #2a3440;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.dashboard main .column .deals .single-deal .property-name {
  font-size: 10px;
  margin-top: 2px;
  color: grey;
}
.dashboard main .column .deals .single-deal .property-value {
  font-size: 12px;
  color: black;
}
.dashboard main .column .deals .total-price {
  background: #D3E3F5;
  color: white;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 40px;
  border-radius: 0px 0px 5px 5px;
  color: black;
}
.dashboard .details-company-name .suggested-company {
  padding-left: 0px;
}
@media (max-width: 920px) {
  .dashboard .contact-form-stats {
    display: block !important;
  }
}

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

.delete-record {
  margin-top: 4px;
}

.file-download {
  display: none;
  position: absolute;
  width: 550px;
  z-index: 99;
  right: 0;
  box-shadow: 0px 0px 5000px 5000px #000000c2;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.file-download .folder-opener,
.file-download .up-button {
  cursor: pointer;
}
.file-download .card {
  border-radius: 0px;
  border: #e4e4e4;
  border: none;
}
.file-download .card .card-header {
  background-color: #1078BC !important;
  border: none;
  border-radius: 0px;
  color: white;
}
.file-download .card .card-header a {
  color: white !important;
  opacity: 0.5;
}
.file-download .card .card-body {
  max-height: 300px;
  overflow: auto;
  border-radius: 0px;
}
.file-download .card .card-body .back {
  cursor: pointer;
}
.file-download .card .card-body ul {
  padding-left: 0px;
  list-style: none;
  margin: 0px;
}
.file-download .card .card-body ul li {
  cursor: pointer;
  margin-top: 5px;
}
.file-download .card .card-body ul li svg {
  margin-right: 5px;
}
.file-download .card .card-body ul a {
  color: #212529;
}

.deal-modal {
  width: 550px;
  height: 535px;
  margin-top: 3.5vh;
  position: absolute;
  z-index: 9;
  top: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 5000px #000000c2;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding-bottom: 80px;
  background: #F9F9F9 !important;
  display: none;
}
.deal-modal .deal-header .title {
  background: #ff8200;
  padding: 15px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}
.deal-modal .deal-header .title .close-deal {
  cursor: pointer;
}
.deal-modal .deal-body {
  padding: 15px;
  overflow: auto;
  height: 100%;
  padding-bottom: 65px;
}
.deal-modal .deal-body .new-deal-holder {
  display: none;
}
.deal-modal .deal-body .new-deal-holder .create-container {
  background: white;
  border: 1px solid #ececec;
  padding: 15px;
}
.deal-modal .deal-body .new-deal-holder .create-container input {
  padding: 0px;
  border: none;
  outline: none !important;
  padding-left: 4px;
}
.deal-modal .deal-body .new-deal-holder .create-container textarea {
  outline: none !important;
}
.deal-modal .deal-body .new-deal-holder .create-container select {
  padding: 0px;
  border: none !important;
  outline: none !important;
}
.deal-modal .deal-body .new-deal-holder .create-container .details-equipment {
  padding-left: 6px !important;
}
.deal-modal .deal-body small {
  color: #c1c1c1;
  font-size: 10px;
}
.deal-modal .deal-body .main-title {
  color: #1078bc;
  font-weight: 600;
  line-height: 1.2;
  font-size: 25px;
  padding-top: 15px;
  padding-bottom: 25px;
}
.deal-modal .deal-body .deals-details {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.deal-modal .deal-body .deals-details .description-value-holder {
  white-space: pre-line;
}
.deal-modal .deal-body .deals-details .value {
  word-break: break-word;
}
.deal-modal .deal-body .deals-details .value input {
  height: auto;
  padding: 0px;
  border: none;
  text-align: left;
  width: 100%;
  outline: none !important;
  margin-bottom: -3px;
}
.deal-modal .deal-body .deals-details .value textarea {
  outline: none !important;
}
.deal-modal .deal-body .col-4 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.deal-modal .deal-body .mini-container {
  background: white;
  border: 1px solid #ececec;
  padding: 15px;
  height: 100%;
  padding-top: 7px;
}
.deal-modal .deal-body .mini-container.mini-main-content {
  margin-top: 15px;
  margin-left: -7.5px;
  margin-right: -7.5px;
  padding-bottom: 0px;
}
.deal-modal .deal-body .mini-container.mini-main-content .details-priority {
  text-transform: capitalize;
}
.deal-modal .deal-body .mini-container.mini-main-content .edit-btn {
  margin-left: 5px;
  cursor: pointer;
}
.deal-modal .deal-body .mini-container.mini-main-content .edit-btn[disabled] {
  cursor: not-allowed;
}
.deal-modal .deal-body .mini-container.mini-main-content .edit-btn[disabled] svg {
  fill: #dedede;
}
.deal-modal .deal-body .mini-container.mini-main-content select {
  border: 0px;
  outline: none !important;
  padding: 0px;
  margin-top: 0;
  padding-left: 0;
  margin-left: -4px;
}
.deal-modal .deal-body .mini-container .deal-info {
  color: #ff8200;
  font-weight: 600;
  line-height: 1.2;
}
.deal-modal .deal-body .mini-container .details-equipment .value span {
  min-width: 80px;
  display: inline-block !important;
  text-align: left;
}
.deal-modal .deal-footer {
  position: absolute;
  bottom: 0;
  padding: 15px;
  background: white;
  width: 100%;
  height: 65px;
  border-top: 1px solid #ececec;
}
.deal-modal .deal-footer .save-deal {
  background: #2A3440;
  border: none;
  color: white;
  font-weight: 600;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #2A3440;
}
.deal-modal .deal-footer .cancel-changes {
  background: transparent;
  color: #2A3440;
  font-weight: 600;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #2A3440;
  margin-left: 4px;
}
.deal-modal .deal-footer .view-record {
  color: black;
  cursor: pointer;
  margin-top: 4px;
  display: inline-block;
}
.deal-modal .deal-footer .create-deal-buttons {
  display: none;
}
.deal-modal .deal-footer .create-deal-buttons .create {
  background: #FF8200;
  border: none;
  color: white;
  font-weight: 600;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #FF8200;
}
.deal-modal .deal-footer .create-deal-buttons .cancel {
  background: transparent;
  color: #FF8200;
  font-weight: 600;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #FF8200;
  margin-left: 4px;
}
.deal-modal .holder-associate-company {
  display: none;
}
.deal-modal .suggested-companies .suggested-company {
  cursor: pointer;
  padding-left: 4px;
}
.deal-modal .suggested-companies .suggested-company .suggested-company-name {
  margin-top: 15px;
  font-weight: 600;
  margin-bottom: -5px;
}
.deal-modal .details-company-name .suggested-company {
  padding-left: 0px;
}

.deal-success {
  position: fixed;
  bottom: 0;
  right: 15px;
}
.deal-success .refresh {
  color: #ffffff;
  border-left: 1px solid #ffffff61;
  margin-left: 15px;
  padding-left: 15px;
}
.deal-success .close {
  padding-left: 10px;
  background: #0c770c;
  margin-top: -12px;
  height: 48px;
  margin-bottom: -12px;
  margin-right: -20px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  margin-left: 7px;
  border-radius: 0px 5px 5px 0px;
  color: white;
  opacity: 1;
  font-size: 18px;
}

.stats-holder {
  height: 50px;
  background: transparent;
  width: 370px;
  margin-bottom: -19px;
  margin-top: -31px;
  position: absolute;
  margin-left: -371px;
  padding-left: 10px;
  padding-right: 10px;
}
.stats-holder .col-4 {
  padding-bottom: 5px;
  border-color: #d2e6f3 !important;
}
@media screen and (max-width: 1400px) {
  .stats-holder {
    display: none;
  }
}
.stats-holder .counted {
  margin-top: 3px;
  font-weight: 600;
}
.stats-holder small {
  font-size: 8.5px;
  line-height: 1.2;
  height: auto;
  display: block;
  color: black;
}

.create-folder {
  display: none;
}

.folder-holder:nth-child(even) {
  background: #f8f9fa;
  padding: 5px;
  padding-left: 10px;
}

.folder-holder:nth-child(odd) {
  background: transparent;
  padding: 5px;
  padding-left: 10px;
}

.folder-holder a {
  color: black;
}
.folder-holder .new_folder {
  display: none;
  width: 200px;
  margin-left: -215px;
  margin-top: -23px;
  border: none;
  background: transparent;
  outline: none !important;
}

nav {
  border-bottom: 1px solid #dfdfdf;
  height: 70px;
  position: fixed;
  background: white;
  width: 100%;
  z-index: 1;
  top: 0px;
}
nav .navigation-logo {
  height: 50px;
}
nav .justify-navigation-center {
  display: flex;
  height: 62px;
  align-items: center;
  justify-content: end;
}
nav .open-slider-menu {
  cursor: pointer;
}

.mobile-header {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
  background: white;
}
.mobile-header img {
  height: 30px;
}
.mobile-header svg {
  float: right;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
@media (max-width: 920px) {
  .mobile-header {
    display: block;
  }
}

.navigation {
  margin-top: 33px;
}
.navigation a {
  border-top: 1px solid #ececec;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navigation > a {
  color: #2A3440 !important;
  border-bottom: 1px solid #ececec;
}
.navigation ul {
  list-style: none;
  padding-left: 0;
}
.navigation ul a {
  padding-left: 10px;
}
.navigation > span {
  border-bottom: 1px solid #ececec;
  padding-top: 10px;
}
.navigation > span span {
  margin-top: 10px;
}
.navigation > span a {
  color: #808080 !important;
  font-size: 13px;
}
.navigation .navigation-submenu {
  display: block;
  cursor: pointer;
}
.navigation .navigation-submenu span {
  display: block !important;
  position: relative;
}
.navigation .navigation-submenu svg {
  transition: transform 0.3s;
  position: absolute;
  right: 0;
  margin-top: -30px;
  pointer-events: none;
}
.navigation .navigation-submenu svg.rotate {
  transform: rotate(180deg);
}
.navigation .navigation-submenu ul {
  display: none;
}
.navigation button {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

aside {
  position: fixed;
  z-index: 2;
  background: white;
  top: 0px;
  height: 100%;
  padding: 0px;
  display: block;
  width: 0;
  overflow: hidden;
}
aside.opened {
  display: block;
  box-shadow: 0px 0px 0px 10000px #00000094;
  width: 450px;
  max-width: 100%;
}
aside .close-sidebar {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #FF8200;
  color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}
aside .sidebar-content {
  width: 450px;
  padding: 15px;
}
aside .sidebar-content > * {
  margin-bottom: 5px;
}
aside .sidebar-content .navigation-logo {
  width: 100px;
}
aside .sidebar-content .navigation-submenu {
  display: block;
  cursor: pointer;
}
aside .sidebar-content .navigation-submenu svg {
  transition: all 0.3s;
}
aside .sidebar-content .navigation-submenu svg.rotate {
  transform: rotate(180deg);
}
aside .sidebar-content .navigation-submenu ul {
  display: none;
}

.user-content,
.responsive-content {
  margin: 0px;
  padding: 30px;
  width: calc(100% - 250px);
  margin-left: 250px;
}
@media (max-width: 920px) {
  .user-content,
.responsive-content {
    width: 100%;
    margin: auto;
    margin-top: 50px;
  }
}

.timeline-title-section {
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
  margin-top: 0px;
}
@media (max-width: 920px) {
  .timeline-title-section .float-end {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .fixed-card {
    position: fixed;
    width: 156px;
  }
}
@media (min-width: 996px) {
  .fixed-card {
    width: 216px;
  }
}
@media (min-width: 1200px) {
  .fixed-card {
    width: 261px;
  }
}
@media (min-width: 1400px) {
  .fixed-card {
    width: 306px;
  }
}

.btn-primary {
  background-color: #FF8200;
  border-color: #FF8200;
}
.btn-primary:focus, .btn-primary:hover {
  background-color: #FF8200;
  border-color: #FF8200;
  outline: none !important;
  box-shadow: none !important;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 0;
}

.timeline * {
  box-sizing: border-box;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #ff8200;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: 0px;
}

.timeline-container {
  padding: 0;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timeline-left {
  padding-right: 40px;
}

.timeline-right {
  padding-left: 40px;
}

.timeline-content h2 {
  color: black;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}

.timeline-container::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -11px;
  background-color: #FF8200;
  border: 4px solid #FF8200;
  top: calc(50% - 13px);
  border-radius: 50%;
  z-index: 1;
}

.timeline-left {
  left: 0;
}

.timeline-right {
  left: 50%;
}

.timeline-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: calc(50% - 13px);
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #d3e3f5;
}

.timeline-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: calc(50% - 13px);
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #d3e3f5 transparent transparent;
}

.timeline-right::after {
  left: -12px;
}

.timeline-content {
  padding: 20px 30px;
  position: relative;
  border-radius: 6px;
  background: #D3E3F5;
}

h2.roadmap-title {
  margin-bottom: 25px !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

.timeline-title-section h1 {
  font-size: 36px;
  font-family: "Freight Disp Bold";
  font-weight: 900;
}
.timeline-title-section a {
  margin: 5px;
}
.timeline-title-section .font-weight-bold {
  font-weight: 600;
  text-decoration: underline !important;
  padding-bottom: 10px;
}

.timeline-box {
  background: white;
  border-radius: 10px;
}
.timeline-box h5 {
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 25px;
}

.release-features {
  white-space: pre-line;
  margin-top: -10px;
}

.showNotes {
  cursor: pointer;
}

.release-note {
  display: none;
  margin-bottom: 15px;
}

.guides-divider {
  margin-top: 0px;
  margin-bottom: 35px;
}

@media screen and (max-width: 600px) {
  .timeline::after {
    left: 31px;
  }

  .timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 0;
    margin-bottom: 25px;
  }

  .timeline-container::after {
    width: 25px;
    height: 25px;
  }

  .timeline-container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #d3e3f5 transparent transparent;
  }

  .timeline::after {
    margin-left: -4px;
  }

  .timeline-left::after, .timeline-right::after {
    left: 15px;
  }

  .timeline-right {
    left: 0%;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-file {
  border: none;
  padding: 20px;
  background: white;
  border-radius: 10px;
  margin-bottom: 24px;
}
.card-file h5 {
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 1.65;
}
.card-file a {
  background: #ff8200;
  display: inline;
  position: relative;
  width: 50%;
  text-align: center;
  padding: 13px;
  border-radius: 5px;
  color: white !important;
}
@media (max-width: 1600px) {
  .card-file a {
    width: 70%;
  }
}
@media (max-width: 1300px) {
  .card-file a {
    width: 100%;
  }
}
.card-file a svg {
  margin-right: 10px;
}

.video-section b {
  font-weight: 500;
}

#getting-started-dk {
  display: none;
}
#getting-started-dk .card-header span.float-end {
  cursor: pointer;
}
#getting-started-dk .card-header span.float-end img {
  width: 18px;
}

#getting-started-en .card-header span.float-end {
  cursor: pointer;
}
#getting-started-en .card-header span.float-end img {
  width: 18px;
}

#video-guides-dk {
  display: none;
}
#video-guides-dk .card-header span.float-end {
  cursor: pointer;
}
#video-guides-dk .card-header span.float-end img {
  width: 18px;
}

#video-guides-en .card-header span.float-end {
  cursor: pointer;
}
#video-guides-en .card-header span.float-end img {
  width: 18px;
}

#documents-dk {
  display: none;
}
#documents-dk .card-header span.float-end {
  cursor: pointer;
}
#documents-dk .card-header span.float-end img {
  width: 18px;
}

#documents-en .card-header span.float-end {
  cursor: pointer;
}
#documents-en .card-header span.float-end img {
  width: 18px;
}

#releases-dk {
  display: none;
}
#releases-dk .card-header span.float-end {
  cursor: pointer;
}
#releases-dk .card-header span.float-end img {
  width: 18px;
}

#releases-en .card-header span.float-end {
  cursor: pointer;
}
#releases-en .card-header span.float-end img {
  width: 18px;
}

#history-dk {
  display: none;
}
#history-dk .card-header span.float-end {
  cursor: pointer;
}
#history-dk .card-header span.float-end img {
  width: 18px;
}

#history-en .card-header span.float-end {
  cursor: pointer;
}
#history-en .card-header span.float-end img {
  width: 18px;
}
