@import url(https://fonts.googleapis.com/css?family=Roboto:300);

body {
    /*transform: scale(0.8); !* Adjust the scale value as needed *!*/
    /*transform-origin: top; !* Adjust the transform origin as needed *!*/
    font-family: 'Inter';
}


@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.blinking {
    animation: blink 1s infinite ease-in-out;
}

.fixed-left {
    position: fixed;
    top: 20vh;
    left: 0;
    width: 50px;
    height: auto;
    min-height: 100px; 
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 0 1rem 1rem 0;
    box-sizing: border-box;
    transition: width 0.5s;
    background-color: #FFFFFF;
    border: 2px solid #E5E5E5;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* make on hover width increase with animation */
.fixed-left:hover {
    width: 600px;
    max-width: 100%;
    padding-right: 10px;
}

.Ekaterina_task_title, .Ekaterina_task_link{
    display: none;
}
/* on fixed-left hover make Ekaterina_task_title and Ekaterina_task_link visible */
.fixed-left:hover .Ekaterina_task_title, .fixed-left:hover .Ekaterina_task_link{
    display: block;
}
/* hide the scrollbar */
.fixed-left::-webkit-scrollbar {
    width: 0; /* This hides the scrollbar */
}

.message-right{
    box-shadow: 0 1px .5px rgba(0,0,0,.13);
    background-color: #d9fdd3;
    border-radius: 10px;
    padding: 10px;
    margin-left: 0px;
}
.message-left{
    box-shadow: 0 1px .5px rgba(0,0,0,.13);
    background-color: #ebebeb;
    border-radius: 10px;
    padding: 10px;
    margin-left: 0px;

}
/* .last-message{
    background-color: #f5b5b5 !important;
} */






.exp_section{
    color:white;
}
.exp_section:hover{
    color:black
}

.login-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
}
.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}


.form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
    background: #43A047;
}
.form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}
.form .message a {
    color: #4CAF50;
    text-decoration: none;
}
.form .register-form {
    display: none;
}
.container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}
.container:before, .container:after {
    content: "";
    display: block;
    clear: both;
}
.container .info {
    margin: 50px auto;
    text-align: center;
}
.container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
}
.container .info span {
    color: #4d4d4d;
    font-size: 12px;
}
.container .info span a {
    color: #000000;
    text-decoration: none;
}
.container .info span .fa {
    color: #EF3B3A;
}



.mydict div {
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}

.mydict input[type="radio"] {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.mydict label {
    width: 50%;
}

.mydict input[type="radio"]:checked + span {
    box-shadow: 0 0 0 0.2625em rgba(114, 145, 229, 0.8);
    background-color: #fff;
    z-index: 1;
}

.mydict label span {
    display: block;
    cursor: pointer;
    background-color: #f2f2f2;
    padding: 0.375em .75em;
    position: relative;
    margin-left: .0625em;
    box-shadow: 0 0 0 0.0625em #b5bfd9;
    letter-spacing: .05em;
    color: #3e4963;
    text-align: center;
    transition: background-color .5s ease;
}


#curator_select{
    width: 100%;
    background: #f2f2f2;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
    height: 44px;
    padding-left: 18px;
}

#changePasswordSign {
    color: orangered;
}



#inputDate{
    text-align: center; display: flex; justify-content: center; margin-bottom: 10px;
}




#top_header{
    background-color: #FFFFFF;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border: 2px solid #E5E5E5;
}

.name_section:hover{
    color: #0a53be;
    cursor: pointer;
}
#top_header img{
    max-width: 80%;
}

.money {
    font-size: 30px;
    font-weight: 600;
    transition: 1s ease-in-out;
}

.all_deals_header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.deal_row{
    background: #FFFFFF;
    border: 2px double #E5E5E5;
    border-radius: 12px;
    position: relative;
}


.news_slide{
    height:100px !important;
    background-color: #fefefe;
    margin: 10px;
    border-radius: 9px;
    padding-left:10px;
    padding-top:5px;
}

.news_header{
    margin-left: 5px;
    margin-bottom: 0px;
    font-size: 16px;
}
.not_seen{
    font-weight: 650;
}
.news_date{
    margin-left: 5px;
    color:gray;
    font-size: 10px;
    margin-bottom: 3px;
}
.news_short_text{

    cursor: pointer;
    font-style: italic;
    text-decoration: underline;
}

.news_short_text:hover{
    color: #436EE6;
}

