/*
Theme Name: iDizBox Studio
Theme URI: https://idizbox.com
Author: iDizBox
Author URI: https://idizbox.com
Description: Thème iDizBox - 2022
Version: 1.00
Text Domain: idbxboostrap1
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

html, body {
    padding: 0;
    margin: 0;
    min-height: 100vh;
    width: 100%;
    overflow-y: visible !important;
}

body {
    background-color: #F3F3F3;
    font-family: 'Montserrat', sans-serif;
    color: #252427;
    font-size: 14px;
    font-weight: 400;
    line-height: initial;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mobile_only {
    display: none;
}

:focus {
    outline: 0!important;
}

a, a:visited, a:focus {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.nopadding { padding: 0; }
.no-padding-left {padding-left: 0;}
.no-padding-right {padding-right: 0;}
.padding_t10 { padding-top: 10px; }
.padding_t15 { padding-top: 15px; }
.padding_t20 { padding-top: 20px; }
.padding_t25 { padding-top: 25px; }
.padding_t30 { padding-top: 30px; }
.padding_t40 { padding-top: 40px; }
.padding_t50 { padding-top: 50px; }
.padding_t60 { padding-top: 60px; }
.padding_t70 { padding-top: 70px; }
.padding_t80 { padding-top: 80px; }
.padding_t100 { padding-top: 100px; }
.padding_t115 { padding-top: 115px; }
.padding_t120 { padding-top: 120px; }
.padding_t150 { padding-top: 150px; }
.padding_b10 { padding-bottom: 10px; }
.padding_b15 { padding-bottom: 15px; }
.padding_b20 { padding-bottom: 20px; }
.padding_b22 { padding-bottom: 22px; }
.padding_b30 { padding-bottom: 30px; }
.padding_b40 { padding-bottom: 40px; }
.padding_b50 { padding-bottom: 50px; }
.padding_b60 { padding-bottom: 60px; }
.padding_b70 { padding-bottom: 70px; }
.padding_b80 { padding-bottom: 80px; }
.padding_b90 { padding-bottom: 90px; }
.padding_b120 { padding-bottom: 120px; }
.padding_b150 { padding-bottom: 150px; }
.padding_all30 { padding: 30px; }
.margin_t5 { margin-top: 5px; }
.margin_t10 { margin-top: 10px; }
.margin_t15 { margin-top: 15px; }
.margin_t20 { margin-top: 20px; }
.margin_t30 { margin-top: 30px; }
.margin_t40 { margin-top: 40px; }
.margin_t50 { margin-top: 50px; }
.margin_t60 { margin-top: 60px; }
.margin_t70 { margin-top: 70px; }
.margin_t80 { margin-top: 80px; }
.margin_t120 { margin-top: 120px; }
.margin_b10 { margin-bottom: 10px; }
.margin_b15 { margin-bottom: 15px; }
.margin_b20 { margin-bottom: 20px; }
.margin_b25 { margin-bottom: 25px; }
.margin_b30 { margin-bottom: 30px; }
.margin_b40 { margin-bottom: 40px; }
.margin_b50 { margin-bottom: 50px; }
.margin_b60 { margin-bottom: 60px; }
.margin_b70 { margin-bottom: 70px; }
.margin_b80 { margin-bottom: 80px; }
.margin_b120 { margin-bottom: 120px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    position: relative;
    font-weight: bold;
    line-height: initial;
}

.row.vertical-align {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* MAIN */ 

.col_pink, .link_pink {
    color: #EF5B5B;
}

.page_standard {
    padding-top: 110px;
    padding-left: 270px;
    position: relative;
    min-height: 100vh;
}

.btn, .btn:active, .btn:visited, .btn:focus {
    background-color: #EF5B5B;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 8px 20px;
    font-weight: 600;
}

.btn:hover {
    background-color: #E05555;
    color: #FFFFFF;
}

.btn svg {
    vertical-align: middle;
    margin-right: 10px;
}

/* NAV */

.header {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    padding-right: 40px;
    height: 80px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
}

.header_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
}

.header_logo img {
    height: 40px;
    width: auto;
}

.header_search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_search_icon {
    margin-right: 10px;
    cursor: pointer;
}

svg.header_search_icon_svg {
    vertical-align: middle;
}

