/* Fonts */
@font-face {
  font-family: 'SFCompactRounded';
  src: url('font/SFCompactRounded-Thin.woff2') format('woff2'),
      url('font/SFCompactRounded-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'SFCompactRounded';
  src: url('font/SFCompactRounded-Ultralight.woff2') format('woff2'),
      url('font/SFCompactRounded-Ultralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'SFCompactRounded';
  src: url('font/SFCompactRounded-Light.woff2') format('woff2'),
      url('font/SFCompactRounded-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'SFCompactRounded';
  src: url('font/SFCompactRounded-Regular.woff2') format('woff2'),
      url('font/SFCompactRounded-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'SFCompactRounded';
  src: url('font/SFCompactRounded-Medium.woff2') format('woff2'),
      url('font/SFCompactRounded-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'SFCompactRounded';
  src: url('font/SFCompactRounded-Semibold.woff2') format('woff2'),
      url('font/SFCompactRounded-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'SFCompactRounded';
  src: url('font/SFCompactRounded-Bold.woff2') format('woff2'),
      url('font/SFCompactRounded-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'SFCompactRounded';
  src: url('font/SFCompactRounded-Heavy.woff2') format('woff2'),
      url('font/SFCompactRounded-Heavy.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'SFCompactRounded';
  src: url('font/SFCompactRounded-Black.woff2') format('woff2'),
      url('font/SFCompactRounded-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

/* Main Styles */
body {
  font-family: 'Helvetica', 'Arial', sans-serif;
  background: rgba(19, 19, 19, 1);
  margin: 0;
}

body.register,
body.login {
  background: url('../images/back.svg') center top no-repeat rgba(19, 19, 19, 1);
}

body.overflow {
  overflow: hidden;
}

.majority {
  float: right;
}

a {
  text-decoration: none;
}

a.brand {
  font-size: 22px;
}

.py-4 {
  margin-bottom: 70px;
}

h3 {
  margin: 30px 0;
  color: white;
  font-size: 18px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

#select.hidden {
  display: none !important;
}

.alert-error {
  background: red;
  color: white;
}

.bg-white {
  background-color: transparent !important;
  padding: 20px 0;
  box-shadow: none !important;
}

.main-content {
  position: relative;
}

.navbar-nav {
  align-items: center;
}

.nav-item div {
  font-size: 13px;
  font-weight: 600;
  color: white;
  margin-right: 30px;
}

.nav-link {
  padding: 13px 18px;
  background: rgba(19, 19, 19, 1);
  border-radius: 14px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.nav-link span {
  color: white;
  margin-right: 5px;
}


.nav-link:hover, 
.nav-link:focus {
  color: white;
}

.navbar-brand {
  font-size: 22px;
  color: white;
  font-weight: 500;
  line-height: 26px;
}

.navbar-brand:hover {
  color: white;
}

.navbar-brand span {
  color: rgba(88, 251, 238, 1);
}

.logo {
  width: 42px;
  height: 42px;
  background: url('../images/logo.svg') center no-repeat;
}

.close-button {
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 25px;
  width: 26px;
  height: 26px;
  background: url('../images/close.svg') center no-repeat;
}

.tabs .tabs-inner .tab.active a {
  background: rgba(101, 101, 101, 1);
  color: rgba(255, 255, 255, 1);
}

/* Banners Page */
.banners-list select {
  border: none;
  background: rgba(68, 68, 68, 0.2);
  color: white;
  width: 218px;
  height: 47px;
  border-radius: 14px;
  padding: 10px;
  outline: none;
  appearance: none;
  padding-left: 15px;
}

.banners-list .select {
  position: relative;
}

.banners-list .select:after {
  content: '';
  width: 12px;
  height: 8px;
  background: url('../images/arrow.svg') no-repeat;
  position: absolute;
  right: 15px;
  top: 22px;
}

.banners-list .banners-content img {
  display: none;
  cursor: pointer;
  border-radius: 8px;
}

.banners-list .banners-content img.s250x150 {
  display: block;
}

.widget-info {
  padding: 19px 0;
  position: fixed;
  width: 100%;
  background: #1A1A1A;
  display: none;
  top: 0;
  height: 60px;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  left: 0;
  z-index: 10000;
}

.widget-info-image {
  background: url('../images/aprove.svg') center no-repeat;
  margin-left: 8px;
  display: inline-block;
  width: 12px;
  height: 8px;
}


/* Left Sitebar */
.tabs {
  background: rgba(26, 26, 26, 1);
  border-radius: 14px;
  padding: 15px 12px;
  margin-bottom: 14px;
}

.tabs-inner {
  width: auto;
}

.tabs .tab a {
  padding: 18px;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
  display: block;
  border-radius: 14px;
  font-style: normal;
  font-weight: 600;
  color: white;
  position: relative;
  text-decoration: none;
  padding-left: 58px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show {
  color: white;
}


/* Login Page */
.form-title {
  font-size: 42px;
  font-weight: 700;
  color: white;
  text-align: center;
  margin-bottom: 60px;
}

.card-body {
  padding: 70px 165px;
}

.card {
  background: rgba(26, 26, 26, 1);
  border-radius: 14px;
  max-width: 721px;
  margin: 0 auto;
}

.form-container {
  position: relative;
}

input.form-control {
  padding: 28px 15px 12px 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: rgba(15, 15, 15, 1) !important;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: white !important;
  width: 100%;
}

.card input.form-control:focus, 
.card input.form-control:valid {
  border: none;
  box-shadow: none;
  padding: 28px 15px 12px 15px;
  outline: none;
}

.card .form-submit button {
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  width: 100%;
  color: #FFFFFF;
  padding: 21px 10px;
  box-shadow: none;
  background: rgba(86, 204, 242, 1);
  border-radius: 14px;
}

.card .form-submit button:hover {
  border: none;
  box-shadow: none;
  background: rgba(117, 221, 255, 1);
  border-radius: 14px;
}

.card .form-submit {
  margin-top: 80px;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 20px;
  transition: 0.2s ease all;
}

.card .floating-label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  opacity: 0.4;
}

.card input.form-control:focus ~ .floating-label,
.card input.form-control:not(:focus):valid ~ .floating-label {
top: 4px;
bottom: 10px;
left: 15px;
font-size: 9px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 27px;
}

.form-check {
  margin-top: 10px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider.round {
  border-radius: 34px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(15, 15, 15, 1);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 3px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: .4s;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  transition: .4s;
}

.slider.round:before {
  border-radius: 50%;
}

.form-check label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #737373;
  margin-left: 60px;
  width: 100px;
  display: block;
  position: relative;
  top: -14px;
}

input:checked + .slider {
  background-color: rgba(86, 204, 242, 1);
}

input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}

/* Widget Page */
.pre {
  text-align: center;
  color: white;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.widget-page .preview {
  background: rgba(19, 19, 19, 1);
  height: 100%;
  border-radius: 14px;
}

.preview-submit-buttons {
  position: absolute;
  bottom: 24px;
  margin: auto;
  left: 0;
  right: 0;
  width: fit-content;
  display: flex;
  gap: 10px;
}

.widget-page .flex {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.widget-page .text-opacity {
  opacity: 0.6;
}

.widget-page .tab-content {
  cursor: pointer;
  padding: 27px 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
}

.widget-page .tab-content.active {
  background: rgba(30, 30, 30, 1);
  color: rgba(255, 255, 255, 1);
}

.widget-page .content-main {
  display: flex;
}

.widget-page .content-main.last {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}


.widget-page #builder {
  display: flex;
  width: 100%;
  gap: 35px;
}

.builder-part {
  width: 50%;
  position: relative;
}

.builder-part form {
  height: 100%;
}

.builder-part.with-border {
  padding: 30px;
  border: 2px solid rgba(222, 224, 234, 1);
  border-radius: 14px;
}

.widget-page .no-gap {
  gap: 0;
}

.widget-page .title {
  color: rgba(33, 33, 33, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  display: block;
  margin-bottom: 16px;
}

.widget-page .subtitle {
  font-style: normal;
  font-weight:400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(33, 33, 33, 1);
  margin-bottom: 10px;
}

.widget-page .part-2 {
  display: none;
}

.widget-page .content-wrapper {
  position: relative;
}

.widget-page .get-code,
.get-code-2,
.get-video-code {
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: #FFFFFF;
  padding: 13px 30px;
  box-shadow: none;
  background: rgba(86, 204, 242, 1);
  border-radius: 14px;
  cursor: pointer;
}

.widget-name {
  position: absolute;
  display: flex;
  width: 100%;
  background: rgba(19, 19, 19, 1);
  gap: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.widget-name .title {
  color: white;
  margin-bottom: 0;
}

.widget-page input[type="text"],
.widget-page input[type="number"] {
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  padding: 13px 15px;
  color: rgba(0, 0, 0, 1);
  outline: none;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  width: 353px;
}

.widget-page input[type="color"] {
  border: none;
  -webkit-appearance: none;
  background: rgba(15, 15, 15, 1);
  padding: 8px;
  width: 142px;
  height: 46px;
  border-radius: 10px;
}

.widget-page input[type="number"] {
  padding-right: 40px;
  width: 100px;
}

.widget-page #title {
  width: 415px;
}

.widget-page .label-absolute {
  position: relative;
}

.widget-page .label-absolute label {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 17px;
  color: white;
  opacity: 0.3;
  position: absolute;
  right: 14px;
  top: 40px;
}

.widget-page .no-bg {
  position: relative;
  top: 25px;
  left: -40px;
}

.widget-page .responsive label {
  right: -75px !important;
}

.widget-page .right-margin {
  margin-right: 135px;
}

.widget-page .error {
  border: 1px solid red !important;
}

.widget-page select {
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  padding: 13px 15px;
  color: rgba(0, 0, 0, 1);
  outline: none;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.widget-page .select {
  position: relative;
}

.widget-page .select:after {
  content: '';
  width: 12px;
  height: 8px;
  background: url('../images/arrow.svg') no-repeat;
  position: absolute;
  right: 15px;
  top: 46px;
}

.widget-page .no-margin {
  margin-bottom: 0;
  position: relative;
}

.widget-page iframe {
  border: none;
  margin: 0 auto;
  display: block;
}

.widget-page .switch label {
  position: absolute;
  right: -60px;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 17px;
  top: 5px;
  cursor: pointer;
  color: rgba(19, 19, 19, 1);
  width: inherit;
}

/* Banners Add Page */

.widget-page .flex.gap-50 {
  gap: 50px;
}

#banner-size-add {
  display: flex;
  gap: 10px;
}

#banner-size-add input {
  padding: 15px;
  border-radius: 10px;
  background: rgba(15, 15, 15, 1);
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: white;
  outline: none;
}

#banner-size-add button {
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  padding: 10px;
  box-shadow: none;
  background: rgba(86, 204, 242, 1);
  border-radius: 10px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: rgba(30, 30, 30, 1);
  color: white;
  border: none;
  padding: 15px;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
  background-color: rgba(26, 26, 26, 1);
  color: white;
  border: none;
  padding: 15px;
}

.table > :not(caption) > * > * {
  background-color: rgba(30, 30, 30, 1);
  color: white;
  border: none;
}

.table a {
  color: white;
  text-decoration: none;
}

/* Banner Add Page */
#banner-add {
  padding: 35px;
  margin-bottom: 47px;
  border: 2px solid rgba(222, 224, 234, 1);
  border-radius: 14px;
}

#banner-add .flex {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

#banner-add select {
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  padding: 13px 15px;
  color: rgba(0, 0, 0, 1);
  outline: none;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

#banner-add .select {
  position: relative;
}

#banner-add .select:after {
  content: '';
  width: 12px;
  height: 8px;
  background: url(../images/arrow.svg) no-repeat;
  position: absolute;
  right: 15px;
  top: 22px;
}

#banner-add input[type="file"] {
  padding: 9px;
  height: 47px;
  color: white;
}

#banner-add label {
  color: rgba(33, 33, 33, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  display: block;
  margin-bottom: 16px;
}

#banner-add button {
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  padding: 14px 28px;
  cursor: pointer;
  background: rgba(86, 204, 242, 1);
  border-radius: 14px;
  border: none;
}

#banner-add input {
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  padding: 13px 15px;
  color: rgba(0, 0, 0, 1);
  outline: none;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  width: 353px;
}


/* Settings */
input.key {
  border: none;
  background: rgba(15, 15, 15, 1);
  color: white;
  width: 218px;
  height: 47px;
  border-radius: 14px;
  padding: 10px;
  outline: none;
  appearance: none;
  padding-left: 15px;
}

#settings-edit {
  padding: 27px 30px;
  border-radius: 14px;
  background: rgba(30, 30, 30, 1);
}

#settings-edit button {
  margin-top: 20px;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  padding: 10px;
  box-shadow: none;
  background: rgba(86, 204, 242, 1);
  border-radius: 10px;
}

/* Login Button */
.nav-item.first {
  margin-right: 10px;
}

.nav-item {
  position: relative;
}

/* Form Cell */
.form-cell {
  margin-bottom: 10px;
}

#settings-edit label {
  color: white;
  min-width: 150px;
}

/* Partner Types Form */
#types-add {
  display: flex;
  gap: 10px;
}

