:root {
    --dark_gray: #898a8a;
    --lite_gray: #c2c2c2;
    --blue-color: #5760ff;
}

@font-face {
    font-family: arial;
    src: url(../fonts/Arial300.TTF);
    font-weight: 300;
}

@font-face {
    font-family: arial;
    src: url(../fonts/ARIAL400.TTF);
    font-weight: 400;
}

@font-face {
    font-family: arial;
    src: url(../fonts/ARIAL500.TTF);
    font-weight: 500;
}

html,
body {
    height: 100%;
    padding: 0px;
}

a:focus {
    text-decoration: none;
}

a:focus,
input:focus,
button:focus,
textarea:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 500;
}

body {
    font-size: 13px;
    line-height: 1.7;
    font-weight: normal;
    font-family: arial;
    font-weight: 400;
}

a,
input,
button,
select,
textarea {
    font-family: arial;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fix {
    overflow: hidden;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 5px 0;
    padding: 0;
}


p {
    padding: 0px;
    margin: 0px;
}

.pos_rel {
    position: relative;
}

.pos_abs {
    position: absolute;
}

.section_padding {
    padding-top: 70px;
}

.section_title {
    margin-bottom: 50px;
}

.section_title p {
    text-align: center;
}


/*==============================================================================================
                                              Base css
================================================================================================*/

.custom_border {
    border: 2px solid #e8e8e8;
}

.custom_border_2 {
    border: 2px solid #e8e8e8;
}


.bg_1 {
    background: rgb(254, 254, 254);
    background: -moz-linear-gradient(to bottom, rgb(255 255 255) 0%, rgb(245 245 245) 100%);
    background: -webkit-linear-gradient(to bottom, rgb(255 255 255) 0%, rgb(245 245 245) 100%);
    background: linear-gradient(to bottom, rgb(255 255 255) 0%, rgb(245 245 245) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#fefefe', GradientType=0);
}

.bg_2 {
    background: rgb(254, 254, 254);
    background: -moz-linear-gradient(to bottom, rgb(255 255 255) 0%, rgb(245 245 245) 100%);
    background: -webkit-linear-gradient(to bottom, rgb(255 255 255) 0%, rgb(245 245 245) 100%);
    background: linear-gradient(to bottom, rgb(255 255 255) 0%, rgb(245 245 245) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#fefefe', GradientType=0);
}

.blue_bg {
    background: #5760ff;
}

.green_bg {
    background: #86bc24;
}

.red_bg {
    background: #ff0000;
}

.gray_bg {
    background: #e7e7e7;
}


/*********************************
******* main_content Start *******
**********************************/

/* .main_content,
.section_2 {
    padding-left: 145px;
} */

.left_img {
    position: absolute;
    left: -132px;
}

.left_img_1 {
    top: -12px;
}

.left_img_2 {
    height: 350px;
    width: 91px;
}

.left_img_3 {
    height: 312px;
    width: 90px;
}

.left_img_4 {
    top: -15px;
}

/* calendar_area start */

.calendar_wrap {
    z-index: 9999;
}

.calendar_area {
    position: relative;
    height: 93px;
    display: flex;
    align-items: center;
    max-width: 165px;
    margin-top: 4px;
    padding-right: 65px;
    float: right;
}

.calendar_area img {
    position: absolute;
    right: 7px;
    top: 0;
    height: 100%;
}

.calendar p {
    color: #898a8a;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding: 3px;
    width: 100px;
    position: relative;
    padding-right: 15px;
    cursor: pointer;
}

.calendar p img {
    width: 12px;
    right: 14px;
    top: 0px;
}

.calender_inner {
    position: absolute;
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 5px;
    top: 80px;
    left: 0;
    z-index: 2;
    transition: .3s;
    background: #fbfafa;
    text-align: center;
    padding: 5px;

    opacity: 0;
    visibility: hidden;
}


.calendar ul {
    overflow: hidden;
    height: 100px;
    width: 225px;
    overflow-y: scroll;
    margin-left: -7px;
}

.calendar:hover .calender_inner {
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.calendar ul li {
    padding: 3px 10px;
    cursor: pointer;
    font-weight: 500;
    transition: .3s;
    color: var(--dark_gray);
    display: inline-block;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 2px 0;
}

.calendar ul li:hover {
    box-shadow: inset 0px 0px 5px #d8d8d86e;
    background-color: #fbfafa;
}

.calendar ul li.active {
    box-shadow: inset 0px 0px 5px #d8d8d86e;
    background-color: #fbfafa;
}


/* calendar_area end */




/* single_box start */

.single_box {
    border-radius: 10px;
    padding: 10px 15px;
    transition: .5s;
    margin-bottom: 70px;
    position: relative;
    box-shadow: 0px 0px 15px -8px #00000010;
}

.box_header ul li svg .st1 {
    transition: .3s;
}

.single_box:hover .box_header ul li svg .st1 {
    stroke: var(--dark_gray);
}

.box_header ul li svg:hover .st1 {
    stroke: var(--blue-color) !important;
}

.single_box:hover {
    box-shadow: 0px 1px 25px #0000001c;
}

.box_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.box_header h2 {
    color: var(--dark_gray);
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    width: calc(100% - 37px);
}

.box_header ul {
    position: absolute;
    right: 0;
    top: 0;
}

.box_header ul li {
    display: flex;
    align-items: center;
    position: relative;
}

.fullscreen-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fullscreen-icon svg {
    transition: .5s;
    opacity: 0;
    width: 14px !important;
    margin-top: 8px;
}


.minimize-icon svg {
    transition: .5s;
    margin-top: 5px;
}


.icon_lists:hover .minimize-icon svg {
    opacity: 0 !important;
}

.icon_lists:hover .fullscreen-icon svg {
    opacity: 1 !important;
    animation: leaves 2s ease-in-out infinite alternate;
}

@keyframes leaves {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}



.box_header .dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
}

.single_box:hover .box_header .dot.green_bg {
    animation: pulse-green 2s;
    animation-iteration-count: 3;
}

.single_box:hover .box_header .dot.red_bg {
    animation: pulse-red 2s infinite;
    animation-iteration-count: 3;
}

.single_box:hover .box_header .dot.blue_bg {
    animation: pulse-blue 2s infinite;
    animation-iteration-count: 3;
}

.single_box:hover .box_header .dot.white_bg {
    animation: pulse-white 2s infinite;
    animation-iteration-count: 3;
}



@keyframes pulse-white {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(232, 232, 232, 1);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 4px rgba(232, 232, 232, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(232, 232, 232, 0);
    }
}


@keyframes pulse-green {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(134, 188, 36, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 4px rgba(134, 188, 36, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(134, 188, 36, 0);
    }
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 4px rgba(255, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

@keyframes pulse-blue {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(87, 96, 255, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 4px rgba(87, 96, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(87, 96, 255, 0);
    }
}

.box_header ul li svg {
    width: 17px;
    margin-left: 5px;
}

.box_header ul li svg rect {
    transition: .3s;
}

.box_header ul li svg:hover rect {
    stroke: var(--dark_gray);

}

.box_header ul li svg:hover {
    cursor: pointer;
}

.expand {
    position: absolute;
    right: 0;
    top: 30px;
    cursor: pointer;
    z-index: 2;
}

.expand p {
    font-weight: 500;
    color: var(--lite_gray);
    text-transform: uppercase;
    transition: .3s;
}

.single_box:hover .expand p {
    color: var(--dark_gray);
}

.expand:hover p {
    color: var(--blue-color) !important;
}


.expand:hover p svg path {
    fill: var(--blue-color) !important;
}

.single_box:hover .expand p svg path {

    fill: var(--dark_gray);
}

.expand p svg {
    height: 11px;
    transform: rotateX(180deg);
    width: 13px;
}

.expand p svg path {
    transition: .3s;
}



.box_content {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}

.box_content .profile {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.profile .more_info {
    background-color: #fbfafa;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0px 3px 10px #0000001c;
    position: absolute;
    z-index: 3;
    top: 45px;
    width: 190px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.more_info:after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 10px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fbfafa transparent;
}

.profile .more_info p a {
    transition: .5s;
}

.profile .more_info p a,
.profile .more_info p {
    color: #a3a1a1;
    font-size: 13px;
}

.profile .more_info p a:hover {
    color: #6f6f6f;
}

.box_content .profile:hover .more_info {
    opacity: 1;
    visibility: visible;
    top: 42px;
}


.box_content .profile img {
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #c1c1c12e;
}

.box_content .profile_pic span {
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50%;
    color: #769cff;
    font-weight: 500;
    border: 2px solid #fff;
    height: 15px;
    width: 15px;
    line-height: 9px;
    display: inline-block;
    font-size: 11px;
}

.box_content .profile h3 {
    color: var(--dark_gray);
    font-size: 14px;
    font-weight: 400;
    margin-left: 8px;
    margin-bottom: 0;
}

.mod_date {}

.mod_date p {
    color: var(--dark_gray);
    margin-top: 10px;
    font-weight: 300;
}

/* single box end */



.part_3 .box_header {
    margin-bottom: 35px;
}

.part_3 .mod_date p {
    color: var(--dark_gray);
    font-weight: 400;
}


.single_box.with_progress_bar {
    border-radius: 10px 10px 3px 10px;
    margin-bottom: 100px;
}

.progress_area {
    position: absolute;
    right: 0;
    bottom: -31px;
    width: 165px;
    z-index: 1;
    padding-left: 40px;
    padding-bottom: 17px;
}

.progress_area:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 119px;
    bottom: 9px;
    left: 31px;
    box-shadow: 0px 8px 10px #0000001c;
    z-index: -1;
}

.progress_area_bg {
    position: absolute;
    bottom: 1px;
    right: -9px;
    height: 30px;
    width: 100%;
    z-index: -1;
}

.progress_area .progress-bar {
    background-color: #4dca93;
    border-radius: 30px;
}


.progress_area .progress {
    height: 9px;
    box-shadow: inset 0 1px 3px #c1c1c1;
    width: 100px;
}

.folder_box .progress_area .progress-bar {
    background-color: #ec3f4b;
}


/* The list style
  -------------------------------------------------------------- */

.directory-list li:before {
    margin-right: 10px;
    content: "";
    height: 20px;
    vertical-align: middle;
    width: 13px;
    background-repeat: no-repeat;
    display: inline-block;
    /* file icon by default */
    background-position: center 2px;
    background-size: 60% auto;
}

.directory-list li.folder:before {
    /* folder icon if folder class is specified */
    background-position: center top;
    background-size: 75% auto;
}

.directory-list ul {
    margin-left: 10px;
    padding-left: 20px;
    border-left: 1px dashed #ddd;
}

.directory-list li {
    color: #000;
    font-size: 15px;
    position: relative;
}

.directory-list .folder,
.directory-list .folder>a {
    color: #000;
}

.directory-list .folder {
    position: relative;
}

.directory-list .folder svg {
    position: absolute;
    width: 20px !important;
    left: 0;
    top: -12px;
}

.directory-list .folder .file_icon {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 17px !important;
}

.directory-list .folder .file .folder_icon {
    left: 4px;
    top: 2px;
}

.directory-list .folder .file {
    border-radius: 5px;
    padding: 0 6px;
    transition: .3s;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.directory-list .folder .file:hover {
    box-shadow: inset 0px 0px 5px #d8d8d86e;
    background-color: #f2f3f37a;
}

.line-wrap {
    text-align: center;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.line-wrap:hover {
    cursor: ns-resize;
}

.line-wrap span {
    border: 1px solid #a9aeb266;
    width: 68px;
    margin: 0 auto;
    height: 1px;
    display: block;
    margin-bottom: 2px;
}


.custom_btn_1 {}

.custom_btn_1 .curtom_dropdown {
    position: absolute;
    right: 0;
    top: 22px;
    background-color: #f4f4f4;
    width: 75px;
    border-radius: 30px;
    padding-left: 25px;

}

.custom_btn_1 .curtom_dropdown ul {
    width: 140px;
    left: auto;
    right: 0;
    top: 50px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #ddd;
}


.custom_btn_1 .curtom_dropdown ul li {
    text-align: left;
    padding: 0 5px;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fbfafa;
    padding: 2px 10px;
    border-bottom: .5px solid #dadada38;
}

.custom_btn_1 .curtom_dropdown ul li:last-child {
    border-bottom: none;
}

.custom_btn_1 .curtom_dropdown ul li:hover {
    background-color: #fff;
    box-shadow: inset 0px 0px 5px #d8d8d852;
}

.custom_btn_1 .curtom_dropdown:hover ul {
    top: 30px;
}

.custom_btn_1 .curtom_dropdown:after {
    content: "";
    background-color: #fcfcfc;
    height: 20px;
    width: 50px;
    position: absolute;
    top: 0;
    left: -14px;
    transform: rotate(-53deg);
}

.custom_btn_1 .curtom_dropdown p {
    padding-right: 0px;
}

.custom_btn_1 .curtom_dropdown p i {
    color: var(--lite_gray);
}

.folder_box .expand {
    top: 36px;
    right: 75px;
}

.folder_box .expand p svg {
    transform: rotateX(0deg) translateY(2px);
}

.folder_box .box_header {
    display: block;
    margin-bottom: 10px;
}

.folder_box .box {
    position: relative;
}

.folder_box .box .directory-list {
    width: 100% !important;
    height: 200px;
    padding-right: 15px;
    overflow-y: scroll;
}

.folder-list {
    padding-bottom: 20px;
}

.folder_box .box:after {
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% - 5px);
    height: 50px;
    left: -10px;
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0) 9%, rgba(245, 245, 245, 0) 18%, rgba(245, 245, 245, 0) 21%, rgba(245, 245, 245, 0.74) 29%, rgba(245, 245, 245, 1) 99%, rgba(245, 245, 245, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0) 9%, rgba(245, 245, 245, 0) 18%, rgba(245, 245, 245, 0) 21%, rgb(245 245 245 / 23%) 29%, rgba(245, 245, 245, 1) 99%, rgba(245, 245, 245, 1) 100%);
    background: linear-gradient(to bottom, rgb(245 245 245 / 0%) 0%, rgba(245, 245, 245, 0) 9%, rgb(245 245 245 / 0%) 18%, rgba(245, 245, 245, 0) 21%, rgb(245 245 245 / 26%) 29%, rgba(245, 245, 245, 1) 99%, rgba(245, 245, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5f5f5', endColorstr='#f5f5f5', GradientType=0);
}


/* scroll bar */
.container ::-webkit-scrollbar,
.folder_box ::-webkit-scrollbar {
    width: 5px;
}

.container ::-moz-scrollbar,
.folder_box ::-moz-scrollbar {
    width: 3px;
}

.container ::-webkit-scrollbar-track,
.folder_box ::-webkit-scrollbar-track {
    background: #d8d9db;
    border-radius: 4px;
}

.container ::-moz-scrollbar-track,
.folder_box ::-moz-scrollbar-track {
    background: #d8d9db;
    border-radius: 4px;
}

.container ::-moz-scrollbar-thumb,
.folder_box ::-moz-scrollbar-thumb {
    background: #a9aeb2;
    border-radius: 4px;
}

.container ::-moz-scrollbar-thumb:hover,
.folder_box ::-moz-scrollbar-thumb:hover {
    background: #5c5c5c;
}


.container ::-webkit-scrollbar-thumb,
.folder_box ::-webkit-scrollbar-thumb {
    background: #a9aeb2;
    border-radius: 4px;
}

.container ::-webkit-scrollbar-thumb:hover,
.folder_box ::-webkit-scrollbar-thumb:hover {
    background: #5c5c5c;
}




/* curtom_dropdown start */
.curtom_dropdown {
    width: 200px;
    position: relative;
    margin-top: 10px;
}

.curtom_dropdown_area img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.curtom_dropdown p {
    color: #898a8a;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding: 3px;
    width: 100%;
    position: relative;
    padding-right: 15px;
    cursor: pointer;
    text-transform: uppercase;
}

.curtom_dropdown p img {
    width: 12px;
    right: 14px;
    top: 0px;
}

.curtom_dropdown ul {
    position: absolute !important;
    background-color: #fbfafa;
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 5px;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: 2;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.curtom_dropdown:hover ul {
    top: 40px;
    opacity: 1;
    visibility: visible;
}


.scroll-dropdown ul {
    height: 165px;
    overflow-y: scroll;
}


.curtom_dropdown ul li {
    padding: 5px 10px;
    cursor: pointer;
    font-weight: 400;
    transition: .3s;
    color: var(--dark_gray);
    display: block;
    border-bottom: .5px solid #dadada38;
    text-transform: uppercase;
}

.curtom_dropdown ul li:last-child {
    border-bottom: none;
}

.curtom_dropdown ul li:hover {
    box-shadow: inset 0px 0px 5px #d8d8d852;
    background-color: #ffffff;
}


/*****************************
******* section_2 Start *******
*****************************/
.section_2 {
    padding-top: 70px;
}



/* line */
.line {
    position: absolute !important;
    z-index: -1;
}

.line_1 {
    top: -73px;
    left: 53%;
    transform: translateX(-50%);
    width: 60%;
}

.line_2 {
    top: -103px;
    left: 23%;
    width: 305px;
    height: 105px;
}

.line_3 {
    top: 119px;
    width: 56%;
    height: 104px;
}



/* Fade in animations */

.animate__delay-6s {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-delay: calc(var(--animate-delay)*6);
    animation-delay: calc(var(--animate-delay)*6);
}

.animate__delay-7s {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    -webkit-animation-delay: calc(var(--animate-delay)*7);
    animation-delay: calc(var(--animate-delay)*7);
}

.animate__delay-8s {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    -webkit-animation-delay: calc(var(--animate-delay)*8);
    animation-delay: calc(var(--animate-delay)*8);
}

.animate__delay-9s {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
    -webkit-animation-delay: calc(var(--animate-delay)*9);
    animation-delay: calc(var(--animate-delay)*9);
}

.animate__delay-10s {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
    -webkit-animation-delay: calc(var(--animate-delay)*10);
    animation-delay: calc(var(--animate-delay)*10);
}

.animate__delay-11s {
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
    -webkit-animation-delay: calc(var(--animate-delay)*11);
    animation-delay: calc(var(--animate-delay)*11);
}

.animate__delay-12s {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
    -webkit-animation-delay: calc(var(--animate-delay)*12);
    animation-delay: calc(var(--animate-delay)*12);
}

.animate__2s {
    --animate-duration: 2s;
}

.animate__3s {
    --animate-duration: 3s;
}

.animate__4s {
    --animate-duration: 4s;
}

.animate__5s {
    --animate-duration: 5s;
}

.animate__6s {
    --animate-duration: 6s;
}

.animate__7s {
    --animate-duration: 7s;
}