:root {
    --main-color: #6f7a7f;
    --main-bg-color: #d3dde5;
    --placeholder-color: #bdc7c9;
    --placeholder-focus-color: #dfdfdf;
    --transition: .2s;

/*
    --col-cyan:     #1ebccd;
    --col-neon:     #88c241;
    --col-green:    #22af47;
    --col-yellow:   #ffbf36;
    --col-orange:   #ff9528;
    --col-red:      #f83f37;
    --col-blue:     #0092ee;
    --col-purple:   #ab26aa;
    --col-dark:     #324148;
    --col-smoke:    #5e7d8a;
*/

    --col-info: #1ebccd;
    --col-primary: #88c241;
    --col-secondary: #9e9e9e;
    --col-success: #22af47;
    --col-warning: #ffbf36;

    --col-info-2: #1ebccd;
    --col-primary-2: #1ebccd;
    --col-secondary-2: #e3e3e3;
    --col-success-2: #d3ded6;
    --col-warning-2: #ebe7e0;
    --col-danger-2: #ebe3e2;
}

/*
cyan
neon
green
yellow
orange
red
blue
purple
dark
smoke
*/


* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}


html, body {
    background-color: var(--main-bg-color);
    min-height: 100%;
    height: 1px;
    overflow-x: auto;
    color:var(--main-color);
}


a, a:visited {
    color: var(--col-info);
}
a:hover {
    color: var(--col-info);
}


#block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background: red;*/
    z-index: 9999;
    display: none;
}

.modal {
    backdrop-filter: blur(2px);
}

.fog {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    background-color: #f4f6f7;
    display: none;
    z-index: 10;
}
.preloader-it {
	background: var(--main-bg-color);
	z-index: 1029;
}

.hk-wrapper {
    background-color: #f4f6f7;
}


.hk-wrapper .hk-navbar.navbar-light {
    background: #fff;
    background-image: url(../../files/img/textures/001/014.png);
}


.col_info {
    color: var(--col-info);
}


.dropzone:hover {
    border: 2px dashed #88c241;
}

.profile_photo_div {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    text-align: center;
    padding-top: 85px;
    color: #cfcfcf;
    background-size: cover;
    background-position: center;
    border-radius: 2px;
}

.profile_photo_icons {
    text-align: center;
}

.profile_photo_div_empty {
    border: 2px dashed #e0e3e4;
    cursor: pointer;
}
.profile_photo_div_empty:hover {
    border: 2px dashed #88c241;
    color: #88c241;
}


.input_span {
    border: 1px solid #bcc9cd;
    border-radius: .25rem;
    padding: 0 10px;
    font-size:14px;
}
.input_sets {
    height: 24px;
    width: 50px;
    line-height: 24px;
    padding: 0 0 0 5px;
    font-size: 13px;
    border-radius: 2px !important;
}

.hiddenInput{  
    position:absolute;
    overflow: hidden;
    display:block;  
    height:0px;  
    width:0px;  
}


.size-14 {width: 14px !important; height: 14px !important;}
.size-16 {width: 16px !important; height: 16px !important;}
.size-18 {width: 18px !important; height: 18px !important;}
.size-20 {width: 20px !important; height: 20px !important;}
.size-22 {width: 22px !important; height: 22px !important;}
.size-24 {width: 24px !important; height: 24px !important;}
.size-26 {width: 26px !important; height: 26px !important;}
.size-28 {width: 28px !important; height: 28px !important;}
.size-40 {width: 40px !important; height: 40px !important;}


.hov_r, .hov_b, .hov_black, .hov_green, .hov_yellow {
/*    cursor: pointer;*/
    color: #cacaca !important;
}
.hov_r:hover {
    color: red !important;
}
.hov_b:hover {
    color: #007eff !important;
}
.hov_black:hover {
    color: black !important;
}
.hov_green:hover {
    color: #88c241 !important;
}
.hov_yellow:hover {
    color: #ffa500 !important;
}