#news_text_form img{
    max-width: 100%;
}



.frozen_deal{
    background-color: #F6F7F8; transform: scale(0.9, 0.9); color:#7d7d7d; margin:0px !important;
}


.open_icon{
    /*cursor: pointer;*/
    margin-left: 1rem;
}

#active_deals_container {
    max-width: 1050px;
    transition: height 0.5s;
    overflow: hidden;
}



.options_button_section{
    padding-top: 0.5rem;
    margin-right: -20px;
}
.options_button_section i{
    cursor: pointer;
}
.hidden{
    display: none;
}
.horizontal-menu.hidden {
    display: none;
}

.horizontal-menu {
    margin-right: 2rem;
}

.horizontal-menu button {
    margin-right: 10px;
    border: 2px double #436EE6;
    border-radius: 7px;
    height: 3rem;
}

.left_section {
    text-align: left;
    font-style: normal;
    position: relative;
}
.left_section a{
    color: inherit;
}


.deal_number_text{
    margin-bottom: 0rem;
    font-size: 1rem;
    font-weight: 400;
}

.deal_name_text{
    margin-bottom: 0rem;
    font-size: 22px;
    font-weight: 400;
}
.center_section{
    margin-left: -16px;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}

.center_section p{
    margin-bottom: 0px;
}

.stage_name{
    font-size: 24px;
    font-weight: 400;
    /*white-space: nowrap;*/
}
.stage_interval{
    font-size: 0.7rem;
    white-space: nowrap;
}


.next_button_new {
    width: 80%;
    background: #EEEEEE;
    border-radius: 6px;
    height:22px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #898989;
    font-size: 16px;
}
.next_button_new:hover{
    border: 3px solid #436EE6;

}

.next_button_new i{
    line-height: 11px;
    font-size: 22px;
    font-weight: 500;    
}

.square {
    display: inline-block;
    margin-left: 1px;
    opacity: 0.5;
    width:9%;
    height:20px;
    border-radius: 5px;
}

.active{
    opacity: 1;
    /* //margin-bottom: -0.25rem;
    //border: 1px solid #32a1ce;
    //width: 1.5rem;
    //height: 1.5rem; */
}

.big_square {
    border: 2px solid #436EE6;
}
.big_square i{
    margin-left: 6px;
    color: whitesmoke;
}
.active.big_square{
    margin-top: 2px;
    background-color: #436EE6;
    border: 0px;
    overflow: hidden;
}

.info_text {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.info_text .info_text_inside {
    padding: 3px;
    font-size: 0.8rem;
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    width: 200px;
    bottom: 100%;
    left: 50%;
    margin-left: -100px; /* Use half of the width (120/2 = 60), to center the tooltip */
    position: absolute;
    z-index: 1;
    opacity: 0.9;
}

.info_text:hover {
    overflow: visible;
}
.info_text:hover i{
    visibility: hidden;
}
.info_text:hover .info_text_inside {
    visibility: visible;
}


.days_info_section{
    /*margin-left: -1rem;*/
    /* border-left: 1px solid #D9D9D9; */
    text-align: center;
    color: #7E7E7E;
}
.today_button_section{
    border-left: 1px solid #D9D9D9;
}

.first_line_text{
    margin-bottom: 0px;
}

.bonus_days_text {

    font-weight:500;
    font-size: 2rem;
}
.not_important_text{
    font-size: 12px;
}
.days_info_line{
    margin-left:0%;
    height: 1%;
    width: 70%;
    background-color: #7E7E7E;
    margin-top:0;
    margin-bottom: 0;
}
.due_days_text{
    font-weight:400;
    font-size: 1.4rem;
}

.delete_button {
    /*margin-right: 1rem;*/
    margin-top: 1rem;
    cursor: pointer;
    border: 2px solid black;
    border-radius: 7px;
    height: 3rem;
    width: 3rem;
}

.today_button {
    margin-left: 1rem;
    margin-top: 1rem;
    cursor: pointer;
    border: 2px double #436EE6;
    border-radius: 6px;
    height: 2.5rem;
    width: 150%;
    opacity: 0.8;
}
.today_button:hover{
    border: 4px solid #436EE6;
    opacity: 1;
}
.today_button img{
    max-height: 100%;
}

#today_deals_container {
    max-width: 1050px;
    overflow: hidden;
}
.new_deal_request_text{
    margin:10px;
    font-weight: 600;
}
.create_button, .cancel_button, .convert_button{
    background-color: #e1e0e0;
    margin-top: 5px;
    border-radius: 7px;
    max-width: 100px;
    cursor: pointer;
    margin-right: 15px;
}


