@import url('https://fonts.googleapis.com/css2?family=Marck+Script&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Prata&display=swap');

:root {
	--main: #30BB2E;
    --black: #1E1E1D;
    --gray: #6A6C7E;
    --light: #F9FAFC;
    --blue: #0467C2;
    --red: #FF2C2C;
    --sec: #FF2C2C;
    --orange: #ffc107;
    --purple: #8b00ff;

	--main_light: rgba(8, 194, 4, 0.07);
	--black_light: rgba(30, 30, 29, 0.07);
	--gray_light: rgba(106, 108, 126, 0.07);
	--blue_light: rgba(4, 103, 194, 0.07);
	--red_light: rgba(255, 44, 44, 0.07);
	--sec_light: rgba(255, 44, 44, 0.07);
	--orange_light: rgba(255, 165, 0, 0.07);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--gray)!important;
}

a {
    color: var(--dark);
    transition: all 0.3s;
}

a:hover {
    color: var(--main);
    text-decoration: none;
}
a.text-underline {
    text-decoration: underline;
}

h1 {
    font-weight: 600;
    font-size: 38px;
    color: var(--black);
    line-height: 120%;
    padding: 0 0 35px;
    margin: 0;
}

h2 {
    font-weight: 600;
    font-size: 26px;
    color: var(--black);
    line-height: 120%;
    padding: 0 0 30px;
    margin: 0;
}

h3 {
    font-weight: 600;
    font-size: 18px;
    color: var(--black);
    line-height: 120%;
    padding: 0 0 20px;
    margin: 0;
}

h4 {
    font-weight: 600;
    font-size: 16px;
    color: var(--black);
    line-height: 120%;
    padding: 0 0 15px;
    margin: 0;
}

.card.border-top-left-radius-0{
	border-top-left-radius:0px;
}
/* status */

.cancelled {
    background: var(--sec_light);
}
.finished {
    background: var(--blue_light);
}
.started {
    background: var(--main_light);
}
.planned {
    background: var(--orange_light);
}

/* status */

/* min-widths */
.mw-10{
	min-width:10px;
	width:10px;
}
.mw-15{
	min-width:15px;
	width:15px;
}
.mw-20{
	min-width:20px;
	width:20px;
}
.mw-25{
	min-width:35px;
	width:25px;
}
.mw-30{
	min-width:30px;
	width:30px;
}
.mw-35{
	min-width:35px;
	width:35px;
}
.mw-40{
	min-width:40px;
	width:40px;
}
.mw-45{
	min-width:45px;
	width:45px;
}
.mw-50{
	min-width:50px;
	width:50px;
}
.mw-55{
	min-width:55px;
	width:55px;
}
.mw-60{
	min-width:60px;
	width:60px;
}
.mw-65{
	min-width:65px;
	width:65px;
}
.mw-70{
	min-width:70px;
	width:70px;
}
.mw-75{
	min-width:75px;
	width:75px;
}
.mw-80{
	min-width:80px;
	width:80px;
}
.mw-85{
	min-width:85px;
	width:85px;
}
.mw-90{
	min-width:90px;
	width:90px;
}
.mw-95{
	min-width:95px;
	width:95px;
}
.mw-100{
	min-width:100px;
	width:100px;
}
.mw-105{
	min-width:105px;
	width:105px;
}
.mw-110{
	min-width:110px;
	width:110px;
}
.mw-120{
	min-width:120px;
	width:120px;
}
.mw-125{
	min-width:125px;
	width:125px;
}
.mw-130{
	min-width:130px;
	width:130px;
}
.mw-140{
	min-width:140px;
	width:140px;
}
/* min-widths */

/* min-widths */


/* min-widths */


/* button */

.btn,
.product_btn {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 13px 20px;
    outline: none;
    border: none;
    background: none;
    border-radius: 5px;
    transition: all 0.3s;
}

.btn.focus, 
.btn:focus {
    box-shadow: none;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 5px;
}

/* .btn-success {
    border: none;
    background: var(--main);
}

.btn-success:hover {
    background: #06a603;
}

.btn-primary {
    border: none;
    background: var(--blue);
}

.btn-primary:hover {
    background: #03549f;
}

.btn-secondary {
    border: none;
    background: var(--gray);
}

.btn-secondary:hover {
    background: #4f515f;
}

.btn-danger {
    border: none;
    background: var(--red);
}

.btn-danger:hover {
    background: #da2727;
}

.btn-warning {
    background: #ffc107;
}

.btn-warning:hover {
    background: #e1aa06;
}

.btn-info {
    background: #17a2b8;
}

.btn-info:hover {
    background: #128596;
}

.btn-light {
    border: none;
    background: var(--light);
}

.btn-light:hover {
    background: #dadadc;
}

.btn-dark {
    border: none;
    background: var(--black);
}

.btn-dark:hover {
    background: #5d5d5d;
}

.btn-outline-primary {
    color: var(--main);
    border-color: var(--main);
}

.btn-outline-primary:hover {
    border-color: var(--main);
    background: var(--main);
}

.btn-outline-secondary {
    color: var(--gray);
    border-color: var(--gray);
}

.btn-outline-secondary:hover {
    border-color: var(--gray);
    background: var(--gray);
}

.btn-outline-danger {
    color: var(--red);
    border-color: var(--red);
}

.btn-outline-danger:hover {
    border-color: var(--red);
    background: var(--red);
}

.btn-outline-light {
    color: var(--dark);
    border-color: #EBEDEF;
}

.btn-outline-light:hover {
    border-color: var(--light);
    background: var(--light);
}

.btn-outline-dark {
    color: var(--black);
    border-color: var(--black);
}

.btn-outline-dark:hover {
    border-color: var(--black);
    background: var(--black);
} */

button:focus {
    outline: none;
}



.btn-main, .btn-km, .btn.bg-km {
    color: #fff;
    background: var(--main);
}

.btn-main:hover, .btn-km:hover, .btn.bg-km:hover {
    color: #fff;
    background: #06a603;
}

.btn-blue {
    color: #fff;
    background: var(--blue);
}

.btn-blue:hover {
    color: #fff;
    background: #03549f;
}

.btn-gray {
    color: #fff;
    background: var(--gray);
}

.btn-gray:hover {
    color: var(--gray);
    background: var(--gray_light);
}

/* .btn-main, .btn-km, .btn.bg-km {
    color: var(--main);
    border: 1px solid rgba(8, 194, 4, 0.25);
    background: var(--main_light);
}

.btn-main:hover, .btn-km:hover {
    color: #fff;
    background: var(--main);	
}

.btn-blue {
    color: var(--blue);
    border: 1px solid rgba(4, 103, 194, 0.25);
    background: var(--blue_light);
}

.btn-blue:hover {
    color: #fff;
    background: var(--blue);	
} */

.btn-main-outline {
    border: 1px solid var(--main);
    color: var(--main);
    background: #fff;
}

