@font-face {
    font-family: 'Roboto Condensed';
    src: url("../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url("../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto/Roboto-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto/Roboto-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins/Poppins-Light.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}

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

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins/Poppins-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins/Poppins-SemiBold.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins/Poppins-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}


.youtube {
    font-size: x-large;
    color: red;
}

.telegram {
    font-size: x-large;
    color: #0088cc;
}

.instagram {
    font-size: x-large;
    /*color: #8a3ab9;*/
    background: -moz-linear-gradient(top, #8a3ab9 0%, #fccc63 100%);
    background: -webkit-linear-gradient(top, #8a3ab9 0%, #fccc63 100%);
    background: linear-gradient(to bottom, #8a3ab9 0%, #fccc63 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


#mainPage {
    background-color: #082652;
}

.facebook {
    font-size: x-large;
    color: #0088cc;
}


.button-17 {
    align-items: center;
    appearance: none;
    background-color: #122f62;
    border-radius: var(--bs-border-radius-lg);
    border-style: none;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px, rgba(0, 0, 0, .14) 0 6px 10px 0, rgba(0, 0, 0, .12) 0 1px 18px 0;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 2px 24px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform, opacity;
    z-index: 0;
}

.button-17:hover {
    background: #3b5d9f;
    color: var(--sidebar-color);
}

.button-17:active {
    box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
    outline: none;
}

.button-17:focus {
    outline: none;
    border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
    box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
    box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17-reversed {
    align-items: center;
    appearance: none;
    background-color: #ffffff;
    border: 2px solid #122f62;
    color: #122f62;
    border-radius: var(--bs-border-radius-lg);
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 2px 24px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform, opacity;
    z-index: 0;
}

.button-17-reversed:hover {
    background-color: #e1e2e5;
    border: 2px solid #122f62;
    color: #122f62;
}

.button-17-reversed:active {
    outline: none;
    border: none;
}

.button-17-reversed:focus {
    outline: none;
    border: 2px solid #4285f4;
}

.button-close:hover {
    background: red;
    color: var(--body-color);
}


.arrow-link {
    position: relative;
    color: #0070c9;
    text-decoration: none;
    font-size: 16px;
    padding-right: 20px;
}

.arrow-link::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0070c9;
    border-right: 2px solid #0070c9;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
}

.arrow-link:hover {
    text-decoration: underline;
}

.button-17-big {
    align-items: center;
    appearance: none;
    border-radius: var(--bs-border-radius-lg); /* increased from 24px */
    border-style: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px; /* increased from 14px */
    font-weight: bold;
    height: 48px; /* increased from 48px */
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 4px 48px; /* increased from 2px 24px */
    position: relative;
    text-align: center;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    z-index: 0;
}


.button-17-reversed-small {
    align-items: center;
    appearance: none;
    background-color: #ffffff;
    border: 1px solid #122f62;
    color: #122f62;
    border-radius: var(--bs-border-radius-lg);
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 2px 12px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform, opacity;
    z-index: 0;
}


:root {
    --body-color: #E4E9f7;
    --sidebar-color: #fff;
    --primary-color: #082652;
    --primary-color-light: #f6f5ff;
    --toggle-color: #ddd;
    --text-color: #707070;
    --content-text-color: #000;

    --tran-02: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.4s ease;
    --tran-05: all 0.5s ease;
}

body {
    height: 100vh;
    background: var(--body-color);
    transition: var(--tran-02);
    font-family: 'Roboto', sans-serif;
}

body.dark {
    --body-color: #18191a;
    --sidebar-color: #242526;
    --primary-color: #3a3b3c;
    --primary-color-light: #3a3b3c;
    --toggle-color: #fff;
    --text-color: #ccc;
    --content-text-color: var(--text-color);
}


/*==== Copy to Clipboard ====*/
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


/*==== Admin pages content ====*/

.content {
    position: relative;
    height: 100%;
    border-radius: 6px;
    color: var(--text-color);
    transition: var(--tran-03);
    background: var(--sidebar-color);
}

.content textarea,
.content input {
    outline: none;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    background: var(--primary-color-light);
    transition: var(--tran-05);
    color: var(--text-color);
}

.content table {
    padding: 20px;
    color: var(--text-color);
}

.content tr:hover {
    color: var(--text-color)
}


.custom-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 6px;
    min-width: 60px;
    font-size: 20px;
    padding: 10px 14px;
    margin: 10px;
}

.custom-button a:hover {
    background: var(--primary-color);
}

.custom-button.red a:hover {
    background: red;
}

.custom-button .text {
    color: var(--text-color);
    transition: var(--tran-02);
}


.custom-button a:hover .text {
    color: var(--sidebar-color);
}

body.dark .custom-button a:hover .text {
    color: var(--text-color);
}

.content-container {
    padding: 8px 40px;
}

.content {
    color: var(--content-text-color);
}

.content .text {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--content-text-color);
    white-space: pre-wrap;
}

body.dark .content .form-control::placeholder {
    color: var(--text-color);
}

.content .table {
    color: var(--content-text-color);
    --bs-table-bg: var(--sidebar-color);
}

.content .table td {
    max-width: 350px;
}

.table td {
    max-width: 400px;
}

.content .button-group {
    height: calc(100% - 50px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 500px;
    padding: 10px 14px;
    margin: 10px;
}

.content .card-body {
    color: var(--content-text-color);
    background: var(--sidebar-color);
}

.comment-old {
    white-space: break-spaces;
}