#button_container, #button_container_2{
    background: #F6F9FCFF;
    border: 1px dashed #436EE6;
    border-radius: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.3rem;
    font-weight: 400;
    cursor: pointer;
    color: #7E7E7E;
    text-align: center;
}
#button_container:hover{
    background: #EAF2FA;
    border: 2px solid #436EE6;
    color: #1a1a1a;
}

#button_container_2:hover{
    background: #EAF2FA;
    border: 2px solid #436EE6;
    color: #1a1a1a;
}

#button_container_2_done{
    background: #EAF2FA;
    border: 2px solid #436EE6;
    color: #1a1a1a;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.3rem;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
}




.expert_container{
    border-bottom: 1px solid #e5e3e3;
    margin-top: 20px;
    margin-bottom: 20px;
}
.curator_name_container{
    border-bottom: 2px solid #575454;
    margin-top: 20px;
    margin-bottom: 20px;
}

.expert_name_section{
    font-size: 1.3rem;
    font-weight: 400;
}
.expert_name_section i{
    opacity: 0.5;
    font-size: 16px;
}
.expert_name_section i:hover{
    opacity: 1;
}

.expert_days_section{
    width: 20%;
    height: 30px;
    margin-right: 5% ;
    background-color: #D9D9D9;
    border-radius: 7px;
    display: inline-block;
    text-align: center;
}
.important_number{
    font-weight: 600;
    font-size: 26px;
    color:black;
}
.not_so_important_number{
    font-weight: 450;
    font-size: 18px;
}

.new_deal_button, .todo_button {
    background-color: #eeecec;
    cursor: pointer;
    border: 1px double #c9c7c7;
    border-radius: 7px;
    height: 30px;
    width: 25%;
    text-align: center;
}

.new_deal_button:hover{
    border: 2px solid #436EE6;
}
.todo_button:hover{
    border: 2px solid #436EE6;
}
.button_horizontal:hover {
    border: 2px solid #436EE6;
}
.new_deal_button i{
    display: none;
}


.square_todolist{
    margin-left: 2px;
    opacity: 0.5;
    height:10px;
    border-radius: 5px;
    background-color: #d6d6d6;
    cursor: pointer;
}
.square_todolist:hover{
    opacity: 1;
}

.square_todolist.active{
    background-color: #436EE6;
}

/* 
#new_deal_form, #edit_deal_form {
    background-color: #FFFFFF;
    border: 2px double #E5E5E5;
    border-radius: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 600px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
} */
#edit_deal_form label{
    font-weight: 400;
    color: #a8a8a8;
}

/* #analyse_field {
    background-color: #FFFFFF;
    border: 2px double #E5E5E5;
    border-radius: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 1050px;
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 100;
} */
/* #report_table_form {
    background-color: #FFFFFF;
    border: 2px double #E5E5E5;
    border-radius: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 1050px;
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    bottom: 10%;
    overflow-y: scroll;
    transform: translate(-50%, -0%);
    z-index: 100;
} */


.comment_section {
    text-align: left;
    font-style: italic;
    margin-left: 15px;
    border-top:1px solid #D9D9D9;
    font-weight: 400;
    position:relative;
    overflow:hidden;
}


.toggle_comments_icon{
    position: absolute;
    right: 30px;
    color: #9e9e9e;
    cursor: pointer;
}
.toggle_comments_icon:hover{
    color: black;
}



#todo_list_container {
    max-width: 1050px;
    overflow: hidden;
    border-radius: 15px;
    background-color: #F6F7F8;
}

#todo_list_container_row::-webkit-scrollbar {
    width: 0; /* This hides the horizontal scrollbar */
}


#todo_list_selected_tasks_container{
    height: 50vh;
    padding-top: 15px;
    border-radius: 5px;
    border: 1px solid #b6b6b6;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    background-color: white;
    overflow-y: scroll;
}

#todo_list_selected_tasks_container::-webkit-scrollbar {
    width: 0; /* This hides the horizontal scrollbar */
}

#todo_list_selected_tasks_container i{
    margin-left: 10px;
    cursor: pointer;
    font-weight: 800;
}

#todo_list_selected_tasks_container i:hover{
    color: #0a53be;
}

