:root {
    --background--color: #2a2735;
    --block--color: #3c394b;
    --second--block-color: #3f3d49;
    --select--color: #498ad7;
    --scroll--color: #45405c;
    --сancel--color: #ed684a;
    --side--color:#4b4957;
}
.taskCompleted{
    /* background-color: #2a64ac !important; */
    background-color: #567499 !important;
}
.side--color--text{
    color: var(--side--color);
}
.side--color--bg{
    background-color: var(--side--color);
}
.block--color--text{
    color: var(--block--color);
}
.block--color--bg{
    background-color: var(--block--color);
}
.background--color--color--text{
    color: var(--background--color);
}
.background--color--color--bg{
    background-color: var(--background--color);
}
.сancel--color--text{
    color: var(--сancel--color);
}
.сancel--color--bg{
    background-color: var(--сancel--color);
}
.select--color--text{
    color: var(--select--color);
}
.select--color--bg{
    background-color: var(--select--color);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 15px;
    background-color: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: var(--side--color);
}
.h-100vh{
    height: 100vh;
}
.nav-width{
    max-width: 100px;
    width: 100%;
}
.main_content{
    overflow-x: hidden;
}
.mb-60{
    margin-bottom: 60px !important;
}
.mt-60{
    margin-top: 60px !important;
}
.align_center{
    align-items: center;
}
body{
    margin:0px;
    padding:0px;
	color:#fff;
	font-weight:300;
    background-color: var(--background--color);
    position: relative;
}
header{
    z-index: 20000;
    position: sticky;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 100vh;
    min-height: 100vh;
}
.no_auto_r{
    margin-right: 0 !important;
}
.logo{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    height: 60px;
    color: white !important;
    font-size: 38px;
    font-weight: 700;
    line-height: 0;
}
.logo a{
    color: white;
}
.subTasks_main{
    margin-top: 60px;
    margin-bottom: 60px;
}
#style-1::-webkit-scrollbar-track
{
border-radius: 2px;
}
#style-1::-webkit-scrollbar
{
width: 5px;
background-color: #F7F7F7;
}
#style-1::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #BFBFBF;
}
.fa-lg {
font-size: 1em;
}
.fa {
position: relative;
display: table-cell;
width: 55px;
height: 36px;
text-align: center;
margin-right: 5px !important;
font-size:20px;
padding: 5px 0;
line-height: 1;
}
.main-menu:hover, nav.main-menu.expanded {
width:200px;
overflow:hidden;
opacity:1;
}
.main{
    width: 100%;
    /* min-height: 200vh; */
    padding: 80px 80px 80px 300px;
}
.main-menu {
background:var(--block--color);
position:absolute;
top:0;
bottom:0;
height:100%;
max-height: 100vh;
min-height: 100vh;
width:200px;
overflow:hidden;
-webkit-transition:width .2s linear;
transition:width .2s linear;
-webkit-transform:translateZ(0) scale(1,1);
box-shadow: 0px 0px 50px 0px rgba(36, 33, 45, 0.5);
  opacity:1;
}

.main-menu li {
position:relative;
display:block;
width:250px;
}
.main-menu li>a {
position:relative;
width:255px;
display:table;
border-collapse:collapse;
border-spacing:0;
color: white;
font-size: 13px;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .14s linear;
transition:all .14s linear;
/* border-top:1px solid var(--select--color); */

}
.main-menu .nav-icon {
position:relative;
display:table-cell;
width:55px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:18px;
}
.main-menu .nav-text  {
position:relative;
display:table-cell;
vertical-align:middle;
width:190px;
}
.main-menu .fb-like {
left: 180px;
position:absolute;
top: 15px;
}
.main-menu>ul.setting {
    position:absolute;
    left:0;
    bottom:0;
}