#types-add input {
  padding: 15px;
  border-radius: 10px;
  background: rgba(15, 15, 15, 1);
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: white;
  outline: none;
}

#types-add button {
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  padding: 10px;
  box-shadow: none;
  background: rgba(86, 204, 242, 1);
  border-radius: 10px;
}

/* Company add form */
#company-add {
  display: flex;
  gap: 10px;
}

#company-add input {
  padding: 15px;
  border-radius: 10px;
  background: rgba(15, 15, 15, 1);
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: white;
  outline: none;
}

#company-add button {
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  padding: 10px;
  box-shadow: none;
  background: rgba(86, 204, 242, 1);
  border-radius: 10px;
}

#company-add select {
  border: none;
  background: rgba(15, 15, 15, 1);
  color: white;
  width: 218px;
  height: 47px;
  border-radius: 14px;
  padding: 10px;
  outline: none;
  appearance: none;
  padding-left: 15px;
}

#company-add .select {
  position: relative;
}

#company-add .select:after {
  content: '';
  width: 12px;
  height: 8px;
  background: url(../images/arrow.svg) no-repeat;
  position: absolute;
  right: 15px;
  top: 22px;
}

/* Active image */
img.active {
  border: 2px solid rgba(86, 204, 242, 1);
  border-radius: 8px;
}

/* Basic list style */
ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

/* Widget Page */
/* Banner Add Page */

#widget-add select {
  border: none;
  background: rgba(15, 15, 15, 1);
  color: white;
  width: 218px;
  height: 47px;
  border-radius: 14px;
  padding: 10px;
  outline: none;
  appearance: none;
  padding-left: 15px;
}

#widget-add .select {
  position: relative;
}

#widget-add .select:after {
  content: '';
  width: 12px;
  height: 8px;
  background: url(../images/arrow.svg) no-repeat;
  position: absolute;
  right: 15px;
  top: 22px;
}

.builder-part-title {
  color: rgba(0, 0, 0, 1);
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
}

#widget-add button {
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: #FFFFFF;
  padding: 13px 30px;
  box-shadow: none;
  background: rgba(86, 204, 242, 1);
  border-radius: 14px;
  display: none;
  cursor: pointer;
}

#widget-add button.active {
  background: rgba(86, 204, 242, 1);
}

.preview-content {
  padding-top: 60px;
}

#widget-add input {
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  padding: 9px 15px;
  color: rgba(0, 0, 0, 1);
  outline: none;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  width: 250px;
}

#widget-add label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: white;
  margin-right: 10px;
}

/* Table */
.table a {
  color: rgba(86, 204, 242, 1);
}

/* Company page */
.compaign-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: rgba(19, 19, 19, 1);
}

.company-page .flex {
  display: flex;
  gap: 50px;
  margin-bottom: 30px;
}

.company-page .text-opacity {
  opacity: 0.6;
}

.company-page .tab-content {
  cursor: pointer;
  padding: 27px 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.3);
}

.company-page .tab-content.active {
  background: #1E1E1E;
  color: rgba(255, 255, 255, 1);
}

.company-page .tabs-content {
  width: 205px;
}

.company-page #compaign-content {
  width: 100%;
  margin-bottom: 0;
}

.company-page .no-gap {
  gap: 0;
}

.company-page .company-info-title {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.company-page .company-info-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  opacity: 0.6;
  margin-bottom: 10px;
}

.company-page .part-2 {
  display: none;
}

.company-page .content-wrapper {
  position: relative;
}

.company-devider {
  background: rgba(41, 41, 41, 1);
  height: 1px;
  margin-bottom: 18px;
}

.buttons {
  display: flex;
}

.buttons .button {
  margin-right: 10px;
}

.buttons .button a {
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding: 10px 15px;
  background: rgba(38, 38, 38, 1);
  text-decoration: none;
  border-radius: 14px;
}