.btn-main-outline:hover {
    background: var(--main_light);	
	color: var(--main);
}

.btn-sec {
    background: var(--sec);
    color: #fff;	
}


.btn-sec:hover {
    opacity: 0.9;	
}

.btn-default {
    background: var(--light)!important;
    border: 1px solid var(--gray)!important;
}

.btn-default:hover {
    opacity: 0.9;	
}

.btn-sec-outline {
    border: 1px solid var(--sec)!important;
    color: var(--sec)!important;
    background: #fff!important;
}

.btn-sec-outline:hover {
    background: var(--sec_light)!important;	
}

.btn-gray-outline {
    border: 1px solid var(--gray)!important;
    color: var(--gray)!important;
    background: #fff!important;
}

.btn-gray-outline:hover { 
    background: var(--gray_light)!important;	
}

.btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
    height: 30px;
    width: 30px;
    line-height: 30px;
	text-align:center;
	padding: 0;
}

.product_btn {
    width: 100%;
    padding: 10px 20px;
}

.product_btn i {
    padding: 10px;
    margin-right: 10px;
    background: #fff;
    border-radius: 20px;
}

.col:nth-child(1) .product_btn {
    color: var(--main);
    background: var(--main_light);
}

.col:nth-child(1) .product_btn:hover {
    color: #fff;
    background: var(--main);
}

.col:nth-child(1) .product_btn:hover i {
    color: var(--main);
}

.col:nth-child(2) .product_btn {
    color: var(--blue);
    background: var(--blue_light);
}

.col:nth-child(2) .product_btn:hover {
    color: #fff;
    background: var(--blue);
}

.col:nth-child(2) .product_btn:hover i {
    color: var(--blue);
}

.col:nth-child(3) .product_btn {
    color: var(--red);
    background: var(--red_light);
}

.col:nth-child(3) .product_btn:hover {
    color: #fff;
    background: var(--red);
}

.col:nth-child(3) .product_btn:hover i {
    color: var(--red);
}

.col:nth-child(4) .product_btn {
    color: var(--black);
    background: var(--black_light);
}

.col:nth-child(4) .product_btn:hover {
    color: #fff;
    background: var(--gray);
}

.col:nth-child(4) .product_btn:hover i {
    color: var(--gray);
}

.col:nth-child(5) .product_btn {
    color: var(--black);
    background: var(--black_light);
}

.col:nth-child(5) .product_btn:hover {
    color: #fff;
    background: var(--gray);
}

.col:nth-child(5) .product_btn:hover i {
    color: var(--gray);
}

.btn_dotted {
    height: 40px;
    width: 40px;
    padding: 0;
    background: url(/landing/images/burger_icon.svg) no-repeat 50% 50%;
    background-size: 20px;
}

.burger_btn {
    padding: 0;
}

/* end buttons */



/* modals */

.modal-content {
    border: none;
    border-radius: 10px;
}

.modal-title {
    color: var(--black);
}

/* end modals */

/* form */

.error_text {
    width: 100%;
    color: #fff;
    background: var(--sec);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.nobr{
	white-space: nowrap!Important;
}

.select2-container--bootstrap .select2-selection.red,
.red {
    border:1px solid var(--sec)!Important;
}

.select2-container {
    height: 44px;
    border-radius: 5px;
}

.has-float-label .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    height: 44px;
    padding: 9px 13px 0;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
}

/*checkboxes and radio*/

.custom-control-label::before {
    width: 18px;
    height: 18px;
    border: 1px solid var(--gray);
    top: 1px;
    background: none;
}

.custom-control-label::after {
    width: 18px;
    height: 18px;
    top: 1px;
}

.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
    top: 2px;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
    top: 0;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    border: none;
    background: var(--main);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border: none;
    background-color: var(--main);
    background-size: 12px auto;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

/*checkboxes and radio*/

/* has float label */

.card-body .select2-container--bootstrap,
.modal-body .select2-container--bootstrap {
    width: 100% !important;
}

.custom-control-inline {
    padding: 0 0 0 0px!Important;
}

.card_with_input {
	height: 50px;
}

.card_with_input input,
.card_with_input textarea,
.card_with_input select {
	border: 0px;
	border-left: 1px solid #ddd;
	border-radius: 0 0.35rem 0.35rem 0;
}

.card_with_input_list .textarea_field{
	border: 0px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-radius: 0;
}

.card_with_input_list .textarea_title{
	border: 0px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 0;
}

.has-float-label {
    position: relative;
    background: var(--light);
}

.has-float-label .form-control {
    height: 44px;
    min-height: 44px;
    display: block;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #333;
    outline: none;
    padding: 15px 12px 0;
    margin: 0;
    position: relative;
    z-index: 1;
    border: 1px solid var(--gray_light);
    background: none;
    border-radius: 6px;
}

.has-float-label select.form-control {
    padding: 15px 8px 0;
}

.has-float-label textarea.form-control {
    padding: 18px 12px 0;
}

.has-float-label.input-daterange .form-control {
    width: 50%;
    text-align: left;
}

.has-float-label.input-daterange .form-control:last-child {
    border-left: 1px solid #fff;
}

.has-float-label label:not(.custom-control-label) {
    width: 100%;
    height: 26px;
    display: block;
    font-weight: 300;
    font-size: 12px;
    color: #9B9B9B;
    line-height: 26px;
    padding: 0 12px;
    margin: 0;
    cursor: text;
    position: absolute;
    top: 0; left: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 0.3s;
}

.form-control:focus {
    box-shadow: none;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + *,
.has-float-label .form-control:placeholder-shown:not(:focus) + div + * {
    display: block;
    font-size: 13px;
    line-height: 44px;
    top: 0; left: 0;
	white-space: nowrap;
}

.has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    transition: all 0.3s;
}

.has-float-label .form-control::-moz-placeholder {
    opacity: 1;
    transition: all 0.3s;
}

.has-float-label .form-control:-ms-input-placeholder {
    opacity: 1;
    transition: all 0.3s;
}

.has-float-label .form-control::placeholder {
    opacity: 1;
    transition: all 0.3s;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
    opacity: 0;
}

.form-group > input, 
.form-group > select, 
.form-group > textarea, 
.form-group > select, 
.form-group > label {
    padding-left: 20px;
    padding-right: 20px;
}

.modal-body.has-float-label .form-control:placeholder-shown:not(:focus) + *,
.modal-body.has-float-label label {
    left: 24px;
}

.input-group .has-float-label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.input-group .has-float-label:not(:last-child),
.input-group .has-float-label:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}