.main-menu>ul.logout {
    position:absolute;
    left:0;
    bottom:0;
}
a:hover,a:focus {
    border-left:0px solid #F7F7F7;
}
nav {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}
nav ul,nav li {
    outline:0;
    margin:0;
    padding:0;
    text-transform: uppercase;
}
.darkerli
{
    background-color: white;
    text-transform:capitalize;  
}
.darkerlishadow
{
    background-color:white;
    text-transform:capitalize;  
    -webkit-box-shadow: inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
    -moz-box-shadow:    inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
    box-shadow:         inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
}
.darkerlishadowdown
{
    background-color:white;
    text-transform:capitalize;  
    -webkit-box-shadow: inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
    -moz-box-shadow:    inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
    box-shadow:         inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
}
.main-menu li:hover>a,
nav.main-menu li.active>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dashboard-page nav.dashboard-menu ul li.active a {
    color:white;
    background-color:var(--select--color);
    text-shadow: 0px 0px 0px; 
}
.area {
    float: left;
    background: white;
    width: 100%;
    height: 100%;
}
.general_statistics{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}
.mt60{
    margin-top: 60px;
}
.general_block{
    position: relative;
    min-width: 300px;
    background-color: var(--second--block-color);
    padding: 23px 25px;
    border-radius: 7px;
    margin: 0px 20px 25px 0px;
    /* margin: 0px 0px 25px 0px; */
    box-shadow: 0 0 25px rgba(0,0,0,.2);
}
/* .general_block:nth-child(2n + 1){
    margin: 0px 20px 25px 0px !important;
} */

.general_option{
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 23px;
}
.general_option_icon{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.general_option_list{
    /* min-width: 120px; */
    margin-top: 5px;
    border-radius: 7px;
    padding: 10px 0px;
    display: none;
}
.general_option_icon:hover .general_option_list{
    display: flex;
    flex-direction: column;
    
}
.general_button{
    /* border-radius: 7px; */
    text-align: right;
    padding: 5px 20px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    color: white !important;
}
.general_button:hover{
    background-color: var(--select--color);
}
.login_form{
    display: flex;
    flex-direction: column;
    height: 100vh;
    align-items: center;
    justify-content: center;
}
.login_form .col{
    background-color: var(--block--color);
    border-radius: 7px;
    overflow: hidden;
}
#signin,#signup,#reset,#update,#logout, #index{
    padding: 5px 20px;
    border: none;
    background-color: var(--side--color);
    border-radius: 7px;
    color: white !important;
    transition: .3s ease;
}
.modal-header{
    color: white !important;
    border-bottom: 2px solid #9d9ca5 ;
}
.modal-header button{
    color: white !important;
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>");
    transform: scale(.5);
}
.modal-footer{
    border-top: 2px solid #9d9ca5 ;
}
.modal-body p{
   margin-bottom: 10px !important;
}
.modal-content{
    background-color: var(--block--color) !important;
}
.modal{
    z-index: 99999999999999999;
}
.modal-dialog{
    box-shadow: 0 0 25px rgba(0,0,0,.5);
}
.standart_button{
    cursor: pointer;
    padding: 5px 20px;
    padding-bottom: 7px;
    border: none;
    background-color: var(--side--color);
    border-radius: 7px;
    color: white !important;
    transition: .3s ease;
    box-shadow: 0 0 25px rgba(0,0,0,.2);
}
.form-control{
    margin-right: 0 !important;
}
.standart_button:hover{
    background-color: var(--select--color);
}
#signin:hover,#signup:hover,#reset:hover,#update:hover,#logout:hover, #index:hover{
    background-color: var(--select--color);
}
.login_form p{
   margin-top: 10px;
}
.login_form input, #update_password input{
    color: white !important;
    border: none !important;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid white !important;
    outline: none;
    border-radius: 0!important;
}
.login_form input:focus{
    outline: none;
    color: white !important;
}
.login_form form{ 
    border-bottom: 2px solid white;
    margin: 15px 0 0px 0px;
    padding-bottom: 15px;
}
.login_form .h4{
    margin: 15px 0 0 0 !important;
}
.login_form .nav-tabs .nav-link{
    border: none !important;
    border-radius: 0 !important;
    flex: 50%;
    color: white !important;
}
.login_form .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: var(--select--color);
}
.login--button{
    width: fit-content !important;
    padding: 5px 10px;
    margin: 15px 0px 0px 0px;
}
#nav-tab{
    border: none !important;
}
.settings_main{
    margin: 60px 0;
}
.chat_select{
    margin: 60px 0 0 0;
}
.settings_main form p{
    display: flex;
    align-items: center;
    margin-bottom: 5px !important;
}
.settings_main form input{
    margin-right: 10px;
}
.setting_option{
    margin-bottom: 8px;
}
#update_password{
    width: 100%;
    max-width: 200px;
}
.h-100-vh{
    height: 100vh;
}