.col_green {
    color: #88c241;
}
.col_grey {
    color: #cacaca;
}
.col_yellow {
    color: #ffa500 !important;
}
.col_grey_lt {
    color: #dfdfdf !important;
}


.bt_none {
    border-top: none !important;
}


.star_grey {
    color: #cacaca;
}
.star_yellow {
    color: #ffa500 !important;
}
.star_red {
    color: #ff4646 !important;
}


#user_table td {
    vertical-align: top;
}


.cookie_agree {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    margin: 20px;
    z-index: 10000;
    background-color: white;
    display: inline-block;
    box-shadow: 1px 1px 2px grey;
}


.accord_section {
    padding:0 !important;
}
.accord_click {
    padding:1.5rem;
    cursor: pointer;
}
.accord_desc {
    padding:0 1.5rem 1.5rem 1.5rem;
    display: none;
}


.red_line {
    text-indent: 2em;
    text-align: justify;
}



._green {
    color: #88c241;
    border-bottom:1px dashed #88c241; cursor:pointer;
}
._green:hover {border-bottom:1px solid #88c241;}




/******************************************************/





::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: var(--placeholder-color);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: var(--placeholder-color);
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: var(--placeholder-color);
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: var(--placeholder-color);
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: var(--placeholder-color);
}
::placeholder { /* Most modern browsers support this now. */
   color: var(--placeholder-color);
}


textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: var(--placeholder-color);
}
textarea:focus::-webkit-input-placeholder, input:focus::-webkit-input-placeholder {
    color: var(--placeholder-focus-color);
    transition: var(--transition);
}
/* Firefox < 19 */
textarea:-moz-placeholder, input:-moz-placeholder {
    color: var(--placeholder-color);
}
textarea:focus:-moz-placeholder, input:focus:-moz-placeholder {
    color: var(--placeholder-focus-color);
    transition: var(--transition);
}
/* Firefox > 19 */
textarea::-moz-placeholder, input::-moz-placeholder {
    color: var(--placeholder-color);
}
textarea:focus::-moz-placeholder, input:focus::-moz-placeholder {
    color: var(--placeholder-focus-color);
    transition: var(--transition);
}
/* Internet Explorer 10 */
textarea:-ms-input-placeholder, input:-ms-input-placeholder {
    color: var(--placeholder-color);
}
textarea:focus:-ms-input-placeholder, input:focus:-ms-input-placeholder {
    color: var(--placeholder-focus-color);
    transition: var(--transition);
}


input.form-control:focus, select:active, select:focus {
    border-color: var(--col-info) !important;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--col-info);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--col-info);
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid var(--col-info) 1px;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border: 1px solid #e0e3e4;
}



.input_code {
    border: 3px solid #e2e2e2;
    border-radius: 5px;
    padding: 0px 0px;
    font-size: 60px;
    text-align: center;
    width: 100%;
    color: var(--col-info);
}
.input_code:focus {
    outline: none !important;
    border:3px solid var(--col-info);
    box-shadow: 0 0 5px var(--col-info);
    transition-duration: var(--transition);
}


.hk-wrapper, .hk-pg-wrapper {
    background-color: var(--main-bg-color);
}
.hk-pg-wrapper {
    padding: 57px 0;
}

.hk-sec-wrapper {
    border: none;
    box-shadow: 0 0 1px #afafaf, 1px 2px 4px rgb(0 0 0 / 7%);
    padding: 20px;
    border-radius: 4px;
}

.paper {
    border: none;
    box-shadow: 0 0 1px #afafaf, 1px 2px 4px rgb(0 0 0 / 7%);
    padding: 20px;
    border-radius: 3px;
    background-color: white;
}
.btn:enabled {
    text-transform: none;
    box-shadow: 0 0 1px #afafaf, 1px 2px 4px rgb(0 0 0 / 7%);
}


