:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@font-face {
  font-family: 'DINPro';
  src: url("fonts/DINPro-Regular.svg#DINPro-Regular") format("svg"), url("fonts/DINPro-Regular.ttf") format("truetype"), url("fonts/DINPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro';
  src: url("fonts/DINPro-Regular_13937 2.eot");
  src: url("fonts/DINPro-Regular_13937 2.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Regular_13937 2.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro';
  src: url("fonts/DINPro-Bold.svg#DINPro-Bold") format("svg"), url("fonts/DINPro-Bold.ttf") format("truetype"), url("fonts/DINPro-Bold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro';
  src: url("fonts/DINPro-Bold_13934.eot");
  src: url("fonts/DINPro-Bold_13934.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Bold_13934.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  src: url("fonts/Oswald-Bold.eot");
  src: url("fonts/Oswald-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Oswald-Bold.svg#Oswald-Bold") format("svg"), url("fonts/Oswald-Bold.ttf") format("truetype"), url("fonts/Oswald-Bold.woff") format("woff"), url("fonts/Oswald-Bold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  height: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  font-family: "DINPro";
  color: #3a5176;
}

*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #e68012;
  font-family: "DINPro";
  color: #e68012;
}

a:hover {
  text-decoration: none !important;
  color: #e68012;
}

li {
  list-style: none;
}

p {
  font-family: "DINPro";
  color: #3a5176;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald";
}

h1 {
  font-size: 3rem;
  color: #e68012;
  font-weight: 900;
}

.container {
  max-width: 1600px;
}

.content-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

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

.site-header {
  padding-bottom: 10px;
}

.navigation-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.navigation-wrapper {
  background-color: #fef9eb;
  padding: 10px 0;
  border-bottom: 1px solid #e5801024;
  position: relative;
}

@media (max-width: 768px) {
  .navigation-wrapper .justify-content-between {
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
  }
}

.menu-wrapper-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
}

.menu-item a {
  font-weight: 900;
}

@media (max-width: 768px) {
  .menu-item a {
    font-size: 14px;
  }
}

.menu-item a:hover {
  transition: all 0.1 ease-in-out;
  color: #c77013;
}

.menu-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .menu-wrapper {
    padding-top: 20px;
  }
}

.admin-link {
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: .5rem .7rem;
}

@media (max-width: 768px) {
  .admin-link {
    font-size: 14px;
  }
}

.admin-link a:hover {
  transition: all 0.1 ease-in-out;
  color: #c77013;
}

.admin-link:before {
  content: " ";
  background: url(images/login-icon.svg) no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
}

.admin-link:last-child {
  padding-right: 0;
}

.log-out-link:before {
  content: " ";
  background: url(images/logout-icon.svg) no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
}

.logo {
  background: url(images/mazars_logo.png) no-repeat;
  background-size: 260px 39px;
  width: 260px;
  height: 39px;
  text-indent: -999999px;
}

@media (max-width: 768px) {
  .logo {
    background-size: contain;
  }
}

.disclaimer-wrapper p {
  margin-bottom: 0;
  font-size: 12px;
  color: #9c9c9c;
}

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

.page-template-country-details {
  overflow: hidden;
}

@media (max-width: 768px) {
  .page-template-country-details {
    overflow: visible;
  }
}

.entry-content-page {
  padding-bottom: 40px;
}

.entry-content-page ul {
  padding-left: 20px;
}

.entry-content-page ul li {
  list-style-type: square;
}

.entry-content-page a {
  text-decoration: underline;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #e68012;
}

.filter-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 600;
  box-shadow: 0 11.1px 10.7px -6px rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
}

@media (max-width: 768px) {
  .sidebar-title {
    padding-top: 15px;
  }
}

.sidebar-title p {
  margin-bottom: 0;
}

.list-wrapper {
  padding: 15px 20px;
  box-shadow: 0 11.1px 10.7px -6px rgba(0, 0, 0, 0.08);
}

.list-wrapper label {
  font-weight: 600;
  font-size: 14px;
  color: #e68012;
}

.list-wrapper-scroll {
  overflow-y: auto;
  max-height: 300px;
}

.list-wrapper-inner {
  padding-left: 20px;
}

.list-wrapper-inner label {
  font-weight: 200;
  font-size: 14px;
  color: #3a5176;
}

.filter-wrapper {
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 20px;
  margin-top: 25px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.139);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #e68012;
}

.list-wrapper-country {
  margin-right: 5px;
}

