﻿

/*#region فونت ها*/

@font-face {
    font-family: 'IranianSans';
    src: url('../Font/a-iranian-sans/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: 'Yekan';
    src: url('../Font/Yekan/Yekan.ttf') format('truetype');
}

@font-face {
    font-family: 'Parastoo';
    src: url('../Font/parastoo/Parastoo-Bold.eot') format('embedded-opentype'), url('../Font/parastoo/Parastoo-Bold.ttf') format('truetype'), url('../Font/parastoo/Parastoo-Bold.woff') format('woff'), url('../Font/parastoo/Parastoo.eot') format('embedded-opentype'), url('../Font/parastoo/Parastoo.ttf') format('truetype'), url('../Font/parastoo/Parastoo.woff') format('woff');
}

@font-face {
    font-family: 'Samim';
    src: url('../Font/samim/Samim-Bold.eot') format('embedded-opentype'), url('../Font/samim/Samim-Bold.ttf') format('truetype'), url('../Font/samim/Samim-Bold.woff') format('woff'), url('../Font/samim/Samim-Bold.woff2') format('woff2'), url('../Font/samim/Samim.eot') format('embedded-opentype'), url('../Font/samim/Samim.ttf') format('truetype'), url('../Font/samim/Samim.woff') format('woff'), url('../Font/samim/Samim.woff2') format('woff2');
}

@font-face {
    font-family: 'Vazir';
    src: url('../Font/vazir/Vazir.eot') format('embedded-opentype'), url('../Font/vazir/Vazir.ttf') format('truetype'), url('../Font/vazir/Vazir.woff') format('woff'), url('../Font/vazir/Vazir.woff2') format('woff2');
}

/*#endregion*/

body {
    overflow-x: hidden;
}

* {
    direction: rtl;
    box-sizing: border-box;
    /*color: var(--FontColor);*/
    font-family: 'IranianSans';
    font-size: 12px
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fc {
    clear: both;
}





:root {
    --BackGradiant1: #d38103;
    --BackGradiant2: #c5d204;
    --FontColor: white;
    --dropShadow: -2px 2px 10px 0px #020202d9;
}








.TDLbackimage {
    width: 100vw;
    height: 100vh;
    z-index: -100;
    position: fixed;
    top: 0;
    left: 0;
}

.TDLbackLayer {
    width: 100vw;
    height: 100vh;
    z-index: -99;
    opacity: .3;
    /*filter: blur(300px);*/
    position: absolute;
    top: 0;
    left: 0px;
    /*background-image: linear-gradient(to right, var(--BackGradiant1), var(--BackGradiant2));*/
    background-color: rgba(0,0,0,.3);
}

.LoginPanel {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 25%;
    background-color: rgba(0,0,0,.6);
    /*opacity: .5*/
}

    .LoginPanel * {
        color: white
    }

    .LoginPanel > div#LoginForm {
        padding: 15px;
        position: absolute;
        bottom: 30px;
        left: 0;
        max-width: 100%
    }

        .LoginPanel > div#LoginForm div {
            text-align: center
        }

        .LoginPanel > div#LoginForm input {
            margin-bottom: 10px;
            font-size: 12px;
        }

        .LoginPanel > div#LoginForm button {
            /*opacity:1;*/
        }

#LoginCoinfo {
    text-align: center;
    padding: 15px;
}

    #LoginCoinfo p {
        text-align: justify;
    }

    #LoginCoinfo img {
        max-width: 90%;
        margin-bottom: 15px;
    }

    #LoginCoinfo h3 {
        margin-bottom: 35px;
        text-align: center;
    }

.LogincoLogo {
}

.LoginDiscption {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 75%;
    display: flex;
}

    .LoginDiscption * {
        color: white;
    }

    .LoginDiscption > div {
        margin: auto;
        display: inline-block;
        background-color: rgba(0,0,0,.6);
        /*opacity: .6;*/
        max-width: 80%;
        border-radius: 5px;
        padding: 10px;
        padding-bottom: 65px;
        position: relative;
        box-shadow: var(--dropShadow)
    }

        .LoginDiscption > div > h3 {
            text-align: center;
            font-family: "Yekan";
        }

        .LoginDiscption > div > h5 {
            text-align: center;
            font-family: "Yekan";
        }

        .LoginDiscption > div > p {
            text-align: justify;
            font-weight: bold;
            margin-bottom: 15px;
        }

            .LoginDiscption > div > p:nth-of-type(1) {
                margin-top: 35px;
            }

        .LoginDiscption > div > label {
            position: absolute;
            left: 10px;
            bottom: 10px;
            font-size: 12px;
        }