#todo_list_tasks_container{
    height:44vh;
    padding-top: 15px;
    overflow-y: scroll;
    border-radius: 5px;
    border: 1px solid #b6b6b6;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    background-color: white;
}
#report_text_container{
    height: 240px;
    overflow-x: scroll;
    border-radius: 5px;
    border: 1px solid #b6b6b6;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    background-color: white;
}

#report_text_container::-webkit-scrollbar {
    width: 0; /* This hides the horizontal scrollbar */
}

#todo_list_tasks_container::-webkit-scrollbar {
    width: 0; /* This hides the horizontal scrollbar */
}

#todo_list_tasks_container::-webkit-scrollbar-thumb {
    background: transparent; /* This hides the thumb (the draggable part) */
}


#todo_list_right_section{
    margin-left: 2%;
}
/* Container styles */
.todoitem {
    position: relative;
    height: 4vh;
    margin: 10px;
    margin-left: 7%;
    border-radius: 3px;
    /* opacity: 0.9; */
    cursor: pointer;
    font-size: 15px;
    overflow: hidden;
    background-color: #f7f7f7;
    border: 1px solid #dfdcdc;
}
.todoitem:hover{
    border: 2px solid #cad4f5;
    background-color: #b7b7b7;
}

.close-button {
    position: absolute;
    border-radius: 50%;
    background-color: #d0cbcb;
    /* border: 1px solid rgb(93, 93, 93); */
    opacity: 0.4;
    height: 20px;
    width: 20px;
    top: -5px;
    right: -11px;
    cursor: pointer;
    font-size: 12px;
    padding-left: 7px;
    /* color: #ff0000;  */
}
.close-button:hover{
    background-color: #de9595;
    opacity: 1;
}

.task_deal_container_header{
    color: #5d5d5d;
    margin-bottom: 5px;
    font-weight: 600;
}

.horizontal-line {
    border-top: 1px solid #5a5b5b; /* Adjust the color and thickness as needed */
    margin: 0px 0px 10px 0px; /* Adjust the margin as needed */
    width: 70%;
}

.todo_list_time_line{
    font-size: 18px;
    padding: 0px;
    height: 50%;
    margin-bottom: 0px;
}

#progress_bar_plan{
    transition: width 1s ease;
}
#progress_bar_done{
    width: 10%; border: 1px solid black; padding: 0px; height: 62%; border-radius: 3px; transition: width 1s ease;
}


.fade-out {
    opacity: 0;
    transition: opacity 0.4s ease-out;
}


:focus {
    outline: 0;
    border-color: #2260ff;
    box-shadow: 0 0 0 4px #b5c9fc;
}

/* #delete_deal_form, #comment_deal_form, #complete_deal_form, #frozen_deal_form, #user_menu, #report_form, #plan_form, #custom_task_form,  #curator_task_form, #complete_day_form, #feature_power_form, #chronology_window, #extra_objects_form */



#overlay, #overlay_first {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(0.3rem);
    z-index: 97;
}



.form-collapse {
    background-color: #f3f3f3;
    border: 2px double #E5E5E5;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 12px;
    display: none;
    position: fixed;
    z-index: 98;
}

#overlay_static {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(0.3rem);
    z-index: 95;
}


.form-noncollapse {
    background-color: #FFFFFF;
    border: 2px double #E5E5E5;
    border-radius: 12px;
    display: none;
    position: fixed;
    z-index: 96;
}


.big-form {
    transform: translate(-50%, -0%);
    top: 2%;
    left: 50%;
    bottom: 2%;
    overflow-y: scroll;
    max-width: 95% !important;
}

.big-form::-webkit-scrollbar {
    width: 0;
}

.long-form {
    max-width: 700px !important;
    transform: translate(-50%, -0%);
    top: 2%;
    left: 50%;
    bottom: 2%;
    overflow-y: scroll;
}
.long-form::-webkit-scrollbar {
    width: 0;
}