table {
  box-shadow: 0 11.1px 10.7px -6px rgba(0, 0, 0, 0.08);
  width: 100%;
  border-collapse: collapse !important;
  /* border-radius: 8px; */
  overflow: hidden;
}

@media (max-width: 768px) {
  table {
    font-size: 13px;
  }
}

.custom-control-label::before, .custom-control-label::after {
  top: 8px;
  width: 10px;
  height: 10px;
}

/* .table-striped tbody tr:nth-of-type(odd) td {
  background-color: #fff3e5;
} */

.table td, .table th {
  border-top: 1px solid #fbe9d0;
}

.table-first-row th {
  background-color: #01368e !important;
  color: #fff;
}

.country-title-row {
  text-align: center;
  padding: 80px 0;
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 11.1px 10.7px -6px rgba(0, 0, 0, 0.08);
}

.country-title-row h1 {
  color: #fff;
  z-index: 2;
  position: relative;
}

.country-title-row::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  border-radius: 10px;
}

.contact-person-table-row {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .contact-person-table-row .col-md-12 {
    overflow-x: auto;
  }
}

.table-specs {
  margin-bottom: 40px;
}

.tab-link {
  font-weight: 900;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #e68012;
}

.sidebar-wrapper {
  height: 100%;
}

.sidebar-wrapper .sidebar-inner {
  height: 100%;
}

@media (max-width: 768px) {
  .sidebar-wrapper {
    height: auto;
  }
}

#filter_list {
  position: sticky;
  position: -webkit-sticky;
  top: 10px;
}

#pills-tab {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  padding: 10px 0;
}

.admin-bar #filter_list {
  top: 40px;
}

.admin-bar #pills-tab {
  top: 32px;
  padding: 10px 0;
}

.admin-bar #details_listing #pills-tab {
  top: 0;
  padding: 10px 0;
}

input[type="file"] {
  display: none;
}
.custom-file-upload {
  display: inline-block;
  padding: 6px 30px;
  cursor: pointer;
  background: #e68010;
  font-weight: 600;
  color: #fff;
  border-radius: .25rem;
  margin-bottom: 0;
}

.custom-file-upload:hover {
  background: #c77013;
}

.file-name {
  margin-left: 10px;
}

#loginform {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 35px 30px;
  box-shadow: 0 11.1px 10.7px -6px rgba(0, 0, 0, 0.08);
  border: 1px solid #fbe8d0;
}

#loginform label {
  color: #e68012;
  margin-bottom: 10px;
}

#loginform input {
  padding: 5px;
  border: none;
  background: #f3f3f3;
}

#loginform .login-username {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

#loginform .login-password {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

#loginform .login-submit {
  text-align: center;
}

#loginform .login-submit [type=reset], #loginform .login-submit [type=submit], #loginform .login-submit button, #loginform .login-submit html [type=button] {
  -webkit-appearance: none;
  border: none;
  background: #e68012;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 5px 30px;
  font-weight: 700;
}

#loginform .login-submit [type=reset]:hover, #loginform .login-submit [type=submit]:hover, #loginform .login-submit button:hover, #loginform .login-submit html [type=button]:hover {
  background: #c77013;
  cursor: pointer;
}

.admin-tabel {
  margin-bottom: 60px;
}

.admin-tabel table {
  margin-bottom: 20px;
}

.admin-tabel table tbody {
  border: 2px solid #fbe9d0;
}

.admin-tabel table tbody tr th {
  background: #fef9ec;
  padding: 10px;
  color: #3a5176;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #fbe9d0;
  max-width: 400px;
}

.btn-home {
  display: inline-block;
  padding: 6px 30px;
  cursor: pointer;
  background: #e68010;
  font-weight: 600;
  color: #fff;
  border-radius: .25rem;
  margin-bottom: 0;
}

.btn-home:hover {
  background: #c77013;
  color: #fff;
}

.error-404 {
  padding: 60px 0;
}

.error-404 h1 {
  padding-bottom: 20px;
}

.admin-tabel table tbody tr td {
  padding: 10px 15px;
  border: 1px solid #fbe9d0;
  max-width: 400px;
}

.admin-tabel table tbody tr .jscolor {
  -webkit-box-shadow: inset 0px 0px 0px 10px #fff;
  -moz-box-shadow: inset 0px 0px 0px 10px #fff;
  box-shadow: inset 0px 0px 0px 10px #fff;
}

.admin-tabel table tbody tr td[disabled=disabled], .admin-tabel table tbody tr td:disabled {
  cursor: not-allowed;
}