.input-group .has-float-label:not(:first-child),
.input-group .has-float-label:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group .has-float-label {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group-append {
    margin: 0;
    border-left: 1px solid #fff;
    background: var(--blue_light);
}
.input-group-append .btn.bg-km {
    background: var(--blue_light)!Important;
    color: var(--dark)!Important;
}

.input-group-prepend {
    margin: 0;
    border-right: 1px solid #fff;
    background: var(--blue_light);
}

.input-group-append.custom-control .custom-control-label,
.input-group-prepend.custom-control .custom-control-label {
    padding-left: 20px;
}

.has-float-label.view {
    background: none;
    border: 1px solid var(--light)
}

.has-float-label.view .form-control {
    height: 34px;
    font-size: 14px;
    color: #9B9B9B;
    padding: 13px 15px 0;
    cursor: default;
}

.has-float-label.view label:not(.custom-control-label), 
.has-float-label.view > span {
    font-size: 11px;
    line-height: 16px;
    padding: 0 15px;
}

.has-float-label .select2-container--bootstrap .select2-selection {
    height: 44px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #333;
    line-height: 39px;
    padding: 15px 20px 0;
    border: 1px solid var(--gray_light);
    background: url(/images/select-arrow.svg) no-repeat right 12px top 50%;
    background-size: 15px auto;
    box-shadow: none;
}

.select2-container--bootstrap .select2-dropdown {
    border: none;
    background: var(--light);
    border-radius: 0;
    box-shadow: 0 10px 10px 5px rgb(0 0 0 / 5%);
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    height: 40px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.select2-container--bootstrap .select2-results__option {
    padding: 6px 13px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border: none;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background: var(--main_light);
	color: var(--main);
}

.fa-menu{
	font-size:100%;
}

.open_items_goods .fa-menu {
    font-size: 120%;
}

.text-main {
    color: var(--main)!important;
}

.text-sec{
    color: var(--sec)!important;
}

.text-red {
    color: var(--red)!important;
}
.custom-checkbox .custom-control-red:checked~.custom-control-label::before {
    background-color: var(--red)!important;
}
.text-purple {
    color: var(--purple)!important;
}
.custom-checkbox .custom-control-purple:checked~.custom-control-label::before {
    background-color: var(--purple)!important;
}
.text-green {
    color: var(--main)!important;
}
.text-orange {
    color: var(--orange)!important;
}
.custom-checkbox .custom-control-orange:checked~.custom-control-label::before {
    background-color: var(--orange)!important;
}

.text-main_light {
    color: var(--main_light);
}

.text-blue {
    color: var(--blue) !important;
}
.custom-checkbox .custom-control-blue:checked~.custom-control-label::before {
    background-color: var(--blue)!important;
}
.text-gray {
    color: var(--gray);
}
.text-grey {
    color: var(--gray);
}
.custom-checkbox .custom-control-gray:checked~.custom-control-label::before {
    background-color: var(--gray)!important;
}
.custom-checkbox .custom-control-grey:checked~.custom-control-label::before {
    background-color: var(--gray)!important;
}
.bg-main{
    background: var(--main)!important;
    color: #fff!important;
}

.bg-main_light{
    background: var(--main_light)!important;
    color: var(--main)!important
}

.bg-sec, .bg-danger, .bg-red{
    background: var(--sec);
    color: #fff;
}

.bg-sec_light{
    background: var(--sec_light)!important;
    color: var(--sec)!important;
}

.bg-green_light{
    background: var(--green_light)!important;
}

.bg-project{
    background: var(--light)!important;
}

.h_field_new{
	display:none!important;
}

.get_scans, .badge_count {
    position: relative;
}

.get_scans span, .badge_count span {
    width: 21px;
    height: 21px;
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    text-align: center;
    letter-spacing: -0.5px;
    position: absolute;
    top: -10px;
    right: -15px;
    border: 2px solid #fff !important;
    border-radius: 13px;
}

.red-label {
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--sec);
    border-radius: 10px;
    z-index: 666;
}

/* end form */
/* suggestions */
.suggestions-suggestions {
    border: 1px solid #EBEDEF!Important;
    border-radius: 5px;
	z-index:16000;
}
.input-group .suggestions-wrapper {
    display: block!Important;
    position: absolute!Important;
    TOP: 44px;
}
/* end suggestions */
/* progress */

.progress_buy,
.progress_sell {
    width: 100%;
    padding: 6px 10px;
	margin-top: 2px;
    position: relative;
}

.progress_buy {
    background: rgba(255, 44, 44, 0.015) !important;
}

.progress_sell {
    background: rgba(8, 194, 4, 0.015) !important;
}

.progress_buy::after,
.progress_sell::after {
    content: '';
    display: block;
    background: var(--red_light);
    width: var(--prog);
    height: 100%;
    position: absolute;
    top: 0; left: 0;
}

.progress_sell::after {
    background: var(--main_light);
    width: var(--prog);
    left: auto; right: 0;
}

/* .range_buy_sell .card {
    padding: 20px 0;
} */

.range_buy_sell .card .title_row {
    line-height: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EBEDEF;
}

.range_buy_sell .card .title_row .badge {
    /* font-weight: bold; */
    font-size: 10px;
    padding: 3px 5px;
    position: absolute;
    top: -15px; left: 15px;
}

.range_buy_sell .card .title_row .col-4:last-child .badge {
    left: auto; right: 10px;
}

/* progress */

/* user_private_office */

.user_private_office {
    padding: 0 0 0 5px;
}

.user_private_office .dropdown-menu {
    left: auto; right: 0;
    border-radius: 0;
}

.user_private_office .nav-link {
    width: 30px;
    height: 30px;
    background: var(--gray) url(/images/login_icon.svg) no-repeat 50%;
    background-size: auto 12px;
    transition: all 0.3s;
    border-radius: 20px;
}

.user_private_office .nav-link:hover {
    background: var(--main) url(/images/login_icon.svg) no-repeat 50%;
    background-size: auto 12px;
}

.user_private_office .nav-link::after {
    display: none;
}

.user_private_office .nav-item .dropdown-item:hover {
    color: var(--red);
}

.contacts_box .btn {
    color: var(--gray);
    position: relative;
    /* border: 1px solid var(--gray); */
    border-radius: 15px;
}

.contacts_box .btn.active {
    color: var(--red);
    /* border: 1px solid var(--red); */
    background: none;
}

.contacts_box .btn:hover {
    color: var(--main);
    /* border-color: var(--main); */
   /*  background: var(--main_light); */
}

.contacts_box .btn .badge {
    height: 18px;
    width: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 14px;
    font-size: 10px;
    padding: 0 3px;
    position: absolute;
    top: -5px; right: -5px;
    border-radius: 10px;
	border: 1px solid #fff;
}

.contacts_box .btn .badge.bg-red {
    color: #fff;
}

.contacts_box .btn:hover .badge {
    background: var(--main);
}

.contacts_box .btn .fas {
    font-weight: normal;
}

/* end user_private_office */

/* rotation */

@-webkit-keyframes rotation {
    0%, 40% {-webkit-transform: rotateY(0deg);}
    60%, 100%   {-webkit-transform: rotateY(360deg);}
}

@keyframes rotation {
    0%, 40% { transform: rotateY(0deg) ; }
    60%, 100% { transform: rotateX(360deg); }
}

.rotate {
    -webkit-animation: rotation 3s infinite linear;
    animation: rotation 3s infinite linear;
}

@-webkit-keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }
    80%, 100% {
        opacity: 0;
    }
}

