@keyframes blink {
    0% {
           opacity:0;
    }
    50% {
           opacity:1;
    }
    100% {
           opacity:0;
    }
}
#clock_btn_order{
    -moz-animation:blink normal 1.5s infinite ease-in-out;
    /* Firefox */
    -webkit-animation:blink normal 1.5s infinite ease-in-out;
    /* Webkit */
    -ms-animation:blink normal 1.5s infinite ease-in-out;
    /* IE */
    animation:blink normal 1.5s infinite ease-in-out;
    /* Opera */
}
.ellips_row_kor{
    min-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#content_multy_files .input-group{
    margin-right: 10px;
    width: auto !important;
}
#content_multy_files .input-group div{
    line-height: 1.2;
}
.rotate-60 {
  transform: rotate(60deg);
  transform-origin: center;
}
#view_detail_png{
    height:90vh;
}
.table-hover{
    cursor: pointer;
}
.input-file {
	position: relative;
	display: inline-block;
}

.input-file-text {
	padding: 0 10px;
	line-height: 30px;
	display: inline-block;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.bg-conor{
    background:#FFDC62;
}
.bg-klak{
    background:#A0EAB4;
}
.right_box_model{
    right:-100%;
}
.status_conor{
    background-color:#FF9797 !important;
}
.status_klak{
    background-color:#A0EAB4 !important;
}
.status_raskor{
    background-color:#FFD8D8 !important;
}
.status_krom{
    background-color:#FFD9AD !important;
}
.status_pris{
    background-color:#DFDFDF !important;
}
.status_sbir{
    background-color:#8AE9E3 !important;
}
.status_pak{
    background-color:#C5E3FF !important;
}
.status_gruz{
    background-color:#A7BFFE !important;
}
.status_bufer{
    background-color:#FDFFAA !important;
}
.hover_account_btn i{
    opacity:0;
    transition:0.15s linear;
    font-size:12px;
}
.hover_account_btn:hover > i{
    opacity:1;
}
.op_ac_eye{
    width: 58px;
    height: 58px;
    text-align:center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color:#333333;
    font-size:24px;
    line-height:58px;
}
.np_ac_eye{
    width: 58px;
    height: 58px;
    text-align:center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color:#333333;
    font-size:24px;
    line-height:58px;
}
.op_ac_eye:hover{
    color:#969696;
}
.np_ac_eye:hover{
    color:#969696;
}
.chkbox_pay_cash{
    display:none;
}
.exp_bazis_ch_yes,
.exp_bazis_ch_yes,
.exp_bazis_ch_no,
.lk_bazis_ch_yes,
.lk_bazis_ch_yes,
.exp_furn_ch_yes,
.exp_furn_ch_yes,
.exp_furn_ch_no,
.exp_furn_ch_no,
.post_bazis_ch_yes,
.work_bazis_ch_yes{
    display:none;
}
h1 {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 480px){
    #profile-tab span,
    #contact-tab span,
    #home-tab span{
        display:none;
    }
}