.header_search_input {
    color: #252427;
    background: transparent;
    border: none;
    width: 240px;
    margin: 0 5px 0 10px;
    outline: none;
    font-size: 12px;
    font-weight: 400;
}

.header_search_input::placeholder {
    color: #252427;
    font-weight: 400;
    font-size: 12px;
    opacity: 0.4;
}

.header_search_input:focus {
  border-bottom: 1px dashed #FFFFFF;
}

.header_search_input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header_search_input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header_search_input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header_search_input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header_info {
    display: flex;
}

.notification_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    width: 60px;
    font-size: 20px;
    position: relative;
    cursor: pointer;
}

.notification_icon_alert {
    background-color: #EF5B5B;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    position: absolute;
    right: 22px;
    top: 22px;
    transition: 0.5s;
    opacity: 1;
}

.header_user_space {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_name_user {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #252427;
    margin: 0 10px;
    font-weight: bold;
    font-size: 12px;
}

.header_avatar_user {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}

.header_avatar_user img {
    width: 40px;
    height: 40px;
    border-radius: 60px;
    border: 1px solid #f3f3f3;
}

.sidebar {
    background: #FFFFFF;
    width: 240px;
    min-height: 100%;
    position: fixed;
    top: 80px;
    border-top: 1px solid #F4F4F4;
    z-index: 9;
}

.sidebar_area {
    height: 80px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #252427;
    font-weight: 500;
    opacity: 0.7;
    font-size: 14px;
    padding-left: 40px;
    position: relative;
}

svg.menu_icon {
    margin-right: 15px;
}

.active .sidebar_area {
    color: #EF5B5B;
    opacity: 1;
    font-weight: 600;
}

.active .sidebar_area svg path {
    fill: #EF5B5B;
}

.active .sidebar_area:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 2px;
    width: 5px;
    background-color: #EF5B5B;
    border-radius: 10px;
}

.header_toggle_onoff {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: 30px;
    cursor: pointer;
}

.header_toggle {
    display: inline-block;
    width: 20px;
}

.header_toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #252427;
    margin-bottom: 4px;
    border-radius: 2px;
}

.header_toggle span:last-of-type {
    margin-bottom: 0;
}

.header_toggle_txt {
    font-size: 20px;
    font-weight: bold;
    color: #252427;
    display: inline-block;
    margin-left: 20px;
}

.kanban_nav {
    background-color: #FFFFFF;
    width: calc( 100% - 40px );
    border-radius: 20px;
    padding: 20px;
}

/* CONNEXION */ 

.page_connexion {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.idb_login_cont {
    width: 300px;
}

.idb_login_logo {
    max-width: 155px;
    margin: auto;
    margin-bottom: 30px;
}

.idb_login {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
}

.idb_login_label {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

.idb_login_label span {
    color: #f05b5a;
}

.idb_login_input {
    width: 100%;
    background-color: #F5F5F5;
    border: 0;
    padding: 11px 15px;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 15px;
}

.idb_login_cont .btn_connexion {
    width: 100%;
}

.sidebar_isoff .sidebar .sidebar_area span {
    display: none;
}

.sidebar_isoff .sidebar {
    width: 100px;
}

.sidebar_isoff .page_standard {
    padding-left: 130px;
}

/* DASHBOARD */

.dashboard_listen {
    color: #979797;
}

.dashboard_listen:hover {
    color: #252427;
    text-decoration: none;
}

.dashboard_listen_svg {
    vertical-align: bottom;
}

/* KANBANS */

.kanban_main {
    width: max-content;
    overflow-x: scroll;
}

.kanban_name_cont {
    display: flex;
}

.kanban_name {
    color: #252427;
    font-size: 24px;
    font-weight: bold;
}

.kanban_info_created {
    color: #979797;
    margin-top: 5px;
}

.kanban_card_wrapper {
    margin-bottom: 30px;
    width: 240px;
    height: 100%;
    border-radius: 20px;
    background-color: #FFFFFF;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    position: relative;
}

.kanban_card_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 4px;
    background-color: #EF5B5B;
    border-radius: 6px;
    z-index: 1;
}

.kanban_card_wrapper_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.kanban_backlog_name {
    color: #252427;
    font-size: 18px;
    font-weight: bold;
}

.kanban_backlog_dots {
    color: #707090;
    font-size: 20px;
    cursor: pointer;
    position: relative;
}

.kanban_backlog_dots_svg {
    vertical-align: super;
}

.kanban_list_menu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(255 255 255 / 95%);
    border-radius: 20px;
    padding: 15px;
    padding-top: 21px;
    display: none;
}