.pulsating-circle1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
}

.pulsating-circle:before {
    content: "";
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    border-radius: 45px;
    background-color: #01a4e9;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

/* .pulsating-circle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
} */

.pulsating-circle:after {
    content: "";
    position: absolute;
    left: 0px;
    z-index: 3;
    top: 0px;
    display: block;
    width: 30px;
    height: 30px;
    /* background-color: #ee4124; */
    border-radius: 68px;
    box-shadow: 0 0 10px #ee4124;
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }
    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }
    80%, 100% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}

/* end rotation */

/* Editor */

.editor {outline: none}
.editor_bar a{
	font-size:18px!Important;
	font-weight:600!Important;
}

.editor_content ul{
	list-style: disc;
	padding-left: 14px;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.editor_content ul li{
	padding-left: 7px;
}

.editor_content ol{
	list-style: auto;
	padding-left: 14px;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.editor_content ol li{
	padding-left: 7px;
}

.editor .preview{
	width: 60px;
	height: 60px;
}

.editor .dropzone {
    min-height: 0px;
    background: transparent;
    padding: 0px 0px;
    width: 100%;
}

.edior_photo .close_work_card {
    cursor: pointer;
}

.edior_photo .close_work_card {
    position: absolute;
    top: 0px;
    right: 0px;
}

.editor_label {
    position: absolute;
    top: -20px;
}

.editor_bg {
    background: #fdfdfd;
	border:1px solid #f3f4f5;
}

/* end Editor */

/* Goods */

.goods_menu{
	position: fixed;
    display: block!Important;
    z-index: 6666;
    top: 0px;
    left: 0px;
    max-width: 100%!Important;
    min-width: 100%!Important;
	min-height: 100vh;
	padding: 0px;
	background: var(--light);
}

.goods_menu .items_list {
	max-height:calc(100vh - 98px);
	overflow-y:auto;
}

.goods_menu .close_goods_menu {
	position: fixed;
	display: block;
}

.goods_close {
	right: 15px;
    position: fixed;
    bottom: 15px;
}

.goods_menu .goods_close {
	display: block;
}

/* Goods */

/* badges */

.badge {
    font-weight: 500;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 3px;
}

.badge-success {
    color: var(--main);
    background: var(--main_light);
}

.badge-primary {
    color: var(--blue);
    background: var(--blue_light);
}

.badge-secondary {
    color: var(--gray);
    background: var(--gray_light);
}

.badge-danger {
    color: var(--red);
    background: var(--red_light);
}

.badge-warning {
    color: #CCC407;
    background: rgba(204,196,7,0.07);
}

.badge-info {
    color: #17a2b8;
    background: rgba(23,162,184,0.07);
}

.badge-dark {
    color: var(--black);
    background: var(--black_light);
}

.badge-card-count{
	color: var(--main);
	background: var(--main_light);
	font-size:80%;
}

.text-success,
.text-main {
    color: var(--main);
}

.text-primary {
    color: var(--blue);
}

.text-dark {
    color: var(--black);
}

.text-secondary,
.text-muted {
    color: var(--gray);
}

.text-danger {
    color: var(--red);
}

.text-dark {
    color: var(--black);
}

.text-light {
    color: var(--light);
}

/* end badges */

.wrapper {
    padding-top: 160px;
    min-height: 100vh;
}

.br_lt {
    border-top-left-radius: 0 !important;
}

.br_rt {
    border-top-right-radius: 0 !important;
}

.br_lb {
    border-bottom-left-radius: 0 !important;
}

.br_rb {
    border-bottom-right-radius: 0 !important;
}

.h_field {
    display: none;
}

.list-group-flush .list-group-item{
	background:none;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    color: var(--main);
    background-color: var(--light);
}

.list-group-item-action {
    cursor:pointer;
}

.custom-control {
    min-height: 18px;
    padding: 0;
}

.custom-control-label {
    padding-left: 30px;
}

.custom-control-label::before,
.custom-control-label::after {
    left: 0;
}

.sign_in_section .custom-control-label::before,
.sign_in_section .custom-control-label::after {
    left: 0;
}

.custom-control-label {
    cursor: pointer;
}

.alert-danger {
    color: var(--red);
    background: var(--red_light);
}

/* header section */

.header_section {
    height: 82px;
    width: 100%;
    padding: 15px 0;
    position: fixed;
    top: 0;
    z-index: 1001;
    background: #fff;
}

.logo img {
    max-width: 100px;
}

.nav-item.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: var(--gray);   
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--main);
}

.navbar-expand-lg .navbar-nav .show .nav-link {
    color: var(--main);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-color: rgba(0,0,0,.125);
    border-radius: 5px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--main);
    background: var(--main_light);
}

.dropdown-item {
    font-size: 14px;
    color: var(--gray);
    padding: 5px 20px;
}

.webui-popover {
    border: none;
    overflow: hidden;
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 5%);
    border-radius: 5px;
}

.webui-popover>.webui-arrow, .webui-popover>.webui-arrow:after {
    border-top-color: #fff !important;
}



.dropdown-menu {
    padding: 0;
    margin: 0;
}

.dropdown-menu .list-group-item {
    font-size: 14px;
    padding: 10px 20px;
}

.notifications_link {
    position: relative;
}

.notifications_link::after {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 1px; right: -1px;
    background: url(../images/notifications_new_icon.svg) no-repeat;
}

.header_section .navbar-brand {
    display: none;
}

.logo.d-none {
    display: block !important;
}

.head_menu_block {
    padding: 0 200px 0 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li {
    padding: 0;
}

.header_section .navbar-toggler.close_menu_btn .navbar-toggler-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px; right: 30px;
    background: url("/images/close_menu_btn.svg") no-repeat;
    background-size: cover;
}

.language_btn {
    width: 30px;
    height: 30px;
    display: block;
    background: url(/images/language_ru.svg) no-repeat 50%;
    background-size: 16px;
}

.language_btn.eng {
    background: url(/images/language_eng.svg) no-repeat 50%;
    background-size: 16px;
}

.header_section .dropdown-menu .language_btn.dropdown-item {
    width: 100%;
    height: auto;
    display: inline-flex;
    padding-left: 46px;
    background-position: 20px 50%;
}

.header_section .dropdown-menu .language_btn.dropdown-item:hover {
    background: url(/images/language_ru.svg) no-repeat 20px 50%;
    background-size: 16px;
}

