@charset "UTF-8";

.center-horizontal {
  display: flex;
  justify-content: center;
}

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

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

.form__group {
  position: relative;
  padding: 0px 0 10px 0;
  margin-bottom: 30px;
  z-index: 2;
}

.form__group.selector {
  position: initial;
  border: none;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  outline: 0;
  font-size: 15px;
  color: #2b2b2b;
  padding: 7px 15px;
  background: transparent;
  transition: border-color 0.2s;
  min-height: 62px;
  border-radius: 2px;
  border: 1px solid #ddd;
}

.form__field::-moz-placeholder {
  color: transparent;
}

.form__field:-ms-input-placeholder {
  color: transparent;
}

.form__field::placeholder {
  color: transparent;
}

.form_field:-moz-placeholder-shown ~ .form_label {
  font-size: 15px;
  cursor: text;
  top: 18px;
  left: 15px;
  z-index: -1;
}

.form_field:-ms-input-placeholder ~ .form_label {
  font-size: 15px;
  cursor: text;
  top: 18px;
  left: 15px;
  z-index: -1;
}

.form_field:placeholder-shown ~ .form_label {
  font-size: 15px;
  cursor: text;
  top: 18px;
  left: 15px;
  z-index: -1;
}

.form__label {
  position: absolute;
  top: -24px;
  left: -5px;
  background: #fff;
  padding: 0 5px;
  display: block;
  transition: 0.2s;
  font-size: 14px;
  color: #929292;
  margin-bottom: 0;
  z-index: 2;
}

.form__field:focus {
  border-bottom: 3px solid #ff0;
}

.form_field:focus ~ .form_label {
  position: absolute;
  top: -24px;
  left: -5px;
  background: #fff;
  padding: 0 5px;
  display: block;
  transition: 0.2s;
  font-size: 14px;
  z-index: 2;
}

.form_field:required,
.form_field:invalid {
  box-shadow: none;
}

#login {
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  color: #354956;
  display: flex;
  flex-direction: row;
  height: 100vh;
  justify-content: center;
  overflow-x: hidden;
  position: relative;
  width: 100vw;
}

@media (min-width: 900px) and (max-width: 1100px) {
  #login {
    padding: 0px 50px;
  }
}

@media (max-width: 768px) {
  #login {
    flex-direction: column;
    height: auto;
    min-height: 100vh;
    padding: 30px;
  }

  #login .container {
    padding: 0;
  }
}

#login #c1,
#login #c2 {
  transition: all 0.4s ease;
}

#login #c1 {
  position: relative;
  left: 0;
}

#login #c2 {
  position: relative;
  transition: all 0.4s ease;
  margin: 0 auto;
  left: 0%;
}

#login #registro {
  right: 0px;
  position: relative;
  transition: all 0.4s ease;
}

#login .container {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 1080px;
}

#login .row {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-shadow: 1px 1px 50px rgba(32, 32, 32, 0.1);
  height: 45em;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 768px) {
  #login .row {
    flex-flow: column-reverse;
    height: auto;
    width: 100%;
  }
}

.footer-wrapper {
  bottom: 0;
  display: flex;
  justify-content: space-between;
  position: absolute;
  max-width: 1100px;
  width: 80%;
}

.footer-wrapper ul {
  display: flex;
  padding: 0;
}

.footer-wrapper ul li {
  list-style: none;
  margin-right: 30px;
  position: relative;
}

.footer-wrapper ul li::after {
  content: "|";
  display: flex;
  position: absolute;
  right: -17px;
  top: 0;
}

@media (max-width: 768px) {
  .footer-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    position: relative;
    width: 100%;
  }
}

.login-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.login-logo .logo {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100px;
}

@media (max-width: 768px) {
  .login-logo {
    background: #fff;
    border-radius: 100px;
    box-shadow: 7px 7px 33px rgba(32, 32, 32, 0.21);
    height: 90px;
    margin-bottom: 20px;
    margin-top: -75px;
    width: 90px;
  }

  .login-logo .logo {
    height: auto;
    position: relative;
    width: 70%;
  }
}

