@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://use.typekit.net/ncs0uqv.css");
/* ---------------------------------- System Colors ----------------------------------  */
.text-warning {
  color: #ff9966 !important;
}

/* ---------------------------------- HTML5 Tags ----------------------------------  */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* ---------------------------------- Form Error ---------------------------------- */
label.error {
  display: none !important;
  visibility: hidden !important;
}

select.error, input[type=text].error, input[type=password].error, input[type=email].error, input[type=tel].error, textarea.error, button.error {
  border: solid 1px #D14646;
}

.errormsg {
  font-weight: normal;
  color: #FFFFFF;
  background-color: #D14646;
  padding: 5px 15px;
  line-height: 20px;
  white-space: nowrap;
}
.errormsg .arrow {
  display: none;
  z-index: 1;
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #D14646;
}

/* ---------------------------------- Main ---------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  font-family: "proxima-nova";
  font-size: 16px;
  color: #000;
  border: 0;
  margin: 0;
  padding: 0;
}
body:after {
  content: "desktop";
  display: none;
}

@media (max-width: 992px) {
  body:after {
    content: "tablet";
  }
}
@media (max-width: 768px) {
  body:after {
    content: "tablet";
  }
}
@media (max-width: 576px) {
  body:after {
    content: "mobile";
  }
}
@media (max-width: 320px) {
  body:after {
    content: "mobile";
  }
}
.left {
  float: left;
}

.right {
  float: right;
}

.clr {
  clear: both;
}

.point {
  cursor: pointer;
}

.anchor {
  padding-top: 40px;
  margin-top: -40px;
}

.border {
  border: solid 1px #D14646;
}

*:focus {
  outline: none !important;
}

.container {
  max-width: 1200px;
}

/* ---------------------------------- H1, H2, H3 ---------------------------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: 600;
  color: #07B679;
  overflow: hidden;
  text-overflow: ellipsis;
}

h1, .h1 {
  font-size: 35px;
  margin-bottom: 10px;
}

h2, .h2 {
  font-size: 22px;
  font-weight: 400;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 14px;
}

@media (max-width: 576px) {
  h1, .h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 24px;
  }
}
/* ---------------------------------- Breadcrumb ---------------------------------- */
.breadcrumb {
  padding: 0;
  background-color: transparent;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb .divider img {
  margin-top: -4px;
}
.breadcrumb .active {
  color: #000;
  text-decoration: underline;
}

/* ---------------------------------- Helper ---------------------------------- */
.helper {
  color: #b7b7b7;
  font-size: 12px;
}

/* ---------------------------------- Helpbox ---------------------------------- */
.helpbox {
  cursor: pointer;
  color: #07B679;
  position: absolute;
  margin-top: -2px;
  margin-left: 5px;
  font-size: 20px;
}

/* ---------------------------------- Form Input ---------------------------------- */
.FormInput, .modal form input, .form input {
  border-color: #232744;
  color: #232744;
}
.FormInput:focus, .modal form input:focus, .form input:focus {
  color: #232744;
  border-color: #232744;
  box-shadow: none;
}

/* ---------------------------------- Input ---------------------------------- */
::-moz-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}
::placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

::-webkit-input-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

:-moz-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

input[type=button], input[type=submit] {
  border-radius: 0;
}

textarea {
  resize: none;
}

input[type=tel], input[type=email], input[type=number], input[type=text], input[type=password], input[type=search], textarea {
  border-radius: 2px !important;
  border-color: #232744 !important;
}

