:root{
    --logo: url('../assets/img/kivach-dark.svg');
    --logo-full: url('../assets/img/design/logo-full-black.png');
    --bg: #161616;
    --logo-color: #252525;
    --block-bg: #252525;
    --subblock-bg: #303030;
    --item-bg: #383838;
    --menu-active: #161616;
    --title-color: #FFFFFF;
    --welcome-color: #FFFFFF;
    --block-color: #383838;
    --date-color: #ACACAC;
    --input-bg: #383838;
    --input-color: #383838;
    --buses-color: #F0F0F0;
    --buses-active: #383838;
    --last-title: #FFFFFF;
    --birthday-block: #383838;
    --birthday-name: #FFFFFF;
    --new_staff: #383838;
    --welcome-btn: #383838;
    --counter-color: #46C8B6;
    --header-mobile: #161616;
    --welcome-block: #161616;
    --logo-mobile: #383838;
    --news: #383838;
    --exchange: #383838;
    --exchange-title: #F0F0F0;
    --karelia-color: #F0F0F0;
    --create-title: #FFF;
    --create-input: #383838;
    --create-input-color: #F0F0F0;
    --create-checked-item:#303030;
    --create-unchecked-item:#383838;
    --img-import-border:#ACACAC;
    --create-line: #F0F0F0;
    --comments-title: #ffffff;
    --comments-text: #F0F0F0;
    --comments-date: #ACACAC;
    --comments-count: #ACACAC;
    --input-arrow: url("../assets/img/icons/input-arrow-white.svg");
    --logo-mobile-img: url("../img/logo-mobile.png");
    --mobile-btn-img: url("../assets/img/icons/scan.svg");
    --input-icon: url('../assets/img/icons/comments-smile-dark.svg') no-repeat;
    --footer-icon-1:url('../assets/img/icons/mail-mobile.svg');
    --footer-icon-2:url('../assets/img/icons/contacts-mobile.svg');
    --footer-icon-3:url('../assets/img/icons/buses-mobile.svg');
    --footer-icon-4:url('../assets/img/icons/eat-mobile.svg');
    --date-input-item-hover:  #252525;
    --date-input-item-active: #161616;
    --scrollbar-track-color: #303030;
    --scrollbar-thumb-color: #161616;
    --vacancy-block-bg: #303030;
    --green-btn-bg:  #66A67E;
    --btn-dark-green-bg: #007A3D;
    --modal-bg: #303030;
    --select-header-bg: #383838;
    --select-color: #ACACAC;
    --base-text-color: #FFFFFF;
    --blue-btn-bg: #1FA7E7;
    --btn-disabled-bg: #252525;
    --btn-disabled-color: #656262;
    --btn-gray-bg: #252525;
    --copy-icon-fill: #ACACAC;
    --reaction-icon-fill: #FFFFFF;
    --reaction-icon-second-fill: #252525;
    --block-shadow-1: none;
    --menu-icon-hover-fill: #007A3D;
    --menu-icon-fill: #FFFFFF;
    --prev-dot-fill: #46C8B6;
    --next-dot-fill: #383838;
    --radio-default-rect: #383838;
    --radio-default-circle: #5B5B5B;
    --radio-checked-rect: #007A3D;
    --radio-checked-circle: #383838;
    --radio-hover-rect: #303030;
    --radio-hover-circle: #ACACAC;
    --radio-checked-hover-rect: #4CAE50;
    --radio-checked-hover-circle: #303030;
    --checkbox-default-sqare: #303030;
    --checkbox-default-arrow: #ACACAC;
    --checkbox-default-hover-sqare: #303030;
    --checkbox-default-hover-arrow: #252525;
    --checkbox-active-sqare: #1FA7E7;
    --checkbox-active-arrow: #F0F0F0;
    --checkbox-active-hover-sqare: #1680B1;
    --checkbox-active-hover-arrow: #CEEAF8;
    --docs-wait-color: #FDC469;
    --btn-orange-bg: #605B40;
    --btn-orange-color: #F0F0F0;
    --doc-directory-svg-fill: #46C8B6;

    --default-checkpoint-circle-fill: #383838;
    --default-checkpoint-rect-fill: #303030;
    --default-checkpoint-path-fill: #C3D3E5;

    --active-checkpoint-circle-fill: #353947;
    --active-checkpoint-rect-fill: #1FA7E7;
    --active-checkpoint-path-fill: #FFFFFF;

    --done-checkpoint-circle-fill: #313B30;
    --done-checkpoint-rect-fill: #007A3D;
    --done-checkpoint-path-fill: #FFFFFF;

    --mail-menu-li-hover: #5B5B5B;
    --settings-icon-fill: #FFFFFF;
    --btn-remove-fill: #E7686E;
    --btn-remove-disabled-fill:#F0F0F0;
    
    -letter-hover-bg: #5B5B5B;

    --remove-modal-bg: #E7686E;
    --remove-modal-bg-2: #383838;

    --gray-color: #D0D2D3;
    --mail-from-color: #545759;

    --yellow-bg:#605444;
    --yellow-color: #FDC469;

    --bus-svg-fill: #007A3D;

    --tab-bg: #383838;
    --tab-active-bg: #252525;
    --input-color-scheme: dark;

    --price-header-bg: #313B30;

    --filter-svg-bg: #252525;

    --inc-label-color: #F0F0F0;

    --incident-bg: #4F3E3F;
    --it-bg: #353947;
    --feedback-bg: #313B30;
    --idea-bg: #403C4F;
    --contraindication-bg: #484848;
    --call-center-bg: #605B40;
    --gratitude-bg: #605444;

    --inc-red-bg: #4F3E3F;
    --inc-green-bg: #313B30;

    --position-color: #1FA7E7;

    --profile-label-color: #828D99;
    --incs-title-color: #22c629;
}

.inc-filter {
    backdrop-filter: brightness(60%);
}