.hk-wrapper .hk-navbar {
/*    box-shadow: 0 0 5px rgb(0 0 0 / 7%);*/
    box-shadow: 0 0 1px #afafaf, 1px 2px 4px rgb(0 0 0 / 7%);
}

.navbar {
    padding: 0.5rem 20px;
}



.row_check_menu {
    position: absolute;
    top: 10px;
    left: 30px;
    color: #b5b5b5;
    border-bottom: 1px dashed #b5b5b5;
    cursor: pointer;
    z-index:10;
    font-size: 14px;
}
.row_check_menu:hover {
    border-bottom: 1px solid #b5b5b5;
}
.row_check_menu_list {
    position: absolute;
    top: -20px;
    left: -30px;
    padding: 20px 30px;
    background-color: white;
    box-shadow: 1px 1px 3px #a3a3a3;
    display: none;
    z-index:11;
}
.row_check_menu_list div {
    white-space: nowrap;
}
.row_check_menu_list div[onclick] {
    border-bottom: 1px dashed #b5b5b5;
}
.row_check_menu_list div[onclick]:hover {
    border-bottom: 1px solid #b5b5b5;
}


.top-menu-item {
    line-height:60px;
    font-size:16px;
}
.top-menu-item a {
    color:#999999;
}
.top-menu-item a:hover {
    color:#1ebccd;
}


.pg-title {
    line-height: 40px;
}


.pagination .page-item.active .page-link {
    background: transparent;
    border-color: #dddddd;
    color: var(--col-info);
}


.input_error {
    border-color: red !important;
    /*background-color: #ff000021;*/
}


.my-footer {
/*    position: absolute;*/
/*    bottom: 0;*/
/*    background-color: white;*/
    width: 100%;
    line-height:50px;
    font-size: 12px;
/*    box-shadow:0 0 1px #afafaf, -1px -2px 4px rgb(0 0 0 / 2%);*/
/*    z-index:1030;*/
}
.my-footer-2 {
    width: 100%;
    line-height:50px;
    font-size: 12px;
}
.my-footer-3 {
    width: 100%;
    line-height:50px;
    font-size: 12px;
    background-color: #ced7d9;
    background-image: url(../../files/img/textures/001/008.png);
    box-shadow: inset 0 0 1px #afafaf, inset 1px 2px 3px rgb(0 0 0 / 7%);
    text-align: center;
}

.hk-footer-wrap {
    position: relative;
    z-index: 1030;
}


.hole {
    width:100%;
    height:6px;
    border-radius:3px;
    margin: 15px 0;
    background-color:var(--main-bg-color);
    box-shadow: inset 0 0 1px #afafaf, inset 1px 2px 4px rgb(0 0 0 / 7%);
}



.tarea_count_wrap {
    position: relative;
    flex-grow: 1;
}
.tarea {
    width: 100%;
    border-bottom: 2px solid #e0e3e4;
    border-bottom: 1px solid #bcc9cd;
    padding: 5px 0px;
    resize: none;
    overflow-x: hidden;
    overflow-y: hidden;
    margin:0;
    line-height:25px;
    color: var(--main-color);
    transition: var(--transition);
}
.tarea:focus {
    border-bottom: 1px solid var(--col-info);
    transition: var(--transition);
}
.tarea_count {
    position: absolute;
    bottom: 10px;
    right: 0px;
    font-size: 11px;
    color: #c4cbd1;
    line-height:30px;
}
.tarea_num {
    line-height: 36px;
    min-width: 20px;
    margin-right: 10px;
    color: #adb3b9;
    font-size:14px;
}
.tarea_del {
    line-height: 37px;
    min-width: 20px;
    margin-left: 10px;
    color: #bfcad5;
    font-size:16px;
    text-align: right;
    cursor: pointer;
}
.tarea_del:hover {
    color: red;
}
.tarea_dis {
    border-bottom: none !important;
}


