/* 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 {
    background-color: #060606;
    font-family: 'SFCompactRounded';
}

a {
    text-decoration: none;
}

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

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

h1 {
    text-align: center;
    color: #fff;
}

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

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

.main-content {
    position: relative;
}

.nav-link {
    padding: 15px 20px !important;
    background: rgba(19, 19, 19, 1);
    border-radius: 14px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    line-height: 16px;
    cursor: pointer;
    text-decoration: none;
}

.nav-link:hover, .nav-link:focus {
    color: white;
    cursor: inherit !important;
}

.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;
}

/* 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;
    background: rgba(43, 43, 43, 1);
    border-radius: 14px;
    font-style: normal;
    font-weight: 600;
    color: white;
    position: relative;
    text-decoration: none;
}

.tabs .tab a.active,
.tabs .tab a.active:hover {
    background: rgba(120, 120, 120, 0.7);
}

.tabs .tab a:hover {
    background: rgba(43, 43, 43, 0.7);
}

/* Dropdown menu */
.dropdown-menu {
    background: rgba(15, 15, 15, 1);
    border-radius: 14px;
    padding: 16px;
    padding-top: 10px;
}

.dropdown-item {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #6A6A6A;
    padding: 10px 15px;
    background: rgba(39, 39, 39, 0.5);
    border-radius: 14px;
    text-align: center;
    color: white;
}

.dropdown-item:hover {
    color: white;
    background: rgba(39, 39, 39, 0.8);
}

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

/* Login Page */
.card-body {
    padding: 40px;
}

.card {
    background: rgba(39, 39, 39, 0.6);
    border-radius: 14px;
    max-width: 500px;
    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, 0.6) !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: #000000;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 4px;
    bottom: 3px;
    background-color: #D9D9D9;
    -webkit-transition: .4s;
    box-shadow: 0px 2px 5px 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: 40px;
    width: 100px;
}

input:checked + .slider {
    background-color: #8CBB45;
}

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

/* Banners Add Page */
#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 {
    display: flex;
    gap: 10px;
}

#banner-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;

}

#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 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;
}

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

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;
    margin-bottom: 10px;
}

#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;
}

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

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

/* Footer */
footer {
    background: rgba(39, 39, 39, 0.5);
    display: flex;
    padding: 0 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;
}
  
footer .links-title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 30px;
}
  
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;
}

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

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

.bottom-wrapper {
    padding: 20px 40px;
}

.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;
}

.not-authenticated footer,
.not-authenticated .bottom-wrapper {
    display: none;
}


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

    footer {
        display: block;
        padding: 0;
    }

    .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;
    }

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

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

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