.header_section .dropdown-menu .language_btn.eng.dropdown-item:hover {
    background: url(/images/language_eng.svg) no-repeat 20px 50%;
    background-size: 16px;
}

.header_section .languages_list .dropdown-menu {
    top: 35px;
}

.language_btn.dropdown-toggle::after {
    display: none;
}

.mail_btn {
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.mail_btn i {
    font-size: 16px;
}

/* end header section */

/* submenu */

.sub_menu {
    padding: 0 0;
	position: fixed;
    top: 82px;
    z-index: 1000;
    background: var(--light) !important;
}

.sub_menu_left {
    /* min-width: 210px;
    max-width: 210px; */
    min-height: 38px;
    height: 100%;
    align-self: center;
    font-weight: 600;
	font-size: 18px;
    color: var(--black);
    line-height: 24px;
	white-space: nowrap!Important;
	margin-right: 1rem;
}

.sub_menu_left .dropdown-menu,
.user_private_office .dropdown-menu,
.header_section .dropdown-menu {
    width: max-content;
    padding: 0;
    border: none;
    overflow: hidden;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 5%);
    border-radius: 5px;
	top: 30px;
}

.header_section .user_private_office .dropdown-menu {
    top: 40px; left: auto; right: 0;
}

.user_private_office .dropdown-menu .user_name {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    padding: 10px 20px 0;
}

.sub_menu_left .dropdown-menu .dropdown-item,
.user_private_office .dropdown-menu .dropdown-item,
.header_section .dropdown-menu .dropdown-item {
    font-weight: 300;
    font-size: 14px;
    color: var(--dark);
    line-height: 120%;
    padding: 10px 20px;
    /* transition: all 0.3s; */
}

.dropdown-item-title {
	 padding: 10px 20px;
}

.sub_menu_left .dropdown-menu .dropdown-item:hover,
.user_private_office .dropdown-menu .dropdown-item:hover,
.header_section .dropdown-menu .dropdown-item:hover {
    color: var(--main);
    background-color: var(--light);
}

.sub_menu_left h2 {
    font-size: 16px;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

.sub_menu_left h2 a {
    display: block;
}

.sub_menu_right h2 {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
	color: var(--main);
}

.sub_menu .nav-pills .nav-link {
    font-weight: 500;
    font-size: 12px;
    color: var(--dark);
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    border-radius: 0;
	padding:0.5rem;
}

.sub_menu .nav-pills .nav-link.active, 
.sub_menu .nav-pills .show > .nav-link {
    color: var(--main);
    border-color: var(--main);
    background: none;
}

.sub_menu .nav-pills .nav-link:hover {
    color: var(--main);
    background: none;
}

.search_form .btn,
.search_form .has-float-label .form-control,
.sub_menu_right .btn {
    display: flex;
    min-height: 0;
    height: 38px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
} 

.table tr.status_9,
.table tr.status_6,
.table tr.status_0,
.table tr.bg-buy,
.table tr.bg-sell {
    position: relative;
}

.table tr .led {
    width: 6px;
    height: 6px;
    display: inline-flex;
    position: relative;
    top: -2px; left: -12px;
}

.table tr.bg-buy .led,
.table tr.status_9 .led {
    background: var(--main);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(48, 187, 46, 1);
}

.table tr.bg-sell .led,
.table tr.status_6 .led {
    background: var(--red);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(255, 44, 44, 1);
}

.table tr.status_0 .led {
    background: var(--gray);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(106, 108, 126, 1);
}

.table tr.bg-sec_light {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: -2px;
    background: rgba(255, 44, 44, 0.05) !important;
}

.table tr.bg-sec_light td {
    color: var(--red);
}

.table tr.bg-buy,
.table tr.status_9 {
    position: relative;
    background: rgba(48, 187, 46, 0.05);
}

.table tr.bg-buy td,
.table tr.status_9 td {
    border-top: 2px solid #fff;
}

.table tr.bg-sell,
.table tr.status_6 {
    position: relative;
    background: rgba(255, 44, 44, 0.05);
}

.table tr.bg-sell td,
.table tr.status_6 td {
    border-top: 2px solid #fff;
}

.table tr.status_0 {
    background: rgba(106, 108, 126, 0.05);
}

.table tr.status_0 td {
    border-top: 2px solid #fff;
}

/* .table tr.status_9,
.table tr.bg-sell {
    position: relative;
}

.table tr.bg-buy {
    position: relative;
    background: rgba(255, 44, 44, 0.025);
}

.table tr.bg-buy::after,
.table tr.status_9:after,
.table tr.bg-sell:after {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    top: 15px; left: 12px;
    background: var(--red);
    border-radius: 5px;
}

.table tr.status_9:after,
.table tr.bg-sell:after {
    background: var(--main);
} */

.search_form .btn.btn_energo {
    padding: 0;
    color: #fff;
    background: var(--gray);
}

.search_form .btn.btn_energo:hover {
    color: var(--gray);
    background: var(--gray_light);
}

.search_form .has-float-label .form-control {

}

.search_form .has-float-label {
    background: #fff;
}

.search_form .has-float-label input:not(:placeholder-shown) ~ label {
    padding-top: 0;
}

.search_form .popover_new {
    position: absolute;
    right: 0px; top: 0;
    overflow: hidden;
	background:#fff;
}

.search_form .toggle_filters {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--gray);
}

.search_form .toggle_filters::after {
    content: '';
    width: 1px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%; left: 0;
    opacity: 0.25;
    background: var(--gray);
    transform: translateY(-50%);
}

.search_form .has-float-label .form-control {
    border: none;
}

.search_form .has-float-label .form-control:placeholder-shown:not(:focus) + *, 
.search_form .has-float-label .form-control:placeholder-shown:not(:focus) + div + * {
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
}

.search_form .has-float-label {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px !important;
}

/* end submenu */

.card {
    border: 1px solid #EBEDEF;
    /* overflow: hidden; */
    border-radius: 10px;
}

.card h3 {
    padding-bottom: 5px;
}

.filter_field .card {
    transition: all 0.3s;
}
.card-body-auction{
	border-bottom: 1px solid #EBEDEF;
}
.card-body-auction:last-child{
	border-bottom: 0px;
}
.card .card-header {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    /* padding-bottom: 20px; */
    border-bottom: 1px solid #EBEDEF;
    background: none;
    color: var(--black);
	min-height: 55px;
    display: flex;
    align-items: center;
}

.card .card-header-small {
    font-size: 16px;
	line-height: inherit;
}

.card .card-header .badge {
    position: relative;
}

.badge-new {
    position: relative!important;
    /* bottom: 5px!important; */
	color: var(--sec)!important;
	background: var(--light)!important;
	font-size:80%!important;
}

/* .card .table-responsive {
    width: calc(100% + 40px);
    margin-left: -20px;
} 

.card .table-responsive:last-child {
    margin-bottom: -20px;
} */

