@font-face {
  font-family: 'Effra-Rg';
  src: url(../fonts/Effra_Std_Rg.ttf) format('truetype');
}

@font-face {
  font-family: 'Effra-Ll';
  src: url(../fonts/Effra_Std_Lt.ttf) format('truetype');
}

body {
  font-size: 0.875rem;
  font-family: Effra-Rg;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
* Sidebar
*/

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
    right: 0;
    */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

.sidebar .ctn-data-user {
  margin-top: 40px;
  height: 60px;
  text-align: left;
  margin-left: 13%;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #fff;
  padding: 0.5rem 2rem !important;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
  font-weight: bold;
}

.sidebar .nav-link.active {
  color: #fff;
  background-color: #00597b !important;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

/*
* Navbar
*/
.navbar-brand {
  background-color: #f7f7f7 !important;
}

.navbar-brand img {
  display: block;
  margin: 0 auto;
}

.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: none !important;
}

.navbar {
  position: relative;
}

.navbar .navbar-toggler {
  top: 0.25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.navbar .lnk-exit {
  float: right;
  margin-top: 10px;
  color: #2485b0;
  font-size: 14px;
  margin-right: 170px;
  width: 23px;
  padding-top: 22px;
  background: url('../images/icon-exit.png') no-repeat;
}

.navbar .lnk-help {
  float: right;
  margin-top: 10px;
  color: #2485b0;
  font-size: 14px;
  margin-right: 40px;
  width: 36px;
  padding-top: 22px;
  background: url('../images/icon-help.png') no-repeat 5px 0px;
}

.navbar .lnk-exit:hover,
.navbar .lnk-help:hover {
  text-decoration: underline;
}

.sidebar .nav .nav-item {
  margin-bottom: 10%;
  width: 100% !important;
}
.sidebar img {
  display: inline;
  margin-right: 10px;
}
.sidebar .nav-link {
  font-weight: bold;
}
#sidebarMenu {
  font-size: 18px;
  font-family: Effra-Rg;
  color: #fff;
}
#sidebarMenu .btn-toggle {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  font-family: Effra-Rg;
  color: #fff;
  padding: 0.5rem 2rem;
  width: 100%;
  box-shadow: none;
}

.sidebar .btn-toggle-nav {
  background-color: #145976;
}

.sidebar .btn-toggle-nav li {
  padding-left: 30px;
}

.sidebar .btn-toggle-nav li.selected {
  border-left: solid 5px #dad27f;
  background-color: #216380;
  padding-left: 26px;
}

#sidebarMenu .btn-toggle:not(.collapsed) {
  background-color: #145976;
  border: none;
  box-shadow: none;
}

.sidebar .btn-toggle-nav .nav-link {
  font-size: 16px;
  font-weight: normal !important;
}

#sidebarMenu .spn-toggle-menu {
  float: left;
  margin-right: 20px;
  font-size: 30px;
  font-weight: normal;
  line-height: 35px;
}

#sidebarMenu .spn-toggle-menu a:hover {
  color: #fff;
}

.form-search input {
  position: relative;
  left: 0;
  margin-left: 0;
  width: 300px;
  border-radius: 22px;
  border: solid 1px #4a4a4a;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 0px;
  padding-left: 0px;
}

.sidebar {
  background-color: #114a62 !important;
}

.navbar {
  background-color: #f7f7f7 !important;
  box-shadow: none !important;
}

svg.bi {
  float: left;
  margin-right: 10px;
}

#avatar_preview {
  width: 100px;
  height: 100px;
  vertical-align: middle;
  border-radius: 50%;
  border: solid 1px black;
}

.ctn-product-type {
  float: left;
  padding: 10px;
  width: 100%;
  height: 400px;
  background: #e3ebef url('../images/background-product-select.png') no-repeat;
  background-position: 85% center;
  border-radius: 22px;
}

.ctn-product-type h1 {
  color: #145976;
  font-size: 38px;
  font-weight: bold;
  margin-top: 3%;
  margin-left: 4%;
  margin-bottom: 1%;
}

.ctn-product-type p {
  padding-left: 4%;
  color: #145976;
  font-weight: bold;
  font-size: 18px;
}

.ctn-product-type form {
  padding-left: 60px;
  padding-top: 20px;
  width: 100%;
}