.DashboardHeader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    width: 100vw;
    height: 55px;
    padding: 10px 20px 0 20px;
    z-index: 10;
}

    .DashboardHeader * {
        color: white;
    }

    .DashboardHeader .HeaderUserAvatar {
        width: 35px;
        height: auto;
        border-radius: 50%;
        border: 1px solid white;
    }

.LayoutContent {
    position: relative;
    top: 55px;
    max-height: calc(100vh - 95px);
    padding: 15px;
    height: 100%;
}

.DashboardFooter {
    background-color: rgba(0,0,0,.6);
    width: 100vw;
    height: 40px;
    position: relative;
    top: 55px;
    display: flex;
}

    .DashboardFooter > p {
        text-align: center;
        color: white;
        font-size: 12px;
        margin: auto;
    }

.nav-pills > li {
}

    .nav-pills > li > button.active {
        background-color: red
    }

    .nav-pills > li > button {
        font-size: 15px;
        font-family: 'Parastoo';
    }

.tab-content {
    /*height: 100%;*/
    overflow: hidden;
}

.tab-pane {
    overflow: hidden;
    padding-top: 10px;
}

.inputsWrapperCenter {
    text-align: center
}

.inputsWrapper {
    margin-bottom: 20px;
    position: relative;
}

    .inputsWrapper > label {
        background-color: white;
        padding: 0 5px;
        position: absolute;
        top: -10px;
        right: 25px;
        font-size: 12px;
        color: #011e49
    }

    .inputsWrapper > input {
        text-align: center
    }

    .inputsWrapper > textarea {
        resize: none;
    }

    .inputsWrapper > button {
        margin: auto
    }

.inputsEditWrapper {
    margin-bottom: 20px;
    position: relative;
}

    .inputsEditWrapper > label {
        background-color: white;
        padding: 0 5px;
        position: absolute;
        top: -10px;
        right: 25px;
        font-size: 12px;
        color: #011e49
    }

    .inputsEditWrapper > input {
        text-align: center
    }

    .inputsEditWrapper > textarea {
        resize: none;
    }

    .inputsEditWrapper > button {
        margin: auto
    }

.inputsTransferWrapper {
    margin-bottom: 20px;
    position: relative;
}

    .inputsTransferWrapper > label {
        background-color: white;
        padding: 0 5px;
        position: absolute;
        top: -10px;
        right: 25px;
        font-size: 12px;
        color: #011e49
    }

    .inputsTransferWrapper > input {
        text-align: center
    }

    .inputsTransferWrapper > textarea {
        resize: none;
    }

    .inputsTransferWrapper > button {
        margin: auto
    }

.CheckboxWrapper {
    margin-bottom: 25px
}

    .CheckboxWrapper label {
        color: #011e49;
        font-size: 11px;
    }
/*#region داشبورد*/
.DashboardWrapper {
    height: calc(100vh - 125px);
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    background-color: rgba(255,255,255,.4);
    border-radius: 4px;
    padding-top: 10px;
    direction: ltr;
}

    .DashboardWrapper > div {
        width: max-content;
        height: 100%;
        /*        display: inline-block;
        width:fit-content*/
    }

.Dashboard_Content_Wrapper {
    padding: 0;
    border-radius: 5px;
    border: 2px solid green;
    margin: 3px 5px 3px 5px;
}

.Dashboard_Content {
    width: 250px;
    max-height: 99%;
    background-color: rgba(0,0,0,.5);
    overflow-y: auto;
    margin: 5px 8px 5px 8px;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    color: white
}

    .Dashboard_Content::-webkit-scrollbar {
        width: 4px;
        border-radius: 10px
    }

    .Dashboard_Content::-webkit-scrollbar-track {
        background: rgba(0,0,0,.1);
    }

    .Dashboard_Content::-webkit-scrollbar-thumb {
        background: rgba(255,0,0,.5);
        border-radius: 10px;
    }

        .Dashboard_Content::-webkit-scrollbar-thumb:hover {
            background: rgba(255,0,0,1);
        }


.TaskWrapper {
    min-height: 100px;
    background-color: white;
    margin: 15px 0;
    border-radius: 3px;
    padding: 3px;
    /*transition-duration:.3s;*/
    cursor: pointer;
}