.card .table-responsive tr td:first-child,
.card .table-responsive tr th:first-child {
    padding-left: 20px;
}

.card .table-responsive tr.bg-buy td:first-child,
.card .table-responsive tr.bg-buy th:first-child,
.card .table-responsive tr.bg-sell td:first-child,
.card .table-responsive tr.bg-sell th:first-child,
.card .table-responsive tr.status_0 td:first-child,
.card .table-responsive tr.status_0 th:first-child,
.card .table-responsive tr.status_6 td:first-child,
.card .table-responsive tr.status_6 th:first-child,
.card .table-responsive tr.status_9 td:first-child,
.card .table-responsive tr.status_9 th:first-child  {
    min-width: 100px;
    padding-left: 25px;
}

.card .table-responsive tr td:last-child,
.card .table-responsive tr th:last-child {
    padding-right: 20px;
}

.card-footer {
    border: none;
    background: none;
}

.news_list_block {
    padding-top: 18px;
    /* background: var(--light);
    border-radius: 10px; */
}

.news_list_block .news_list {
    margin-bottom: 15px;
}

.news_list_block .news_list li a {
    display: flex;
    flex-direction: column;
    padding: 20px 50px;
    border: 1px solid #EBEDEF;
    /* background: #EBEDEF; */
    border-radius: 10px;
}

.news_list_block .news_list li a::before,
.news_list_block .news_list li a::after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    opacity: 0.5;
    background: url(/images/quote.svg) no-repeat;
    background-size: 100% auto;
}

.news_list_block .news_list li a::before {
    top: 15px; left: 15px;
}

.news_list_block .news_list li a::after {
    bottom: 15px; right: 15px;
    transform: rotate(180deg);
}

.news_list_block .news_list li a .news_title {
    font-weight: 500;
}

.news_list_block .news_list li a .news_date {
    color: var(--gray);
    opacity: 0.6;
}

.news_link {
    color: var(--main);
}

.news_link:hover {
    color: var(--gray);
}

.slick-prev:before, 
.slick-next::before {
    content: '';
    height: 8px;
    width: 2px;
    display: block;
    position: absolute;
    bottom: 8px; left: 15px;
    background: var(--black);
    transform: rotate(-45deg);
}

.slick-prev:after, 
.slick-next::after {
    content: '';
    height: 8px;
    width: 2px;
    display: block;
    position: absolute;
    top: 9px; left: 15px;
    background: var(--black);
    transform: rotate(45deg);
}

.slick-next::before {
    transform: rotate(45deg);
}

.slick-next::after {
    transform: rotate(-45deg);
}

.slick-prev, 
.slick-next {
    height: 30px;
    width: 30px;
    position: absolute;
    transition: all 0.3s;
}

.news_carousel .slick-prev, 
.news_carousel .slick-next {
    top: -40px; left: auto;
    transform: translate(0);
}

.news_carousel .slick-prev {
    right: 20px;
}

.news_carousel .slick-next {
    right: -10px;
}

.slick-prev:hover, 
.slick-next:hover {
    transform: scale(1.2);
}

.table {
    margin: 0;
}

.table.small {
    font-size: 90%;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: var(--gray_light);
}

.table td, 
.table th {
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    /* padding-right: 20px; */
    border-top: 1px solid #EBEDEF;
}

.table td.small, 
.table th.small {
    line-height: 100%;
}

.table thead th {
    font-weight: 500;
    border: none;
    /* white-space: nowrap; */
}

/* .card .table thead th {
    padding-top: 0;
} */

.table td {
    color: var(--gray);
    vertical-align: middle;
}

.table tr.bg-gray td {
    background: var(--gray_light);
}

.table th:last-child,
.table td:last-child {
    padding-right: 0;
}

.table-hover tbody tr {
    transition: all 0.3s;
}

.table-hover tbody tr:hover {
    background-color: var(--main_light);
}

.table-hover tbody tr:hover td {
    color: var(--main);
}

.table img {
    width: 20px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul li {
    padding: 0px;
}

ul.fa-ul li {
    padding: 0px;
}

ul.fa-ul {
    margin-left: 1.5rem;
}

.header_right_side .nav-link {
    padding: 0;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-item {
    padding: 0;
}

.nav {
    flex-wrap: nowrap;
}

.nav-tabs .nav-link {
    color: var(--gray);
    line-height: 140%;
    text-align: center;
    padding: 10px 20px;
    margin: 0;
    position: relative;
    border: none;
    background: var(--gray_light);
    border-radius: 0;
}

.position-sticky .nav-tabs .nav-link {
    width: 100%;
}

.nav-tabs .nav-link.active, 
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    z-index: 100;
    background: var(--gray);
}

.nav-tabs .nav-link:first-child {
    border-radius: 5px 0 0 0;
}

.nav-tabs .nav-link:last-child {
    border-radius: 0 5px 0 0;
}

.tab-content {
    padding: 0;
    border: none;
    /* background: var(--light); */
    border-radius: 0 5px 5px 5px;
}

.tab-content .search_form {
    padding: 10px 20px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--main);
}

.nav-pills .nav-link.active_light {
    background-color: var(--main_light);
    color: var(--main);
    font-weight: 600;
}

.tab-content .search_form .form-control {
	width: 100%;
    padding-left: 20px;
    padding-right: 30px;
}

.tab-content .search_form .popover_new {
    top: 10px; right: 20px;
}

.input-group-prepend .btn.clear_input, 
.input-group-append .btn.clear_input {
    padding: 0 15px;
}

.no_search_result {
    color: var(--red);
    padding: 10px 20px;
	background: var(--red_light);
    border-radius: 0 0 5px 5px;
}

.items_list {
	max-height:calc(100vh - 200px);
	overflow-y:auto;
}

.items_list {
    scrollbar-width: thin;
    scrollbar-color: var(--main_light) #fff;
}
.my_orders {
    scrollbar-height: thin;
    scrollbar-color: var(--main_light) #fff;
}

.items_list::-webkit-scrollbar {
    width: 2px;
    height: 1px;
}

.items_list::-webkit-scrollbar-thumb {
    background: var(--main);
    border-radius: 5px;
}

.items_list::-webkit-scrollbar-track {
    border: 0px;
    background-color: #ddd;
}

.list-group-item {
    border-color: #EBEDEF;
}

.list-group-item.active {
    color: var(--main);
    background: none;
    border-color: #EBEDEF;
}

/* .tab-content ul li {
    padding: 0;
    border-top: 1px solid #EBEDEF;
} */
/* Быстров
.tab-content ul li:first-child {
    border: none;
} */

.tab-content ul li a {
    display: block;
    padding: 11px 10px ;
}

.tab-content a.list-group-item {
    background: none;
}
.tab-content a.active {
    background: var(--main_light);
}

.tab-content .card-body {
    padding: 12px 20px;
}

