@media (max-width: 768px) {
    main {
        max-width: 100%;
        overflow-x: hidden;
    }
    .site_menu,
    .column_img,
    #widget_install_amocrm>div,
    #widget_install_kommo>div {
        display:none;
    }
}

@font-face {
	font-family: 'ALSRubl';
	src: url('fonts/alsrubl-verdana-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: local("Roboto Thin"), local("Roboto-Thin"), url(fonts/roboto/Roboto-Thin.ttf) format("truetype");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: local("Roboto Light"), local("Roboto-Light"), url(fonts/roboto/Roboto-Light.ttf) format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: local("Roboto"), local("Roboto-Regular"), url(fonts/roboto/Roboto-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: local("Roboto Medium"), local("Roboto-Medium"), url(fonts/roboto/Roboto-Medium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: local("Roboto Bold"), local("Roboto-Bold"), url(fonts/roboto/Roboto-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: local("Roboto Black"), local("Roboto-Black"), url(fonts/roboto/Roboto-Black.ttf) format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
body {
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Roboto';
    background-color: #f2f2f2;
    /*min-width: 980px;*/
}

.header {
    background-color: white;
    border-bottom: 1px solid #dce1e6;
    line-height: 17px;
    padding: 15px 0;
}

.site_menu ul {margin: 0;}

.site_menu li {list-style-type: none;padding-left: 10px;padding-right: 10px;position: relative;}

.site_menu a {color: #4c4c4c;text-decoration: none;font-size: 15px;}

.site_menu li:before {content: '';position: absolute;left: 0;top: 0;border-left: 1px solid #e1e1e1;height: 100%;}

.site_menu li:first-child {padding-left: 0;}

.site_menu li:first-child:before {display: none;}

.site_menu li:last-child {padding-right: 0;}

p {
    margin: 0px 0 15px 0;
}

h1,h2,h3,h4,h5{
	font-weight: 400;
}

.h1, h1 {
    font-size: 28px;
    margin-bottom: 20px;
}
h2 {
    font-size: 30px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 24px;
}
main h1 {
    font-size: 28px;
    margin: 0;
    padding: 10px 0;
}

main h2 {
    font-size: 24px;
    margin: 0;
    padding: 10px 0;
}

main h3 {
    margin: 0;
    padding: 10px 0;
}
.widget a {
    color: inherit;
    text-decoration: none;
}

.widget_edit:hover {opacity: 1;}

.widget a:hover {
    color: inherit;
    text-decoration: none;
}
.widget_edit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    color: #3c3c3c;
    background: #ffffff29;
    opacity: .7;
}
.widget-title {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
}
.widget-title:hover {
    color: #007bff;
}
a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #007bff;
}

img {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #efefef;
}
.font-size-14 {
    font-size: 14px;
    line-height: 14px;
}
.logo {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 30px;
}
.logo a, .logo a:hover {
    color: inherit;
    text-decoration: none;
}
.widget {
    background: white;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    position: relative;
    }

.widget img {
    border-radius: 0;
    border: none;
}

.widget p, .widget h5 {
    padding: 10px 15px;
    margin: 0;
}
.widget p {
    line-height: 22px;
    color: #5c5c5c;
    font-size: 14px;
}
.widget:hover {
    box-shadow: 0px 6px 26px -5px #00000033;
}

.container {
    padding-left:30px;
    padding-right:30px;
    position: relative;
}
.box {
    border: 1px solid #efefef;
    padding: 20px 24px;
    margin-bottom: 1rem;
    background: white;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #e1dfdf;
}
.box p:first-child {
    margin-top: 0;
}
.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}
.bcrumb {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
}
.bcrumb a {
    color: #5c5c5c;
    text-decoration: none;
    margin-left: 15px;
    position: relative;
    padding: 10px 0;
}


.bcrumb a:hover:after,
.bcrumb .active:after {
    width:100%;
}

.bcrumb a:after {
    content: '';
    width: 0;
    border-bottom: 2px solid #3a8cef;
    position: absolute;
    bottom: 0;
    left:0;
    transition: all .05s;
}

#yii-debug-toolbar{
    display:none !important;
}