.ctn-product-type form .form-select {
  float: left;
  border-radius: 25px;
  font-size: 16px;
  color: #2485b0;
  font-weight: bold;
  background-color: transparent;
  border: solid 1px #2485b0;
  width: 20%;
  padding-left: 22px;
  height: 50px;
}

.ctn-product-type form .btn-primary {
  float: left;
  margin-left: 20px;
  border-radius: 25px;
  background-color: #2485b0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  width: 13%;
}

.ctn-product-type form .btn-primary:hover {
  text-decoration: underline;
}

.ctn-downloads {
  float: left;
  width: 46.2324%;
  margin-top: 40px;
  border-radius: 25px;
  border: solid 1px #4a4a4a;
  height: 245px;
  background: #fff url('../images/background-downloads.png') no-repeat;
  background-position: center left;
  background-position-x: 25px;
  position: relative;
}

.ctn-downloads div {
  float: right;
  width: 32%;
  position: absolute;
  left: 56%;
  top: 13%;
}
.ctn-downloads a {
  float: left;
  width: 100%;
  height: 100%;
}

.ctn-downloads h2 {
  text-align: left;
  padding-right: 6.5% !important;
  padding-top: 15%;
  width: 100%;
  font-size: 38px;
  color: #145976;
  font-weight: bold;
}

.ctn-downloads p {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #145976;
  font-weight: bold;
  margin-right: 3%;
  line-height: 20px;
}

.ctn-downloads a:hover h2,
.ctn-downloads a:hover p {
  text-decoration: underline;
  color: #145976;
}

.historicos {
  background: #fff url('../images/background-historics.png') no-repeat;
  background-position: center left;
  background-position-x: 25px;
}

.ctn-downloads.historicos div {
  margin-left: 9%;
}

.ctn-historics .ml-20p {
  margin-left: 20%;
}

.ctn-historics h1 {
  font-size: 38px;
  color: #145976;
  font-weight: bold;
  margin-top: 50px;
}
.ctn-historics p {
  font-size: 16px;
  color: #145976;
}
.ctn-historics-detail {
  min-height: 429px;
  border: solid 1px #4a4a4a;
  border-radius: 22px;
}

.ctn-historics-detail .ctn-item {
  width: 162px;
  height: 208px;
  margin-bottom: 30px;
}

.ctn-historics-detail h2 {
  color: #848484;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.ctn-historics-detail p {
  margin-top: 10px;
  text-align: center;
  color: #b9b9b9;
}
.ctn-historics-detail .ctn-item span {
  width: 100%;
  height: 100%;
}

.ctn-historics-detail .ctn-item .lnk-download {
  background-color: #2485b0;
  text-align: center;
  height: 32px;
  width: 100%;
  color: #fff;
  font-size: 12px;
  border-radius: 16px;
  margin-top: 10px;
  display: block;
  border-color: #2485b0;
}

.ctn-historics {
  border-bottom: none !important;
}

.title-profile {
  color: #145976;
  font-size: 38px;
  text-align: center;
  font-weight: bold;
}

.sub-title-profile {
  font-size: 16px;
  color: #145976;
  text-align: center;
}
.ctn-profile {
  border: solid 1px #4a4a4a;
  height: 560px;
  width: 100%;
  border-radius: 16px;
  padding-left: 52%;
  background: url('../images/background-profile.png') no-repeat 50px 50px;
  align-items: center;
}

.ctn-profile input,
.ctn-profile input[type='file'] {
  line-height: 45px;
  width: 360px;
}

.ctn-profile input,
.ctn-profile input:focus {
  border-radius: 22px;
  line-height: 30px;
  color: #848484;
  font-family: Effra-Rg;
  font-size: 14px;
  border: solid 1px #4a4a4a !important;
}
.ctn-profile label {
  padding-left: 5%;
  color: #848484;
  font-family: Effra-Rg;
  font-size: 14px;
}

.ctn-profile button {
  background-color: #2485b0;
  width: 360px;
  border-radius: 22px;
  margin-top: 30px;
}

.form-search {
  position: absolute;
  left: 375px;
  width: 35%;
}

.form-search div {
  width: 100%;
  position: relative;
}