.TaskInner {
    position: relative;
    max-height: 100%;
    width: 100%;
    text-align: right;
    padding: 5px;
    border-radius: 3px;
    /*transition-duration:.3s*/
}

.TaskTitle {
    color: black;
    padding-right: 5px;
    display: block;
    font-weight: bold;
}

.Taglable {
    margin: 5px 0 0 2px;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 10px;
}


.TaskStateDiscription {
    color: black;
    font-size: 12px;
    font-weight: bold;
    text-align: justify;
    display: none;
}

.TaskStateSubDiscription {
    color: black;
    font-size: 11px;
    font-weight: bold;
    text-align: justify;
    display: block;
}

.TaskDiscription {
    color: black;
    font-size: 11px;
    font-weight: bold;
    text-align: justify;
    display: none;
}

.TaskSubDiscription {
    color: black;
    font-size: 11px;
    font-weight: bold;
    text-align: justify;
}

.EditTaskDiscription {
    color: black;
    font-size: 11px;
    font-weight: bold;
    text-align: justify;
    display: none;
}

.EditTaskSubDiscription {
    color: black;
    font-size: 11px;
    font-weight: bold;
    text-align: justify
}

.TaskConfig {
    color: #3c3a35;
    position: absolute;
    left: 5px;
    top: 0px;
    font-size: 20px;
    cursor: pointer;
}
.CreatorTaskConfig {
    color: #3c3a35;
    position: absolute;
    left: 30px;
    top: 0px;
    font-size: 20px;
    cursor: pointer;
}
.CreatorTask_Edit {
    color: #056b14;
    position: absolute;
    left: 50px;
    top: 6px;
    font-size: 20px;
    cursor: pointer;
}
.CreatorTask_Body {
    color: #056b14;
    position: absolute;
    left: 50px;
    top: 6px;
    font-size: 20px;
    cursor: pointer;
    display: none
}
.CreatorTask_Transfer {
    color: #874f03;
    position: absolute;
    left: 80px;
    top: 6px;
    font-size: 20px;
    cursor: pointer;
}
.CreatorTask_Delete {
    color: #bf1d00;
    position: absolute;
    left: 110px;
    top: 6px;
    font-size: 20px;
    cursor: pointer;
}