.admin-tabel table, .admin-tabel td, .admin-tabel th {
  border: 1px solid #3a51761f;
}

.admin-tabel .cta_btn {
  cursor: pointer;
}

.admin-tabel .add_btn {
  -webkit-appearance: none;
  border: none;
  background: #e68012;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 5px 30px;
  font-weight: 700;
}

.admin-tabel .add_btn:hover {
  transition: all 0.1s ease-in-out;
  background: #c77013;
}

.admin-tabel #save_country {
  color: #6ac123;
  background: #b7f782;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

.admin-tabel #save_country:hover {
  transition: all 0.1s ease-in-out;
  color: #54a016;
  background: #95da5c;
}

.admin-tabel #cancel_country {
  color: #a13030;
  background: #ffefef;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

.admin-tabel #cancel_country:hover {
  transition: all 0.1s ease-in-out;
  color: #a13030;
  background: #f9d1d1;
}

.admin-tabel .edit_btn {
  background: #f9f9f9;
  color: #dadada;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

.admin-tabel .edit_active {
  color: #FFF !important;
  background: #95da5c !important;
}

.admin-tabel .edit_active:hover {
  transition: all 0.1s ease-in-out;
  color: #54a016 !important;
}

.admin-tabel .add_btn_row {
  background: #fcfff4;
  color: #b0de44;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  border-radius: 0;
}

.admin-tabel .add_btn_row:hover {
  transition: all 0.1s ease-in-out;
  color: #8fbf1f;
  background: #f3fdd8;
}

.admin-tabel .delete_btn {
  color: #dc4d4d;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

.admin-tabel .delete_btn:hover {
  transition: all 0.1s ease-in-out;
  color: #a13030;
  background: #ffefef;
}

.admin-tabel .select2-container, .admin-tabel .select2-drop, .admin-tabel .select2-search, .admin-tabel .select2-search input {
  width: 100% !important;
  max-width: 300px;
  margin-bottom: 15px;
}

.admin-tabel .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #3a5176;
  font-weight: 600;
}

.admin-tabel .select2-container .select2-selection--single {
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.admin-tabel .select2-container--default .select2-selection--single {
  background-color: #fef9ec;
  border: 1px solid #e68012;
  border-radius: 0;
}

.admin-tabel .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

.admin-tabel .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #3a5176 transparent transparent transparent;
}

.admin-tabel .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
}

.admin-tabel .title-row {
  padding-bottom: 15px;
}

#pills-tab {
  margin-bottom: 50px !important;
}

.select2-search input {
  min-height: auto !important;
  max-height: 27px;
}

.left_aligned {
  text-align: left !important;
}

.error-message {
  text-align: center;
  color: #dc4d4d;
  font-weight: 900;
}

.pdf-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .pdf-row {
    flex-direction: column;
    text-align: center;
  }
}

.pdf-row #pdf-download-btn {
  font-weight: 600;
  align-items: center;
  padding: .5rem .7rem;
  display: none;
}

@media (max-width: 768px) {
  .pdf-row #pdf-download-btn {
    font-size: 14px;
    max-width: fit-content;
  }
}

.pdf-row #pdf-download-btn:hover {
  transition: all 0.1 ease-in-out;
  color: #c77013;
  cursor: pointer;
}

.pdf-row #pdf-download-btn:before {
  content: " ";
  background: url(images/pdf-icon.svg) no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
  float: left;
}

.subfilters {
  display: none;
}

.intro {
  position: relative;
  height: 100%;
}

.t-center {
  text-align: center;
}

.compare-list-btn-link {
  padding: 5px 15px 6px 15px;
  text-transform: uppercase;
  font-weight: 900;
  border-radius: .25rem;
  background-color: #e68012;
  color: #fff;
  font-size: 18px;
}

.compare-list-btn-link:hover {
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  background: #c77013;
  color: #fff;
}

.home-info-box {
  background: url(images/mazars_map.png) no-repeat;
  background-size: 150%;
  background-position: center center;
  padding: 60px 20px;
  box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 0 auto;
  max-width: 500px;
  margin-bottom: 60px;
}

.home-info-box h5 {
  margin-bottom: 30px;
}

#details_listing_wrapper {
  height: 100%;
}

#details_listing {
  max-height: 82vh;
  overflow-y: auto;
  padding-bottom: 20px;
  padding-right: 25px;
}

@media (max-width: 768px) {
  #details_listing {
    max-height: 100%;
    overflow-y: visible;
  }
  #details_listing .col-md-12 {
    overflow-x: auto;
  }
}