.buttons .button a span {
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url('../images/add.svg') no-repeat;
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.compaign-delete {
  margin-left: auto;
}

.compaign-delete a {
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding: 10px 15px;
  background: rgba(19, 19, 19, 1);
  text-decoration: none;
  border-radius: 14px;
}

.compaign-delete span {
  display: inline-block;
  width: 14px;
  height: 17px;
  background: url('../images/delete.svg') no-repeat;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.campeign-title-section {
  display: flex;
}

.delete-company {
  display: inline-block;
  width: 14px;
  height: 17px;
  background: url('../images/delete.svg') no-repeat;
}

.company-promo {
  margin-bottom: 30px;
}

.company-promo:last-child {
  margin-bottom: 0px;
}

.company-promo-title {
  color: rgba(33, 33, 33, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  display: block;
  margin-bottom: 16px;
}

.company-promo-item {
  display: flex;
}

.company-promo-item input {
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  padding: 13px 15px;
  color: rgba(0, 0, 0, 1);
  outline: none;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  width: 473px;
  cursor: not-allowed;
}

.company-promo-copy {
  width: 45px;
  height: 45px;
  border-radius: 10px; 
  background: url('../images/copy.svg') no-repeat center;
  cursor: pointer;
  border: 1px solid rgba(213, 213, 213, 1);
}

.company-promo-copy-js {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid rgba(213, 213, 213, 1);
  font-size: 16px;
  color: grey;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.company-promo-copy.active {
  background: url('../images/copy_done.svg') no-repeat center;
  background-size: cover;
}

.company-promo-copy-js.active {
  background: url('../images/copy_done.svg') no-repeat center;
  text-indent: -9999px;
  background-size: cover;
}

.company-promo-eye {
  width: 45px;
  height: 45px;
  border-radius: 10px; 
  background: url('../images/eye.svg') no-repeat center;
  border: 1px solid rgba(213, 213, 213, 1);
  cursor: pointer;
}

.company-promo-delete {
  width: 45px;
  height: 45px;
  border-radius: 10px; 
  background: url('../images/delete.svg') no-repeat center;
  border: 1px solid rgba(213, 213, 213, 1);
  cursor: pointer;
}

.company-promo-item-counter {
  color: rgba(33, 33, 33, 1);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  align-items: center;
}

.company-promo-item {
  margin-bottom: 10px;
  gap: 10px;
}

/* Breadcrumbs */
.breadcrumbs {
  display: flex;
  margin-bottom: 30px;
  margin-top: 10px;
}

.breadcrumbs .black{
  color: rgba(39, 39, 39, 1);
}



.breadcrumbs-item {
  font-size: 12px;
  font-weight: 500;
  padding: 4px 7px;
  background: rgba(35, 35, 35, 1);
  margin-right: 5px;
  border-radius: 8px;
  text-decoration: none;
  color: white;
}

.breadcrumbs-item.last {
  margin-left: 50px;
  background: rgba(86, 204, 242, 1);
}

/* Popup */
.popup-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, 0.5);
  z-index: 100;
  display: none;
}

.popup-container {
  display: none;
  position: fixed;
  z-index: 200;
  color: white;
  padding: 30px;
  background: rgba(240, 242, 245, 1);
  border-radius: 15px;
  right: 0;
  left: 0;
  width: fit-content;
  margin: auto;
  top: 0;
  bottom: 0;
  height: fit-content;
}

.popup-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: rgba(19, 19, 19, 1);
  margin-bottom: 36px;
}

.popup-text {
  color: rgba(33, 33, 33, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  display: block;
  margin-bottom: 36px;
}

.popup-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.popup-button {
  color: rgba(48, 48, 48, 1);
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  padding: 12px 31px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(223, 223, 223, 1);
  border-radius: 14px;
  cursor: pointer;
}

.popup-button.proceed {
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  padding: 14px 70px;
  cursor: pointer;
  background: rgba(86, 204, 242, 1);
  border-radius: 14px;
  border: none;
}

.popup-close {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url('../images/close.svg') no-repeat center;
  cursor: pointer;
}

/* Statistic page */
.statistic-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.periods {
  display: flex;
  gap: 0;
  align-items: center;
  padding: 4px 14px;
  background: white;
  border-radius: 14px;
  margin-left: auto;
}

.periods a,
.periods button {
  font-size: 13px;
  font-weight: 700;
  line-height: 14.95px;
  color: rgba(24, 30, 42, 1);
  padding: 10px 18px;
  cursor: pointer;
  border-radius: 10px;
} 

.columns-counter {
  color: rgba(24, 30, 42, 1);
  font-size: 13px;
  font-weight: 600;
  margin-right: 7px;
  background: rgba(37, 37, 37, 1);
  text-decoration: none;
  border-radius: 16px;
  border: none;
  position: relative;
  cursor: pointer;
} 

.columns-counter-divider {
  width: 1px;
  height: 15px;
  background: rgba(94, 94, 94, 0.4);
  margin-right: 15px;
  margin-left: 8px;
}

.periods-buttons {
  display: flex;
  gap: 10px;
}

.periods-buttons button {
  font-size: 13px;
  font-weight: 700;
  line-height: 14.95px;
  padding: 14px 19px;
  background: rgba(86, 204, 242, 1);
  color: rgba(255, 255, 255, 1);
  border-radius: 14px;
  outline: none;
  border: none;
  cursor: pointer;
}

.periods-buttons a {
  font-family: Helvetica;
  font-size: 13px;
  font-weight: 700;
  line-height: 14.95px;
  color: rgba(255, 84, 84, 1);
  padding: 14px 24px;
  padding-left: 45px;
  background: url('../images/reset.svg') no-repeat 25px center rgba(255, 255, 255, 1);
  border-radius: 14px;
}

.periods-buttons input {
  background: rgba(255, 255, 255, 1);
  padding: 13px 20px;
  outline: none;
  border-radius: 14px;
  border: none;
  position: relative;
}

.columns-counter-title {
  font-family: Helvetica;
  font-size: 13px;
  font-weight: 700;
  line-height: 14.95px;
  color: rgba(24, 30, 42, 1);
  padding: 14px 19px;
  padding-right: 39px;
  background: url('/images/columns.svg') no-repeat right 15px center rgba(255, 255, 255, 1);
  border-radius: 14px;
  cursor: pointer;
}

.columns-counter-inner-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.71px;
  text-align: left;
  margin-bottom: 16px;
  background: url('../images/bottom-img.svg') no-repeat right center;
}

.columns-counter-inner-title.active {
  background: url('../images/bottom-img.svg') no-repeat right center;
}

.columns-counter-inner-container {
  margin-bottom: 35px;
  display: none;
}

.columns-counter-inner-container.active {
  display: block;
}

.columns-counter-inner-container.last {
  margin-bottom: 0;
}

.columns-counter-inner-container-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.71px;
  text-align: left;
  position: relative;
  margin-left: 25px;
  margin-bottom: 15px;
}

.columns-counter-inner-container-item.last {
  margin-bottom: 0;
}

.columns-counter-inner-container-item:before {
  background: url('../images/chart-grey.svg') no-repeat left center;
  display: block;
  position: absolute;
  top: 1px;
  left: -25px;
  width: 16px;
  height: 16px;
  content: '';
}

.columns-counter-inner-container-item.active:before {
  background: url('../images/chart_active.svg') no-repeat left center;
}

.columns-counter-inner {
  position: absolute;
  width: 270px;
  background: white;
  padding: 25px;
  border-radius: 14px;
  top: 46px;
  left: -205px;
  display: none;
  z-index: 10;
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15);
}

.columns-counter-inner.active {
  display: block;
}

.periods a.active,
.periods a:hover {
  background: rgba(86, 204, 242, 1);
  color: rgba(255, 255, 255, 1);
}

.form-header-buttons-features-dates-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 14.95px;
  color: rgba(24, 30, 42, 1);
  margin-right: 23px;
}

.periods .clear {
  background: darkred;
} 

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.statistic-table {
  overflow-x: auto;
  position: relative;
  left: -50px;
  background: white;
  padding: 30px 50px;
  border-radius: 14px;
  width: 100%;
}

.statistic-table-header {
  margin-bottom: 15px;
}

.statistic-table-item a {
  color: #56CCF2;
}

.statistic-table-item.first .statistic-table-item-content {
  color: rgba(134, 134, 134, 1);
  font-size: 16px;
  font-weight: 700;
}