.modal_list_menuclose {
    text-align: right;
}

.modal_list_menuclose svg {
    cursor: pointer;
}

.modal_list_edit_colors {
    margin-top: 10px;
}

.modal_list_edit_color {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-left: 5px;
    cursor: pointer;
}

.modal_list_edit_color.tag_actif {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='15' height='15'%3E%3Cpath d='M5.625 10.125 3.437 7.937a.619.619 0 0 0-.875.875l2.619 2.619a.622.622 0 0 0 .881 0l6.625-6.619a.619.619 0 0 0-.875-.875Z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 2px 2px;
}

.modal_list_menu_action {
    position: absolute;
    bottom: 20px;
}

.kanban_cards {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kanban_card {
    border-radius: 10px;
    background-color: #F5F5F5;
    width: 200px;
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: grab;
}

.kanban_card_header {
    display: flex;
    justify-content: space-between;
}

.kanban_card_container_color {
    background-color: #EDA7A7;
    padding: 3px 8px;
    border-radius: 5px;
}

.kanban_card_container_color.kanban_status_col_vert, .tag_vert, [data-tagcolor="vert"],
.kanban_card_wrapper[data-couleur="vert"]:before {
    background-color: #B0E092;
}

.kanban_card_container_color.kanban_status_col_rouge, .tag_rouge, [data-tagcolor="rouge"],
.kanban_card_wrapper[data-couleur="rouge"]:before {
    background-color: #F38484;
}

.kanban_card_container_color.kanban_status_col_jaune, .tag_jaune, [data-tagcolor="jaune"],
.kanban_card_wrapper[data-couleur="jaune"]:before {
    background-color: #F8D769;
}

.kanban_card_container_color.kanban_status_col_orange, .tag_orange, [data-tagcolor="orange"],
.kanban_card_wrapper[data-couleur="orange"]:before {
    background-color: #FFCC5D;
}

.kanban_card_container_color.kanban_status_col_violet, .tag_violet, [data-tagcolor="violet"],
.kanban_card_wrapper[data-couleur="violet"]:before {
    background-color: #C9A0F2;
}

.kanban_card_container_color.kanban_status_col_bleufonce, .tag_bleufonce, [data-tagcolor="bleufonce"],
.kanban_card_wrapper[data-couleur="bleufonce"]:before {
    background-color: #5A5ED3;
}

.kanban_card_container_color.kanban_status_col_bleuclair, .tag_bleuclair, [data-tagcolor="bleuclair"],
.kanban_card_wrapper[data-couleur="bleuclair"]:before {
    background-color: #96D8F1;
}

.kanban_card_container_color.kanban_status_col_lime, .tag_lime, [data-tagcolor="lime"],
.kanban_card_wrapper[data-couleur="lime"]:before {
    background-color: #C4EF8B;
}

.kanban_card_container_color.kanban_status_col_rose, .tag_rose, [data-tagcolor="rose"],
.kanban_card_wrapper[data-couleur="rose"]:before {
    background-color: #EFBBC7;
}

.kanban_card_container_color.kanban_status_col_noir, .tag_noir, [data-tagcolor="noir"],
.kanban_card_wrapper[data-couleur="noir"]:before {
    background-color: #5B5B5D;
}

.kanban_card_header_status {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 600;
}

.kanban_card_task_countico {
    display: inline-block;
}

.kanban_card_task_countcont {
    color: #A0A0A1;
}

.kanban_card_task_countsum {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
}

.kanban_card_task_countcont[data-statut="completed"] {
    background-color: #B0E092;
    color: #FFFFFF;
    padding: 0 6px;
    border-radius: 5px;
}

.kanban_card_task_countcont[data-statut="completed"] svg.kanban_card_task_countico_svg path {
    fill: #FFFFFF;
}

svg.kanban_card_task_countico_svg {
    vertical-align: middle;
}

.kanban_card_text {
    color: #252427;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.kanban_card_wrapper_footer {
    display: flex;
    justify-content: center;
    margin: 10px 0 0px 0;
    color: #ADADAD;
}

.kanban_add_task {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.kanban_add_task_ico {
    margin-left: 7px;
    font-size: 20px;
    cursor: pointer;
}

/*
.kanban_main_inner {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 50px;
}
*/

.kanban_main_inner {
    margin-top: 30px;
    display: inline-block;
}

.kanban_cards_inner {
    min-height: 10px;
    min-width: 200px;
}

.kanban_backlog_name input {
    background: #0000;
    box-shadow: none;
    resize: none;
    padding: 0;
    border: none;
    overflow: hidden;
    width: 175px;
}

.kanban_backlog_name input:focus {
    background-color: rgb(255 255 255 / 50%);
}

.kanban_card_wrapper_composer {
    display: none;
    margin-top: 10px;
}

textarea.kanban_card_composer_title, textarea.kanban_list_composer_title {
    border-radius: 10px;
    background-color: #F5F5F5;
    border: none;
    width: 200px;
    height: auto;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    resize: none;
    color: #252427;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 10px;
}

textarea.kanban_card_composer_title::placeholder, textarea.kanban_list_composer_title::placeholder {
    color: #252427;
}

textarea.kanban_list_composer_title {
    background-color: #FFFFFF;
    padding: 0;
}

.kanban_card_composer_cancel, .kanban_list_composer_cancel {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 15px;
}

.kanban_card_composer_cancel svg, .kanban_list_composer_cancel svg {
    pointer-events: all;
    cursor: pointer;
    vertical-align: middle;
}

.kanban_list_wrapper_composer {
    display: none;
    background-color: #FFFFFF;
    width: 240px;
    border-radius: 20px;
    padding: 20px;
}

textarea.kanban_list_composer_title {
    font-size: 18px;
    font-weight: bold;
}

.kanban_card_composer_addfooter, .kanban_list_composer_addfooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kanban_list_wrapper_composer_cta {
    width: 240px;
    border-radius: 20px;
    background-color: rgb(255 255 255 / 50%);
    color: #ADADAD;
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
    display: flex;
    justify-content: center;
    pointer-events: all;
    cursor: pointer;
}

.kanban_list_wrapper_composer_cta:hover {
    background-color: #FFFFFF;
}

.kanban_add_list_ico {
    margin-left: 15px;
}

.kanban_add_list_ico svg {
    vertical-align: text-bottom;
}

.kanban_card_wrapper_new {
    display: inline-block;
    margin-top: 30px;
    margin-right: 30px;
    position: relative;
    vertical-align: top;
}

textarea.modal_list_title {
    background: #0000;
    box-shadow: none;
    resize: none;
    padding: 0;
    border: none;
    overflow: hidden;
    color: #252427;
    font-size: 20px;
    font-weight: bold;
    height: 24px;
    margin-bottom: 10px;
}

.modal_title {
    color: #252427;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.modal_title svg {
    display: inline-block;
    margin-right: 15px;
    vertical-align: sub;
}

.modal_list_description {
    background: #0000;
    box-shadow: none;
    resize: none;
    padding: 0;
    border: none;
    overflow: hidden;
    color: #767577;
    font-weight: 400;
    width: 100%;
    min-height: 18px;
}

@media (min-width: 768px) {
    
    .modal_kanban_carte .modal-dialog {
        width: 900px;
        margin: 30px auto;
        margin-top: 110px;
    }
    
}

.modal_kanban_carte .modal-content {
    box-shadow: none!important;
    border: none;
    border-radius: 20px;
    background-color: #F5F5F5;
}

.modal_kanban_carte .modal-body {
    position: relative;
    padding: 30px;
}

.modal_kanban_carte .modal-body .close {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
}

.section_modal {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    margin-bottom: 15px;
}

span.checklist_progress_percentage {
    width: 20px;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
}

.checklist_progress_bar {
    display: inline-block;
    width: calc( 100% - 35px );
    margin-left: 10px;
    height: 7px;
    background-color: #E2E2E2;
    border-radius: 10px;
    position: relative;
}

.checklist_progress_bar_current {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #B0E092;
    border-radius: 10px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.modal_list_header_info {
    position: relative;
}

.modal_list_header_tag {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.modal_list_header_tag span {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 5px;
}

.modal_list_header_tag input {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    border: none;
    width: auto;
}

.modal_list_header_tag_edit {
    position: absolute;
    z-index: 1;
    background-color: #FFFFFF;
    top: -10px;
    left: -10px;
    width: 302px;
    border-radius: 10px;
    box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.16);
    display: none;
}

.modal_list_header_tag_edit_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.modal_list_header_tag_edit_colors {
    margin-top: 50px;
    padding-bottom: 10px;
}

.modal_list_header_tag_edit_color {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-left: 5px;
    cursor: pointer;
}

.modal_list_header_tag_edit_color:first-of-type {
    margin-left: 10px;
}

.modal_list_header_tag_edit_color:last-of-type {
    margin-right: 10px;
}

.modal_list_header_tag_edit_color.tag_actif {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='15' height='15'%3E%3Cpath d='M5.625 10.125 3.437 7.937a.619.619 0 0 0-.875.875l2.619 2.619a.622.622 0 0 0 .881 0l6.625-6.619a.619.619 0 0 0-.875-.875Z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 2px 2px;
}

.checklist_itemsolo {
    margin-top: 10px;
}

.checklist_checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #E0E0E0;
    cursor: pointer;
}

.checklist_checkbox:hover, .checklist_itemsolo[data-statut="fait"] .checklist_checkbox {
    background-color: #B0E092;
}

.checklist_itemsolo[data-statut="fait"] .checklist_checkbox {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='15' height='15'%3E%3Cpath d='M5.625 10.125 3.437 7.937a.619.619 0 0 0-.875.875l2.619 2.619a.622.622 0 0 0 .881 0l6.625-6.619a.619.619 0 0 0-.875-.875Z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 2px 2px;
}

.checklist_description {
    display: inline-block;
    width: calc( 100% - 35px );
    padding-left: 15px;
    vertical-align: top;
}

.checklist_itemsolo[data-statut="fait"] .checklist_description {
    text-decoration: line-through;
    opacity: 0.5;
}

.modal_header_menuico {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.modal_header_menuico svg {
    vertical-align: top;
}

.modal_header_menu {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 236px;
    padding: 15px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.16);
     display: none; 
}

.modal_header_menuclose {
    position: relative;
    text-align: right;
    margin-bottom: 5px;
    cursor: pointer;
    display: inline-block;
    float: right;
}

.kanban_checklist_composer {
    display: none;
    margin-top: 10px;
}

.kanban_checklist_fakecheckbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #E0E0E0;
}

.kanban_checklist_composer_title {
    display: inline-block;
    width: calc( 100% - 35px );
    margin-left: 11px;
    vertical-align: top;
    border-radius: 5px;
    background-color: #F5F5F5;
    padding: 10px;
}

.kanban_card_checklist_addfooter {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 10px;
}

.kanban_checklist_composer_cancel {
    margin-left: 15px;
}

svg.kanban_card_composer_cancelsvg {
    cursor: pointer;
    vertical-align: bottom;
}

.kanban_checklist_add {
    margin-top: 10px;
    color: #ADADAD;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    min-width: 182px;
}

.kanban_add_taskcheck_ico {
    display: inline-block;
}

.kanban_add_taskcheck {
    display: inline-block;
    width: calc( 100% - 35px );
    padding-left: 15px;
    vertical-align: top;
}

/* ARCHIVE KANBANS */ 

.kanban_group_name {
    color: #252427;
    font-size: 24px;
    font-weight: bold;
}

.kanban_project_inner {
    position: relative;
    padding-top: 50%;
    border-radius: 20px;
    color: #FFFFFF;
    overflow: hidden;
}

.kanban_project_inner:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #EF5B5B;
    opacity: 0.75;
}