.form-search input[type='text'] {
  width: 100%;
  color: #b1b1b1;
  opacity: 1;
  font-size: 16px;
}

.form-search input[type='text']::placeholder {
  color: #4a4a4a;
  opacity: 1;
  font-size: 16px;
}

.form-search input[type='submit'] {
  background: url(../images/btn-search.png) no-repeat 1px;
  width: 34px;
  height: 31px;
  float: right;
  margin-right: 10px;
  border: none;
  margin-top: -34px;
}

.form-app input[type='text'],
form input[type='number'],
form input[type='checkbox'] {
  border-radius: 22px;
  border: solid 1px #4a4a4a;
}

.form-app label {
  color: #848484;
}

.form-app .btn-primary {
  background-color: #2485b0;
  border: solid 1px #2485b0;
  color: #fff;
  border-radius: 22px;
  width: 150px;
}

.form-app .btn-danger {
  background-color: transparent;
  border: solid 1px #8b8b8b;
  color: #8b8b8b;
  border-radius: 22px;
  width: 150px;
  margin-left: 10px;
}

a.btn.btn-success {
  background-color: #2485b0;
  border: solid 1px #2485b0;
  color: #fff;
  border-radius: 22px;
  width: 150px;
}
a.btn.btn-success:hover {
  text-decoration: underline;
}

.form-app .btn:hover {
  text-decoration: underline;
}

h2.title-page {
  font-size: 38px;
  color: #145976;
  font-weight: bold;
  font-family: Effra-Rg;
  text-align: center;
}

.prg-select {
  color: #2485b0;
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
  font-weight: bold;
}
.title {
  color: #2485b0;
  font-size: 38px;
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
}
.breadcrumb {
  font-size: 14px;
}
.accordion {
  border: solid 1px #4a4a4a;
  border-radius: 16px;
  position: relative;
}

.accordion-item {
  border: solid 1px #4a4a4a;
}

.accordion-button::after {
  background-image: none !important;
}
.accordion button {
  font-weight: bold;
  color: #145976;
}

.accordion .accordion-header span {
  background-color: #f7f7f7;
  border: solid 1px #d2d2d2;
  margin-right: 10px;
  color: #145976;
  font-weight: bold;
  padding: 5px;
  border-radius: 16px;
  width: 30px;
  text-align: center;
}
.accordion .ctn-material-type {
  width: 180px;
  height: 221px;
  border: solid 1px #4a4a4a;
  border-radius: 22px;
  float: left;
  margin-bottom: 30px;
}
.accordion .ctn-material-type.material-selected {
  border: solid 1px #2485b0;
}

.accordion .ctn-product {
  width: 188px;
  height: 180px;
  border: none;
  border-radius: 22px;
  float: left;
  position: relative;
}

.accordion .ctn-product h5 {
  margin-top: 15px;
  color: #848484;
  font-size: 16px;
  margin-bottom: 15px;
}

.accordion .ctn-product h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 10px;
  color: #848484;
}

.accordion .ctn-product .lnk-select {
  color: #2485b0;
  font-size: 14px;
  border: solid 1px #fff;
}

.accordion .ctn-product input[type='radio'] {
  position: absolute;
  top: -5px;
  width: 27px;
  height: 27px;
  right: 10px;
  border-radius: 16px;
  border: solid 1px #4a4a4a;
}

.accordion .accordion-header p {
  position: relative;
  width: 100%;
  font-size: 20px;
}
/* .accordion .accordion-header .lnk-next {
    position: absolute;
    right: -25px;
    line-height: 32px;
    background-color: #2485b0;
    text-align: center;
    height: 32px;
    width: 140px;
    color: #fff;
    border-radius: 16px;
    font-size: 14px;
    top: 460px;
} */

#lnk-step-1 {
  right: -25;
  top: 320px;
}

.accordion .ctn-material-type .img-logo {
  text-align: center;
  margin: 40px auto;
  vertical-align: center;
}

.accordion .ctn-material-type p {
  color: #4a4a4a;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
}
.material-selected {
  background-color: #2485b0;
}

.material-selected p {
  color: #fff !important;
}

.accordion-button:not(.collapsed) {
  background-color: #fff !important;
  color: #145976 !important;
  border: none !important;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #fff !important;
}