.statistic-table-item-content {
  border-right: 1px solid rgba(232, 235, 238, 1);
  color: rgba(14, 20, 32, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 18.4px;
  padding: 15px 0;
  word-break: break-word;
  display: none;
}

.statistic-table-item-content.active {
  display: block;
}

.statistic-table-item-content-group {
  width: 150px;
}

.statistic-table-item-content-su {
  width: 100px;
}

.statistic-table-item-content-vs {
  width: 215px;
}

.statistic-table-item-content-cr {
  width: 55px;
}

.statistic-table-item-content-fp {
  width: 125px;
}

.statistic-table-item-content-r {
  width: 65px;
}

.statistic-table-item-content-tp {
  width: 120px;
}

.statistic-table-item-content-te {
  width: 215px;
}

.statistic-table-item-content-co {
  width: 100px;
}

.statistic-table-item-content-cl {
  width: 120px;
}

.statistic-table-item-content-pr {
  width: 215px;
}

.statistic-table-item-content-ty {
  width: 70px;
}

.statistic-table-item {
  display: flex;
  gap: 10px;
}

.first.statistic-table-item {
  border-bottom: 1px solid rgba(232, 235, 238, 1);
}

.statistic-table-main {
  width: max-content;
}

.data-filter {
  color: white;
  font-size: 16px;
  font-weight: 500;
  background: rgba(68, 68, 68, 1);
  padding: 10px 17px;
  margin-left: 25px;
  border-radius: 16px;
  position: relative;
  padding-right: 52px;
  cursor: pointer;
}

.data-filter:after {
  content: '';
  width: 12px;
  height: 8px;
  background: url('../images/arrow.svg') no-repeat;
  position: absolute;
  right: 18px;
  top: 20px;
}

.statistic-table-item-content a {
  text-decoration: none;
}

/* Pending page */
.pending-big {
  background: url('../images/pending_big.svg') no-repeat;
  width: 142px;
  height: 142px;
  margin: 0 auto;
  margin-bottom: 90px;
  margin-top: 20px;
}

.pending-title {
  font-size: 32px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-bottom: 30px;
}

.pending-title span {
  color: rgba(242, 153, 74, 1);
}

.pending-subtitle { 
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: rgba(118, 118, 118, 1);
  margin-bottom: 100px;
}

/* Rejected page */
.rejected-big {
  background: url('../images/rejected_big.svg') no-repeat;
  width: 142px;
  height: 142px;
  margin: 0 auto;
  margin-bottom: 90px;
  margin-top: 20px;
}

.rejected-title {
  font-size: 32px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-bottom: 30px;
}

.rejected-title span {
  color: rgba(235, 87, 87, 1);
}

.rejected-subtitle { 
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: rgba(118, 118, 118, 1);
  
}

.rejected-email { 
  color: rgba(86, 204, 242, 1);
  margin-bottom: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

/* Logout button */
.logout {
  margin-left: 10px;
}

/* Status link */
.status-link  {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: 15px;
}

.approve-link {
  background: url('../images/approve_small.svg') no-repeat center;
}

.rejected-link {
  background: url('../images/rejected_small.svg') no-repeat center;
}

.pending-link {
  background: url('../images/pending_small.svg') no-repeat center; 
}

/* Register page */

.register .form-title {
  margin-bottom: 20px;
}

.register-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: center;
  margin-bottom: 60px;
}

.register-devider {
  height: 1px;
  background-color: rgba(33, 33, 33, 1);
  margin: 30px 0;
}

.register-info {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  color: white;
  line-height: 20px;
}

.register select {
  width: 100%;
  background: rgba(15, 15, 15, 1);
  margin-bottom: 10px;
  border: none;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255,255,255, 0.4);
  padding: 19px 20px 19px 12px;
  outline: none;
  appearance: none;
}

.register .select {
  position: relative;
}

.register .select:after {
  content: '';
  width: 12px;
  height: 8px;
  background: url(../images/arrow.svg) no-repeat;
  position: absolute;
  right: 25px;
  top: 25px;
}

.register .form-container {
  position: relative;
}

.register .form-container:after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  right: 28px;
  top: 27px;
  background: rgba(235, 87, 87, 1);
  border-radius: 10px;
}

.register .form-container.with-select:after {
  right: 48px;
}

.register .invalid-feedback,
.login .invalid-feedback {
  display: block;
  margin-bottom: 15px;
  color: white;
}

/* Footer */
footer {
  background: rgba(39, 39, 39, 0.5);
  display: flex;
  padding-top: 45px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
}

.register footer ,
.login footer,
.register .bottom-wrapper,
.login .bottom-wrapper {
  display: none;
}

footer a {
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

footer .links-wrapper {
  display: flex;
  margin-left: 25px;
  gap: 100px;
}

footer .links-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 10px;
  border-bottom: 1px solid #343434;
  padding-bottom: 10px;
}

footer .links.first {
  margin-right: 110px;
}

footer .links-wrapper .links{
  margin-left: auto;
  margin-right: auto;
}

footer .links-wrapper .links.first {
  margin-left: initial;
}

footer .links-wrapper a {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
  color: #FFFFFF;
}

footer a.brand {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

footer a:hover {
  opacity: 1;
  color: white;
}

footer .information-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  opacity: 0.4;
}

footer .information-text span {
  margin-bottom: 10px;
  display: block;
}

footer .information-text span.fullspan {
  margin-bottom: 40px;
}

footer .information {
  display: flex;
}

footer .information-buttons {
  margin-left: auto;
  margin-right: 20px;
}

footer .affilate a {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 15px 22px;
  border-radius: 14px;
  background: rgba(39, 39, 39, 0.6);
}

footer .affilate a:hover ,
.info-button a:hover {  
  background: rgba(55, 55, 55, 0.6);
}

footer .information-buttons-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

footer .information-buttons-cel {
 width: 35px;
 height: 35px;
 display: inline-block;
 margin-right: 7px;
 background: #535353;
 border-radius: 8px;
}

footer .last {
  margin-left: auto;
}

.devider-row {
  padding-top: 45px;
  padding-bottom: 55px;
  border-right: 1px solid;
}

.nodevider-row {
  padding-top: 45px;
  padding-bottom: 55px;
}

.bottom-wrapper {
  padding: 15px 40px;
  border-top: 1px solid #343434;
  background: rgba(39, 39, 39, 0.5);
}

.info-button {
  display: inline-block;
}

.info-button a {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 15px 25px;
  border-radius: 14px;
  background: rgba(39, 39, 39, 0.6);
  margin-right: 7px;
  display: flex;
}

/* Payout page */
.payout-box {
  padding: 35px;
  margin-bottom: 20px;
  border: 2px solid rgba(222, 224, 234, 1);
  border-radius: 14px;
}

