@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("loadersmall.css");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  background: url("../../bg.jpg") no-repeat right fixed;
  background-size: cover;
  font-weight: 400;
}

.app {
  padding: 2em 0;
}
.appMain {
  height: calc(100% - 100px);
}
.wrapper_app_content {
  height: 100%;
}
.main_wrapper_app .appwrapper {
  position: relative;
  width: 82%;
  flex: 0 0 82%;
  max-width: 1500px;
}
.wrapper_side_content {
  width: 100%;
}
.wrapper_side {
  flex: 0 0 18%;
  width: 18%;
  max-width: 340px;
}
.content_style {
  border-radius: 8px;
  padding: 1em;
  background: rgb(68 68 68 / 78%);
  box-shadow: 0 8px 32px 0 rgb(0 0 0);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
}

.menu_list {
  position: relative;
  margin: 0 0 2em;
}
.menu_list h5 {
  color: #fff;
  font-size: 1.15em;
}
.page_button {
  position: relative;
  background: #212529;
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
  margin-right: 5px;
  color: #fff !important;
  border-radius: 8px;
  width: 100%;
  display: block;
  text-align: left;
  padding: 0.5em 2em;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #000;
}
.page_button.active {
  background: orange;
}
.page_button:not(.active):hover {
  background: #555;
}

.btn-default:hover {
  background: #e4a846 !important;
}
.statu {
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 100px;
}
.statu.rejected {
  background: red;
  color: #fff;
}
.statu.approved {
  background: #00b316;
  color: #fff;
}
.statu.pending {
  color: #fff;
  background: #e4a846;
}
.wrapper_title {
  padding: 0.5em;
  margin: 0 0 0.5em;
  border-radius: 3px;
  background: #e4a846;
  font-weight: 600;
  color: #000;
}
.tab_wrapper {
  position: relative;
  margin-bottom: 2em;
  padding-left: 1em;
}
.tab_wrapper::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  margin: 1em 0 0;
  position: relative;
  background: linear-gradient(45deg, transparent, #e4a846, transparent);
}
.translation_edit h6 {
  color: #fff;
}
.theme--light.v-text-field > .v-input__control > .v-input__slot:before {
  border-color: rgb(195 195 195 / 40%) !important;
}

.v-navigation-drawer__content::-webkit-scrollbar {
  width: 6px;
}
.v-navigation-drawer__content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.v-navigation-drawer__content::-webkit-scrollbar-thumb {
  background: #c7c7c7;
}
.v-navigation-drawer__content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.turnback {
  color: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  background: rgb(0 0 0 / 18%);
  width: 35px;
  height: 35px;
  display: inline-block;
  outline: none !important;
  transition: all 0.2s ease-in;
}
.turnback:hover {
  background: rgb(0 0 0 / 85%);
}

.links a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-left: 10px;
}
.links a:first-child {
  margin-left: 0;
}
.links a:hover {
  color: #2c3034;
}
.links a i {
  font-size: 20px;
}

.footer_wrapper span {
  font-weight: 500;
  color: #e9e9e9;
  text-align: center;
  display: block;
}

table th,
table td {
  font-size: 12px;
  border: none;
  font-weight: 500;
  border-top: none !important;
}

.wrapper_edit {
  position: relative;
}
.wrapper_edit h5 {
  color: #fff;
  padding: 0 1em;
}
.translation_edit {
  position: relative;
}
.translation_edit .formElement {
  width: 100%;
  padding: 0.8em 1em;
  border: none;
  border-radius: 2px;
  font-size: 13px;
  background: #fff;
  color: #000;
  font-weight: 500;
  outline: none;
}
.translation_edit textarea.formElement {
  min-height: 150px;
}
.wrapper_control {
  margin: 0.5em 0;
}
.translation_edit {
  position: relative;
  max-width: 70%;
  margin: auto;
  padding: 1em 0;
}

.wrapper_panel_menu {
  padding: 1em 0;
}

.new_notify {
  position: absolute;
  background: #ff4343;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px !important;
  font-weight: 600;
  font-size: 12px;
  z-index: 2;
  display: block;
  border-radius: 10px;
  right: 16px;
  text-align: center;
}