.left_heads {
  background-color: #ffffff;
}

thead {
  display: table-row-group !important;
}

@page {
  size: A4;
}

@media print {
  html, body {
    width: 210mm;
    height: 297mm;
  }
}

thead {
  display: table-header-group;
  break-inside: avoid;
}

tbody {
  page-break-inside: avoid !important;
}

body {
  -webkit-print-color-adjust: exact !important;
}

.table_desc {
  padding-top: 20px;
  page-break-before: always;
}

@page {
  margin-bottom: 15mm;
}

.print-wrapper {
  display: none;
}

.media-print-el-text {
  display: none;
}

@media print {
  #hidden_tbl {
    display: block;
  }
  #pills-tab {
    display: none;
  }
  body {
    -webkit-print-color-adjust: exact !important;
  }
  #details_listings {
    height: 100%;
    max-height: 100%;
  }
  .media-print-el-text {
    display: block;
  }
  .print-wrapper {
    display: flex;
    align-items: center;
  }
  .media-print-el {
    height: 40px;
    width: 400px;
    display: block;
  }
  .media-print-el::before {
    content: url("data:image/png;base64,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");
  }
  .country-title-row {
    padding: 10px 0;
    font-size: 30px;
  }
  .country-title-row::before {
    background: none !important;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    -webkit-print-color-adjust: exact;
  }
}

body:not(.logged-in) .hide-login {
  display: none !important;
}

.delete_btn{
  position: relative;
  min-width: 45px;
}

.delete_btn:after{
  position: absolute;
  content: "\f00d";
  font-family: 'Font Awesome\ 5 Free'; 
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.delete_btn.delete_active:after{
  content: "\f00c";
  font-family: 'Font Awesome\ 5 Free'; 
  color: #54a016;
}

.cta_holder {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 11.1px 10.7px 12px rgba(0, 0, 0, 0.08);
}

.admin-tabel .edit_btn {
  -webkit-appearance: none;
  border: none;
  color: #9e9e9e;
  background: #e2e2e2;
  border: none;
  border-radius: 4px;
  padding: 5px 30px;
  font-weight: 700;
  margin-left: 10px;
  font-size: 16px;
}

.admin-tabel .global_delete_btn {
  -webkit-appearance: none;
  border: none;
  color: #9e9e9e;
  background: #e2e2e2;
  border: none;
  border-radius: 4px;
  padding: 5px 30px;
  font-weight: 700;
  margin-left: 10px;
  font-size: 16px;
}

.admin-tabel .global_delete_active {
  color: #FFF !important;
  background: #95da5c !important;
}

.admin-tabel .global_delete_active:hover {
  color: #dc4d4d !important;
}

.admin-tabel .remove_btn {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #ffff;
  background: #dc4d4d;
}

.admin-tabel .remove_btn:hover {
  transition: all 0.1s ease-in-out;
  color: #ffff;
  background: #ad3434;
}

.admin-tabel .remove_btn_complex {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #ffff;
  background: #dc4d4d;
}

.admin-tabel .remove_btn_complex:hover {
  transition: all 0.1s ease-in-out;
  color: #ffff;
  background: #ad3434;
}

button[disabled]:hover {
  cursor: not-allowed !important;
}

.light{
  background: #fffdf8 !important;
}

.empty_actions{
  background: #f3f3f3;
}

/* FILES TAB */

.add_new_file{
  -webkit-appearance: none;
  border: none;
  background: #e68012;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 5px 30px;
  font-weight: 700;
}

.add_new_file:hover {
  transition: all 0.1s ease-in-out;
  background: #c77013;
}

.edit_save_files, .delete_files{
  -webkit-appearance: none;
  border: none;
  color: #9e9e9e;
  background: #e2e2e2;
  border: none;
  border-radius: 4px;
  padding: 5px 30px;
  font-weight: 700;
  margin-left: 10px;
  font-size: 16px;
}

.edit_file_active {
  color: #FFF !important;
  background: #95da5c !important;
}

.edit_file_active:hover{
  transition: all 0.1s ease-in-out;
  color: #54a016 !important;
}

.delete_files_active {
  color: #FFF !important;
  background: #95da5c !important;
}

.delete_files_active:hover {
  color: #dc4d4d !important;
}

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

.upload_info h3{
  color: #ff0000;
  font-family: "DINPro";
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

.upload_info h3 span{
  font-weight: 700;
}

body:not(.logged-in) #country-fees-tab {
    display: none !important;
}

/* .submit_upload{
  display: none;
} */