.payout-description-box {
  width: 535px;
  background: rgba(20, 20, 20, 1);
  border-radius: 10px;
  border: 1px solid rgba(213, 213, 213, 1);
  color: rgba(19, 19, 19, 1);
  padding: 19px 19px 19px 65px;
  margin-top: 12px;
  margin-bottom: 30px;
  background: url('../images/attention.svg') no-repeat 20px center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.payout-description-box span {
  color: rgba(255, 169, 1, 1);
}

.payout-box .form-group {
  margin-right: 20px;
}

.payout-box .form-group.no-margin {
  margin-right: 0px;
}

.payout-box .form-group.bottom-margin {
  margin-bottom: 20px;
}

.payout-box-title {
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 30px;  
}

.payout-box-buttons {
  display: flex;
  margin-top: 66px;
  margin-bottom: 15px;
  gap: 10px;
  align-items: center;
}

.payout-box-buttons .button.last {
  margin-left: auto;
}

.payout-box-buttons button {
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  padding: 14px 28px;
  cursor: pointer;
  background: rgba(86, 204, 242, 1);
  border-radius: 14px;
  border: none;
}

.payout-box-buttons a {
  color: rgba(48, 48, 48, 1);
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  padding: 12px 31px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(223, 223, 223, 1);
  border-radius: 14px;
}

.payout-box label {
  color: rgba(33, 33, 33, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  display: block;
  margin-bottom: 16px;
}

.payout-box input {
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  padding: 13px 15px;
  color: rgba(0, 0, 0, 1);
  outline: none;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.payout-box input.long {
  width: 593px;
}

.payout-box input.medium {
  width: 473px;
}

.payout-box input.small {
  width: 230px;
}

.payout-box select {
  border: none;
  background: rgba(255, 255, 255, 1);
  color: white;
  height: 45px;
  border-radius: 10px;
  padding: 10px;
  outline: none;
  appearance: none;
  padding-left: 15px;
  color: rgba(26, 26, 26, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;  
}

.payout-box select.small {
  width: 161px;
}

.payout-box select.medium {
  width: 353px;
}

.payout-box select.large {
  width: 503px;
}

.payout-box .select {
  position: relative;
  width: fit-content;
}

.payout-box .select:after {
  content: '';
  width: 12px;
  height: 8px;
  background: url('../images/arrow.svg') no-repeat;
  position: absolute;
  right: 15px;
  top: 21px;
}

.payout-box-flex {
  display: flex;
}

.payout-box .form-group {
  position: relative;
}

.payout-box .required-container {
  width: fit-content;
  position: relative;
}

.payout-box .required-container.fit {
  width: fit-content;
}

.payout-box .required-container:after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: rgba(235, 87, 87, 1);
  border-radius: 10px;
}

.payout-box .required-container.remove-red:after {
  display: none;
}

.payout-box .required-container.selectlist:after {
  right: 40px;
}

.payout-box.current-password {
  background: url('../images/lock.svg') right 46px center no-repeat;
}

.payout-box button {
  background: rgba(86, 204, 242, 1);
  border: none;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 30px;
  border-radius: 14px;
  margin-right: 15px;
}

.payout-box button:hover {
  background: rgba(86, 204, 242, 1);
}

.payout-box .button {
  font-size: 18px;
  font-weight: 600;
  border-radius: 14px;
  color: rgba(255, 255, 255, 1);
  background: rgba(38, 38, 38, 1);
  padding: 18px 30px;
}

.payout-box .button a {
  color: rgba(255, 255, 255, 1);
}

.payout-box .button.last {
  margin-left: auto;
}

#payouttype {
  cursor: not-allowed;
}

.top-margin {
  margin-top: 90px;
  padding: 24px 35px;
}

.hidden {
  display: none;
}

/* Alerts */
.alert-passworderror {
  margin-top: 10px;
  color: rgba(235, 87, 87, 1);
}

.alert-red {
  border: 1px solid rgba(235, 87, 87, 1) !important;
}

.alert-exclamation {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
  width: 100%;
  padding: 13px;
  background: rgba(26, 26, 26, 1);
  color: white;
  font-size: 13px;
  font-weight: 600;
}

.alert-exclamation span {
  background: url(../images/attention.svg) center left no-repeat;
  padding: 4px 30px;
}

.alert-exclamation span a {
  margin-left: 60px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  background: rgba(39, 39, 39, 1);
  padding: 7px 26px;
  border-radius: 16px;
}


.alert-approve {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
  width: 100%;
  padding: 13px;
  background: rgba(26, 26, 26, 1);
  color: white;
  font-size: 13px;
  font-weight: 600;
}

.alert-approve span {
  background: url(../images/aprove.svg) center right no-repeat;
  padding: 4px 30px;
}


/* Account page */
.box-flex {
  display: flex;
}

.box-flex-item {
  width: 250px;
}

.box-flex-item-label {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px; 
}

.box-flex-item-text {
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;  
}

.box-flex-bottom-margin {
  margin-bottom: 40px;
}


/* Payouts page */
.payouts-row {
  background: rgba(255, 255, 255, 1);
  padding: 12px 20px;
  margin-bottom: 10px;
  border-radius: 14px;
}

.payouts-row.first {
  background: none;
  margin-bottom: 0;
}

.payouts-row-item {
  display: inline-block;
  color: white;
  padding: 8px 0;
  border-right: 1px solid rgba(94, 94, 94, 0.3);
}

.payouts-row.first .payouts-row-item {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
}

.payouts-row-item.padding {
  padding-left: 12px;
}

.payouts-row-item.last {
  border-right: none;
}

.payouts-row-item-period {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: rgba(19, 19, 19, 1);
  
  text-align: left;
  width: 23%;
}

.payouts-row-item-method {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;

  color: rgba(19, 19, 19, 1);
  text-align: left;
  width: 35%;
  position: relative;
}

.payouts-row-item-method span {
  padding-right: 25px;
}

.payouts-row-item-amount {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(19, 19, 19, 1);  
  text-align: left;
  width: 12%;
}

.payouts-row-item-status {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  width: 20%;
}

.payouts-row-item-status-pending {
  color: #F2994A;
}

.payouts-row-item-status-pending span {
  width: 14px;
  height: 13px;
  background: url(../images/pending_small.svg) center right no-repeat;
  display: inline-block;
  margin-right: 8px;
}

.payouts-row-item-status-paid {
  color: #27AE60;
}

.payouts-row-item-status-paid span {
  width: 14px;
  height: 8px;
  background: url(../images/approve_small.svg) center right no-repeat;
  display: inline-block;
  margin-right: 8px;
}

.hint {
  width: 16px;
  height: 16px;
  background: url(../images/hint.svg) bottom right no-repeat;
  display: inline-block;
  margin-left: 10px;
  top: 3px;
  position: relative;
  cursor: pointer;
}

.temporary-window {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 17px;
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  align-items: center;
  box-sizing: border-box;
}

.temporary-window-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(19, 19, 19, 1);
}

.temporary-window-attention {
  width: 24px;
  height: 24px;
  margin-right: 17px;
  background: url(../images/attention.svg) bottom right no-repeat;
}

.temporary-window-close {
  width: 26px;
  height: 26px;
  background: url('../images/close.svg') center no-repeat;
  margin-left: auto;
  cursor: pointer;
}

.payout-additional-information {
  background: rgba(45, 45, 45, 1);
  border-radius: 14px;
  padding: 25px 20px;
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}

.payout-additional-information-row {
  display: flex;
}

.payout-additional-information-cell {
  width: 50%;
  margin-bottom: 15px;
}

.payout-additional-information-cell.last {
  margin-bottom: 0;
}

.payout-additional-information-label {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 5px;
}

.payout-additional-information-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  color: rgba(141, 141, 141, 1);
}

.payout-additional-information-devider {
  height: 1px;
  background: rgba(141, 141, 141, 0.3);
  margin-bottom: 15px;
}

.payout-additional-information-close {
  width: 26px;
  height: 26px;
  background: url('../images/close.svg') center no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.radio-button {
  display: flex;
}

.radio-button label {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-left: 10px;
}

.radio-button input {
  width: 20px;
  height: 20px;
  accent-color:white;
}

.widget-page-2 .devider {
  margin-bottom: 20px;
  height: 1px;
  background: #262626;
}

.widget-page-2 .radio-button {
  padding: 13px;
  background: white;
  border-radius: 10px;
  color: rgba(19, 19, 19, 1);


  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  
}

.widget-page-2 .radio-button input {
  cursor: pointer;
  margin: 0;
  margin-left: 5px;
}

.widget-page-2 .radio-button label {
  cursor: pointer;
}

.widget-page-2 .radio-button input[type="radio"]:checked {
  opacity: 1;
}

.widget-page-2 .select {
  width: fit-content;
}

.widget-page-2 select {
  width: 320px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.widget_page select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 130px;
}

.widget-page-2 #subvideo {
  width: 290px;
  cursor: pointer;
}

.subvideo {
  width: fit-content;
  position: relative;
}

.subvideo:after {
  content: '';
  width: 12px;
  height: 8px;
  background: url(../images/arrow.svg) no-repeat;
  position: absolute;
  right: 15px;
  top: 21px;
}

.subvideocontent-flex {
  gap: 25px !important;
  margin-bottom: 15px !important;
}

.subvideocontent-flex.last {
  margin-bottom: 0 !important;
}

.subvideocontent {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 110;
  padding: 27px 20px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
}

.subvideocontent.hide{
  display: none;
}

.subvideo img {
  width: 215px;
}

.widget-page-2 .select:after {
  top: 21px;
}

.widget-page .flex.long {
  gap: 98px;
}

.subvideo {
  margin-bottom: 30px;
}

.subvideocontent-item {
  cursor: pointer;
}

