
:root {
	--background: #141414;
	--secondary: #9900ab;
	--border: rgb(230, 230, 230);
	--border-active: rgb(115, 115, 115);
}
@font-face {
  font-family: 'PFAgoraSlabPro-semibold';
  src: url('https://remarked.ru/widget/new/points/118006/media/fonts/pfagoraslabpro-semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PFAgoraSlabPro-light';
  src: url('https://remarked.ru/widget/new/points/118006/media/fonts/pfagoraslabpro-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
 font-family: 'TTR';
 src: url('fonts/TTR-light.woff') format('woff');
 font-weight: 300;
 font-style: normal;
}

@font-face {
 font-family: 'TTR-BOLD';
 src: url('fonts/TTR-medium.woff') format('woff');
 font-weight: 500;
 font-style: normal;
}

@font-face {
 font-family: 'TTR';
 src: url('fonts/TTR-bold.woff') format('woff');
 font-weight: 700;
 font-style: normal;
}

.WidgetLiveQueue * {
    text-transform: uppercase !important;
    font-family:  'TTR', sans-serif !important;
    color: white !important;
}

.WidgetLiveQueue__inputblock label:after {
    color: var(--secondary) !important;
    content: "*" !important;
    margin-left: 5px !important;
}

.WidgetLiveQueue > div > div > form > div:nth-child(4) > div:nth-child(4) > div > div > svg > path {
    fill: #9900ab !important;
}

.WidgetLiveQueue__title {
    font-family: 'TTR-BOLD' !important;
    font-weight: 700;
}

.WidgetLiveQueue__content {
    background-color: var(--background) !important;
}
.WidgetLiveQueue__description {
    display: none;
}
.WidgetLiveQueue__title {
    color: white !important
}
.WidgetLiveQueue__inputblock input, .WidgetLiveQueue__inputblock select {
    border: 3px solid var(--border) !important;
    outline-color: var(--border) !important;
}
.WidgetLiveQueue__button {
    background-color: #9900ab !important;
}
.WidgetLiveQueue__checkbox-icon label {
    border: 2px solid var(--border) !important;
}

.WidgetLiveQueue__checkbox-description a {
    color: white !important;
}

.WidgetLiveQueue__checkbox-icon input:checked+label:after {
	border: 2px solid var(--border) !important;
    border-right: 0 !important;
    border-top: 0 !important;
    content: "" !important;
    height: 3px !important;
    left: 5px !important;
    position: absolute !important;
    rotate: -45deg !important;
    top: 7px !important;
    width: 7px !important;
}

.WidgetLiveQueue {
	color: white !important;
    z-index: 99999;
}


.WidgetLiveQueue__place {
	display: none;
}


.WidgetLiveQueue__selectwrapper option {
	background-color: #141414;
}
/* .WidgetLiveQueue__selectwrapper select:active {
	content: " " !important;
} */

.WidgetLiveQueue > div > div > form > div:nth-child(4) > div:nth-child(1) {
    order: 1 !important;
}
.WidgetLiveQueue > div > div > form > div:nth-child(4) > div:nth-child(2) {
    order: 2 !important;
}

.WidgetLiveQueue > div > div > form > div:nth-child(4) > div:nth-child(3) {
    order: 3 !important;
}

.WidgetLiveQueue > div > div > form > div:nth-child(4) > div:nth-child(4) {
    order: 4 !important;
}

.WidgetLiveQueue__result {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.WidgetLiveQueue__inputblock label {
    color: white;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
}

.WidgetLiveQueue__button {
    font-size: 13px;
}

.WidgetLiveQueue__row {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    align-items: center;
}

.WidgetLiveQueue__checkbox-icon {
    display: none;
}

.WidgetLiveQueue__dialog {
    margin: 50px auto !important;
    max-width: 700px !important;
    pointer-events: none !important;
    position: relative !important;
    width: auto !important;
}

.WidgetLiveQueue--inline .WidgetLiveQueue__dialog {
    margin: 0px auto !important;
}

@media (max-width: 470px) {
    .WidgetLiveQueue__col:nth-child(2) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        order: 0 !important;
        padding-top: 12px !important;
    }
}


@media (max-width: 410px) {
    .WidgetLiveQueue__title {
        font-size: 24px !important;
    }
}

@media (max-width: 720px) {
    .WidgetLiveQueue__dialog {
        align-items: flex-end !important;
        display: flex !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        min-height: 0%;
        padding-top: 0;
    }

  
}