a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

body form:not(.sites,.page_edit) {
    background: #ffffff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 0 5px #00000024;
    margin: 15px 0;
}

form input, form label, form textarea {
    width: 100%;
    border-radius: 3px;
    outline: none;
    margin-bottom: 0;
}

label, output {
    display: inline-block;
}
button, input {
    overflow: visible;
}
form input, form textarea {
    width: 100%;
    border: 1px solid #bdbdbd;
}
form input, form label, form textarea {
    width: 100%;
    border-radius: 3px;
    outline: none;
    color: #424242;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form input {
    padding: 7px 15px;
}
form textarea {
    padding: 7px 15px;
}

.btn:not(.bs) {
    outline: none;
    border: 1px solid #ddd;
    background-color: white;
    border-radius: 3px;
    color: #565656;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 15px;
    text-transform: uppercase;
    opacity: .8;
    min-width: 120px;
}

.btn-submit:not(.bs) {
    background: #1f9209;
    color: white;
    border-color: transparent;
}

.btn:not(.bs):hover {
    opacity: 1;
    color: white;
}
#result {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    height: 100%;
}

.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(31 146 9 / 25%);
}

.widget .price {
    font-size: 16px;
    padding: 5px 15px;
    font-weight: 700;
border-top: 1px solid #e2e2e2;color: #565656;}

form input:focus, form textarea:focus, .tagsinput.focus, .flexdatalist-multiple.focus, .chosen-container-active .chosen-choices {
    box-shadow: 0 0 0 0.2rem rgb(158 158 158 / 25%);
}
.holder {
	position: absolute;
	right: 15px;
	top: 0;
	color: #909ebb;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
form .value {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
}
.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices {
	padding: 9px 15px;
	height: auto;
	border-radius: 3px;
	border-color: #bdbdbd;
	background: white;
	font-size: 16px;
	line-height: 20px;
	box-shadow: none;
	color: inherit;
}

.chosen-container-multi .chosen-choices {
	padding: 0;
}

.chosen-container-multi .chosen-choices li.search-choice,
.flexdatalist-multiple li.value {
	margin: 2px 0 2px 2px;
	padding: 9px 8px;
	line-height: 12px;
	text-align: center;
	background: #f5f5f5;
	border: 1px solid #c3c2c2;
	color: #383838;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
	width: auto;
}

.search-choice-close:before,
.fdl-remove:before {
	content: '+';
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
	font-size: 22px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.flexdatalist-multiple li.value span.fdl-remove {
	position: relative;
	text-decoration: none;
	color: #828181;
	opacity: 0.5;
	top: auto;
	right: auto;
	height: 12px;
	font-size: 0;
	width: 12px;
	margin-left: 10px;
	padding: 0;
	line-height: inherit;
	font-weight: inherit;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover,
.flexdatalist-multiple li.value span.fdl-remove:hover {
    opacity: 1;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	height: auto;
	padding: 9px 15px;
	color: #909ebb;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border-color: #b5b5b5;
	-webkit-box-shadow: none;
	box-shadow: none;
	box-shadow: 0 0 0 0.2rem rgb(158 158 158 / 25%);
	background-color: #f5f5f5;
}

.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
}

.chosen-container-single .chosen-single div b {
	background: none;
	text-align: center;
	font-size: 16px;
	position: relative;
	font-family: FontAwesome;
	color: #8b8b8b;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	font-weight: 100;
}

.chosen-container-single .chosen-single div b:after {
	content: "\f107";
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border-color: #bdbdbd;
	background: white;
}

.chosen-container .chosen-results li.highlighted {
	border-radius: 2px;
	background: #eeeeee;
	border: 1px solid #e0e0e0;
	color: #252525;
}

.chosen-container .chosen-results li {
	font-size: 16px;
	border: 1px solid transparent;
	border-radius: 2px;
	padding: 7px 10px;
}

.chosen-container .chosen-results {
	padding: 0;
	margin: 5px;
}

.chosen-container.chosen-with-drop .chosen-drop {
	margin-top: 0;
	box-shadow: 0px 0px 5px #00000085;
}

.chosen-container-single .chosen-single div {
	width: 24px;
}

.chosen-with-drop b {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.chosen-container-single .chosen-single abbr {
	height: 100%;
	width: 20px;
	top: 0;
	font-size: 18px;
	text-align: center;
	color: #8b8b8b;
}

.chosen-container-single .chosen-single abbr:before {
	line-height: 36px;
}
[readonly] {background-color: #f5f5f5;}
[readonly]:focus,
[readonly]:active {
    border-color: #bdbdbd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(158 158 158 / 25%);
    background-color: #f5f5f5;
}
[readonly]:hover{
    cursor: default;
}

.card-header {
    padding: 0;
}

.card-header .btn {
    padding: 7px 15px;
    background: #f5f5f5;
    border: none;
    color: black;
    display: block;
    box-shadow: none;
    width: 100%;
    text-align: left;
    font-weight: 500;
}

.sites .site {
    margin-bottom: 15px;
}
.accordion>.card {
    overflow: inherit;
    margin-bottom: 5px;
}

input[disabled] {
    background: #f2f2f2;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
}

.box .presentation a {
    width: calc(20% - 24px);
    display: inline-block;
    margin: 10px;
}

.presentation {
    display: block;
    position: relative;
}

.presentation:after {
    content: '';
    clear: both;
}

.box .presentation a img {
    border-radius: 4px;
}

.box .presentation a:hover img {
    border-color: #b9b8b8;
}
.home-title h1{
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.widget .price a:hover {
    color: #00b900;
}

.widget .price a {
    color: #039d03;padding: 0 5px;font-size: 20px;
margin-right: -5px;}

.widget .price {display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

hr {
    width: 100%;
}

.anchors {
    position: relative;
    clear: both;
    padding: 15px 30px;
    background: #eff7f7;
    border: 1px solid #e2efef;
}

.anchors ul {
    margin: 15px 0;
    padding: 0 0 0 15px;
}

.anchors a {
    font-size: 14px;
    text-decoration: none;
}

.anchors a:hover {
    text-decoration: underline;
}

.button-download {
    color: white;
    text-decoration: none;
    padding: 10px 25px;
    text-align: center;
    width: 160px;
    border-radius: 2px;
    background-color: #6fc35a;
    border-color: #4e913e;
    text-transform: uppercase;
    text-shadow: 0 0px 1px #337c1f;
}

.button-download:hover {
    color: white;
    background: #61b54c;
}

.gotop a {
    z-index: 2;
    width: 70px;
    height: 70px;
    color: #FFF;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    border:3px solid #BFE2FF;
    border-radius:50%;
    transform: translateY(200px);
    transition: all .7s cubic-bezier(0.4, 0, 0.2, 1);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #337AB7;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MS44NTggNDkxLjg1OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkxLjg1OCA0OTEuODU4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ5MS44NTgsNDQyLjQ2MWMwLDEzLjkzMS0xMS4yOTMsMjUuMjI0LTI1LjIyNCwyNS4yMjRMMjQ1LjkzLDM3My4wOTdMMjUuMjI0LDQ2Ny42ODYgICAgQzExLjI5Miw0NjcuNjg2LDAsNDU2LjM5MiwwLDQ0Mi40NjFMMjI3LjAxMSwzMi41OGMwLDAsMTguOTE4LTE4LjkxOCwzNy44MzQsMEMyODMuNzY0LDUxLjQ5OSw0OTEuODU4LDQ0Mi40NjEsNDkxLjg1OCw0NDIuNDYxeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)
}

.gotop .show{
    transform: translateY(0);
}

.checkbox {
    padding: 0px 5px;
    cursor: pointer;
}

.install_btn {
    padding-left: 2px;
    height: 100%;
    display: flex;
    background: #006F9F;
    align-items: center;
    text-decoration: none;
}

.install_btn_text {
    display: inline-flex;
    align-items: center;
    background: rgb(51, 157, 199);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 111, 159);
    cursor: pointer;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    height: 45px;
    font-size: 14px;
    line-height: 18px;
    padding-left: 17px;
    padding-right: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

.text-color-red{
    color:red;
}

.line {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
	margin-bottom: 15px;
}

.line .name {
    width: 268px;
    text-align: right;
    padding-right: 15px;
}

.grid {
    display: flex;
    flex-direction: row;
    padding: 5px 10px;
    position: relative;
    border: 1px solid rgba(224,224,224,.7);
    background: #fff;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 7%);
    font-size: 14px;
}

.grid_item {
    color: #757575;
    flex: 1;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selectable {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    border: 1px solid #e0e0e0b3;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    background: #00000005;
}

.cells-box {
    align-items: center;
    border: 1px solid transparent;
    box-sizing: border-box;
    display: flex;
    flex: 1;
    max-width: 100%;
    padding: 5px 10px;
    position: relative;
    transition: all 25ms ease-in-out;
}

.cell-main {
    color: #757575;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.flex-one {
    flex: 1;
}

.flex-two {
    flex: 2;
}

.cell-site {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}

.cell-site>div {
    padding-right: 5px;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.anchors ul ul {
    margin: 0;
}

.anchors ul ul li {
    list-style: disc;
}

.danger .cell-main {
    color: orange;
}

#widget_edit input[type=checkbox] {
    width: auto;
}

#widget_edit form {
    margin: 0;
}

.columns-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px;
}

.columns-2:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.column {
    width: 50%;
}

.column_text {
    width: 100%;
    padding-right: 15px;
}

.column_img {
    width: 35%;
    padding-left: 15px;
}

.column_img img {
    box-shadow: 0px 0px 5px #a3a3a3;
    margin-bottom: 15px;
}

.article .column_img {
    padding: 0 15px 0 0;
}

.selectable:hover {
    background: #0000000f;
}

pre {
    color: #5c5c5c;
}

.box .presentation.items_2 a {
    width: calc(50% - 24px);
}

.hide{
    display: none;
}

.page_edit .image {
    position: relative;
    margin-bottom: 15px;
}

.page_edit .delete {
    position: absolute;
    left: -24px;
    top: 8px;
    padding: 0 6px;
}

.price .delete {
    top: auto;
    bottom: 10px;
    left: -10px;
}

.rotate45 {
    transform: rotate(45deg);
}

.page_edit .delete:hover {
    color: red;
    cursor: pointer;
}

.language_menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
    box-shadow: 0 0 3px #b2afaf;
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: 3px;
    background: white;
    z-index: 1;
}

.language_menu.active{
	display: block;
}

.language {
    position: relative;
}

.current_language {
    color: #007bff;
    cursor: pointer;
}

.language_menu li {
    padding: 7px 14px;
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
}

.language_menu li:hover,
.language_menu .active {
    color: #007bff;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}
.radio-group:disabled .radio-input {
    opacity: 0.8;
    cursor: not-allowed;
}
.radio-item {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-bottom: 5px;
}
.radio-input {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0;
    flex-shrink: 0
}
.radio-input:active {
    filter: brightness(90%);
}
.radio-input:hover:not(:disabled) {
    border-color: #0d6efd;
}
.radio-input:focus {
    border-color: #0d6efd;
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.radio-input:focus-visible {
    outline: 2px solid #0d6efd;
}
.radio-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.radio-label {
    cursor: pointer;
    user-select: none;
}
.radio-input:disabled {
    filter: none;
    opacity: 0.8;
    cursor: not-allowed;
}
.radio-input:disabled ~ .radio-label {
    opacity: 0.8;
    cursor: not-allowed;
}