.subvideocontent-item-title {
  margin-top: 12px;
  color: rgba(19, 19, 19, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.subvideocontent-item-title.last {
  margin-bottom: 0;
}

.widget-page-2 .videoselect {
  display: none;
}

.icon-tools-promo {
  background: url('../images/tools-promo.svg') no-repeat 20px center  rgba(43, 43, 43, 1);
}

.icon-tools-companies {
  background: url('../images/tools-companies.svg') no-repeat 20px center  rgba(43, 43, 43, 1);
}

.icon-tools-statistic {
  background: url('../images/tools-statistic.svg') no-repeat 20px center  rgba(43, 43, 43, 1);
}

.icon-tools-payout {
  background: url('../images/tools-payout.svg') no-repeat 20px center  rgba(43, 43, 43, 1);
}

.icon-tools-wallet {
  background: url('../images/tools-wallet.svg') no-repeat 20px center  rgba(43, 43, 43, 1);
}

.icon-tools-dashboard {
  background: url('../images/tools-dashboard.svg') no-repeat 20px center  rgba(43, 43, 43, 1);
}

.icon-tools-promo:hover {
  background: url('../images/tools-promo.svg') no-repeat 20px center  rgba(43, 43, 43, 0.7);
}

.icon-tools-companies:hover {
  background: url('../images/tools-companies.svg') no-repeat 20px center  rgba(43, 43, 43, 0.7);
}

.icon-tools-statistic:hover {
  background: url('../images/tools-statistic.svg') no-repeat 20px center  rgba(43, 43, 43, 0.7);
}

.icon-tools-payout:hover {
  background: url('../images/tools-payout.svg') no-repeat 20px center  rgba(43, 43, 43, 0.7);
}

.icon-tools-wallet:hover {
  background: url('../images/tools-wallet.svg') no-repeat 20px center  rgba(43, 43, 43, 0.7);
}

.icon-tools-dashboard:hover {
  background: url('../images/tools-dashboard.svg') no-repeat 20px center  rgba(43, 43, 43, 0.7);
}

/* Mobile */
@media (max-width: 991px){

  .temporary-window-content {
      max-width: 250px;
  }

  .payout-additional-information {
      position: fixed;
      left: 0;
      bottom: 0;
      height: fit-content;
      top: inherit;
      width: 100%;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
  }

  footer {
      display: block;
      padding: 15px;
  }

  .devider-row {
      padding: 20px 0px;
      border-right: none;
      border-bottom: 1px solid;
      margin: 0 15px;
      padding-bottom: 10px;
      width: auto;
  }

  footer a.brand {
      margin-bottom: 20px;
      font-size: 16px;
  }

  .bottom-wrapper {
      padding-left: 15px;
  }

  .info-button a {
      font-size: 11px;
      padding: 15px 20px;
  }

  footer .links-wrapper {
      margin-left: 0;
      display: block;
  }

  .info-button {
    margin-bottom: 10px;
  }

  footer .links-wrapper .links {
    margin-bottom: 30px;
  }

  footer .information-text {
    margin-bottom: 30px;
  }

  .nodevider-row {
      padding-top: 20px;
      padding-left: 15px;
      padding-bottom: 20px;
  }

  .form-title {
      font-size: 32px;
      margin-bottom: 40px;
  }

  .navbar-toggler {
      text-indent: -9999px;
      border: none;
  }

  .row {
      margin-left: 0;
      margin-right: 0;
  }

  .col {
      padding-left: 0;
      padding-right: 0;
  }

  .card {
      border-radius: 26px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
  }

  .card-body {
      padding: 70px 30px;
      padding-top: 40px;

  }

  .py-4 {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0 !important;
      margin-bottom: inherit;
  }

  .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
      justify-content: left;
  }

  .navbar-collapse {
      flex-basis: inherit;
      flex-grow: inherit;
      display: flex !important;
      margin-left: auto;
  }

  .navbar-nav {
      flex-direction: inherit;
  }

  body.register, 
  body.login {
      background: url('../images/back_mobile.svg') center top repeat-y rgba(19, 19, 19, 1);
  }

  body.register .nav-item div, 
  body.login .nav-item div {
      display: none;
  }

  .payout_page .payout-box-flex {
      display: inherit;
  }

  .payout_page .form-group,
  .account_page .form-group {
      margin-bottom: 15px;
      width: 100% !important;
  }

  .payout_page .form-group input,
  .payout_page .form-group select {
      height: 50px;
  }

  .payout-description-box {
      width: 100%;
      font-size: 12px;
      box-sizing: border-box;
  }

 .payout_page h1 {
      margin-bottom: 30px;
  }

  .sitebar {
      padding: 0;
  }

  .tabs {
      padding: 0;
      background: inherit;
  }

  .payouts-row-item {
      width: 100%;
      display: block;
      border: none;
  }
  
  .payouts-row-item.padding {
      padding-left: 0;
  }

  .payouts-row-item-amount {
      display: inline-block;
      width: 25%;
  }

  .payouts-row-item-status {
      display: inline-block;
      width: 73%;
      text-align: right;
  }

  .payouts-row-item-method{
      border-bottom: 1px solid rgba(94, 94, 94, 0.3);
      padding-bottom: 20px;
      margin-bottom: 10px;
  }

  .top-margin {
      margin-top: 0;
      position: fixed;
      bottom: 0;
      z-index: 100;
      left: 0;
      margin-bottom: 0;
      width: 100%;
  }

  .payout-box {
      padding: 15px;
  }

  .payout-box button {
      font-size: 16px;
      height: 42px;
      padding: 0px;  
      width: 47%;
      margin-right: 5%;
  }

  .payout-box .button {
      width: 47%;
      height: 42px;
      padding: 8px; 
      font-size: 16px;
      display: inline-block;
      text-align: center;
  }

  .payout-box .button.last {
      margin-top: 15px;
      width: 100%;
  }

  .tabs .tab a {
      color: rgba(255, 255, 255, 0.3);
      font-size: 12px;
      padding: 12px 18px;
  }

  .tabs .tabs-inner {
      display: flex;
      overflow-x: scroll;
      gap: 7px;
  }

  .tabs .tabs-inner .tab.big-width a {
      width: 135px;
  }

  .banners-content {
      margin-top: 20px;
  }

  .banners-list .banners-content img {
      max-width: 100%;
      height: auto;
  }

  .widget-page select {
      width: 100%;
  }

  .widget-page input[type="text"], 
  .widget-page input[type="number"] {
      width: 100%;
      box-sizing: border-box;
  }

  .widget-page #title {
      width: 100%;
  }

  .widget-page .get-code {
      width: 100%;
      text-align: center;
      box-sizing: border-box;
  }

  .widget-page .no-bg {
      left: 0;
      top: 10px;
  }

  .widget-page .subtitle {
      margin-top: 15px;
  }

  .widget-page .tabs-content {
      width: 100%;
  }

  #company-add {
      display: inherit;
      padding: 27px 30px;
      background: rgba(30, 30, 30, 1);
      border-radius: 14px;
  }

  #company-add input {
      margin-bottom: 10px;
      width: 100%;
  }

  #company-add select {
      width: 100%;
      margin-bottom: 10px;
  }

  #company-add button {
      margin-top: 25px;
      width: 100%;
  }

  .campeign-title-section {
      display: inherit;
  }

  .compaign-delete {
      display: none;
  }

  .popup-container {
      width: 90%;
      box-sizing: border-box;
  }

  .popup-buttons {
      display: inherit;
  }

  .company-promo-eye {
    display: none;
  }

  .popup-button {
      display: block;
      text-align: center;
      margin-bottom: 25px;
  }

  .popup-button.last {
      margin-bottom: 0;
  }

  .company-page .flex {
      display: inherit;
  }

  .company-page .tabs-content {
      width: 100%;
  }

  .company-page .buttons {
      display: inherit;
  }

  .company-page .buttons .button {
      margin-right: 0;
      width: 100%;
  }

  .company-page .buttons .button a {
      display: block;
      width: 100%;
      margin-bottom: 15px;
      text-align: center;
      padding: 20px 15px;
  }

  .company-page .buttons .button.last a {
      margin-bottom: 0;
  }

  .company-promo-item-counter {
      display: none;
  }

  .statistic-flex {
      display: inherit;
  }
}

.app-creative-add-pop-up,
.app-creative-eye {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, 0.5);
  z-index: 100;
  display: none;
}

.app-creative-eye iframe {
  position: relative !important;
}

.app-creative-add-pop-up-bar {
  background: rgba(240, 242, 245, 1);
  max-width: 610px;
  padding: 30px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-left: auto;
  position: relative;
  height: 100%;
}

.app-creative-eye-bar {
  background: rgba(240, 242, 245, 1);
  padding: 30px;
  border-radius: 15px;
  width: fit-content;
  position: absolute;
  height: fit-content;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.app-creative-add-pop-up-bar-content-title,
.app-creative-eye-bar-content-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: rgba(19, 19, 19, 1);
  margin-bottom: 36px;
}

.app-creative-add-pop-up-bar-content-items-row-item {
  padding: 20px;
  background: rgba(255, 255, 255, 1);
  display: block;
  border-radius: 10px;
}

.app-creative-add-pop-up-bar-content-items-row-item-img {
  margin-bottom: 25px;
}

.app-creative-add-pop-up-bar-content-items-row-item-img img.active {
  display: none;
  border: none;
  border-radius: 0;
}

.app-creative-add-pop-up-bar-content-items-row-item-title {
  color: rgba(19, 19, 19, 1);
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 5px;
}

.app-creative-add-pop-up-bar-content-items-row-item-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;  
  color: rgba(131, 131, 131, 1); 
}