.h_title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    color: #273238;
    font-family: inherit;
    margin-bottom: 10px;
}

.toggle-slide .toggle-blob {
    cursor: pointer;
}
.toggle .toggle-off {
    background: #b0bdc3;
}
.toggle .toggle-on + .toggle-blob {
    border: 3px solid #b0bdc3;
}



#q_list {
    overflow-y: auto;
    margin: 0 -20px;
}

#q_list_show {
    position:absolute;
    top:0; left:0;
    max-width: 300px;
    min-width: 250px;
    z-index:2;
}
.q_list_item {
    position: relative;
    padding: 0px;
    cursor: pointer;
/*    margin: 0 -20px;*/
}
.q_list_item_text {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 20px;
    line-height: 34px;
    padding: 0 10px;
}
.q_list_item_drag, .q_list_item_menu {
    display: none;
    position: absolute;
    width: 20px;
    height: 34px;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    top: 0;
}
.q_list_item_drag:hover, .q_list_item_menu:hover {
    opacity: 1;
}
.q_list_item_drag {
    left: 0px;
    background-image: url(../../files/img/drag.png);
    cursor: move;
}
.q_list_item_menu {
    right: 0px;
    background-image: url(../../files/img/menu.png);
}
.q_list_item_hover {
    background-color: #d3dde53b;
    border-radius: 3px;
}
.q_list_item_select {
    background-color: var(--main-bg-color);
    box-shadow: inset 0 0 1px #afafaf, inset 1px 2px 4px rgb(0 0 0 / 7%);
    border-radius: 3px;
    /*background: linear-gradient(var(--main-bg-color) 10%, white 20%, white 80%, var(--main-bg-color) 90%);*/
}
.q_list_item_error {
    /*background-color: #ffbfbf !important;*/
    color: red;
    border-radius: 3px;
}


.q_list_item_menu_list {
    position: absolute;
    top: 0; left: 0;
    /*display: none;*/
    background-color: white;
    border: none;
    box-shadow: 0 0 2px #afafaf, 3px 5px 4px rgb(0 0 0 / 15%);
    border-radius: 3px;
    z-index: 2000;
}
.q_list_item_menu_item {
    cursor: pointer;
}
.q_list_item_menu_item, .q_list_item_menu_item_disable {
    padding: 5px 10px;
    white-space: nowrap;
}
.q_list_item_menu_item:hover {
    background-color: #d3dde53b;
}
.q_list_item_menu_item_disable {
    color: #d6d6d6 !important;
}


.set_item {
    padding-bottom: 5px;
}


.btn-secondary, .btn-grey {
    color: #fff;
    background-color: #b0bdc3;
    border-color: #b0bdc3;
}


.form-control, .dd-handle {
    border-width: 1px;
    border-color: #bcc9cd;
}


.grade_star {
    color: #abb7bd;
}
.grade_star_hover, .grade_star_choice {
    color: #ffbf36 !important;
}
.star_wrap {
    display: inline-block;
    position: relative;
    padding: 5px;
    cursor: pointer;
}
.star_num {
    /*display: none;*/
    width: 50px;
    position: absolute;
    top: 0px; left: 0px;
    font-size: 11px;
    font-weight: 900;
    line-height: 53px;
    text-align: center;
    color: #9caab1;
    pointer-events: none;
}
.star_num:hover {
    display: block;
}