.TaskInfo {
    color: #3c3a35;
    position: absolute;
    left: 45px;
    top: 7px;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.ShowTaskIcon {
    color: #3c3a35;
    position: absolute;
    left: 45px;
    top: 7px;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.TaskClose
{
    color: #3c3a35;
    position: absolute;
    left: 10px;
    top: 9px;
    font-size: 17px;
    cursor: pointer;
    display: none;
}

.PassesTaskControl {
    color: #056b14;
    font-size: 21px;
    position: absolute;
    left: 50px;
    top: 7px;
    cursor: pointer;
}
.HoldedTaskControl {
    color: #874f03;
    font-size: 21px;
    position: absolute;
    left: 80px;
    top: 7px;
    cursor: pointer;
}

.ResumeTaskControl {
    color: #874f03;
    font-size: 21px;
    position: absolute;
    left: 80px;
    top: 7px;
    cursor: pointer;
    display: none;
}

.NotPassesTaskControl {
    color: #bf1d00;
    font-size: 21px;
    position: absolute;
    left: 110px;
    top: 7px;
    cursor:pointer;
}

.TaskDate {
    color: #716f66;
    font-weight: bold;
    font-size: 8px;
    position: absolute;
    left: 15px;
    bottom: 5px;
    direction: ltr;
    background-color: white;
    padding: 2px;
}

.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.TaskProperties {
    display: none;
}


.OpenedTask {
    margin: auto;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    right: 0;
    cursor: auto;
    transition-duration: .5s;
    z-index: 15;
    background-color: rgba(0,0,0,0.5);
    display: flex;
}

    .OpenedTask > .TaskInner {
        height: 75%;
        max-width: 60%;
        text-align: right;
        padding: 5px;
        padding-bottom: 20px;
        border-radius: 3px;
        margin: auto;
        background-color: white;
        overflow-y: hidden
    }

@media only screen and (max-width: 768px) {
    .OpenedTask > .TaskInner {
        height: 75%;
        max-width: 95%;
    }
}

.TaskHeader {
    position: relative;
    background-color: white;
    border-bottom: 2px solid;
    padding-bottom: 8px;
    z-index:10;
}

.OpenedTask > .TaskInner > .TaskHeader {
    position: sticky;
    top: 0;
    box-shadow: 0px 3px 8px 1px #06060694;
}

    .OpenedTask > .TaskInner > .TaskHeader > .TaskTitle {
        font-size: 15px;
        display: inline-block;
        position:relative;
        top:5px;
        right:10px
    }

.OpenedTask > .TaskInner > .TaskBody > .Taglable {
    margin: 10px 0;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
    /*display: block;*/
}
.TaskControlWrapper {
    display: none;
    width: 143px;
    height: 35px;
    position: absolute;
    background-color: white;
    bottom: -37px;
    left: 8px;
    box-shadow: 0px 4px 10px 0px #000000d6;
    border-radius:0 0 10px 10px;
    z-index:10
}
.CreatorTaskControlWrapper {
    display: none;
    width: 143px;
    height: 35px;
    position: absolute;
    background-color: white;
    bottom: -37px;
    left: 160px;
    box-shadow: 0px 4px 10px 0px #000000d6;
    border-radius: 0 0 10px 10px;
    z-index: 10
}
.OpenedTask > .TaskInner > .TaskHeader > .TaskControlWrapper {
    display: inline-block;
}
.OpenedTask > .TaskInner > .TaskHeader > .CreatorTaskControlWrapper {
    display: inline-block;
}
.OpenedTask > .TaskInner > .TaskHeader > .TaskClose {
    display: inline-block;
}

.OpenedTask > .TaskInner > .TaskHeader > .TaskInfo {
    display: inline-block;
}

.OpenedTask > .TaskInner > .TaskHeader > .CreatorTask_Body {
    display: inline-block;
}

.OpenedTask > .TaskInner > .TaskBody > .TaskProperties {
    display: flex;
}

.OpenedTask > .TaskInner > .TaskEdit > .TaskProperties {
    display: flex;
}

.OpenedTask > .TaskInner > .TaskHeader > .TaskConfig {
    left: 18px;
    top: 40px;
    z-index:11;
    padding-right:10px;
    border-right:1px solid black;
}
.OpenedTask > .TaskInner > .TaskHeader > .CreatorTaskConfig {
    left: 170px;
    top: 40px;
    z-index: 11;
    padding-right: 10px;
    border-right: 1px solid black;
}

.OpenedTask > .TaskInner > .TaskBody > .TaskDiscription {
    display: block;
}

.OpenedTask > .TaskInner > .TaskBody > .TaskSubDiscription {
    display: none;
}

.OpenedTask > .TaskInner > .TaskEdit > .EditTaskDiscription {
    display: block;
}

.OpenedTask > .TaskInner > .TaskEdit > .EditTaskSubDiscription {
    display: none;
}

.OpenedTask > .TaskInner > .TaskBody > .TaskStateDiscription {
    display: block;
}

.OpenedTask > .TaskInner > .TaskBody > .TaskStateSubDiscription {
    display: block;
}

.TaskBody {
    overflow-y: auto;
    height: 100%;
    padding: 10px;
}
.TaskInfoBody {
    overflow-y: auto;
    height: 100%;
    padding: 10px;
    display:none;
}
.TaskInfoBody * {
   color:black
}

.TaskTransfer {
    overflow-y: auto;
    height: 100%;
    padding: 10px;
    display:none;
}
.TaskTransfer * {
   color:black
}

.TaskEdit {
    overflow-y: auto;
    height: 100%;
    padding: 10px;
    display:none;
}
.TaskEdit * {
   color:black
}

.SuspendTask {
    overflow-y: auto;
    height: 100%;
    padding: 10px;
    display:none;
}
.SuspendTask * {
   color:black
}

.TaskProperties {
    width: 100%;
}

    .TaskBody h6 {
        color: black;
        margin: 10px 15px 0 10px;
        font-size: 13px;
        font-weight: bold;
    }


    .TaskProperties > div {
        margin-bottom: 10px
    }

    .TaskProperties h6 {
        color: black;
        margin: 10px 15px 0 10px;
        font-size: 13px;
        font-weight: bold;
    }

    .TaskProperties i {
        color: darkgreen;
        font-size: 15px;
        margin-left: 5px;
    }

    .TaskProperties label {
        color: black;
        font-size: 11px;
        font-weight: bold;
        position: relative;
        top: -2px;
    }

.EditTaskProperties {
    width: 100%;
}

    .EditTaskProperties > div {
        margin-bottom: 10px
    }

    .EditTaskProperties h6 {
        color: black;
        margin: 10px 15px 0 10px;
        font-size: 13px;
        font-weight: bold;
    }

/*    .EditTaskProperties i {
        color: darkred;
        font-size: 30px;
        margin-left: 5px;
    }*/

    .EditTaskProperties label {
        color: black;
        font-size: 11px;
        font-weight: bold;
        position: relative;
        top: -2px;
    }

.TaskBody::-webkit-scrollbar {
    width: 4px;
}

.TaskBody::-webkit-scrollbar-track {
    background: rgba(0,0,0,.3);
}

.TaskBody::-webkit-scrollbar-thumb {
    background: linear-gradient(to top, #0f0200, #83010e);
    border-radius: 10px;
}

    .TaskBody::-webkit-scrollbar-thumb:hover {
        background: #000000;
    }



.DashboardWrapper::-webkit-scrollbar {
    height: 10px;
}

.DashboardWrapper::-webkit-scrollbar-track {
    background: rgba(255,255,255,.1);
}

.DashboardWrapper::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.5);
    border-radius: 10px;
}

    .DashboardWrapper::-webkit-scrollbar-thumb:hover {
        background: #ffffff;
    }




.conterntHeader {
    margin: auto;
    font-size: 13px;
    display: block;
}

.HeaderSeperate {
    margin: 2px 0;
}

.SearchLink > i {
    font-size: 20px;
    margin-left: 5px;
    /*transition-duration: .5s;*/
    cursor: pointer;
}

.TriggerLink {
    text-align: right;
    font-size: 13px;
    margin: 9px 0 0 0;
    cursor: pointer;
    transition-duration: .5s;
}

    .TriggerLink > span {
        display: block;
        width: 0px;
        margin: auto;
        border: 1px solid;
        border-color: transparent;
        overflow: hidden;
        transition-duration: .5s;
    }

    .TriggerLink:hover > span {
        width: 75%;
        border-color: red;
    }

    .TriggerLink:hover > i {
        color: red;
        margin-left: 10px;
    }

    .TriggerLink > i {
        font-size: 20px;
        margin-left: 5px;
        transition-duration: .5s;
        cursor: pointer;
    }

    .TriggerLink > label {
        position: relative;
        top: -2px;
        transition-duration: .5s;
        cursor: pointer;
    }

    .TriggerLink > a {
        position: relative;
        top: -2px;
        transition-duration: .5s;
        cursor: pointer;
        color: white;
        text-decoration: none;
    }

.ModalWrapper {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    /*display:flex;*/
    display: none;
}

.TasksModalWrapper {
    height: calc(100vh + 25px);
    width: 100%;
    /*width: 100vw;*/
    /*height: 120vh;*/
    background-color: rgba(0,0,0,.5);
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    /*display:flex;*/
    display: none;
}

.TaskDetails {
/*    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
*/    /*display:flex;*/
    display: none;
}

.TasksModal {
    width: 95%;
    height: 600px;
    margin: auto;
    background-color: white;
    position: relative;
    border-radius: 5px;
    box-shadow: var(--dropShadow);
    padding: 40px 8px 8px 8px;
}

.Modal {
    width: 50%;
    height: 450px;
    margin: auto;
    background-color: white;
    position: relative;
    border-radius: 5px;
    box-shadow: var(--dropShadow);
    padding: 40px 8px 8px 8px;
}

.ModalHeader * {
    color: black;
}

.ModalBody {
    overflow: auto;
    max-height: 90%;
    padding: 10px
}

    .ModalBody::-webkit-scrollbar {
        width: 5px;
    }

    .ModalBody::-webkit-scrollbar-track {
        background: rgba(0,0,0,.2);
    }

    .ModalBody::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,.5);
        background: #0d6efd;
        border-radius: 10px;
    }

        .ModalBody::-webkit-scrollbar-thumb:hover {
            background: #ffffff;
        }