.app-creative-add-pop-up-bar-content-items-row-item:hover {
  border: 2px solid rgba(86, 204, 242, 1);
  padding: 18px;
}

.app-creative-add-pop-up-bar-content-items {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.app-creative-add-pop-up-bar-close,
.app-creative-eye-bar-close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 26px;
  height: 26px;
  background: url('../images/close.svg') center no-repeat;
}

.pop-up-add-creative-open {
  margin-left: auto;
  background: rgba(86, 204, 242, 1);
  padding: 14px 17px;
  border-radius: 14px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.pop-up-add-creative-open img {
  margin-right: 14px;
}

.empty-tools {
  padding-top: 140px;
  padding-bottom: 110px;
  text-align: center;
  background: url('../images/empty-tools-add.svg') no-repeat right 80px top;
}

.empty-tools img {
  margin-bottom: 20px;
}

.empty-tools div {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;  
  color: rgba(19, 19, 19, 1);  

}

.alert {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  width: fit-content;
  top: 20px;
  padding: 7px 150px;
  max-width: 90%;
  color: rgba(33, 33, 33, 1);
  font-weight: 400;
  font-size: 14px;
  border: none;
  cursor: pointer;
  z-index: 100;
  border-radius: 8px;
}

.alert ul {
  margin-top: 0;
}

.alert-success {
  background: rgba(240, 242, 245, 1);
}

.alert-danger {
  background: rgba(223, 76, 74, 1);
  color: white;
}


/* Dashboard */
.app-dashboard-time-customization {
  display: flex;
  margin-bottom: 30px;
}

.app-dashboard-main-devider {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 20px;
}

.app-dashboard-main-devider-title {
  color: rgba(19, 19, 19, 1);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  
}

.app-dashboard-time-items {
  display: flex;
  gap: 10px;
}

.app-dashboard-time-items-item {
  background: rgba(31, 31, 31, 1);
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  color: rgba(249, 250, 251, 1);
  padding: 14px 19px;
  cursor: pointer;
  border-radius: 14px;
}

.app-dashboard {
  padding: 50px;
  background: rgba(240, 242, 245, 1);
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.app-dashboard-time-items-item.active {
  background: rgba(255, 255, 255, 1);
  color: rgba(19, 19, 19, 1);
}

.app-dashboard-customization {
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  color: rgba(19, 19, 19, 1);
  padding: 11px 18px;
  cursor: pointer;
  border-radius: 14px;
  padding-left: 25px;
  position: relative;
}

.app-dashboard-main.app-dashboard-main-customization {
  display: none;
  margin-bottom: 0;
}

.app-dashboard-main.app-dashboard-main-customization.active {
  display: flex;
}

.app-dashboard-customization::before {
  content: '';
  width: 15px;
  height: 16px;
  background: url('../images/customize.svg') center no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
}

.app-dashboard-main-devider-border {
  height: 1px;
  width: 62%;
  background: rgba(26, 26, 26, 0.1);
}

.app-dashboard-main-devider-visibility {
  background: url('../images/bottom-img.svg') no-repeat center;
  width: 28px;
  height: 28px;
  cursor: pointer;
  margin-left: auto;
}

.app-dashboard-main-devider-visibility.link {
  transform: rotate(180deg);
}

.app-dashboard-main {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.app-dashboard-main-item {
  background: rgba(255, 255, 255, 1);
  border-radius: 14px;
  padding: 20px 27px;
  flex: 0 0 calc((100% - 12px) / 4);
  display: none;
  box-sizing: border-box;
  position: relative;
}

.app-dashboard-main-item::after {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  background: url('../images/tooltip-icon.svg') center no-repeat;
  position: absolute;
  top: 27px;
  right: 20px;
  cursor: pointer;
}

.app-dashboard-main-item.active {
  display: block;
}

.app-dashboard-main-item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  
  display: inline-block;
  margin-bottom: 27px;
  position: relative;
  color: rgba(19, 19, 19, 1);
}

.app-dashboard-main-item-count {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  
  color: rgba(86, 204, 242, 1);
}

.app-dashboard-main-item-visual {
  position: relative;
}

.app-dashboard-main-item-visual div {
  margin: 0 auto;
}

.right-chart {
  position: absolute;
  right: -17px;
  bottom: 0;
}

.app-dashboard-bottom {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}

.app-dashboard-bottom-item {
  background: rgba(39, 39, 39, 0.6);
  border-radius: 14px;
  padding: 20px 27px;
  flex: 1;

}

.app-dashboard-bottom-item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: rgba(249, 250, 251, 1); 
  margin-bottom: 20px;
}

.app-dashboard-bottom-item-title span {
  color: rgba(56, 149, 254, 1);
}

.app-dashboard-bottom-item-current {
  background: url('../images/current-earnings.svg') no-repeat 93% 18px rgba(39, 39, 39, 0.6);
}

.app-dashboard-bottom-item-payouts {
  background: url('../images/payout-block.svg') no-repeat 93% 14px rgba(39, 39, 39, 0.6);
}

.app-dashboard-bottom-item-payouts span {
  color: rgba(252, 91, 68, 1);
}

.app-dashboard-bottom-item-payout {
  background: url('../images/payout-percent.svg') no-repeat 93% 13px rgba(39, 39, 39, 0.6);
}

.app-dashboard-bottom-item-payout span {
  color: rgba(255, 132, 35, 1);
}

.app-dashboard-bottom-item-current-info {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: white;    
  display: flex;
  align-items: center;
  position: relative;
}

.app-dashboard-bottom-item-current-info img {
  margin-right: 10px;
}

.app-dashboard-bottom-item-current-info span {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: rgba(86, 204, 242, 1);
  display: block;
  margin-left: 4px;
  margin-top: -20px;
}

.app-dashboard-bottom-item-payouts a {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  color: white;
  background: rgba(0, 0, 0, 1);
  padding: 11px 18px;
  border-radius: 14px;
  margin-top: 5px;
}

.app-dashboard-bottom-item-payout-info {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  color: rgba(255, 132, 35, 1);
  display: flex;
  align-items: center;
}

.app-dashboard-bottom-item-payout-info span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 4px 11px;
  background: rgba(0, 0, 0, 1);
  border-radius: 14px;
  margin-left: 10px;
  height: fit-content;
  color: rgba(255, 255, 255, 1);
}

.app-customize-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, 0.5);
  z-index: 100;
  display: none;
}

.app-customize-box {
  width: 610px;
  padding: 30px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  background: rgba(240, 242, 245, 1);
  right: 0;
  height: 100%;
  z-index: 110;
  position: fixed;
  top: 0;
  display: none;
}

.app-customize-box-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: rgba(19, 19, 19, 1);
  margin-bottom: 36px;
}

.app-customize-box-title-item {
  color: rgba(6, 6, 6, 1);
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  background: url('../images/bottom-img.svg') no-repeat right center;
  margin-left: 26px;
}

.app-customize-box-title-item.bottom-img {
  background: url('../images/bottom-img.svg') no-repeat right center;
  margin-bottom: 0;
}

.app-customize-box-inner {
  padding: 20px 15px;
  background: rgba(249, 250, 251, 1);
  border-radius: 10px;
  margin-bottom: 12px;
  position: relative;
}

.app-customize-box-container {
  margin-left: 52px;
  display: none;
  margin-top: 20px;
}

.app-customize-box-container.active {
  display: block;
}

.app-customize-box-items {
  height: calc(100% - 70px);
  overflow-y: auto;
}

.app-customize-box-items-item {
  cursor: pointer;
  margin-bottom: 15px;
}

.app-customize-box-items-item.last {
  margin-bottom: 0;
}

.app-customize-box-items-item-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;  
  color: rgba(6, 6, 6, 1);    
  position: relative;
}

.app-customize-box-items-item-title:before {
  background: url('../images/chart.svg') no-repeat left center;
  display: block;
  position: absolute;
  top: 3px;
  left: -25px;
  width: 16px;
  height: 16px;
  content: '';
}

.app-customize-box-items-item.active .app-customize-box-items-item-title:before {
  background: url('../images/chart_active.svg') no-repeat left center;
}

.app-customize-box-remove {
  background: url('../images/chart.svg') no-repeat left center;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 20px;
  left: 17px;
  cursor: pointer;
}

.app-customize-box-remove.active {
  background: url('../images/chart_active.svg') no-repeat left center;
}

.app-customize-box-remove.subactive {
  background: url('../images/chart-sub.svg') no-repeat left center;
}

.app-customize-box-items-item-description {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: rgba(126, 123, 123, 1);    
}