.irs-grid-pol {
    display: none;
}
.irs-grid-text {
    top: 6px;
}
.irs-slider {
    top: 22px;
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    background: var(--col-info);
    border-radius: 50%;
    box-shadow: none;
}
.irs-slider:hover, .irs-slider:active {
    background: var(--col-info);
}
.irs-bar, .irs-bar-edge, .irs-single {
    display: none;
}
.irs-line {
    height: 12px;
    background: #e0e3e4;
    background: linear-gradient(to right, #d7ecef, #0d92a1);
    border: none;
    border-radius: 15px;
    top: 31px;
}

.nps_item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 900;
    line-height: 36px;
    color: #9caeb1;
    border: 3px solid #b9c9cb;
    cursor: pointer;
}
.nps_item:hover {
    border: 3px solid var(--col-info);
    color: var(--col-info);
    box-shadow: 0 0 5px var(--col-info);
}
.nps_choice:not(.nps_color) {
    background-color: var(--col-info) !important;
    border-color: var(--col-info) !important;
    color: white !important;
    box-shadow: 0 0 5px var(--col-info);
}
/*.nps_item.nps_color:nth-child(1),
.nps_item.nps_color:nth-child(2),
.nps_item.nps_color:nth-child(3),
.nps_item.nps_color:nth-child(4),
.nps_item.nps_color:nth-child(5),
.nps_item.nps_color:nth-child(6),
.nps_item.nps_color:nth-child(7) {
    border: 3px solid #ed5050;
    color: #ed5050;
}
.nps_item.nps_color:nth-child(1):hover,
.nps_item.nps_color:nth-child(2):hover,
.nps_item.nps_color:nth-child(3):hover,
.nps_item.nps_color:nth-child(4):hover,
.nps_item.nps_color:nth-child(5):hover,
.nps_item.nps_color:nth-child(6):hover,
.nps_item.nps_color:nth-child(7):hover {
    box-shadow: 0 0 5px #ed5050;
}
.nps_item.nps_color:nth-child(1):is(.nps_choice),
.nps_item.nps_color:nth-child(2):is(.nps_choice),
.nps_item.nps_color:nth-child(3):is(.nps_choice),
.nps_item.nps_color:nth-child(4):is(.nps_choice),
.nps_item.nps_color:nth-child(5):is(.nps_choice),
.nps_item.nps_color:nth-child(6):is(.nps_choice),
.nps_item.nps_color:nth-child(7):is(.nps_choice) {
    background-color: #ed5050;
    color: white;
    box-shadow: 0 0 5px #ed5050;
}
.nps_item.nps_color:nth-child(8),
.nps_item.nps_color:nth-child(9) {
    border: 3px solid #ffbf36;
    color: #ffbf36;
}
.nps_item.nps_color:nth-child(8):hover,
.nps_item.nps_color:nth-child(9):hover {
    box-shadow: 0 0 5px #ffbf36;
}
.nps_item.nps_color:nth-child(8):is(.nps_choice),
.nps_item.nps_color:nth-child(9):is(.nps_choice) {
    background-color: #ffbf36;
    color: white;
    box-shadow: 0 0 5px #ffbf36;
}
.nps_item.nps_color:nth-child(10),
.nps_item.nps_color:nth-child(11) {
    border: 3px solid #39b928;
    color: #39b928;
}
.nps_item.nps_color:nth-child(10):hover,
.nps_item.nps_color:nth-child(11):hover {
    box-shadow: 0 0 5px #39b928;
}
.nps_item.nps_color:nth-child(10):is(.nps_choice),
.nps_item.nps_color:nth-child(11):is(.nps_choice) {
    background-color: #39b928;
    color: white;
    box-shadow: 0 0 5px #39b928;
}*/


.nps_color_0, .nps_color_0:hover {
    border: 3px solid #ed5050;
    color: #ed5050;
}
.nps_color_0:hover {
    box-shadow: 0 0 5px #ed5050;
}
.nps_color_0:is(.nps_choice) {
    background-color: #ed5050;
    color: white;
    box-shadow: 0 0 5px #ed5050;
}
.nps_color_1, .nps_color_1:hover {
    border: 3px solid #ffbf36;
    color: #ffbf36;
}
.nps_color_1:hover {
    box-shadow: 0 0 5px #ffbf36;
}
.nps_color_1:is(.nps_choice) {
    background-color: #ffbf36;
    color: white;
    box-shadow: 0 0 5px #ffbf36;
}
.nps_color_2, .nps_color_2:hover {
    border: 3px solid #39b928;
    color: #39b928;
}
.nps_color_2:hover {
    box-shadow: 0 0 5px #39b928;
}
.nps_color_1:is(.nps_choice) {
    background-color: #39b928;
    color: white;
    box-shadow: 0 0 5px #39b928;
}


