.err_vis{
	visibility: visible;
    font-size: 13px;
    color: red;
}
.err_hid{
	visibility: hidden;
	font-size: 13px;
}
svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa.fa-w-16 {
    width: 1.25em;
}
.dis-flex-1{
	display: flex;
    justify-content: flex-start;
    gap: 6px;
}



svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa.fa-fw {
    width: 1.25em;
}
.svg-inline--fa.fa-w-18 {
    width: 1.125em;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}


.show {
    display: block !important;
}

.fs_11{
	font-size: 11px;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.checkbox-label {
    cursor: pointer;
}

.req{
	color: red;
}

.iti{
	width: 100%;
}
.note-item-2 {
    word-break: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: .25rem;
    padding-left: 1.9rem;
    padding-right: .4rem;
    margin-bottom: .5rem;
	
	font-family: "Times New Roman", serif;
    font-style: italic;
    font-size: 18px;
}


.card-footer a:hover, .form-row div a:hover {
    text-decoration: none;
}

.active_but{
	background: linear-gradient(180deg, #00e6ff80, #00c0d580) !important;
    border: 1px solid #00b5c9 !important;
}
.disabled-link {
  pointer-events: none;
  color: #919eab;
  text-decoration: none;
}
.b{
	font-weight: bold;
}
.del{
	color: #ff2929;
	cursor: pointer;
}
.del:hover {
    text-decoration: underline;
}
/*------------------------------------------------------------------------------------------*/
#desctop_lead_div,
#mobile_lead_div {
  display: none;
}

/* Показываем десктопный блок при ширине от 768px и выше */
@media (min-width: 1920px) {
  #desctop_lead_div {
    display: block !important;
  }
}

/* Показываем мобильный блок при ширине до 767px */
@media (max-width: 1919px) {
  #mobile_lead_div {
    display: block !important;
  }
}
/*------------------------------------------------------------------------------------------*/
.box_d{
    background-color: #b1daea;
    color: #01556a;
    border-radius: 17px;
    padding: 6px 11px;	
	display: inline-block;
	
}
.box_d::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #01556a;
    border-radius: 50%;
    margin-right: 5px;
}
.span_d{
	color: #01556a;
}
/*------------------------------------------------------------------------------------------*/
.box_n{
    background-color: #dae5ea;
    color: #01556a;
    border-radius: 17px;
    padding: 6px 11px;	
	display: inline-block;
	
}
.box_n::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #01556a;
    border-radius: 50%;
    margin-right: 5px;
}
.span_n{
	color: #01556a;
}
/*------------------------------------------------------------------------------------------*/
.box_z{
    background-color: #85c8de;
    color: #01556a;
    border-radius: 17px;
    padding: 6px 11px;	
	display: inline-block;
	
}
.box_z::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #01556a;
    border-radius: 50%;
    margin-right: 5px;
}
.span_z{
	color: #01556a;
}
/*------------------------------------------------------------------------------------------*/
.box_p{
    background-color: #FBD8C5;
    color: #565159;
    border-radius: 17px;
    padding: 6px 11px;	
	display: inline-block;
	
}
.box_p::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #565159;
    border-radius: 50%;
    margin-right: 5px;
}
.span_p{
	color: #565159;
}
/*------------------------------------------------------------------------------------------*/
.box_o{
    background-color: #D2A0A4;
    color: #565159;
    border-radius: 17px;
    padding: 6px 11px;	
	display: inline-block;
	
}
.box_o::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #565159;
    border-radius: 50%;
    margin-right: 5px;
}
.span_o{
	color: #565159;
}