.app-customize-box-close {
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 30px;
  width: 26px;
  height: 26px;
  background: url(../images/close.svg) center no-repeat;
}

.app-dashboard-page-header {
  padding: 25px 50px;
  padding-bottom: 25px;
}

/* Mobile */
@media (max-width: 991px){

  .app-dashboard-page {
      background: rgba(16, 16, 16, 1);
      padding: 15px;
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
      overflow: hidden;
  }

  .app-dashboard-bottom {
      display: block;
  }

  .app-dashboard-bottom-item {
      margin-bottom: 15px;
  }

  .tabs .tab a {
      background-image: none;
      width: max-content;
  }

  .app-dashboard-time-items-item {
      width: max-content;
      flex: 0 0 auto;
  }

  .app-dashboard-time-items {
      overflow-x: scroll;
  }

  .app-dashboard-time-customization {
      display: block;
  }

  .app-dashboard-time-items {
      margin-bottom: 20px;
  }

  .app-dashboard-main {
      display: block;
  }

  .app-dashboard-main-item {
      margin-bottom: 15px;
  }

  .app-customize-box {
      top: inherit;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 90%;
      border-bottom-left-radius: 0;
      border-top-right-radius: 14px;
      padding: 18px;
      box-sizing: border-box;
  }

  .app-customize-box-title {
      margin-bottom: 20px;
  }

  .app-customize-box-close {
      top: 24px;
      right: 18px;
  }

  .app-customize-box-items-item {
      flex: 0 0 100%;
  }

  .app-customize-box-items-item {
      padding-bottom: 18px;
  }

  .app-customize-box-items-item.active {
      padding-bottom: 16px;
  }
}

.statistic-charts-items {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}

.statistic-charts-items-item {
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 5px 19px;
  background: #252525;
  border-radius: 14px;
  cursor: pointer;
}

.statistic-charts-items-item.active {
  border: 2px solid #56CCF2;
  padding: 3px 17px;
}

.statistic-charts-items-item-render {
  visibility: hidden;
  height: 0;
}

.statistic-charts-items-item-render.active {
  visibility: visible;
  height: 200px;
}

.app-partner-main {
  background: rgba(240, 242, 245, 1);
  color: black;
  border-radius: 14px;
  position: relative;
  padding: 25px 50px;
  min-height: 500px;
}

.login .app-partner-main,
.register .app-partner-main {
  background: transparent;
}

.app-partner-main h1 {
  color: rgba(19, 19, 19, 1);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.index .app-partner-main h1 {
  color: rgba(249, 250, 251, 1);
}

.index .app-partner-main {
  padding: 0;
  background: rgba(19, 19, 19, 1);
}

.app-partner-header-menu {
  background: rgba(19, 19, 19, 1);
  padding: 19px 30px;
  width: calc(100% - 60px);
  display: flex;
}

.app-partner-header-menu-links a {
  color: rgba(134, 134, 134, 1);
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.1px;
  padding: 13px 15px;
  position: relative;
  z-index: 2;
  display: inline-block;
}

.app-partner-header-menu-info {
  margin-left: auto;
  display: flex;
  gap: 10px;
}

.app-partner-header-menu-info a {
  background-color: rgba(68, 68, 68, 0.2);
  font-weight: 700;
  font-size: 13px;
}

.logo-img {
  margin-right: 60px;
}

footer .logo-img {
  margin-bottom: 25px;
}

.app-partner-header-menu-links a:hover, 
.app-partner-header-menu-links a.active {
  color: rgba(255, 255, 255, 1);
  background: rgba(37, 37, 37, 0.6);
  border-radius: 14px;
}

/* Log out link */
.app-partner-header-menu-info-logout {
  background: url('/images/logout.svg') rgba(19, 19, 19, 1) center  right 10px no-repeat;
  padding-right: 45px;
}

.app-partner-guest {
  text-align: center;
  padding: 20px;
  font-size: 13px;
  font-weight: 600;
  color: white;
  margin-right: 30px;
}

.app-partner-guest a {
  margin-left: 30px;
}

.app-partner-login-form input.form-control,
.app-partner-register-form input.form-control {
  box-sizing: border-box;
}

.logo-img-mobile,
.app-partner-burger {
  display: none;
}

.logo-img-bottom {
  margin-bottom: 25px;
}


/* Mobile */
@media (max-width: 991px){
  .app-partner-header-menu-links {
    display: none;
  }

  .app-partner-header-menu-links.active {
    display: block;
    position: fixed;
    top: 72px;
    z-index: 100;
    background: rgba(6, 6, 6, 1);
    left: 0;
    padding: 15px;
    height: 100%;
    min-width: 50%;
  }

  .app-partner-header-menu-links a {
    display: block;
  }

  .app-partner-header-menu {
    padding: 15px;
    box-sizing: border-box;
    width: auto;
    align-items: center;
  }

  .app-dashboard-page-header {
    padding: 0;
  }

  .app-dashboard {
    padding: 20px;
  }

  .app-dashboard-main.app-dashboard-main-customization.active {
    display: block;
  }

  .app-partner-main {
    padding: 15px;
  }

  .payout-box input.long,
  .payout-box select.medium,
  .payout-box .select,
  .payout-box input.medium,
  .payout-box select.large,
  .payout-box input.small,
  .payout-box .required-container.fit,
  .payout-box select.small,
  .payout-box-buttons .button,
  #banner-add input {
    width: 100%;
    box-sizing: border-box;
  }

  .payout-box .required-container {
    width: 100%;
  }

  .payout-box.current-password {
    background: none;
  }

  .payout-box-buttons {
    margin-top: 0;
    flex-direction: column;
  }

  .payout-box-buttons a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .payout-box-buttons .button.last {
    margin-left: inherit;
  }

  .payout-box-buttons button {
    width: 100%;
  }

  .app-dashboard-main-devider-border {
    display: none;
  }

  .app-dashboard-main-devider-title {
    font-size: 14px;
  }

  .app-dashboard-main-devider {
    gap: 15px;
  }

  .app-dashboard-customization {
    font-size: 12px;
  }

  .empty-tools {
    background: none;
  }

  .pop-up-add-creative-open {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .app-creative-add-pop-up-bar {
    border-radius: 15px;
  }

  .app-creative-add-pop-up-bar-content-items {
    flex-direction: column;
  }

  .app-creative-add-pop-up-bar-content-items-row-item-img {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
  }

  #banner-add {
    padding: 15px;
  }

  #banner-add .flex {
    flex-direction: column;
  }

  #banner-add select,
  .widget-page-2 .select {
    width: 100%;
  }

  .alert {
    padding: 7px;
    width: 100%;
    text-align: center;
  }

  .widget-page #builder {
    flex-direction: column;
  }

  .builder-part.with-border {
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
  }

  .builder-part {
    width: 100%;
  }

  .preview-submit-buttons {
    position: relative;
    bottom: 0;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
  }

  .widget-name .title {
    display: none;
  }

  .get-code-2 {
    text-align: center;
  }

  .widget-page-2 .videoselect {
    display: none;
  }

  .subvideo img {
    width: 115px;
  }

  .subvideocontent {
    width: 100%;
    box-sizing: border-box;
  }

  .widget-page-2 #subvideo,
  .subvideo {
    width: 100%;
  }

  .widget-page .flex {
    flex-wrap: wrap;
  }

  .form-header-buttons-features-dates-title {
    display: none;
  }

  .columns-counter {
    width: 120px;
  }

  .periods {
    margin-bottom: 5px;
    width: fit-content;
    margin-left: inherit;
  }

  .periods-buttons {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }

  .statistic-table {
    padding: 15px;
    left: 0;
    box-sizing: border-box;
  }

  .statistic-table-item-content {
    padding: 5px;
  }

  .logo-img {
    display: none;
  }

  .logo-img-mobile {
    display: block;
  }

  .nav-link {
    padding: 10px 18px;
  }

  .app-partner-header-menu-info-logout {
    padding-right: 45px;
  }

  .app-partner-burger {
    display: block;
    margin-left: 10px;
  }

  .app-partner-burger-open {
    width: 47px;
    height: 42px;
    background: url('/images/burger.svg') no-repeat center;
    cursor: pointer;
    display: none;
  }

  .app-partner-burger-close {
    width: 47px;
    height: 42px;
    background: url('/images/burger-close.svg') no-repeat center;
    cursor: pointer;
    display: none;
  }

  .app-partner-burger-open.active,
  .app-partner-burger-close.active {
    display: block;
  }

  .company-promo-item {
    flex-wrap: wrap; 
  }

  .columns-counter-inner {
    left: 0;
  }
}