.ctn-product-part {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ctn-product-part .left {
  float: left;
  width: 59%;
  margin-left: 4.4%;
}

.ctn-product-part .right {
  float: left;
  width: 31%;
}

.ctn-product-part hr {
  margin-bottom: 20px;
}

.ctn-product-part p {
  color: #145976;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.ctn-product-part .spn-image {
  float: left;
}

.ctn-product-part .col-left {
  float: left;
  width: 30%;
  height: 100%;
}

.ctn-product-part .col-middle {
  float: left;
  width: 30%;
  margin-left: 25px;
}

.ctn-product-part .col-middle.full {
  width: 65%;
}

.ctn-product-part .col-middle.full input[type='text'],
.ctn-product-part .col-middle.full textarea {
  width: 100%;
  border-radius: 22px;
  border: solid 1px #4a4a4a;
}

.ctn-product-part .ctn-bottom select,
.ctn-product-part .col-middle select {
  border-radius: 22px !important;
  width: 85%;
  margin-left: 20px;
  margin-bottom: 15px;
}

.custom-radio {
  margin-left: 25px;
  display: flex;
}
.form-radio-label {
  width: 55% !important;
  margin-left: 5px !important;
  margin-top: 0px !important;
  color: #0f0f0f !important;
}

.ctn-product-part .ctn-bottom select {
  margin-left: 20px;
  width: 95%;
}

.ctn-product-part .ctn-product-email textarea {
  width: 95%;
  border-radius: 22px;
  border: solid 1px #4a4a4a;
  margin-left: 19px;
}

.ctn-product-part .col-middle.full label {
  width: 100%;
  padding-left: 0;
  margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ctn-product-part .col-right {
  float: left;
  width: 30%;
  margin-left: 25px;
}

.ctn-product-part .col-right input {
  width: 100%;
}

.ctn-product-part .ctn-bottom {
  float: left;
}

.ctn-product-part .ctn-bottom label {
  width: 100%;
}

.ctn-product-part .ctn-bottom input {
  width: 100%;
}

.ctn-product-part label {
  padding-left: 10%;
  color: #848484;
  font-family: Effra-Regular;
  width: 100%;
  margin-top: 10px;
}
.ctn-product-part input {
  border-radius: 22px;
  border: solid 1px #4a4a4a;
}

.ctn-product-part .prg-title {
  font-size: 12px;
  color: #145976;
  font-weight: bold;
  text-align: center;
}

.ctn-product-part .prg-description {
  color: #145976;
  font-size: 16px;
  text-align: center;
}
.ctn-product-part .ctn-bottom label {
  padding-left: 23px;
  margin-top: 10px;
}
.ctn-product-part .ctn-bottom input {
  width: 95%;
  margin-left: 20px;
}

.ctn-view {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.lnk-view {
  color: #2485b0;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.btn-save.lnk-view {
  background-color: #fff !important;
  border-color: #2485b0 !important;
  color: #2485b0 !important;
  display: block;
  color: #2485b0;
  text-decoration: none;
  float: right;
  width: 30%;
  border-radius: 25px;
  height: 47px;
}

.ctn-product-part .ctn-bottom .btn-save {
  background-color: #2485b0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 40px;
}
.ctn-product-part .ctn-bottom .btn-email {
  color: #848484;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  border: solid 2px #8b8b8b;
}

.ctn-product-part .right .prg-info {
  text-align: center;
  width: 94%;
  margin-left: 20px;
  font-size: 10px;
}

.w75p {
  width: 69% !important;
}

.hide-link {
  visibility: hidden;
}

.spn-resp {
  border: none !important;
  background-color: #fff !important;
  color: #2485b0 !important;
  margin-left: 10px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal .modal-body p {
  text-align: center;
  color: #2485b0;
  font-weight: bold;
}

.modal .btn-secondary {
  border-radius: 22px;
  width: 110px;
}

.modal .modal-body a {
  text-decoration: underline;
}

.ctn-polices {
  margin-top: 100px;
  width: 100%;
  float: left;
  color: #2485b0;
  font-size: 14px;
}

.ctn-polices ul {
  margin-left: 40px;
}

.ctn-polices ul li a:hover {
  text-decoration: underline;
  color: #2485b0;
}

.ctn-search {
  font-family: Effra-Regular;
  font-size: 18px;
  color: #145976;
}

.ctn-search a:hover {
  color: #145976;
  text-decoration: underline;
}

.h500 {
  height: 500px;
}

.alert-danger p {
  text-align: center;
}

.alert-danger a {
  color: #2485b0;
  text-decoration: underline;
}

.alert-danger a:hover {
  cursor: pointer;
}

.exclude-media {
  float: inline-end;
  font-weight: bold;
  color: red;
  display: none;
}

.media-hover:hover {
  background: aliceblue;
  cursor: pointer;
}

.media-hover:hover .exclude-media {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.exclude-media:hover {
  text-decoration: underline;
  color: red;
}

.lnk-next {
  background-color: #2485b0;
  text-align: center;
  height: 32px;
  width: 140px;
  color: #fff;
  border-radius: 16px;
  font-size: 14px;
  float: right;
  margin-top: 20px;
  margin-bottom: -15px;
  padding: 5px;
  cursor: pointer;
}

#lnk-step-2 {
  margin-top: -50px;
  cursor: pointer;
}
.navbar .lnk-profile-mob {
  display: none;
}

.navbar .lnk-home-mob {
  display: none;
}

/* ----------- Notebook ----------- */
@media (min-device-width: 768px) and (max-device-width: 1366px) {
  .ctn-product-type p {
    padding-left: 4%;
    color: #145976;
    font-weight: bold;
    font-size: 20px;
    width: 470px;
    text-align: center;
  }

  .ctn-product-type h1 {
    margin-left: 9%;
  }

  .ctn-product-type form .form-select {
    width: 25%;
  }

  .ctn-downloads {
    width: 45%;
    margin-left: 33px;
  }

  .ctn-downloads h2 {
    text-align: center;
    padding-right: 0px;
    padding-top: 0px;
    width: 100%;
    font-size: 31px;
    color: #145976;
    font-weight: bold;
    margin-left: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .ctn-downloads p {
    text-align: center;
    margin-left: 20px;
  }

  .historicos h2 {
    margin-left: 13px;
  }

  .historicos p {
    margin-left: 5px;
  }

  .sidebar .nav .nav-item {
    font-size: 15px;
  }
  #sidebarMenu .btn-toggle {
    font-size: 15px;
  }

  .ctn-product-type form .btn-primary {
    width: 15%;
  }

  .sidebar .btn-toggle-nav .nav-link {
    font-size: 13px;
  }

  .desc-prod {
    font-size: 10px !important;
  }

  .accordion .ctn-material-type {
    width: 170px;
  }
  .row-delete .col-2 {
    width: 20% !important;
  }

  .ctn-historics-detail .ctn-item {
    height: 245px;
  }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .app-container {
    padding: 20px;
  }

  .ctn-product-type {
    width: 100%;
    height: 400px;
    background: #e3ebef;
    padding: 10px;
  }

  .ctn-product-type h1 {
    font-size: 25px;
    margin-top: 20px;
  }

  .ctn-product-type p {
    font-size: 14px;
    margin-top: 25px;
  }

  .dash-content {
    padding-top: 0px;
  }

  .ctn-product-type form .form-select {
    font-size: 16px;
    border: solid 1px #2485b0;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 15px;
  }

  .ctn-product-type form .btn-primary {
    width: 85%;
  }

  .ctn-product-type form {
    padding-left: 0px;
    padding-top: 30px;
    width: 100%;
  }

  .ctn-downloads {
    float: left;
    width: 100%;
    margin-top: 20px;
    border-radius: 14px;
    border: solid 1px #4a4a4a;
    height: 245px;
    position: relative;
    background: none;
  }

  .ctn-downloads div {
    width: 97%;
    position: absolute;
    left: 9px;
    top: 25px;
  }

  .historicos {
    margin-left: 0px;
  }

  .historicos div {
    left: -20px;
  }

  header .hidden {
    display: block;
  }

  .form-search {
    display: none;
  }

  .navbar .lnk-exit {
    position: absolute;
    top: 10px;
    left: 285px;
  }

  .nav-breadcrumb {
    display: none;
  }

  .content-media {
    margin-top: -95px;
    z-index: 999999;
  }

  .accordion .accordion-header p {
    font-size: 15px;
  }
  .accordion .ctn-material-type {
    width: 180px;
    height: 150px;
  }

  .accordion .ctn-material-type .img-logo {
    margin: 5px auto;
  }

  .accordion .ctn-product {
    width: 188px;
    height: 100%;
    position: relative;
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .ctn-product-part .left {
    width: 100%;
    margin-top: -35px;
    margin-left: 2.4%;
  }

  .ctn-product-part .col-left {
    width: 100%;
  }

  .ctn-product-part .col-left .spn-image img {
    max-width: 95%;
  }

  .ctn-product-part .ctn-bottom {
    width: 100% !important;
    margin-left: 0px;
    margin-top: 15px;
  }

  .ctn-product-part .col-middle.full {
    width: 90%;
    margin-left: 0px;
  }

  .ctn-product-part .right {
    float: left;
    width: 100%;
    margin-top: 25px;
  }

  .ctn-product-part .ctn-bottom input {
    width: 100%;
    margin-left: 0px;
  }

  .ctn-product-part .prn-info {
    margin-top: 15px;
  }

  #lnk-step-1 {
    margin-left: -79px;
    float: left;
    margin-left: 37px;
  }

  #lnk-step-2 {
    margin-top: -50px;
    cursor: pointer;
    float: left;
    margin-left: 37px;
  }

  .ctn-historics {
    border-bottom: none !important;
    margin-top: -80px;
    margin-left: -55px;
  }

  .header-download {
    width: 100%;
  }

  .header-download p {
    width: 285px;
  }

  .header-download-img {
    display: none;
  }

  .ctn-historics-detail .ctn-item {
    margin-left: 40px;
    width: 185px;
    height: 250px;
  }

  .ctn-historics-detail {
    width: 260px;
    margin-left: -45px;
    margin-top: -15px;
  }

  #flush-collapseTwo {
    min-height: 500px;
    margin-top: -60px;
  }

  .accordion-flush .accordion-header {
    line-height: 20px;
  }

  .spn-resp {
    margin-left: -4px;
  }

  .modal-content {
    width: 95%;
  }

  .btn-save.lnk-view {
    width: 85%;
  }

  .sub-title-profile {
    font-size: 15px;
  }

  .ctn-profile {
    width: 100%;
    border-radius: 16px;
    padding-left: 5px;
    background: none;
    align-items: center;
  }

  .profile-content {
    padding-left: 15px;
    padding-right: 5px;
    margin-top: -20px;
  }
  .ctn-profile input,
  .ctn-profile input[type='file'] {
    line-height: 45px;
    width: 285px;
  }

  .navbar .lnk-profile-mob {
    display: block;
    position: absolute;
    top: 20px;
    left: 195px;
    color: #2485b0;
    font-size: 14px;
    width: 92px;
    padding-top: 22px;
    background: url(../images/icon-menu.png) no-repeat;
  }

  .row-delete {
    padding: 0 0 30px 20px !important;
  }

  .row-delete .row-delete-check {
    width: 75% !important;
  }
  #modal_alert {
    flex: 0 0 auto;
    width: 40%;
  }
}

@media (min-device-width: 414px) and (max-device-width: 896px) {
  .ctn-historics-detail {
    width: 340px;
  }
  .ctn-historics-detail .ctn-item {
    width: 260px;
  }
}

/* ----------- tablets ----------- */
/* ----------- Galaxy Tab 2 ----------- */
@media (min-device-width: 800px) and (max-device-width: 1280px) {
  .ctn-product-type {
    background: none;
  }
  .ctn-product-type form .form-select {
    width: 55%;
    padding-left: 15px;
  }
  .ctn-product-type form .btn-primary {
    width: 35%;
  }
  .ctn-downloads {
    width: 100%;
  }
  .historicos {
    margin-left: 0px;
  }

  #sidebarMenu .btn-toggle {
    font-size: 14px;
  }

  .sidebar .nav-link {
    font-size: 14px;
  }

  .ctn-product-default .left,
  .ctn-product-default .right {
    width: 100%;
    margin-left: 0px;
  }
  .ctn-product-default .left {
    margin-bottom: 30px;
  }

  .col-left .spn-image img {
    margin-left: 140px;
    height: 150px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .ctn-historics .col-3 {
    width: 100%;
  }
  .row-delete-check {
    width: 50%;
  }
  #modal_alert {
    width: 50%;
  }
  .ctn-profile {
    background: none;
    padding-left: 14%;
  }

  .form-group .img-logo {
    margin-top: 0px !important;
    margin-left: -155px !important;
  }
  .all-history .ml-20 {
    margin-left: 1rem;
  }
}

