:root {
    --font-primary: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    --text-color-win: rgb(46, 204, 113);
    --text-color-lose: rgb(255, 90, 95);
    --text-color-neutral: rgba(255, 255, 255, 1);
    --text-color-success: rgb(97, 165, 3);
    --color-success-light: rgba(120, 255, 120, 0.1);
    --bg-light-color: rgb(47, 69, 83);
    --border-radius: 8px;
    --btn-bg-color: #071824;
    --btn-border-size: 2px;
    --btn-border-color: rgb(47, 69, 83);
    --btn-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 2px 0 rgba(0, 0, 0, .12), inset 0 2px 4px 0 rgba(0, 0, 0, .2);
    --btn-block-base-background: #61a503;
    --btn-block-base-radient: radial-gradient(circle at 50% 50%, #61a503, #2d7500 94%);
    --btn-block-warn-background: rgb(93, 74, 31);
    --btn-block-warn-radient: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    --btn-block-danger-background: rgb(238, 63, 0);
    --btn-block-danger-radient: radial-gradient(circle at 50% 50%, #ee3f00, #b32b00 94%);
    --background-color-primary: rgb(15, 33, 46);
    --background-color-secondary: rgb(48, 25, 52);
    --border-color: rgb(0, 0, 0);
    --icon-color: rgb(0, 184, 1);
    --modal-background: linear-gradient(180deg, #16171a, #301934 80%, #16171a);
    --black-color-crash: rgb(47, 69, 83);
}

#theme-main-logo {
    height: 35px !important;
}