﻿/* banner title background color */

.wot .game-color {
    background-color: rgba(28, 27, 22, 0.85);
}

/* prem shop color */

.wot .installed-game .page-content .shop { 
    background-color: rgba(28, 27, 22, 0.85);
}

/* banners color */

.wot  .banners-color {
    background-color: rgba(28, 27, 22, 0.7);
}

/* icon in header*/

.wgc-header .container .games .game.wot svg {
    width: 3.493vh;
    height: 4.657vh;
}

/* big logo in add-game page*/

.showcase-game .logo.wot svg {
    width: 24.16303vh;
    height: 9.60699vh;
}

/* logo in install game dialog */

.install-game-dialog .content-data .static-content .content-service .logo.wot {
    width: 34.3115vh;
    height: 13.64192vh;
}

/*icon in notification menu*/

.main-menu-content-item__notifications .submenu_item__game_ico-wot svg {
    height: 3.63901vh;
    width: 2.76565vh;
}

/*scroll arrows color in header*/

.wot .wgc-header .scroll-left, .wot .wgc-header .scroll-right {
  background-color: #12110D;
}

/*install game dialog background color */

.install-game-dialog.wot {
    background-color: rgb(28, 28, 28);
}