.border,
.border-top,
.border-bottom,
.border-left,
.border-right {
    border-color: #EBEDEF;
}

.statistic_table .card {
    padding: 15px 15px;
}

.card .card-header .custom-control .custom-control-label {
    color: var(--black) !important;
}

/* Быстров.card .list-group .list-group-item {
    padding: 8px 30px;
} */

.tab-content.card .list-group .list-group-item {
    font-size: 14px;
    padding: 8px 20px;
}

.get_orders.active {
    background: var(--main_light)!Important;
	 color: var(--main);
}
.card .list-group .list-group-item.active {
    background: var(--main_light);
}

.card.border-left-main {
    border-left: 3px solid var(--main) !important;
}
.card.border-left-sec {
    border-left: 3px solid var(--sec) !important;
}
.card.border-left-warning {
    border-left: 3px solid var(--orange) !important;
}

.card.user_card.border-main {
    border-left: 3px solid var(--red) !important;
}

.card.user_card .card-body .row {
    min-height: 25px;
}

.statistic_table .row {
    /* margin-bottom: 1px; */
    position: relative;
}

.statistic_table .row.title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EBEDEF;
}

.statistic_table .row .col:nth-child(1) {
    color: var(--red);
}

.statistic_table .row .col:nth-child(2) {
    color: var(--gray);
}

.statistic_table .row .col:nth-child(3) {
    color: var(--main);
}

.statistic_table .row:first-child .col {
    padding: 0;
}

.statistic_table .row .col {
    padding: 0 10px;
}

/* sign in section */

.sign_in_section {
    min-height: 100vh;
	background: rgba(8, 194, 4, 0.07) no-repeat 0 0;
   /*  background: url(/images/sign_in_bg.jpg) no-repeat 0 0; */
    background-size: auto 100%;
}

.sign_in_section .logo {
    position: absolute;
    top: 50%; left: 10%;
    transform: translateY(-50%);
}

.sign_in_section .logo img {
    max-width: 220px;   
}

.sign_in_box {
    height: 100vh;
    width: 410px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
    background: #fff;
}

/* end sign in section */

.calc_result {
    display: none;
}

.pointer {
    transition: all 0.3s;
    cursor: pointer;
}

.page-navigation {
    display: flex;
    align-items: center;
}

.page-navigation a {
    height: 30px;
    min-width: 30px;
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: var(--gray);
    text-align: center;
    line-height: 30px;
    padding:  0 5px;
    margin: 0 5px;
    background: var(--gray_light);
    /* transition: all 0.3s; */
    border-radius: 5px;
}

.page-navigation a:hover {
    font-weight: 500;
    color: var(--black);
    border: none;
    background: var(--black_light);
}

.page-navigation li.active a {
    font-weight: 500;
    color: var(--main);
    border: none;
    background: var(--main_light);
}


/* footer section */

.footer_section {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -80px;
    position: relative;
    z-index: 100;
    background: #fff;
}

.footer_spacer {
    height: 80px;
}

/* end footer section */

/* modal */
/* БЫстров
.modal-dialog .form-group {
    margin-bottom: 0;
} */

.modal-dialog .card .card-header {
    padding-bottom: 10px;
    /* margin-bottom: 15px; */
    border-bottom: 1px solid #EBEDEF;
}

.modal-header {
    padding: 15px 20px;
    position: relative;
    border-bottom: 1px solid #EBEDEF;
}

.modal-header .close {
    width: 40px;
    font-size: 34px;
    font-weight: normal;
    line-height: 40px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%; right: 10px;
    transform: translateY(-50%);
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    padding: 20px 20px;
    /* border: none; */
}

.modal-footer > * {
    margin: 0;
}

/* end modal */

/*preloader*/

.error_top_text,
.success_top_text {
    position: fixed;
    display: block;
    top: -110px;
    right: 30px;
    z-index: 104400;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	margin-left: 30px;
}

.error_top_text.badge_shake4,
.success_top_text.badge_shake4 {
  top: 30px;

  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}

.custom_close {
	right: 15px;
    position: absolute;
    top: 15px;
}

#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.25;
    background-color: #fff;
    display: none;
    z-index: 9999;
}

#overlay_error {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.55;
  background-color: #fff;
  display:none;
  transition: opacity ease 0.3s;
  z-index: 9999;
}

#wait {
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
    color: #fff;
    z-index: 9999;
    display: none;
}

.loader {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 4rem;
  }

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    border-radius: 100%;
    animation: pulsOut 1.3s ease-in-out infinite;
    filter: drop-shadow(0 0 10rem rgba(255, 255, 255, 0.75));
}

.loader:before {
    width: 100%;
    padding-bottom: 100%;
    box-shadow: inset 0 0 0 10rem  var(--main);;
    animation-name: pulsIn;
}

.loader:after {
    width: calc(100% - 1rem);
    padding-bottom: calc(100% - 1rem);
    box-shadow: 0 0 0 0  var(--main);;
}

@keyframes pulsIn {
    0% {
        box-shadow: inset 0 0 0 5rem  var(--main);;
        opacity: 1;
    }
    50%, 100% {
        box-shadow: inset 0 0 0 0  var(--main);;
        opacity: 0;
    }
}

@keyframes pulsOut {
    0%, 350% {
        box-shadow: 0 0 0 0  var(--main_light);;
        opacity: 0;
    }
    100% {
        box-shadow: 0 0 0 5rem  var(--main_light);;
        opacity: 1;
    }
}

/*end preloader*/

.bs_table_title {
    white-space: nowrap;
    padding: 0 15px 5px;
}

.scollalble {
    padding: 20px;
    border: 1px solid #EBEDEF;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.trade_titles {
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
    /* border-bottom: 1px solid #EBEDEF; */
}

.trade_titles .text-sec,
.trade_titles .text-main {
    
}

/* .trade_titles .text-main::after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 50%; top: -30px;
    transform: translateX(-50%);
    background: rgba(8, 194, 4, 0.25);
    box-shadow: 0 0 20px rgba(8, 194, 4, 1);
    border-radius: 20px;
}

.trade_titles .text-sec::after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 50%; top: -30px;
    transform: translateX(-50%);
    background: rgba(255, 44, 44, 0.25);
    box-shadow: 0 0 20px rgba(255, 44, 44, 1);
    border-radius: 20px;
} */

.empty_results {
    color: var(--red);
    padding: 10px 20px;
    background: var(--red_light);
    border-radius: 0 0 5px 5px;
}

.clear_filter {
    font-size: 16px;
}


@keyframes changeColor_auction_newbid{
  0% { color: inherit; font-weight: normal; }
  50% {  background: var(--main_light); font-weight: normal; }
  100% { color: inherit; font-weight: normal; }
}

.change-animation_auction_newbid {
  animation: changeColor_auction_newbid  1s linear;
}