.kanban_project_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.kanban_project_prioritaire {
    background-color: #EF5B5B;
}

.kanban_project_prioritaire:after {
    background-color: #EF5B5B;
}

.kanban_project_prioritaire {
    background-color: #EF5B5B;
}

.kanban_project_encours:after {
    background-color: #EF5B5B;
    opacity: 0.5;
}

.kanban_project_termine:after {
    background-color: #672626;
    opacity: 0.5;
}

.kanban_project_name {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    right: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    z-index: 1;
}

[contenteditable=true]:empty:before{
    content: attr(placeholder);
    pointer-events: none;
    color: #252427;
    opacity: 0.4;
    display: block; /* For Firefox */
}

.modal_add_kanban_title {
    font-size: 24px;
    font-weight: bold;
    color: #252427;
}

#modal_add_kanban .modal-dialog {
    max-width: 480px;
}

.switch_fields {
    display: flex;
    overflow: hidden;
}

.switch_fields input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch_fields label {
    font-size: 14px;
    padding: 8px 16px;
    transition: all 0.1s ease-in-out;
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
}

.switch_fields label[for="kanban_priority_1"] {
    border: 2px solid #EF5B5B;
    color: #EF5B5B;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.switch_fields label[for="kanban_priority_2"] {
    border: 2px solid #EF5B5B;
    color: #EF5B5B;
    border-radius: 0;
    opacity: 0.7;
}