.flex-direction-column{
    flex-direction: column!important;
}
.general_task{
    /* padding: 60px 0; */
}
.general_task_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    background-color: var(--second--block-color);
    margin-bottom: 12px;
    border-radius: 7px;
    box-shadow: 0 0 25px rgba(0,0,0,.2);
    transition: .3s ease;
}
.task .general_task_id{
    width: 100%;
    max-width: 37px;
    text-align: center;
}
.general_task_description{
    min-width: 180px;
    margin-right: auto;
    margin-left: 13px;
}

.general_task_title{
    word-break: break-all;
    min-width: 250px;
    max-width: 370px;
    overflow-x: hidden;
    margin-left: 13px;
}
.general_task_response{
    min-width: 150px;
    max-width: 150px;
}
.getTask{
    margin-left: 13px;
    line-height: 0;
}
.general_task_block, .general_task_block:hover{
    color: white;
}
.project_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.project_task{
    display: flex;
    flex-direction: column;
}
.project_title p{
    padding: 10px 10px 0 10px;
}
.task_icons{
    display: flex;
    align-items: center;
}
.task_icons input{
    margin-top: 3px;
}
.task_block{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.personal_task{
    padding: 60px 0;
}
.personal_task_value{
    display: flex;
    padding: 0px 10px 13px 10px;
}
.chart{
    color: white !important;
    box-shadow: 0 0 25px rgba(0,0,0,.2);
}
.apexcharts-menu-icon{
    display: none;
}
.apexcharts-tooltip {
    color: white;
}
.apexcharts-active .apexcharts-tooltip {
    background-color: var(--block--color) !important;
}
.apexcharts-active{
    background-color: var(--block--color) !important;
}
.apexcharts-tooltip.apexcharts-theme-light{
    border: none!important;
}
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title{
    background-color: var(--block--color) !important;
    border-color: var(--select--color) !important;
}
.apexcharts-tooltip.apexcharts-theme-light{
    border: none;
}
.news_wraper{
    position: sticky;
    width: 0px;
    height: 0px;
    top: 15px;
    right: 0;
    z-index: 200;
}
.news_opener{
    cursor: pointer;
}
#news{
    transition: .3s ease;
    left: calc(100vw - 285px) !important;
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    height: calc(100vh - 30px);
    width: 270px;
    border-radius: 7px;
    background-color: var(--second--block-color);
    opacity: 0;
    display: none;
    border: 1px solid var(--second--block-color);
    box-shadow: 0px 0px 20px rgba(0,0,0,.3);
}
.opacity_true{
    opacity: 1 !important;
}
.news_active{
    display: block !important;
    overflow-y: scroll !important;
}
.news_active::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(0, 0, 0, 0);
}
.news_active::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #56555b;
}
.new{
    margin: 20px auto 15px;
    width: 220px;
    display: flex;
    flex-direction: column;
}

.date{
    font-size: smaller;
    color: #d4d4d4;
}

hr{
    margin: 0;
}

.subTask{
    margin-top: 60px;
}