input.focus, input:focus, input.active.focus, input.active:focus, input.form-control:focus, textarea.focus, textarea:focus, textarea.active.focus, textarea.active:focus, textarea.form-control:focus, .btn.focus, .btn:focus, .btn.active.focus, .btn.active:focus, .btn.form-control:focus {
  border-color: #07B679;
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.form-control {
  border-radius: 0px 0px 0px 0px !important;
}
.form-control:-moz-read-only {
  background-color: #e9ecef !important;
}
.form-control:read-only {
  background-color: #e9ecef !important;
}

.input-group .input-group-text {
  border-radius: 2px 0px 0px 2px !important;
  background-color: #fff;
  border-color: #232744;
  font-size: 11px;
}
.input-group .input-group-text .material-icons {
  font-size: 15px;
}

/* ---------------------------------- Checkbox ---------------------------------- */
input[type=checkbox] {
  width: 13px;
  height: 13px;
  margin: 3px 0 0 3px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
}
input[type=checkbox]:after {
  border: solid 1px #232744;
  margin: -1px 0 0 -2px;
  height: 15px;
  width: 15px;
  font-size: 13px;
  line-height: 14px;
  background: #fff;
  content: "";
  text-align: center;
  position: absolute;
  cursor: pointer;
}
input[type=checkbox]:checked:after {
  background: #07B679;
  content: "✓";
  color: #fff;
}
input[type=checkbox]:disabled:after {
  background: lightgray !important;
  border-color: lightgray !important;
}

.checkbox label {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.checkbox label input[type=checkbox] {
  margin-right: 8px;
  cursor: pointer;
}

/* ---------------------------------- Radio ---------------------------------- */
input[type=radio] {
  cursor: pointer;
}
input[type=radio]:after {
  border: 1px solid #232744;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  top: -2px;
  left: -2px;
  background-color: #fff;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
}
input[type=radio]:checked:after {
  background-color: #07B679;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  top: -2px;
  left: -2px;
  border: 0px solid white;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
}

.radio label {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.radio label input[type=radio] {
  margin-right: 8px;
  cursor: pointer;
}

.form-check-label {
  cursor: pointer;
}

@media (max-width: 576px) {
  input[type=radio]:after {
    top: -2px;
    left: -1px;
  }
  input[type=radio]:checked:after {
    top: -2px;
    left: -1px;
  }
}
/* ---------------------------------- Select ---------------------------------- */
select.focus, select:focus, select.active.focus, select.active:focus, select:active.focus, select:active:focus, select.form-control:focus {
  border-color: #232744;
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.select2-selection {
  min-height: 40px !important;
}

.select2-selection--multiple .select2-search__field {
  width: auto !important;
  height: 22px !important;
  margin-top: 8px !important;
}

.select2-selection__arrow {
  height: 40px !important;
}

.select2-selection--single {
  border-radius: 2px !important;
}
.select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
}

.select2-selection--single, .select2-selection--multiple {
  border-color: #232744 !important;
}
.select2-selection--single.focus, .select2-selection--single:focus, .select2-selection--single.active.focus, .select2-selection--single.active:focus, .select2-selection--single:active.focus, .select2-selection--single:active:focus, .select2-selection--single.form-control:focus, .select2-selection--multiple.focus, .select2-selection--multiple:focus, .select2-selection--multiple.active.focus, .select2-selection--multiple.active:focus, .select2-selection--multiple:active.focus, .select2-selection--multiple:active:focus, .select2-selection--multiple.form-control:focus {
  border-color: #232744 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-image: linear-gradient(#232744, #232744);
  color: #fff;
}

.select2-close-mask {
  z-index: 2099;
}

.select2-dropdown {
  z-index: 3051;
}

/* ---------------------------------- Datepicker ---------------------------------- */
.daterangepicker {
  left: 0;
  top: 0;
  margin: 0;
}
.daterangepicker .in-range {
  background-color: #ff9966 !important;
  color: #000 !important;
}
.daterangepicker .today {
  background-color: #07B679 !important;
  color: #fff !important;
}
.daterangepicker .start-date, .daterangepicker .end-date {
  background-color: #07B679 !important;
  color: #fff !important;
}
.daterangepicker .btn {
  font-size: 12px !important;
}
.daterangepicker .btn-primary {
  background-color: #07B679;
  color: #fff;
  border-color: #07B679;
}
.daterangepicker .btn-primary:hover, .daterangepicker .btn-primary:active, .daterangepicker .btn-primary:focus {
  opacity: 0.7;
  background-color: #fff;
  color: #07B679;
  border-color: #07B679;
}

.datepicker, .datepicker-notbeforetoday, .daterangepicker {
  z-index: 1600 !important;
}
.datepicker:hover, .datepicker-notbeforetoday:hover, .daterangepicker:hover {
  cursor: pointer;
}

.ui-widget-header {
  background-color: transparent !important;
  border: none !important;
}
.ui-datepicker {
  z-index: 9;
  font-size: 16px;
}
.ui-datepicker-calendar {
  font-size: 12px !important;
}
.ui-datepicker-month {
  font-size: 12px !important;
}
.ui-datepicker-year {
  font-size: 12px !important;
}
.ui-datepicker-title {
  background-color: transparent !important;
}
.ui-datepicker-next, .ui-datepicker-prev {
  border: none;
}
.ui-datepicker-next-hover, .ui-datepicker-prev-hover {
  cursor: pointer;
  border: none !important;
  top: 2px !important;
}
.ui-datepicker-prev-hover {
  left: 2px !important;
}
.ui-datepicker-next-hover {
  right: 2px !important;
}
.ui-state-default {
  padding: 5px !important;
  border-radius: 5px !important;
  background-color: transparent !important;
  border: none !important;
  text-align: center !important;
}
.ui-state-highlight {
  background-color: #07B679 !important;
  border-color: #07B679 !important;
  color: #fff !important;
}
.ui-state-active {
  background-color: #07B679 !important;
  border-color: #07B679 !important;
  color: #fff !important;
}

/* ---------------------------------- Buttons ---------------------------------- */
.btn-extra:hover, .btn-extra:active, .btn-extra:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-selected {
  text-decoration: none;
  cursor: pointer;
  color: #07B679 !important;
  border-color: #07B679 !important;
  background-color: #FFFFFF !important;
  opacity: 1 !important;
}

.btn {
  padding: 10px 40px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  border-width: 1px;
  position: relative;
}
.btn .bi {
  padding-right: 10px;
}
.btn-custom {
  margin-right: 15px;
  padding: 5px 40px;
}
.btn-small {
  padding: 2px 30px !important;
}
.btn-medium {
  padding: 4px 20px !important;
}
.btn-primary {
  background-color: #07B679;
  border-color: #07B679;
  color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  border-color: #07B679 !important;
  color: #07B679 !important;
}
.btn-secondary {
  background-color: #232744;
  border-color: #232744;
  color: #FFFFFF;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #fff !important;
  border-color: #232744 !important;
  color: #232744 !important;
}
.btn-extra {
  background-color: #ff9966;
  border-color: #ff9966;
  color: #FFFFFF;
}
.btn-extra:hover, .btn-extra:active, .btn-extra:focus {
  background-color: #fff !important;
  border-color: #ff9966 !important;
  color: #ff9966 !important;
}
.btn-link {
  color: #232744;
  padding: 0px !important;
  margin: 0px !important;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  text-decoration: none;
  color: #232744;
}
.btn:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.btn.focus, .btn:focus, .btn.active.focus .btn.active:focus, .btn:active.focus, .btn:active:focus {
  outline: none !important;
  box-shadow: none;
}

@media (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .btn {
    font-size: 18px;
    padding: 10px 40px;
    margin: 15px 0 0 0 !important;
  }
}
/* ---------------------------------- Alert ---------------------------------- */
.alert {
  border-radius: 0;
  border: 0;
  margin: 0;
  margin-bottom: 30px;
}
.alert .bi {
  font-size: 40px;
}
.alert-headline {
  font-weight: 600;
  font-size: 20px;
}
.alert-danger {
  color: #D14646;
}

@media (max-width: 576px) {
  .alert .bi {
    font-size: 30px;
  }
}
/* ---------------------------------- Spinner ---------------------------------- */
.spinner-border {
  color: #07B679;
}

/* ---------------------------------- Login ---------------------------------- */
.login {
  background-color: #fff;
  border: solid 6px rgba(205, 205, 205, 0.5);
  border-radius: 4px;
  margin: 60px 0;
  padding: 40px;
}
.login-logo {
  margin: 15px 0;
  text-align: center;
}
.login-logo img {
  max-width: 180px;
  margin: auto;
}
.login h1 {
  color: #000;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 766px) {
  .login {
    padding: 10px;
    border: none;
    margin-top: 0px;
  }
}
.form-group {
  margin: 5px 0 15px 0;
}

/* ---------------------------------- Modal ---------------------------------- */
.modal-body-nopad {
  padding-top: 0 !important;
}
.modal-header {
  padding: 0px auto !important;
  color: #fff;
  border-radius: 0;
  background-color: #232744 !important;
}
.modal-header h2 {
  font-size: 25px;
}
.modal-header .close {
  font-size: 20px;
  margin-top: 5px;
}
.modal-content {
  font-size: 16px;
  border: solid 8px #232744 !important;
  color: #000 !important;
}
.modal-footer {
  border-radius: 0;
  background-color: #232744 !important;
  border-color: #232744;
}
.modal-footer .btn-link {
  color: #fff;
  padding: 0;
  margin-right: 30px;
  text-decoration: none !important;
}
.modal-footer .btn-link:hover {
  text-decoration: underline;
  color: #fff;
}
.modal hr {
  margin-bottom: 10px;
}

@media (max-width: 766px) {
  .modal-body {
    padding-top: 10px;
  }
}
a {
  text-decoration: none;
}

hr {
  color: #505050;
  height: 1px;
  margin: 0;
  padding: 0;
}

/* ---------------------------------- Header ---------------------------------- */
header {
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
  background-color: #232744;
  width: 100%;
  height: 70px;
  color: #fff;
}
header .logo {
  display: inline-block;
}
header .title {
  display: inline-block;
  margin-left: 30px;
  font-size: 14px;
  color: #fff;
}
header .name {
  display: inline;
  vertical-align: middle;
  margin-right: 5px;
}
header .name-text {
  display: inline-block;
  vertical-align: middle;
}
header .name-icon {
  display: inline-block;
  vertical-align: middle;
}
header .dropdown {
  display: inline-block;
  cursor: pointer;
  margin: 0;
}
header .dropdown-item {
  font-size: 14px;
}
header .dropdown-item:hover, header .dropdown-item:active {
  background-color: #f8f8f8;
  color: #000;
}
header .dropdown-item:active {
  opacity: 0.7;
}
header .dropdown .btn-link {
  padding: 0;
  margin-top: 0;
}
header .dropdown-toggle.noarrow .bi {
  font-size: 30px;
  color: #07B679;
}
header .dropdown-toggle.noarrow:hover .bi {
  color: #07B679;
}
header .dropdown .bi {
  width: 18px;
  height: 22px;
}

@media (max-width: 766px) {
  header .name {
    text-align: right;
  }
}
/* ---------------------------------- Card tile ---------------------------------- */
.card {
  margin-top: 30px !important;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #232744;
}
.card:hover {
  transform: scale(1.025, 1.025);
  color: #07B679;
}
.card:hover .card-next i {
  color: #07B679;
}
.card:hover .card-text {
  color: #07B679;
}
.card:hover .card-watermark {
  color: #232744;
}
.card-watermark {
  color: #07B679;
  position: absolute;
  right: -100px;
  bottom: -180px;
  font-size: 300px;
  opacity: 0.08;
  transform: rotate(-25deg);
}
.card-media {
  font-size: 80px;
}
.card-title {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.card-text {
  font-size: 1rem;
  margin-bottom: 0;
  color: #232744;
}
.card-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.card-next {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 100%;
  line-height: 1;
  padding: 0.25rem;
  background-color: rgba(35, 39, 68, 0.15);
}
.card-next i {
  font-size: 1.5rem;
  color: #07B679;
}

/* ---------------------------------- Upload ---------------------------------- */
.uploadArea {
  width: 100%;
  height: 200px;
  background-size: 40px;
  opacity: 0.5;
  position: relative;
  border: 2px dashed #232744;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='bi bi-upload' viewBox='0 0 16 16'%3E%3Cpath d='M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z'/%3E%3Cpath d='M7.646 1.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 2.707V11.5a.5.5 0 0 1-1 0V2.707L5.354 4.854a.5.5 0 1 1-.708-.708l3-3z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.uploadArea input {
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  cursor: pointer;
}
.uploadArea-text {
  position: absolute;
  z-index: -1;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.uploadArea-text-top {
  top: 25px;
}
.uploadArea-text-bottom {
  bottom: 25px;
}
.uploadArea:hover, .uploadArea.dragging {
  filter: invert(30%) sepia(91%) saturate(1078%) hue-rotate(88deg) brightness(92%) contrast(106%);
}

.uploadPreview-file {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  font-size: 14px;
  background-color: #f0f0f0;
  padding: 5px 8px;
  margin: 5px 5px 5px 0;
  border-radius: 6px;
}
.uploadPreview-file-icon {
  margin-right: 5px;
}
.uploadPreview-file:hover {
  box-shadow: 0px 0px 5px #ddd;
}

/* ---------------------------------- Breadcrumb ---------------------------------- */
.breadcrumb {
  color: #232744;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: solid 1px #E8E8E8;
  padding: 0 0 20px 0;
  background-color: transparent;
}
.breadcrumb a {
  color: #232744;
  opacity: 1;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb .active {
  color: #07B679;
}

/* ---------------------------------- Document ---------------------------------- */
.document {
  /* Confirm */
}
.document.confirm {
  padding-top: 30px;
}
.document.confirm .bi {
  font-size: 60px;
  color: #07B679;
}

/* ---------------------------------- Datatable ---------------------------------- */
.dataTables_filter {
  color: #232744 !important;
}
.dataTables_filter input[type=search] {
  border: solid 1px #232744 !important;
  text-indent: 10px;
  line-height: 30px;
  height: 30px;
  margin-bottom: 15px;
}
.dataTables_filter input[type=search].focus, .dataTables_filter input[type=search]:focus, .dataTables_filter input[type=search].active.focus, .dataTables_filter input[type=search].active:focus, .dataTables_filter input[type=search].form-control:focus {
  border-color: #07B679 !important;
}
.dataTables_filter input[type=search]::-moz-placeholder {
  opacity: 1;
}
.dataTables_filter input[type=search]::placeholder {
  opacity: 1;
}

.sorting_1 {
  background-color: #f8f8f8;
}

/* ---------------------------------- Accordion ----------------------------------  */
.accordion --bs-accordion-btn-icon {
  fill: #fff !important;
}
.accordion-item {
  border: solid 1px rgba(35, 39, 68, 0.15) !important;
  margin-bottom: 15px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.accordion-button {
  background-color: rgba(35, 39, 68, 0.1) !important;
  font-weight: bold;
  color: #232744 !important;
  padding-left: 10px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.accordion-button img {
  width: 30px;
  margin-top: -5px !important;
  margin-right: 10px;
}
.accordion-button.collapsed {
  background-color: #fff !important;
  color: #232744;
  color: #232744 !important;
  font-weight: bold;
}
.accordion-footer {
  background-color: rgba(35, 39, 68, 0.1) !important;
  font-weight: bold;
  color: #232744 !important;
  padding: 20px;
}

/* ---------------------------------- Footer ----------------------------------  */
footer {
  font-size: 12px;
  color: #232744;
  padding: 0px 0 20px 0;
}
footer a, footer a:hover {
  color: #232744;
  text-decoration: none;
}
footer .supFooter {
  padding: 20px 0;
  background-color: #232744;
  margin: 50px 0 20px 0;
}
footer .supFooter a, footer .supFooter a:hover {
  color: #fff;
  text-decoration: none;
}
footer .header {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
footer .logo {
  display: inline-table;
  vertical-align: middle;
}
footer .logo img {
  max-width: 100px;
}
footer .name {
  display: inline-table;
  vertical-align: middle;
  margin-left: 30px;
  color: #232744;
  font-size: 17px;
  font-weight: 600;
}
footer hr {
  margin: 15px 0;
  background-color: rgba(255, 255, 255, 0.3137254902);
}

@media (max-width: 766px) {
  footer {
    padding-top: 30px;
  }
  footer ul {
    margin-top: 20px;
    padding-left: 15px;
  }
  footer ul li {
    margin-left: 0px;
    padding-bottom: 5px;
  }
  footer ul li a, footer ul li a:hover {
    color: #5F809A;
  }
}