.wideandlong-form {
    max-width: 1200px !important;
    transform: translate(-50%, -0%);
    top: 2%;
    left: 50%;
    bottom: 2%;
    overflow-y: scroll;
}
.wideandlong-form::-webkit-scrollbar {
    width: 0;
}
.small-form {
    max-width: 750px !important;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.wide-form {
    width: 90%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 1200px !important;
}
.wide-form::-webkit-scrollbar {
    width: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    height: auto;
}
.stepper {
    border: 1px solid #eee;
    display: inline-block;
    overflow: visible;
    height: 2.1em;
    background: #fff;
    padding: 1px;
}
.stepper input {
    width: 3em;
    height: 100%;
    text-align: center;
    border: 0;
    background: transparent;
    color: #000;
}
.stepper button {
    width: 1.4em;
    font-weight: 300;
    height: 100%;
    line-height: 0.1em;
    font-size: 1.4em;
    padding: 0.2em !important;
    background: #eee;
    color: #333;
    border: none;
}
#IC-number{
    font-weight: 400;
    font-size: 18px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}
.left {
    display: none;
    flex-direction: column;
}

.left > textarea {
    flex: 1;
}

#deal_table_form{
    padding-left: 5% !important;
    padding-right: 5% !important;
    padding-top: 15px !important;
}
.stage_table, .task_table{
    display: none;
    caption-side: top;
}

.stage_table_container, .task_table_container{
    height: 40vh;
    overflow-y:scroll;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.table_bar{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 9.5% !important;
    max-height: 19vh;
}
.task_bar{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 1.9% !important;
    max-height: 19vh;
}

.selected_table_stage{
    border: 5px solid rgb(131, 131, 220);
}

.table_bar_row{
    height:20vh;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
}

.sent {
    border: 2px solid blue;
}

.filtered{
    display: none !important;
}

#filter_menu {
    opacity: 0.97;
    display: none;
    position: absolute;
    top: 10%;
    left: 0;
    width: 250px; /* Adjust the width as needed */
    background-color: #f8f9fa; /* Adjust the background color as needed */
    border: 1px solid #dee2e6; /* Adjust the border color as needed */
    padding: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  }
  
  .filter_menu_line {
    height: 2px;
    background-color: #495057; /* Adjust the line color as needed */
    margin: 2px 0;
  }
  

  
  #filter_menu:hover {
    display: block;
    
  }

.filter_menu_option{
    height: 5vh;
    padding: 5px;
    margin: 2px 0px !important;
    border: 1px solid #495057;
    cursor: pointer;
}
.filter_menu_option:hover{
    background-color: #a4b6df;
}

.filter_container{
    display: none;
}




.tutorial_div {
    display: none;
    color: whitesmoke;
    width: 50%;
    position: fixed;
    top: 0%;
    left: 25%;
    height: 100px;
    z-index: 103;
    background-color: #292929;
    opacity: 0.96   ;
    border-radius: 10px;
}

#tutorial_form{
    z-index:105 !important;
    font-size: 21px;
    font-family: monospace;
}

#tutorial_container{
    padding: 10px;
}
#tutorial_container img{
    max-width: 100%;
    margin-left: auto;
  margin-right: auto;
  display: block;
}

#ticket_notification_form img{
    max-width: 100%;
    margin-left: auto;
  margin-right: auto;
  display: block;
}

.aw_notification i{
    color:rgb(95, 158, 160);
}
.request_notification i{
    color: rgb(199 104 116) !important;
}




  .notification-date {
    color: #6c757d;
    font-size: 16px;
  }
  .notification-title {
    font-size: 16px;
  }




  
.file-div{
    position: relative;
    display: inline-block;
    overflow-wrap: break-word; /* Современный стандарт */
    min-height: 80px;
}  




.file-icon {
    font-size: 24px;
    color: #6c757d;
    cursor: pointer;
}



.close-btn {
    position: absolute;
    top: -10px;
    right: 20px;
    z-index: 999;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background: red;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.2;
    transition: opacity 0.3s;
}

.close-btn:hover {
    opacity: 0.7;
}


.click-icon {
    cursor: pointer;
    color: #7c7c7c;
    font-size: 20px;
}
.click-icon:hover {
    color: #0a53be;
}















/* --------------------------------------------------------------------- */
/* files container*/

.file-div{
    position: relative;
    display: inline-block;
    overflow-wrap: break-word; /* Современный стандарт */
}  


.file-icon {
    font-size: 24px;
    color: #6c757d;
    cursor: pointer;
}
.file-icon:hover,
.file-icon:hover * {
    color: #306D8B;
    
}


.file_title{
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.close-btn {
    position: absolute;
    top: -5px;
    right: 40px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: white;
    background: red;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.2;
    transition: opacity 0.3s;
}

.close-btn:hover {
    opacity: 0.7;
}