.h-70vh{
    height: 70vh !important;
    flex-direction: column;
    justify-content: flex-end;
    overflow-y: scroll;
    position : relative; 
    bottom: 0;
    
}
.h-70vh::-webkit-scrollbar{
    width: 10px;
    background-color: rgba(0, 0, 0, 0);
}
.chats{
    padding: 15px;
    margin-bottom: 30px;
    max-height: 600px;
}
.chat_select{
    justify-content: center;
    background-color: var(--second--block-color);
    border-radius: 7px;
}
.chat_cont{
    min-height: 670px;
    box-shadow: 0 0 25px rgba(0,0,0,.2);
}
.general_create button{
    box-shadow: 0 0 25px rgba(0,0,0,.2);
}
.chat_select .tab-content>.active{
    min-height: 670px;
    height: 100%;
    max-height: 670px;
    background-color: var(--second--block-color);
}
.chat_main_block{
    padding: 0px;
    padding-left: 12px;
    margin-bottom: 20px;
    padding-top: 20px;
}
.chat_select .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: var(--select--color);
}
.chat_select .nav-pills .nav-link{
    color: white;
}
.sendmessageform{
    background-color: var(--side--color);
    border: 2px solid var(--side--color);
    color: white;
    box-shadow: 0 0 25px rgba(0,0,0,.2);
}
.sendmessageform:focus{
    background-color: var(--block--color);
    color: white !important;
    box-shadow: none !important;
}
.sendButton{
    box-shadow: 0 0 25px rgba(0,0,0,.2);
}
.mes_chat{
    word-break: break-all;
    background-color: var(--side--color);
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 0 25px rgba(0,0,0,.2);
}
.pick_user{
    display: flex;
    height: 100%;
    max-height: 710px;
    overflow-y: scroll;
    border-right: 2px solid var(--background--color);
    padding: 15px 0;
}
.pick_user::-webkit-scrollbar {
    display: none;
}
/* .switch_users{
    border-radius: 7px;
    padding: 5px;
    max-height: 600px;
    overflow-x: scroll;
} */
/* .switch_users::-webkit-scrollbar {
    display: none;
} */
.message-right{
    max-width: 500px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.message-left{
    max-width: 500px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.checkMessagebutton{
    margin-bottom: 10px;
    background-color: var(--side--color) !important;
    box-shadow: 0 0 25px rgba(0,0,0,.2);
}
.checkMessagebutton.active{
    background-color: var(--select--color) !important;
}
.checkMessagebutton:hover{
    background-color: var(--select--color) !important;
}
.chart{
    background-color: var(--second--block-color);
    border-radius: 7px;
    padding-right: 15px;
}
.project_list{
    /* justify-content: space-around; */
    display: flex;
    flex-wrap: wrap;
}
.project_controler{
    padding: 0px 10px;
    border-bottom: 2px solid var(--background--color);
}
.project_controler button{
    margin-bottom: 10px;
}
.project_footer{
    position: absolute;
    bottom: 0;
    right: 0;
    /* display: flex;
    justify-content: end; */
    padding: 10px 10px 10px;
}
.task_block{
    flex-direction: column;
    padding: 0px 10px;
}
.task_element{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 10px 5px 10px;
    margin: 0 9px 10px;
    border-bottom: 2px solid var(--background--color);
}
.project_block{
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 20px;
    color: white;
    margin-right: 25px;
    /* width: 100px;
    height: 100px; */
    min-width: 480px;
    max-width: 480px;
    border-radius: 7px;
    /* padding: 10px; */
    background-color: var(--second--block-color);
    box-shadow: 0 0 25px rgba(0,0,0,.2);
}
.project_block .h4{
    padding: 10px 10px 0 10px;
}
.project_block:hover{
    color: white;
}
.none_task{
    padding: 10px;
    background-color: var(--second--block-color);
    border-radius: 7px;
    box-shadow: 0 0 25px rgba(0,0,0,.2);
}
.sub_description{
    padding: 10px;
    background-color: var(--second--block-color);
    border-radius: 7px;
    box-shadow: 0 0 25px rgba(0,0,0,.2);
}
.sub_description_block{
    margin-bottom: 10px;
}
.sub_description_block:last-of-type{
    margin-bottom: 0px;
}
.apexcharts-legend-text{
    color: rgb(219, 219, 219) !important;
}
.apexcharts-xaxis-label, .apexcharts-yaxis-label{
    fill: white !important;
}

.apexcharts-xaxistooltip{
    display: none;
}

ul{
    padding: 0;
}

.cancel_task{
    background-color: #a50818;
}

.cancel_task:hover{
    background-color: #6d0913;
}

.position-alert{
    position: fixed;
    right: 50px;
    top: 20px;
    z-index: 9999999;
}
.deadline{
    width: 100%;
    min-width: 75px;
    max-width: 75px;
}
.close{
    opacity: 0!important;
    transition: 2s ease-in-out;
}

#verify_users, #listCategory, #listCategoryProject{
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#verify_users::-webkit-scrollbar, #listCategory::-webkit-scrollbar, #listCategoryProject::-webkit-scrollbar {
    display: none;
}
.general_project_main_button{
    margin-bottom: 10px;
}
.personal_task_m{
    margin-right: auto;
}
.chat_select .nav-pills .nav-link {
    overflow: hidden;
    width: 100%;
}
#buttonFile{
    margin-left: 10px;
    margin-bottom: 15px;
}
.file_cont{
    padding: 10px;
    background-color: var(--second--block-color);
    border-radius: 7px;
}
.file_block{
    color: white;
    display: block;
    width: 100%;
    background-color: var(--side--color);
    box-shadow: 0 0 25px rgba(0,0,0,.2);
    margin-bottom: 5px;
    padding: 7px;
    border-radius: 7px;
    text-decoration: none;
    transition: .2s ease;
}
.file_block:last-of-type{
    margin-bottom: 0;
}
.file_block:hover{

    color: white;
    background-color: var(--select--color);
}
.file_cont a{
    word-break: break-all;
}
#fileCount, #fileList, #buttonFileUpload{
    margin-left: 10px;
}
#buttonFileUpload{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.D3{
    transform-style: preserve-3d
}
.sub_margin_block{
    max-width: 100%;
    position: relative;
    margin-left: 60px;
    transform-style: preserve-3d;
}
.sub_margin_block::before{
    content: "";
    position: absolute;
    width: 3px;
    height: 150%;
    background-color: white;
    transform: translate(0%,-100%) translateZ(-1px);
    left: -30px;
    top:  50%;
    border-radius: 0 0 7px 7px;
    
}
.sub_margin_block::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: white;
    transform: translate(0%,-50%) translateZ(-1px);
    left: -30px;
    top:  50%;
    border-radius: 7px 0 0 7px;
}
.task_text{
    margin-right: 7px;
}
.task_sub{
    display: flex;
}
.task_sub_block{
    margin-top: 3px;
    width: 24px;
    height: 24px;
    text-align: center;
    margin-left: 10px;
    background-color: var(--side--color);
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0,0,0,.3) !important;
}
.task_sub_block_nuncomplete{
    color: var(--сancel--color);
}
.project_sub_w{ 
    margin-right: auto;
    max-width: 100%;
}
.completed{
    background-color: var(--select--color);
}