.switch_fields label[for="kanban_priority_3"] {
    border: 2px solid #672626;
    color: #672626;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    opacity: 0.4;
    border-left: 0;
}

.switch_fields input:checked + label[for="kanban_priority_1"], .switch_fields label[for="kanban_priority_1"]:hover {
    background-color: #EF5B5B;
    color: #FFFFFF;
}

.switch_fields input:checked + label[for="kanban_priority_2"], .switch_fields label[for="kanban_priority_2"]:hover {
    background-color: #EF5B5B;
    color: #FFFFFF;
}

.switch_fields input:checked + label[for="kanban_priority_3"], .switch_fields label[for="kanban_priority_3"]:hover {
    background-color: #672626;
    color: #FFFFFF;
}

.image_upload_content {
    display: none;
    text-align: center;
    position: relative;
}

.image_upload_input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.image_upload_wrap {
    border: 1px dashed #d3d3d3;
    position: relative;
    border-radius: 10px;
    text-align: center;
}

.image_upload_wrap h3 {
    pointer-events: none;
    font-size: 14px;
    color: #f05b5a;
    padding: 30px 10px;
}

.image_upload_image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.remove_image {
    top: -30px;
    right: 0;
    position: absolute;
    cursor: pointer;
}

.noclick {
    pointer-events: none;
    opacity: 0.6;
}