.btn.btn-icon.btn-sm {
    height: 30px;
    width: 30px;
    min-width: 30px;
}


#upload_form, #img_input_file {
    position: absolute;
    overflow: hidden;
    display: block;  
    height: 0px;  
    width: 0px;  
}



.imageBox
{
    position: relative;
    margin: 0 auto;
    width: 600px;
    height: 400px;
    /*border:1px solid #aaa;*/
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}
.imageBox .thumbBox
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    height: 300px;
    margin-top: -150px;
    margin-left: -225px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px #ffffffd4;
    background: none repeat scroll 0% 0% transparent;
}
.imageBox .spinner
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}


#img_variants {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}
.img_variant_wrap, .img_variant_img {
    width: 207px;
}
.img_variant_img {
    position: relative;
    height: 140px;
/*    box-shadow: 0 0 1px #00000036, 1px 1px 2px rgb(0 0 0 / 20%), inset 0 0 1px grey, inset 1px 1px 2px #00000026;*/
    border: 2px solid #d9e3e5;
    border-radius: 3px;
    background-size: contain;
}
.img_variant_show {
    display: block;
}
.img_variant_hover {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #0d555c9e;
    color: white;
    text-align: center;
    padding-top: 55px;
    border: 2px solid var(--col-info);
    border-radius: 4px;
    cursor: pointer;
}
.img_variant_hover:hover {
    opacity: 1;
}


.tarea:has(.tarea_hide) {
    display: none !important;
}


.hov_opa_7 {
    opacity: .7;
}
.hov_opa_7:hover {
    opacity: 1;
}


#section_wrap {
    display: grid;
    gap: 15px;
    grid-template-columns: minmax(300px, 300px) minmax(600px, auto) minmax(300px, 300px);
}
/*#section_wrap.block_4 {
    grid-template-columns: minmax(300px, 300px) minmax(915px, auto);

}*/

#block_4 {
    display:flex;
    flex: 1;
/*    min-width:920px;*/
}
#block_4 > div {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #a9b0b7;
    margin:auto;
}

.dropdown-item {
    cursor: pointer;
}


#block_3 {
    overflow-y: auto;
}

#block_1, #block_3 {
    flex: none;
    width: 300px;
}


.variant_item, .variant_item_hover {
    background-color: #d3dde580;
    border-radius: 3px;
    padding: 8px 15px;
}
.variant_item_hover {
    cursor: pointer;
}
.variant_item_hover:hover {
    background-color: #1ebccd3d;
}
.variant_item_check {
    background-color: #15b9cb75 !important;
}


.tarea_white_wrap {
    background-color: white;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 5px 0;
}


#full {
/*    position: absolute;*/
    display:flex;
    width:100%;
/*    height:calc(100% - 114px);*/
    padding:20px;
    justify-content:center; 
    flex-direction:row;
}


.str_link {
    color: var(--col-info);
    cursor: pointer;
}
.str_link:hover {
    color: #60c116;
}


.display_item {
    width:124px;
    border:1px solid var(--col-info);
    border-radius:3px;
    padding:12px;
    height:80px;
    opacity:0.3;
    cursor: pointer;
}
.display_item:hover {
    height:80px;
    opacity:0.7;
}
.display_item_select {
    border:1px solid black;
    opacity:0.7 !important;
}