#newTask{
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--сancel--color)!important;
    padding: 0!important;
}

input[type='radio']{
    width: 15px;
}

#comment{
    padding: 2px 5px;
    border-radius: 10px;
}
.to_the_end_form{
    width: 100%;
    max-width: 460px !important;
    height: 125px;
}
.to_the_end_yeap{
    display: none;
}
@media(max-width: 1440px){
    .main{
        padding: 80px 80px 80px 120px;
    }
    .main-menu {
        width:55px;
    }
    .logo{
        height: 40px;
        font-size: 18px;
    }
}
@media(max-width:1160px){
    .general_block{
        flex: 0%;
    }
    .general_block:nth-child(2n){
        margin-right: 0;
    }
    .mb-60 {
        margin-bottom: 40px !important;
    }
    .to_the_end_1 button{
        margin-bottom: 10px;
        /* width: 100%; */
    }
    /* .to_the_end_status{
        flex-direction: column;
    } */
    /* .to_the_end_cont{
        flex-direction: column;
    } */
    .to_the_end_yeap{
        display: block;
    }
    .to_the_end_none{
        display: none;
    }
}
@media(max-width:1050px){
    .project_block{
        min-width: 100%;
        max-width: 100%;
    }
    .general_task_title{
        min-width: 140px;
        max-width: 370px;
        margin-right: auto;
    }
    .general_task_description{
        display: none;
    }
    .charts_wraper{
        overflow-x: scroll;
        overflow-y: hidden;
        border-radius: 7px;
    }
    .chart{
        min-width: 1200px;
    }
    .charts_wraper::-webkit-scrollbar {
        display: none;
    }
    .calendar_main_cont{
        padding: 80px 30px 80px 80px;
    }
    .calendar_main_cont .block_task{
        font-size: 13px;
    }
    .to_the_end_status{
        flex-direction: column;
    }
    .to_the_end_cont{
        flex-direction: column;
    }
}
@media(max-width:819px){
    .general_block{
        margin-right: 0;
    }
    .main{
        padding-right: 60px;
    }
    .calendar_main_cont{
        padding: 80px 30px 80px 80px;
    }
    
}
@media(max-width: 768px){
    .pick_user {
        height: auto;
        border-right: 0px;
    }
}
@media(max-width: 767px){
    .chats {
        padding: 0;
        margin-bottom: 7px;
    }
    .main-menu:hover, nav.main-menu.expanded {
        width:55px;
    }
    .chats::-webkit-scrollbar {
        display: none;
    }
    .chat_main_block{
        padding-left: 0px;
    }
    .chat_cont {
        min-height: 100%;
    }
    .chat_select .tab-content>.active {
        height: 100%;
        max-height: 100%;
        min-height: 100%;
        background-color: var(--second--block-color);
    }
    .general_task_response{
        display: none;
    }
}
@media(max-width:600px){
    .main{
        padding-right: 24px;
        padding-left: 80px;
    }
    .apexcharts-tooltip{
        z-index: 20000000 !important;
        /* left: -50px !important; */
        box-shadow: 0 0 25px rgba(0,0,0,.5) !important;
    }
}
@media(max-width:480px){
    .general_project_main_button{
        width: 100% !important;
    }
    .current_task_adaptive{
        width: 100%;
    }
    .current_task_adaptive button{
        width: 100%;
        margin-bottom: 10px;
    }
    .task_text{
        word-break: break-all;
    }
    .task_sub{
        display: none;
    }
}
@media(max-width:450px){
    .general_task_id{
        display: none;
    }
    .general_task_title{
        margin-left: 0px;
        min-width: 110px;
        max-width: 370px;
    }
    .h4, h4 {
        font-size: calc(1.075rem + .3vw);
    }
    .h2, h2 {
        font-size: calc(1.125rem + .9vw);
    }
    .mb-5 {
        margin-bottom: 2.2rem!important;
    }
    .h5, h5 {
        font-size: 1.1rem;
    }
}
@media(max-width: 380px){
    .main{
        padding-left: 60px;
        padding-right: 16px;
    }
    .main-menu {
        width: 47px;
    }
    .main-menu ul{
        margin-left: -5px;
    }
    .h1, h1 {
        font-size: calc(1.175rem + 1.5vw);
    }
    .general_block{
        position: relative;
        min-width: 220px;
        max-width: 100%;
    }
    .general_option{
        position: absolute;
        margin-top: 50px;
    }
    .general_option_list {
        z-index: 200;
    }
}