.sorting {
    width: max-content;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    position: relative;
    padding-right: 20px;
}

.sorting .sort-icon {
    visibility: visible;
    font-size: 8px;
    color:#000;
    opacity: 0.2;
    position: absolute;
    right: 5px;
}

.sorting .sort-icon.up {
    top: -5px;
}

.sorting .sort-icon.down {
    bottom: -4px;
}

.sorting.asc .sort-icon.down,
.sorting.desc .sort-icon.up {
    opacity: 1;
}



@media (max-width: 1199px){

    .nav-tabs .nav-link {
        font-size: 13px;
        padding: 5px 15px;
    }

    .list-group-item {
        font-size: 13px;
    }

    .trade_titles {
        font-size: 12px;
    }

    .head_menu_block {
        padding-right: 120px;
    }

    .product_btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .product_btn i {
        margin: 0 0 10px;
    }

}

@media screen and (max-width: 991px) {

    .private_office {
        margin-right: 40px;
    }

    .head_menu_block {
        padding: 0;
    }

    .header_section .head_menu_block .navbar-collapse {
        height: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0; right: 0; left: 0; bottom: 0;
        opacity: 0;
        z-index: 1000;
        background: #fff;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
        transform: translateY(-100%);
    }

    @keyframes showMenu {
        0%     {opacity: 0;}
        80%   {opacity: 0; transform: translateY(-100%);}
        100%  {opacity: 1; transform: translateY(0);}
    }
    
    .header_section .head_menu_block .navbar-collapse.show {
        display: flex;
        opacity: 1;
        transform: translateY(0);
        animation: showMenu ease-in-out;
        transition: 0.3s;
    }

    .head_menu.navbar-nav {
        width: 100%;
    }

    .head_menu.navbar-nav .nav-item {
        padding: 10px 0;
    }

    .head_menu.navbar-nav .nav-item .nav-link {
        width: 100%;
        display: block;
        font-size: 20px;
        padding: 5px 20px;
    }

    .header_section .navbar-toggler {
        padding: 0;
        margin-left: 10px;
    }

    .header_section .navbar-toggler .navbar-toggler-icon {
        background: url("/images/menu_icon.svg") no-repeat 50%;
        background-size: 23px auto;
    }

    .header_section .dropdown-menu {
        padding-bottom: 0;
        box-shadow: none;
    }

    .header_section .head_menu .dropdown-menu .dropdown-item {
        padding: 5px 0;
        text-align: center;
    }

    .head_menu.navbar-nav .nav-item .nav-link {
        padding: 0;
    }

    .head_menu.navbar-nav .nav-item {
        padding: 8px 0;
    }

    .sub_menu {
        top: 82px;
    }
    
    .sub_menu .nav-pills .nav-link {
        font-size: 16px;
    }

    .submenu {
        display: block !important;
    }

    .dropdown-menu .dropdown-toggle::after {
        display: none;
    }

    .header_section .dropdown-menu {
        border-radius: 5px;
    }

    .header_section .dropdown-menu .submenu {
        border-top: 2px solid #fff;
    }

    .header_section .dropdown-menu .submenu .dropdown-item {
        font-weight: 400;
    }

    .header_section .dropdown-menu .submenu .submenu .dropdown-item {
        font-weight: 300;
    }

    .header_section .logo {
        padding: 10px 0;
    }

    .head_menu.navbar-nav .nav-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sign_in_section {
        background-position: -50px 0;
    }

    .sign_in_box {
        width: 350px;
        padding-left: 50px;
    }

    .trade_titles {
        font-size: 14px;
    }

}

@media screen and (max-width: 767px) {

    .sign_in_section {
        background-position: -90px 0;
    }

    .sign_in_section .logo {
        left: 3%;
    }

    .nav-tabs .nav-link {
        font-size: 14px;
        padding: 10px 20px;
    }

    .list-group-item {
        font-size: 14px;
    }

    .product_btn i {
        margin-bottom: 5px;
    }

    .product_list_section .col {
        flex: 0 0 50%;
        max-width: 50%; 
    }

    .sub_menu_left {
        min-width: 150px;
        max-width: 150px;
    }

}

@media screen and (max-width: 720px) {

    .sign_in_section {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: linear-gradient(180deg, #08c20412 0%, #08c20412 42.19%, #08c20412 100%);
    }

    .sign_in_box {
        height: auto;
        width: 100%;
        padding: 50px;
        border-radius: 10px;
    }

    .sign_in_section .logo {
        display: block;
        position: relative;
        left: 0; top: 0;
        transform: translateY(0);
    }

    .sign_in_section .logo img {
        width: 200px;
    }

}

@media screen and (max-width: 575px) {



    .wrapper_small {
        padding: 70px 0 50px;
    }

	.table-wrap {
		border: 0;
	}

	.card-table-wrap {
		border: 0;
	}

	.card-table-wrap .card-header{
		border: 0;
	}

	.table-wrap thead {
		display: none;
	}

/* 	.table-wrap tbody {
		background-color: var(--light);
	} */

	.table-wrap tr {
		margin-bottom: 1rem;
		display: block;
		border: 1px solid #EBEDEF;
		border-radius: 10px;
	}

	.table-wrap td {
		display: block;
		text-align: right;
		/* font-size: 13px; */
		/* border-bottom: 1px dotted #ccc; */
		border-right: 1px solid transparent;
		padding-left: 20px;
	}


	.table-wrap td:first-child {
		border-top: 0px;
	}

	.table-wrap td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}

    .product_btn {
        font-size: 14px;
    }

    .product_btn i {
        margin-bottom: 10px;
    }

    .table tr td {
        padding: 8px 20px;
    }

    .card .table-responsive tr.bg-buy td:first-child, 
    .card .table-responsive tr.bg-buy th:first-child, 
    .card .table-responsive tr.bg-sell td:first-child, 
    .card .table-responsive tr.bg-sell th:first-child, 
    .card .table-responsive tr.status_0 td:first-child, 
    .card .table-responsive tr.status_0 th:first-child, 
    .card .table-responsive tr.status_6 td:first-child, 
    .card .table-responsive tr.status_6 th:first-child, 
    .card .table-responsive tr.status_9 td:first-child, 
    .card .table-responsive tr.status_9 th:first-child {
        padding: 8px 20px;
    }

    .table tr.bg-buy::after, 
    .table tr.status_9:after,
    .table tr.bg-sell::after,
    .table tr.status_6:after,
    .table tr.status_0:after {
        top: 15px; left: 8px;
        transform: translateY(0);
    }

}

@media screen and (max-width: 565px) {

    h1 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    h2 {
        font-size: 22px;
        padding-bottom: 20px;
    }

    .card .table {
        overflow-x: scroll;
    }

}

@media screen and (max-width: 540px) {

    

}

@media screen and (max-width: 459px) {

    .sign_in_box {
        padding: 40px 30px;
    }

}