#login-img .img-fit {
  height: 100%;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  #login-img .img-fit {
    height: 180px;
  }
}

.login-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
  width: 65%;
}

.login-title::after {
  background: #354956;
  content: "";
  height: 2.7px;
  left: 0;
  position: absolute;
  bottom: -8px;
  width: 20px;
  z-index: 2;
}

.login-title h3,
.login-title .h3 {
  font-size: 20px;
  text-align: left;
}

@media (max-width: 991px) {
  .login-title {
    width: 80%;
  }
}

@media (max-width: 575px) {
  .login-title {
    width: 100%;
  }
}

.login-terminos {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.login-terminos span {
  font-size: 0.9em;
}

.login-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 40px;
  position: relative;
}

.login-wrapper form {
  display: flex;
  flex-direction: column;
  width: 65%;
}

@media (max-width: 991px) {
  .login-wrapper form {
    width: 80%;
  }
}

@media (max-width: 575px) {
  .login-wrapper form {
    width: 100%;
  }
}

.login-wrapper form .login-enviar {
  background: #EAAA21;
  border: none;
  border-radius: 7px;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  padding: 10px 19px;
  height: 50px;
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.login-wrapper form .login-enviar:hover {
  transition: all 0.2s ease-in-out;
}

.login-wrapper form .login-enviar:hover::after {
  left: 0;
  top: 0;
  transition: all 0.2s ease;
}

.login-wrapper form .login-rut {
  background: #EAAA21;
  border: none;
  border-radius: 7px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
  overflow: hidden;
  padding: 10px 19px;
  height: 50px;
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.login-wrapper form .login-rut:hover {
  transition: all 0.2s ease-in-out;
}

.login-wrapper form .login-rut:hover::after {
  left: 0;
  top: 0;
  transition: all 0.2s ease;
}

.login-wrapper form input {
  border: none;
  box-shadow: 7px 7px 20px rgba(18, 17, 53, 0.1);
  border-radius: 7px;
  height: 46px;
  padding: 10px 19px;
}

.login-wrapper form input[type=text]:focus {
  border: 2px solid #EAAA21;
  box-shadow: 7px 7px 20px rgba(18, 17, 53, 0.15);
  outline: none;
}

.login-wrapper form input[type=submit] {
  background: #EAAA21;
  border: none;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}

.login-wrapper form input[type=submit]:hover {
  background: #085099;
  bottom: 4px;
  padding-bottom: 5px;
  transition: all 0.2s ease;
}

.login-wrapper form input[type=checkbox] {
  box-shadow: none;
  margin-bottom: 0px;
  margin-right: 10px;
  padding: 0px;
  transform: scale(1.2);
}

.login-wrapper .login-secundary-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
}

.login-wrapper .login-secundary-actions a {
  margin: 0 6px;
  font-size: 15px;
  line-height: 1;
}

.login-wrapper .login-terminos {
  display: block;
  font-size: 14px;
  color: #aaa;
  margin-bottom: 12px;
  line-height: 1.1;
  text-align: center;
}

.login-wrapper .login-terminos a {
  color: #EAAA21;
}

@media (max-width: 991px) {
  .login-wrapper {
    padding: 0px 20px;
  }
}

@media (max-width: 768px) {
  .login-wrapper {
    padding: 30px;
  }
}

@media (max-width: 578px) {
  .login-wrapper {
    padding: 30px;
  }
}

.registrarme {
  font-size: 0.9em;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-wrapper {
  font-size: 0.9em;
}

.move {
  left: -150% !important;
  position: absolute !important;
  transition: all 0.4s ease;
}

.move2 {
  position: absolute !important;
  left: 150% !important;
  transition: all 0.4s ease;
}

.page-title {
  font-weight: 800;
  font-size: 20px;
}

main {
  padding: 45px;
  height: 100%;
  overflow: hidden;
}

main .main-container {
  background: #fff;
  box-shadow: 0px 25px 35px rgba(11, 38, 173, 0.2);
  display: flex;
  align-items: stretch;
  border-radius: 10px;
  height: 100%;
  position: relative;
}

main .main-container .home-link {
  margin: 10px auto 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}

main .main-container aside {
  padding: 15px 0;
  width: 80px;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 99;
  top: 0;
  overflow: hidden;
  left: 0;
  height: 100%;
  transition: all 0.3s;
  background: #fff;
  border-radius: 10px 0 0 10px;
}

main .main-container aside .nav_links .link {
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  padding: 15px 10px 15px 15px;
  cursor: pointer;
}

main .main-container aside .nav_links .link i {
  min-width: 50px;
  text-align: center;
  font-size: 30px;
  margin-right: 8px;
}

main .main-container aside .nav_links .link.active,
main .main-container aside .nav_links .link:hover {
  color: #EAAA21;
  background: rgba(57, 65, 122, 0.06);
}

main .main-container aside .nav_links .link.active {
  font-weight: 600;
}

main .main-container aside .nav_links .link.active i {
  font-weight: 300;
}

main .main-container aside .nav_links .link.active:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 3px;
  height: 100%;
  background: #EAAA21;
}

main .main-container aside span {
  transition: all 0.3s;
}

@media (min-width: 991px) {
  main .main-container aside span {
    opacity: 0;
  }
}

main .main-container aside .menu-footer {
  margin-top: auto;
}

main .main-container aside .menu-footer .log-out {
  display: flex;
  align-items: center;
  width: 50px;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 15px;
}

main .main-container aside .menu-footer .log-out i {
  font-size: 30px;
  min-width: 50px;
  margin-right: 6px;
  margin-left: 2px;
}

main .main-container aside .menu-footer .log-out span {
  white-space: nowrap;
}

main .main-container aside .menu-footer .cs-field.select {
  margin: 0 20px 30px 20px;
}

@media (min-width: 991px) {
  main .main-container aside .menu-footer .cs-field.select {
    display: none;
  }
}

main .main-container aside:hover {
  width: 250px;
  box-shadow: 5px 0px 10px rgba(43, 43, 43, 0.12);
}

main .main-container aside:hover span {
  opacity: 1;
}

@media (max-width: 991px) {
  main .main-container aside {
    position: fixed;
    z-index: 999;
    transform: translateX(-100%);
    width: 250px;
    top: 75px;
    height: calc(100vh - 75px);
    box-shadow: 0px 18px 20px rgba(43, 43, 43, 0.3);
  }

  main .main-container aside.show-aside {
    transform: translateX(0%);
  }

  main .main-container aside .home-link {
    display: none;
  }
}

main .main-container .page-content {
  width: calc(100% - 80px);
  margin-left: 80px;
  border-left: 1px solid #ccc;
}

main .main-container .page-content .content {
  padding: 30px;
  height: 100%;
}

@media (max-width: 768px) {
  main .main-container .page-content .content {
    padding: 24px;
  }
}

main .main-container .page-content .header {
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

main .main-container .page-content .header .menu-btn {
  height: 22px;
  width: 25px;
  min-width: 25px;
  position: relative;
  margin-right: 30px;
  margin-left: 10px;
  border-top: 2px solid #2b2b2b;
  border-bottom: 2px solid #2b2b2b;
  transition: all 0.3s;
}

main .main-container .page-content .header .menu-btn:after,
main .main-container .page-content .header .menu-btn:before {
  content: "";
  position: absolute;
  background: #2b2b2b;
  height: 2px;
  width: 100%;
  transition: all 0.3s;
}

main .main-container .page-content .header .menu-btn:before {
  top: 8px;
}

main .main-container .page-content .header .menu-btn:after {
  bottom: 8px;
}

main .main-container .page-content .header .menu-btn.close-btn {
  border-color: transparent !important;
}

main .main-container .page-content .header .menu-btn.close-btn:before {
  transform: rotate(45deg);
}

main .main-container .page-content .header .menu-btn.close-btn:after {
  transform: rotate(-45deg);
}

main .main-container .page-content .header .menu-btn.close-btn:after,
main .main-container .page-content .header .menu-btn.close-btn:before {
  background: #2b2b2b !important;
}

@media (min-width: 991px) {
  main .main-container .page-content .header .menu-btn {
    display: none;
  }
}

@media (max-width: 768px) {
  main .main-container .page-content .header .menu-btn {
    margin-left: 6px;
    margin-right: 25px;
  }
}

main .main-container .page-content .header .role {
  display: flex;
  align-items: center;
}

main .main-container .page-content .header .role .home-link {
  margin-bottom: 0;
}

main .main-container .page-content .header .global-stats {
  display: flex;
  align-items: center;
}

main .main-container .page-content .header .global-stats .stat-item {
  display: flex;
  align-items: center;
  margin: 0 20px;
}

main .main-container .page-content .header .global-stats .stat-item img {
  height: 40px;
  margin-right: 12px;
}

main .main-container .page-content .header .global-stats .stat-item h5,
main .main-container .page-content .header .global-stats .stat-item .h5 {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 14px;
}

main .main-container .page-content .header .global-stats .stat-item span {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 1200px) {
  main .main-container .page-content .header .global-stats {
    display: none;
  }
}

main .main-container .page-content .header .header-actions {
  display: flex;
  align-items: center;
  position: relative;
}

main .main-container .page-content .header .header-actions .profile-option {
  height: 38px;
  width: 38px;
  overflow: hidden;
  border-radius: 50px;
  margin-left: 15px;
  margin-right: 5px;
  cursor: pointer;
  box-shadow: 0px 6px 8px rgba(24, 24, 24, 0.3);
}

main .main-container .page-content .header .header-actions button {
  font-size: 27px;
  margin: 0 6px;
  position: relative;
  height: 32px;
  width: 32px;
  border-radius: 4px;
}

main .main-container .page-content .header .header-actions button.active,
main .main-container .page-content .header .header-actions button:hover {
  background: #ddd;
}

main .main-container .page-content .header .header-actions button span {
  background: red;
  font-size: 12px;
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 30px;
  border: 2px solid #fff;
  color: #fff;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -6px;
  right: -6px;
}

main .main-container .page-content .header .header-actions .menu {
  position: absolute;
  top: calc(100% + 20px);
  right: -10px;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 5px 16px;
  border-radius: 5px;
  width: 140px;
  filter: drop-shadow(0px 4px 8px rgba(43, 43, 43, 0.4));
  opacity: 0;
  visibility: hidden;
}

main .main-container .page-content .header .header-actions .menu.show-menu {
  opacity: 1;
  visibility: visible;
}

main .main-container .page-content .header .header-actions .menu:before {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  left: 78%;
  transform: translateX(-50%);
}

main .main-container .page-content .header .header-actions .menu .link {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

main .main-container .page-content .header .header-actions .menu .link:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

main .main-container .page-content .header .header-actions .menu .link i {
  margin-left: 6px;
  font-size: 22px;
}

@media (max-width: 991px) {
  main .main-container .page-content {
    width: 100%;
    margin-left: 0;
    border-left: none;
  }
}

@media (max-width: 1500px) {
  main {
    padding: 30px;
  }
}

@media (max-width: 1200px) {
  main {
    padding: 0px;
  }

  main .main-container {
    border-radius: 0px;
  }
}

.table-filter {
  display: flex;
  align-items: flex-end;
}

.table-filter .cs-field {
  margin-right: 15px;
}

.content-header {
  margin-bottom: 15px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.table-masive-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search-data-form {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9e9e9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  border-radius: 6px;
}

.search-data-form i {
  font-size: 20px;
}

.search-data-form input {
  border: none;
  background: none;
  height: 35px;
  padding: 4px 12px;
  outline: none;
}

.table-container {
  box-shadow: 0px 10px 20px rgba(146, 138, 255, 0.2);
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: auto;
  max-height: calc(100vh - 400px);
}

@media (max-width: 1500px) {
  .table-container {
    max-height: calc(100vh - 330px);
  }
}

@media (max-width: 1200px) {
  .table-container {
    max-height: calc(100vh - 270px);
  }
}

.table-container::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.table-container::-webkit-scrollbar-track {
  background: #c7cacd;
}

.table-container::-webkit-scrollbar-thumb {
  background: #EAAA21;
}

.table-container table {
  width: 100%;
}

.table-container table td,
.table-container table th {
  padding: 12px 15px;
}

.table-container table td:nth-child(1),
.table-container table th:nth-child(1) {
  position: sticky;
  left: 0;
  width: 50px;
  text-align: center;
  z-index: 1;
}

.table-container table td:nth-child(1):after,
.table-container table th:nth-child(1):after {
  display: none;
}

.table-container table td:nth-child(1)::before,
.table-container table th:nth-child(1)::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #bbb;
  right: 0;
  top: 0;
}

.table-container table td:last-child:after,
.table-container table th:last-child:after {
  display: none;
}

.table-container table .company-name {
  display: flex;
  align-items: center;
}

.table-container table .company-name .img-fit {
  height: 32px;
  width: 32px;
  min-width: 32px;
  margin-right: 12px;
  overflow: hidden;
  border-radius: 6px;
}

.table-container table .company-name p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-bottom: 0;
}

.table-container table thead th {
  padding: 15px;
  position: relative;
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
}

.table-container table thead th:first-child {
  left: 0;
  z-index: 5;
}

.table-container table thead th:not(:first-child, :last-child) {
  min-width: 200px;
}

.table-container table thead th:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  background: #bbb;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.table-container table thead th.sm-col {
  width: 110px;
}

.table-container table thead th.big-col {
  min-width: 350px;
}

.table-container table tbody tr:nth-child(odd) {
  background: #f2f3f5;
}

.table-container table tbody tr:nth-child(odd) td:first-child {
  background: #f2f3f5;
}

.table-container table tbody tr:hover {
  background: #e6ebff;
}

.table-container table tbody tr td:first-child {
  background: #fff;
}

.table-container table tbody tr td .table-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-container table tbody tr td .table-actions button {
  font-size: 22px;
  margin: 0 5px;
}

.cs-modal-container {
  position: fixed;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}

.cs-modal-container.show-modal {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

.cs-modal-container .modal-shade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.cs-modal-container .cs-modal {
  padding: 40px;
}

.cs-modal-container .cs-modal .cs-modal-content {
  max-width: 750px;
  margin: 0 auto;
  padding: 20px 30px 30px;
  background: #f9f9f9;
  border-radius: 6px;
}

.cs-modal-container .cs-modal .cs-modal-content .modal_header {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}

.cs-modal-container .cs-modal .cs-modal-content .modal_header .m-title {
  font-weight: 800;
  margin-bottom: 0;
  font-size: 20px;
}

.cs-modal-container .cs-modal .cs-modal-content .modal_header .close-modal {
  font-size: 22px;
  line-height: 1;
  border-radius: 50px;
  background: #eee;
  width: 34px;
  height: 34px;
  color: #7c7c7c;
}

.cs-modal-container .cs-modal.sm-modal {
  margin-top: 50px;
}

.cs-modal-container .cs-modal.sm-modal .cs-modal-content {
  max-width: 485px;
}

body {
  background: #e7e7e7;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  height: 100vh;
  color: #254856;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.ml-auto {
  margin-left: auto;
}

.black {
  font-weight: 900;
}

.bold {
  font-weight: 700;
}

.white-font {
  color: #fff;
}

.img-fit {
  position: relative;
}

.img-fit img,
.img-fit video {
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 100%;
}

.img-contain {
  position: relative;
}

.img-contain img,
.img-contain video {
  object-fit: contain;
  object-position: center;
  -o-object-fit: contain;
  -o-object-position: center;
  width: 100%;
  height: 100%;
}

input[type=text],
select {
  width: 100%;
}

.cs-field .select-contianer {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  border-radius: 6px;
}

.cs-field .select-contianer select {
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px 40px 5px 14px;
  height: 36px;
  background: transparent;
}

.cs-field .select-contianer:after {
  content: "\E900";
  font-family: "certisaas-icons";
  font-size: 20px;
  position: absolute;
  right: 7px;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}

.cs-field.field {
  margin-bottom: 20px;
}

.cs-field.field > label {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.1;
}

.cs-field.field input {
  box-shadow: 7px 7px 20px rgba(18, 17, 53, 0.1);
  border-radius: 7px;
  height: 48px;
  padding: 10px 16px;
  border: 2px solid #fff;
}

.cs-field.field input:not(:-moz-placeholder-shown) {
  border: 2px solid #EAAA21;
  box-shadow: 7px 7px 20px rgba(18, 17, 53, 0.15);
  outline: none;
}

.cs-field.field input:not(:-ms-input-placeholder) {
  border: 2px solid #EAAA21;
  box-shadow: 7px 7px 20px rgba(18, 17, 53, 0.15);
  outline: none;
}

.cs-field.field input:focus,
.cs-field.field input:not(:placeholder-shown) {
  border: 2px solid #EAAA21;
  box-shadow: 7px 7px 20px rgba(18, 17, 53, 0.15);
  outline: none;
}

.cs-field.field input:not([type=checkbox][type=radio]) {
  width: 100%;
}

.cs-field.field + button {
  margin-top: 8px;
}

.cs-field.field .upload {
  box-shadow: 7px 7px 20px rgba(18, 17, 53, 0.1);
  border-radius: 7px;
  height: 48px;
  padding: 10px 16px;
  border: 2px solid #fff;
  position: relative;
  background: #fff;
}

.cs-field.field .upload label {
  cursor: pointer;
  color: #7c7c7c;
  width: 100%;
}

.cs-field.field .upload input {
  top: 0;
  left: 0;
  position: absolute;
  visibility: hidden;
}

.cs-field.field .upload.checked {
  border-color: #EAAA21;
}

.cs-field.field .upload.checked label {
  color: #2b2b2b;
}

.cs-field input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.cs-field input[type=checkbox]:checked {
  background: #EAAA21;
  border-color: #EAAA21;
}

.cs-field input[type=checkbox]:checked:after {
  content: "\E905";
  font-family: "certisaas-icons";
  font-size: 18px;
  color: #fff;
  position: absolute;
}

.cs-btn {
  border: none;
  border-radius: 7px;
  color: #fff;
  font-weight: 700;
  padding: 10px 18px;
  height: 45px;
  transition: all 0.2s ease-in-out;
  min-width: 150px;
}

.cs-btn.sm-btn {
  height: 36px;
  min-width: 100px;
  font-size: 15px;
}

.cs-btn.btn-blue {
  background: #EAAA21;
}

.cs-btn.btn-blue:hover {
  box-shadow: 2px 8px 18px rgba(0, 128, 255, 0.6);
}

.cs-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-pagination .pagination-arrow {
  font-size: 20px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  box-shadow: 0px 4px 8px rgba(43, 43, 43, 0.25);
}

.cs-pagination .pages-list {
  margin: 0 10px;
  display: flex;
  align-items: center;
}

.cs-pagination .pages-list li {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  cursor: pointer;
}

.cs-pagination .pages-list li:hover {
  background: #ddd;
}

.cs-pagination .pages-list li.active {
  background: #EAAA21;
  color: #fff;
  border-radius: 4px;
}

.icon-btn {
  padding: 6px;
  border-radius: 4px;
  font-size: 22px;
  margin-left: 15px;
  box-shadow: 0px 4px 8px rgba(43, 43, 43, 0.25);
}

.icon-btn.active-btn {
  background: #EAAA21;
  color: #fff;
}

