/*
Theme Name: Bot Telegram
Author: Serhii Nikolaienko
Author Email: seganiko.corp@gmail.com
Author Phone: +48576111731
Author Telegram: @sega_niko
Author Viber: +48576111731
Author WhatsApp: +48576111731
Author Url: https://seganiko.com
Author Linkedin profile: https://www.linkedin.com/in/sergeynikolaenko/
Version: 1.0
*/

*{
	box-sizing: border-box;
}

*,
*::before,
*::after{
  box-sizing: border-box;
}

ul[class],
ol[class]{
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd{
  margin: 0;
}

body{
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

ul[class],
ol[class]{
	list-style: none;
}

a:not([class]){
	text-decoration-skip-ink: auto;
}

img{
	max-width: 100%;
	display: block;
}

article > * + * {
	margin-top: 0;
}

input,
button,
textarea,
select{
	font: inherit;
}

@media (prefers-reduced-motion: reduce){
	
	*{
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
	
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	transition: 0.5s!important;
	outline: none!important;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display: block;
}

blockquote, q{
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after{
	content: '';
	content: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	transition: 0.5s;
	text-decoration: none;
	color: #27a3e2;
}

a:hover,
a:active,
a:focus,
a:visited{
	text-decoration: none;
	color: #27a3e2;
}

::-webkit-scrollbar,
div::-webkit-scrollbar{
    width: 6px;
    background: #fff;
}

::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb{
    width: 6px;
    background: #333e48;
}

strong{
	font-weight: 600;
}

.bold{
	font-weight: 700;
}

.btn.inline-block,
a.btn.inline-block{
	display: inline-block;
	height: auto;
}

.block-submit-btn{
    display: flex;
	align-items: center;
	justify-content: space-between;
}

.w100,
.btn.w100{
	width: 100%;
}

.w50,
.btn.w50{
	width: calc(50% - 11px);
}

.text-left{
	text-align: left;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.btn:focus{
	box-shadow: none!important;
}

.btn-info,
a.btn-info{
    color: #fff!important;
    background-color: #1761b8!important;
    border-color: #1761b8!important;
}

.btn-info:hover,
a.btn-info:hover{
    color: #fff;
    background-color: #1761b8!important;
    border-color: #1761b8!important;
}

.btn-outline-info,
a.btn-outline-info{
    color: #1761b8!important;
    background-color: transparent;
    background-image: none;
    border-color: #1761b8!important;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle{
    color: #fff!important;
    background-color: #1761b8!important;
    background-image: none;
    border-color: #1761b8!important;
}

.btn-outline-info:hover,
a.btn-outline-info:hover{
    color: #fff!important;
    background-color: #1761b8!important;
    background-image: none;
    border-color: #1761b8!important;
}

.btn-danger,
a.btn-danger{
    color: #fff;
    background-color: #c82333!important;
    border-color: #c82333!important;
}

.btn-danger:hover,
a.btn-danger:hover{
    color: #fff;
    background-color: #c82333!important;
    border-color: #c82333!important;
}

.btn-outline-danger,
a.btn-outline-danger{
    color: #c82333;
    background-color: transparent;
    background-image: none;
    border-color: #c82333;
}

.btn-outline-danger:hover,
a.btn-outline-danger:hover{
    color: #fff;
    background-color: #c82333;
    background-image: none;
    border-color: #c82333;
}

.btn-secondary{
	color: #fff;
	background-color: #2a2a2a;
	border-color: #2a2a2a;
}

.btn-secondary:hover{
	color: #fff;
	background-color: #2a2a2a;
	border-color: #2a2a2a;
}

.btn-warning,
a.btn-warning{
    color: #212529!important;
    background-color: #ff9f00;
}

.btn-warning:hover,
a.btn-warning:hover{
    color: #212529!important;
    background-color: #ff9f00;
}

.btn-outline-warning,
a.btn-outline-warning{
    color: #212529;
    background-color: transparent;
    background-image: none;
    border-color: #ff9f00;
}

.btn-outline-warning:hover,
a.btn-outline-warning:hover{
    color: #212529;
    background-color: #ff9f00;
    background-image: none;
    border-color: #ff9f00;
}

.btn-success,
a.btn-success{
    color: #fff;
    background-color: #155724!important;
    border-color: #155724!important;
}

.btn-success:hover,
a.btn-success:hover{
    color: #fff;
    background-color: #155724!important;
    border-color: #155724!important;
}

.btn-outline-success,
a.btn-outline-success,
.btn-outline-success:visited,
a.btn-outline-success:visited{
    color: #008d20;
    background-color: transparent;
    background-image: none;
    border-color: #008d20;
	color: #008d20;
}

.btn-outline-success:hover,
a.btn-outline-success:hover{
    color: #fff;
    background-color: #008d20;
    background-image: none;
    border-color: #008d20;
}

.btn-primary,
a.btn-primary{
    color: #fff;
    background-color: #be00d2;
    border-color: #be00d2;
}

.btn-primary:hover,
a.btn-primary:hover{
    color: #fff;
    background-color: #be00d2;
    border-color: #be00d2;
}

.btn-outline-primary,
a.btn-outline-primary{
    color: #0069d9;
    background-color: transparent;
    background-image: none;
    border-color: #0069d9;
}

.btn-outline-primary:hover,
a.btn-outline-primary:hover{
    color: #fff;
    background-color: #0069d9;
    background-image: none;
    border-color: #0069d9;
}

.btn-dark,
a.btn-dark{
    color: #fff;
    background-color: #343a40;
}

.btn-dark:hover,
a.btn-dark:hover{
    color: #fff;
    background-color: #23272b;
}

.btn-outline-dark,
a.btn-outline-dark{
    color: #23272b;
    background-color: transparent;
    background-image: none;
    border-color: #23272b;
}

.btn-outline-dark:hover,
a.btn-outline-dark:hover{
    color: #fff;
    background-color: #23272b;
    background-image: none;
    border-color: #23272b;
}

.alert a,
.alert a:hover,
.alert a:active,
.alert a:focus,
.alert a:visited{
    color: #f0f0f0;
	border-bottom: 1px dashed #ffffff90;
}

.alert-danger{
    color: #f0f0f0;
    background-color: #721c24;
    border-color: #721c24;
}

.alert-success{
    color: #f0f0f0!important;
    background-color: #155724!important;
    border-color: #155724!important;
}

.alert-primary{
	color: #f0f0f0;
	background-color: #004085;
	border-color: #b8daff;
}

.alert-warning{
	color: #f0f0f0;
	background-color: #856404;
	border-color: #ffeeba;
}

.alert-info{
    color: #f0f0f0;
    background-color: #0c5460;
    border-color: #bee5eb;
}

.form-status .alert{
	text-align: center;
}