/* ----------- Galaxy Tab S4 ----------- */
@media (min-device-width: 712px) and (max-device-width: 1138px) {
  .ctn-product-type {
    background: none;
  }
  .ctn-product-type form .form-select {
    width: 55%;
    padding-left: 15px;
  }
  .ctn-product-type form .btn-primary {
    width: 35%;
  }
  .ctn-downloads {
    width: 100%;
  }
  .historicos {
    margin-left: 0px;
  }

  #sidebarMenu .btn-toggle {
    font-size: 14px;
  }

  .sidebar .nav-link {
    font-size: 14px;
  }

  .ctn-product-default .left,
  .ctn-product-default .right {
    width: 100%;
    margin-left: 0px;
  }
  .ctn-product-default .left {
    margin-bottom: 30px;
  }

  .col-left .spn-image img {
    margin-left: 140px;
    height: 150px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .ctn-historics .col-3 {
    width: 100%;
  }
  .row-delete-check {
    width: 50%;
  }
  #modal_alert {
    width: 50%;
  }
  .ctn-profile {
    background: none;
    padding-left: 14%;
  }

  .form-group .img-logo {
    margin-top: 0px !important;
    margin-left: -155px !important;
  }

  .ctn-product-part .col-left {
    float: left;
    width: 100%;
    height: 100%;
    margin-left: 65px;
  }

  .form-search {
    position: absolute;
    left: 150px;
    width: 37%;
  }
  .navbar .lnk-exit {
    margin-right: 65px;
  }

  .navbar .lnk-profile-mob {
    display: block;
    position: absolute;
    top: 15px;
    left: 525px;
    color: #2485b0;
    font-size: 14px;
    width: 80px;
    padding-top: 22px;
    background: url(../images/icon-menu.png) no-repeat;
    background-position: center top;
  }

  .navbar .lnk-home-mob {
    display: block;
    position: absolute;
    top: 15px;
    left: 467px;
    color: #2485b0;
    font-size: 14px;
    width: 35px;
    padding-top: 22px;
    background: url(../images/icon-menu-home-mobi.png) no-repeat;
    background-position: center top;
  }
  .all-history .ml-20 {
    margin-left: 1rem;
  }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .ctn-product-type {
    background: none;
  }
  .ctn-product-type form .form-select {
    width: 55%;
    padding-left: 15px;
  }
  .ctn-product-type form .btn-primary {
    width: 35%;
  }
  .ctn-downloads {
    width: 100%;
  }
  .historicos {
    margin-left: 0px;
  }

  #sidebarMenu .btn-toggle {
    font-size: 14px;
  }

  .sidebar .nav-link {
    font-size: 13px;
  }

  .ctn-product-default .left,
  .ctn-product-default .right {
    width: 100%;
    margin-left: 0px;
  }
  .ctn-product-default .left {
    margin-bottom: 30px;
  }

  .col-left .spn-image img {
    margin-left: 140px;
    height: 150px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .ctn-historics .col-3 {
    width: 100%;
  }
  .row-delete-check {
    width: 50%;
  }
  #modal_alert {
    width: 50%;
  }
  .ctn-profile {
    background: none;
    padding-left: 14%;
  }

  .form-group .img-logo {
    margin-top: 0px !important;
    margin-left: -155px !important;
  }

  .ctn-product-part .col-left {
    float: left;
    width: 100%;
    height: 100%;
    margin-left: 65px;
  }

  .form-search {
    position: absolute;

    left: 200px;
    width: 60%;
  }
  .navbar .lnk-exit {
    margin-right: 30px;
  }

  .navbar .lnk-profile-mob {
    display: none;
  }

  .navbar .lnk-home-mob {
    display: none;
  }

  .all-history .ml-20 {
    margin-left: 1rem;
  }
}