.report_type {
    width:124px;
    border:1px solid var(--col-info);
    border-radius:3px;
    padding:12px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.report_type:hover {
    box-shadow:0 0 3px var(--col-info);
    color: black;
}





/* PROGRESS */

.progress {
    position: fixed;
    height: 3px;
    display: none;
    width: 100%;
    background-color: var(--col-info);
    overflow: hidden;
    z-index:9000;
    top: 0;
    left: 0;
}

.progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #26a69a;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
}

.progress .indeterminate {
    background-color: white;
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

/* /PROGRESS */



.custom-select {
    border-radius: 3px;
}


.btn-info:focus, .btn-cyan:focus {
    background-color: var(--col-info);
    border-color: var(--col-info);
}
.btn-info:hover:enabled, .btn-cyan:hover:enabled {
    background-color: #16a9b9 !important;
    border-color: #16a9b9 !important;
}


.answer_item {
    padding: 10px 17px;
    line-height:20px;
    /*border: 1px solid grey;*/
    border-radius: 4px;
    color: #484848;
/*    box-shadow:1px 1px 2px #bdbdbd;*/
    background-color: #d3dde580;
}


.legend_hover {
    box-shadow: 1px 1px 3px grey;
    border-radius: 3px;
}

.legend_item {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: top;
    padding: 5px 15px;
    cursor: default;
}
.legend_icon_circle {
    margin: 4px 0;
    width: 15px; min-width: 15px;
    height: 15px;
    border-radius: 100%;
}
.legend_item_other {
    cursor: pointer !important;
}


.level_wrap {
    background-color: var(--main-bg-color);
    height: 10px;
    border-radius: 3px;
}
.level_value {
    background-color: var(--col-info);
    height: 100%;
    border-radius: 3px;
}
.level_percent {
    color: var(--col-info);
    font-weight: 900;
    font-size: 18px;
}


.scheme_item {
    aspect-ratio: 1;
    border-radius: 2px;
    box-shadow:1px 1px 3px #787878;
    opacity: 0.3;
    cursor: pointer;
}
.scheme_item:hover {
    opacity: 1;
}
.scheme_item_select {
    opacity: 1;
}
.scheme_item_hover {
    opacity: 1;
}


.toggle.toggle-bg-smoke .toggle-on, .toggle.toggle-bg-smoke .toggle-select .toggle-inner .active {
    background: #5e7d8a;
}
.toggle.toggle-bg-smoke .toggle-on.active + .toggle-blob {
    border-color: #5e7d8a;
}


.input-group > .input-group-append > .btn {
    border: 1px solid #bcc9cd;
    border-left: none;
    box-shadow: none;
}


.hr-dashed {
    margin: 20px 0;
    padding: 0;
    height: 0;
    border: none;
    border-top: 1px dashed #ddd;
}


.text_img_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0;
}



.hides_hide {
    text-decoration: line-through;
}


[class^=poll_status_] {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
    margin-right: 7px;
}
.poll_status_0 {
    background-color: #b0bdc3;
}
.poll_status_1 {
    background-color: #a6e55a;
}


.h90 {
    height: 90%;
}



#error_report_but {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    position: fixed;
    bottom: 10px;
    height: 30px;
    z-index: 10000;
    white-space: nowrap;
    background-color: white;
    border-radius: 15px;
    line-height: 30px;
    font-size: 14px;
    box-shadow: 0 0 1px #afafaf, 1px 2px 4px rgb(0 0 0 / 14%);
    right: -400px;
    padding: 0 60px 0 10px;
}





@-webkit-keyframes fancyInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes fancyInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.fancyInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation: fancyInX .5s;
    animation: fancyInX .5s;
}

@-webkit-keyframes fancyOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes fancyOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.fancyOutX {
    -webkit-animation: fancyOutX .5s;
    animation: fancyOutX .5s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}







.pulsating-circle {
  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;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: red;
  -webkit-animation: pulse-ring 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 1s cubic-bezier(0.215, 0.61, 0.355, 1) 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;
  }
}