.CloseModal {
    position: absolute;
    top: 10px;
    left: 10px;
    color: black;
    cursor: pointer;
    font-size: 20px;
}

.ModalTitle {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    font-weight: bold;
}
    .ModalTitle #NewTaskModal_UserName {
        font-size: 18px;
        font-weight: bold;
    }
/*#endregion*/
/*#region UserControl*/

/*#endregion*/

table,
table td {
    border: 1px solid #cccccc;
}

td {
    text-align: center;
    vertical-align: middle;
}

.SearchHeader {
    height:40px;
    text-align:center;
    background-color: darkorange;
    font-size: 12px;
    font-weight:bold;
    color: black;
}

.CurrentHeader {
    height:50px;
    text-align:center;
    background-color: lightblue;
    font-size: 14px;
    font-weight:bold;
    color: white;
}

.PassedHeader {
    height: 50px;
    text-align: center;
    background-color: lightgreen;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.HoldedHeader {
    height: 50px;
    text-align: center;
    background-color: lightgoldenrodyellow;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.DeletedHeader {
    height: 50px;
    text-align: center;
    background-color: palevioletred;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.FailedHeader {
    height: 50px;
    text-align: center;
    background-color: orange;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.SuspendHeader {
    height: 50px;
    text-align: center;
    background-color: lightgray;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.CurrentHeader > td {
    font-size: 16px;
}

.PassedHeader > td {
    font-size: 16px;
}

.FailedHeader > td {
    font-size: 16px;
}

.DeletedHeader > td {
    font-size: 16px;
}

.HoldedHeader > td {
    font-size: 16px;
}

.SuspendHeader > td {
    font-size: 16px;
}

.ItemPlus_input {
    height: 30px;
    display: inline;
    width: calc(100% - 35px)
}
.ItemPlus_BTNPlus{
    font-size:30px;
    position:relative;
    top:7px;
    color:darkgreen;
    cursor:pointer;
}
.ItemPlus_BTNMinus {
    font-size: 30px;
    position: relative;
    top: 7px;
    color: darkred;
    cursor: pointer;
}



.CommentPanel{
    margin-top:10px;
    display:none;
}
.OpenedTask > .TaskInner > .TaskBody > .CommentPanel {
    display: block;
}
.CommentWrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    direction: ltr;
    margin-bottom: 25px;
}

    .CommentWrapper::-webkit-scrollbar {
        height: 4px;
    }

    .CommentWrapper::-webkit-scrollbar-track {
        background: rgba(0,0,0,.3);
    }

    .CommentWrapper::-webkit-scrollbar-thumb {
        background: linear-gradient(to top, #0f0200, #83010e);
        border-radius: 10px;
    }

        .CommentWrapper::-webkit-scrollbar-thumb:hover {
            background: #000000;
        }
.CommentInput{
    width:calc(100% - 55px);
    resize:none;
}
.CommentBTN {
    width: 45px;
    height:45px;
    margin-right:5px;
    background-color:green;
    display:flex;
    border-radius:5px;
}
.CommentBTN > i {
    font-size: 25px;
    margin:auto;
    cursor:pointer;
}

.CommentWrapper_inner {
    width: max-content;
}
.Comment {
    min-width: 200px;
    max-width: 250px;
    max-height: 150px;
    border:2px solid;
    border-radius:5px;
    margin:10px 10px;
    position:relative;
    padding:0 10px;
    overflow-y:auto;
}


    .Comment::-webkit-scrollbar {
        width: 4px;
    }

    .Comment::-webkit-scrollbar-track {
        background: rgba(0,0,0,.3);
    }

    .Comment::-webkit-scrollbar-thumb {
        background: linear-gradient(to top, #011b83, #0696e3);
        border-radius: 10px;
    }

        .Comment::-webkit-scrollbar-thumb:hover {
            background: #000000;
        }

    .Comment > label {
        font-size:14px;
        font-weight:bold;
        margin-bottom: 10px;
        display: block;
        color: #0696e3;
        padding-bottom:5px;
        border-bottom:2px solid black;
        position:sticky;
        margin-top:10px;
        top:0;
        background-color:white;
    }
    .Comment > p {
        color: black;
        text-align: justify;
        font-size: 11px;
        font-weight:bold
    }
    .Comment > span {
        display:block;
        color: black;
        font-size:9px;
        position:relative;
        text-align:left;
        direction:ltr;

    }



.box {
    float: left;
    padding: 10px 0px;
}

.clearfix::after {
    clear: both;
    display: table;
}

.options {
    margin: 5px 0px 0px 0px;
    float: left;
}

.HighPagination {
    float: right;
}

    .HighPagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
        margin: 0 4px;
    }

        .HighPagination a.active {
            background-color: #4CAF50;
            color: white;
            border: 1px solid #4CAF50;
        }

        .HighPagination a:hover:not(.active) {
            background-color: #ddd;
        }

.LowPagination {
    float: right;
}

    .LowPagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
        margin: 0 4px;
    }

        .LowPagination a.active {
            background-color: #4CAF50;
            color: white;
            border: 1px solid #4CAF50;
        }

        .LowPagination a:hover:not(.active) {
            background-color: #ddd;
        }