.bg_image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(1);
}

.modal_add_kanban_people_avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.modal_add_kanban_people_check {
    display: flex;
    align-items: center;
}

.modal_add_kanban_people_avatar {
    margin-right: 10px;
}

.modal_add_kanban_people_list label {
    margin-right: 30px;
    cursor: pointer;
}

.modal_add_kanban_people_list label input[type="checkbox"] {
    display: none;
}

.modal_add_kanban_people_list label input[type="checkbox"]:checked ~ .modal_add_kanban_people_check .modal_add_kanban_people_avatar img {
    border: 2px solid #EF5B5B;
}

.modal_add_kanban_people_list label input[type="checkbox"]:checked ~ .modal_add_kanban_people_check span {
    color: #EF5B5B;
}


select.inputbb {
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGc+PGc+IDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6IzNEM0QzRCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD4gPC9nPjwvZz4gPC9zdmc+);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 10px 25px 10px 20px;
    border: 2px solid #c7c7c7;
    border-radius: 10px;
}

select.inputbb::-ms-expand{
    display: none;
}

.input100 {
    width: 100%;
}

/******************************/
/******* MEDIA QUERIES ********/
/******************************/

@media (max-width: 992px) {
    
    .desktop_only, .mob_ishidden {
        display: none!important;
    }
    
    .mobile_only {
        display: block!important;
    }
    
    /* NAV */ 
    
    .header {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .header_logo {
        width: 40px;
    }
    
    .header_name_user {
        display: none;
    }
    
    .header_toggle_onoff {
        margin-left: 15px;
    }
    
    .header_toggle_txt {
        font-size: 14px;
        margin-left: 10px;
    }
    
    .sidebar {
        width: 140px;
    }
    
    .sidebar_area {
        padding-left: 15px;
    }
    
    svg.menu_icon {
        margin-right: 10px;
    }
    
    .sidebar_isoff .sidebar_area span {
        display: none;
    }
    
    .sidebar_isoff .sidebar {
        width: 54px;
    }
    
    .page_standard {
        padding-left: 170px;
    }
    
    .sidebar_isoff .page_standard {
        padding-left: 84px;
    }
    
}