@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
@import url(//fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400&display=swap");

body {
    font-family: "Ubuntu", sans-serif;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}

a:hover {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Ubuntu", sans-serif;
    color: #231f20;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
    color: #757575;
    opacity: 1;
}

.arabic-font {
    font-family: "Droid Arabic Kufi", "Poppins", sans-serif !important;
}

form label,
.table thead th {
    text-transform: capitalize;
}

.nav-info {
    padding: 20px !important;
}

.navbar-header {
    border-bottom: 1px #eaeaea solid;
}

.content-header {
    margin: 30px 0;
}

.search-card {
    background-color: #fff;
    padding-top: 15px;
    width: 100%;
    margin: 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
}

.bg-gray {
    background-color: #c4c4c4;
    color: #000;
}

.modal {
    overflow: scroll;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 300px;
}

/* Header */

.navbar-semi-light .navbar-nav.float-right > li::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 24px;
    width: 1px;
    height: 30px;
    background: #e0e0e0;
}

.navbar-semi-light .navbar-nav.float-right > li:last-child::after {
    display: none;
}

/* Logos */

.navbar-brand .sm {
    width: 214px;
}

.navbar-brand .xs {
    display: none;
}

.menu-collapsed .navbar-brand .sm {
    display: none;
}

.menu-collapsed .navbar-brand .xs {
    display: block;
    height: 24px;
}

/* Sidebar */
.calendar {
    line-height: 18px;
}
.calendar .calendar-icon {
    width: 38px;
    height: 38px;
}

.menu-collapsed .calendar-icon {
    width: 34px;
    height: 34px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease,
        -moz-transform 0.3s ease, -o-transform 0.3s ease;
}

.menu-collapsed .main-menu.menu-light .navigation > li {
    padding-right: 5px;
}

.quick-menu {
    bottom: 1.3rem;
    width: 90%;
}
.quick-menu li {
    padding: 10px 20px 10px 10px;
    background: #ffffff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12),
        0px 2px 5px rgba(0, 0, 0, 0.16);
    border-radius: 0 15px 15px 0;
    margin-bottom: 15px;
    color: rgba(80, 80, 80, 1);
    font-size: 14px;
}

.quick-menu li a {
    color: rgba(80, 80, 80, 1);
    font-weight: bold;
}

.quick-menu li.primary {
    background: #cf2e26;
    color: #fff;
}

.quick-menu li.primary a {
    color: #fff;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .quick-menu {
    bottom: 5.3rem;
}

body.vertical-layout.vertical-menu.menu-collapsed
    .main-menu
    .quick-menu
    li
    a
    .menu-title {
    display: none;
}

/* Tables */

.table thead th {
    /*background: #e7e6e6;*/
    color: #000;
}

.table.pm thead th {
    background: transparent;
}

.table th,
.table td {
    border-bottom: 1px solid #eaeaea;
    padding: 0.75rem;
}

.table td {
    font-size: 15px;
    color: #505050;
}

.table.pm td {
    font-size: 13px;
    color: #6b6f80;
}

.table-hover tbody tr:hover {
    background: #e7e6e6;
}

.table.pm button {
    outline: none;
}

.btn {
    padding: 1.1rem 2.6rem;
    text-transform: uppercase;
}

.actions .btn {
    padding: 0;
    border-radius: 50%;
    line-height: 34px;
    width: 33px;
    height: 33px;
    color: #505050;
    background: #fff;
    box-shadow: 0px 2px 5px 0px #00000029;
    box-shadow: 0px 2px 10px 0px #0000001f;
}
.actions .btn:hover {
    color: #505050;
    box-shadow: 0px 2px 5px 0px #00000029;
    box-shadow: 0px 2px 10px 0px #0000001f;
}

.actions .dropdown-toggle::after {
    display: none;
}

.pagination {
    direction: rtl;
}

.pagination .page-link {
    color: #505050;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 36%);
    border: 0;
    border-radius: 5px;
}

.page-item.active .page-link {
    background: #c03d31;
    border: 0;
}

.page-link {
    padding: 0.8rem 1.3rem;
    margin: 0rem 0.5rem;
}

/* Login Page */

.login-page {
    background: #000;
    background-image: url(../app-assets/images/backgrounds/LoginBGFull.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100;
}

.login-page .login-content {
    /*background-image: url(../app-assets/images/backgrounds/LoginBG.png);*/
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-page .login-content .login-box {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 50px 50px 0;
}

.login-page .login-content .login-box h1 {
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
}
.login-page .login-content .login-box h1 span {
    color: #cf2e26;
}

.login-page .login-content .login-box p {
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #4d4b4b;
}

.login-page .login-content .login-box a.btn {
    color: #141414;
    background: #fff;
    border-radius: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1.1rem 4rem;
    box-shadow: 0px 2px 10px rgba(207, 46, 38, 0.32),
        0px 2px 5px rgba(207, 46, 38, 0.16);
}

.login-page .login-content .login-box .carousel-indicators {
    right: auto;
    bottom: -35px;
    margin: 0;
}
.login-page .login-content .login-box .carousel-indicators li {
    border: 1px solid #141414;
    background: transparent;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}
.login-page .login-content .login-box .carousel-indicators li.active {
    border: 1px solid #cf2e26;
    background: #cf2e26;
}

@media (max-width: 480px) {
    .login-page .login-content .login-box h1 {
        font-size: 2rem;
        font-weight: 700;
    }

    .login-page .login-content .login-box p {
        font-size: 1.2rem;
        font-weight: 400;
    }
    .login-page .login-content .login-box .carousel-indicators {
        bottom: -15px;
    }

    .navbar-brand .sm {
        display: none;
    }

    .navbar-brand .xs {
        display: block;
    }
}

/* landing-page */

body.landing-page {
    background: #fff;
    color: #808080;
    /*    font-family: "Poppins", sans-serif;
*/
}

body.landing-page nav a {
    color: #141414;
    font-size: 1.3rem;
}

body.landing-page nav .avatar {
    width: 40px;
}

body.landing-page nav .user-name {
    margin-left: 5px;
}

body.landing-page .title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #141414;
    text-transform: uppercase;
    min-height: 65px;
}

@media (min-width: 1600px) {
    body.landing-page .title {
        font-size: 2.5rem;
        font-weight: 700;
        color: #141414;
        text-transform: uppercase;
        min-height: 75px;
    }
}

body.landing-page #sections {
    position: relative;
}
body.landing-page #sections::after {
    content: "";
    width: 70%;
    height: 1px;
    background: #e3e3e3;
    position: absolute;
    right: 15%;
    bottom: 0;
}

body.landing-page #sections .section.disabled {
    opacity: 0.4;
}

body.landing-page #sections .section::after {
    content: "";
    height: 90%;
    width: 1px;
    background: #e3e3e3;
    position: absolute;
    right: 0;
    top: 5%;
}

body.landing-page #sections .section:last-child::after {
    display: none;
}

body.landing-page #sections a.btn {
    color: #141414;
    background: #fff;
    border-radius: 30px;
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 1.1rem 5rem;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}

body.landing-page #sections a.btn:hover {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #d02d26;
    color: #fff;
}

body.landing-page #services h6 {
    letter-spacing: 5px;
    color: #808080;
}

body.landing-page #services a.btn {
    color: #141414;
    background: #fff;
    border-radius: 40px;
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0.3rem 1.3rem;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}

@media (min-width: 1800px) {
    body.landing-page #services a.btn {
        color: #141414;
        background: #fff;
        border-radius: 40px;
        font-family: "Poppins", sans-serif;
        font-size: 1.1rem;
        font-weight: 500;
        padding: 0.6rem 4rem;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    }
}

body.landing-page #services a.btn:hover {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

body.landing-page #footer {
    position: relative;
}

body.landing-page #footer::after {
    content: "";
    width: 40%;
    height: 1px;
    background: #e3e3e3;
    position: absolute;
    right: 30%;
    top: 0;
}

body.landing-page #footer p {
    color: #808080;
}

/* accordion */
.accordion-wrappar {
    width: 180px;
    position: fixed;
    top: 0;
    z-index: 1052;
}

.accordion {
    left: -180px;
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 1052;
    width: 180px;
    background: linear-gradient(138.52deg, #ffffff 36.79%, #e7e6e6 60.69%);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12),
        0px 2px 5px rgba(0, 0, 0, 0.16);

    -webkit-transform: translateZ(-160px) translateX(-160px);
    -moz-transform: translateZ(-160px) translateX(-160px);
    transform: translateZ(-160px) translateX(-160px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}

.accordion-active {
    padding-left: 180px !important;
}

.header-accordion-active {
    left: 180px !important;
}

.accordion.active {
    left: 0;
}

.accordion-arrow {
    position: absolute;
    top: 20px;
    right: -30px;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 40%;
    font-size: 20px;
    line-height: 40px;
    background: linear-gradient(138.52deg, #ffffff 36.79%, #e7e6e6 60.69%);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12),
        0px 2px 5px rgba(0, 0, 0, 0.16);
    text-align: right;
    z-index: 1050;
}

.accordion .accordion-logo {
    min-height: 5.6rem;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    border-bottom: 1px #eaeaea solid;
    background: #fff;
    position: relative;
    z-index: 1051;
}

.accordion .accordion-logo .sm {
    display: block;
}

.accordion .accordion-logo .xs {
    display: none;
}

.accordion .accordion-services {
}

.accordion .accordion-services h6 {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 0.68rem;
    color: rgba(20, 20, 20, 0.54);
}

.accordion .accordion-services .services-list {
    padding-left: 20px;
}

.accordion .accordion-services .services-list li {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #505050;
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
}
.accordion .accordion-services .services-list li a {
    color: #505050;
}

.accordion .accordion-services .services-list li.disabled {
    opacity: 0.4;
}

.accordion .accordion-services .services-list li img {
    width: 18px;
    margin-right: 0.4rem;
}

.accordion .accordion-copyright {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: rgba(20, 20, 20, 0.54);
}
.accordion .accordion-copyright strong {
    color: #000;
}

@media (max-width: 480px) {
    .accordion {
        width: 60px;
    }
    .accordion .accordion-logo .sm {
        display: none;
    }

    .accordion .accordion-logo .xs {
        display: block;
    }
}

label {
    font-weight: normal;
    color: #231f20;
}

/* old css */
.dropdown-item.active,
.dropdown-item:active {
    background-color: #333;
}

html body a {
    color: #464855;
}
html body a:hover {
    /*    color: #487AF4;*/
    color: #000;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #cf2e26;
    /*    background-color: #222;*/
}
.nav-link {
    color: #848484;
    text-transform: capitalize;
}
.main-menu.menu-light .navigation > li ul .active {
    /*    background: #487af026;*/
    background: #f2635140;
    border-radius: 0 50px 50px 0;
    margin-right: 10px;
}

.input-group .form-control {
    height: calc(2.75rem + 12px);
}

.form-control:focus {
    background-color: transparent !important;
}
body.vertical-layout.vertical-menu.menu-expanded
    .main-menu.menu-light
    .navigation
    > li
    > a
    > i {
    border-radius: 100%;
}
.inbox_notification {
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px;
}
.inbox_notification .employee_photo_name {
    display: block;
    width: 100%;
    float: left;
    margin-top: 8px;
}
.employee_photo_name .text-circle {
    background: #cf2e26 !important;
}
.employee_photo_name .employee_photo {
    float: left;
}
.employee_photo_name .employee_name {
    float: left;
    margin-top: 8px;
    margin-left: 10px;
    color: #0f1729;
}
.inbox_notification .media_item {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border-bottom: #eee 1px solid;
    padding: 10px;
    position: relative;
}
.inbox_notification .notification-text {
    display: block;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.inbox_notification .unread_notification {
    background: #fff7f6;
}

.readable {
    position: absolute;
    top: 10px;
    right: 10px;
}
.i-read {
    width: 13px;
    height: 13px;
    background: #ffffff;
    border: #c7c7c7 1px solid;
    border-radius: 100%;
    display: inline-block;
}
.i-unread {
    width: 13px;
    height: 13px;
    background: #cf2e26;
    border: #cf2e26 1px solid;
    border-radius: 100%;
    display: inline-block;
}

.action_bar {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 0.25rem;
    position: relative;
}
.loading_action_bar {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffcf;
    border: #e4e4e4 1px solid;
    z-index: 9;
}

.loading_action_bar .spinner-border {
    position: absolute;
    left: 50%;
    top: 30%;
}

.select-filter {
    /*
    width: auto !important;
    display: inline-block;
*/
}

.select-assigne {
    border: none !important;
}
.action_bar .select2-container {
    /*    float: right;*/
    /*    margin-left: 6px;*/
}
.time_estimation {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
}
.time_estimation .input-group-text {
    background: none;
    border: none;
    padding-right: 5px;
}
.time_estimation input {
    background: none;
    border: none;
    padding-left: 5px;
}
.current_status {
    /*    background: #000 !important;*/
}
/*
.select2-container--default .select2-selection--single{
    border-color: transparent !important;
    background-color: transparent  !important;
    border: 1px solid transparent  !important;
}
*/

.select2-container--classic
    .select2-results__options
    .select2-results__option[aria-selected="true"],
.select2-container--default
    .select2-results__options
    .select2-results__option[aria-selected="true"] {
    /*    background-color: #487af0 !important;*/
    background-color: #222 !important;
    color: #ffffff !important;
}

.status_style {
    padding: 5px 10px 5px 10px;
    border: 1px solid;
    outline: 0;
}

@media (max-width: 1500px) {
    .status_style {
        padding: 5px 1px;
    }

    .status_style2 {
        padding: 5px 10px 5px 10px !important;
    }
}

.status_style2 {
    padding: 5px 10px 5px 10px !important;
}

.status_style_2 {
    padding: 5px 15px 5px 15px;
    border: 1px solid;
}
.status_new {
    background: #f2f2f2;
    color: #717171;
    border-color: #717171;
}
.status_in-progress {
    background: #e5f5ff;
    color: #10a1e2;
    border-color: #10a1e2;
}
.status_review {
    background: #fdedfd;
    color: #b60bc4;
    border-color: #b60bc4;
}
.status_completed {
    background: #f5fff7;
    color: #22a303;
    border-color: #22a303;
}
.status_hold {
    background: #fdf2ed;
    color: #e35e0a;
    border-color: #e35e0a;
}
.status_canceled {
    background: #fce8e8;
    color: #e21010;
    border-color: #e21010;
}
.status_pending {
    background: #f7eed9;
    color: #e2a212;
    border-color: #e2a212;
}
.status_created {
    background: #f2f2f2;
    color: #717171;
    border-color: #717171;
}
.status_rejected {
    background: #fce8e8;
    color: #e21010;
    border-color: #e21010;
}

.card-status {
    border: 1px solid #eaeaea;
}
.card-header-status {
    background-color: #fafafa;
    border-bottom: 1px solid #eaeaea;
    padding: 0.8rem 1.5rem !important;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: bold;
}

.card_status {
    width: 26px;
    height: 26px;
    background: #dddd;
    float: left;
    border-radius: 4px;
    margin-right: 10px;
}

.color_new {
    color: #717171;
}
.color_in-progress {
    color: #12a1e2;
}
.color_reviewed {
    color: #b615c4;
}
.color_assigned {
    color: #28afd0;
}
.color_waiting {
    color: #f7eed9;
}
.color_rejected {
    color: #fce8e8;
}
.color_completed {
    color: #22a303;
}

.card_status_new {
    background: #717171;
}
.card_status_in-progress {
    background: #12a1e2;
}
.card_status_reviewed {
    background: #b615c4;
}
.card_status_assigned {
    background: #28afd0;
}
.card_status_waiting {
    background: #f7eed9;
}
.card_status_rejected {
    background: #fce8e8;
}
.card_status_completed {
    background: #22a303;
}

.status_add_task {
    width: 1.95rem;
    height: 1.95rem;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

ul.sortable {
    min-height: 150px;
}

.task_elements {
    line-height: 2.5;
    position: relative;
    margin-bottom: 10px;
    /*    border-right: #ddd 1px solid;*/
}
.employee_assigned {
    display: inline-block;
}
.assigne_more {
    display: inline-block;
}
.assigne_more i {
    font-size: 20px;
    background: #e3e3e3;
    border-radius: 100%;
    padding: 4px;
    left: -13px;
    display: inline-block;
    top: -2px;
    position: relative;
}

.addBtn {
    float: right;
    margin: auto 5px;
}

.element-hint {
    font-size: 0.9em;
    font-weight: bold;
    margin-right: 10px;
    color: #5f5f5f;
    /*    display: block;*/
}

.assign_employee_container {
    position: absolute;
    top: 25px;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.input_date {
    display: inline-block;
    width: 140px;
    padding: 10px 0px 10px 0px;
    border: none;
    background: none;
}

.area_description:disabled {
    border: none;
    background: #f9f9f9;
    padding: 15px;
}

.description {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.timeline {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.comment_list_item {
    float: left;
    width: 100%;
    background: #fafafa;
    padding: 10px;
    position: relative;
    border-radius: 6px;
    margin-bottom: 5px;
}

.comment_list_item2 {
    float: left;
    width: 100%;
    background: #fafafa;
    padding: 10px;
    position: relative;
    border-radius: 6px;
    margin-bottom: 5px;
}
.employee_photo_name {
    float: left;
    width: 100%;
}
.task_time {
    float: right;
    margin-top: 7px;
    margin-right: 50px;
}
.task_more_action {
    position: absolute;
    right: 0px;
}

.notification-text {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-left: 40px;
}
.atwho-inserted {
    color: #000;
}

.mention_employee {
    color: #000;
}

.textarea_comment {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 15px;
    border: #d9d9d9 1px solid;
    border-radius: 3px;
    outline: none;
}
.action_comment {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.mention_comment {
    width: 100%;
    min-width: 300px !important;
}

.action_comment .custom-file {
    width: auto;
}

.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #000 !important;
    border-color: #000 !important;
}

.comment_area {
    background: #f1f1f1;
}

.files {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.img_upload {
    max-width: 70px;
    margin-right: 5px;
}
.img_upload_full {
    width: 100%;
}

.subtasks .table.table-padded {
    border-spacing: 0;
    margin-bottom: 10px !important;
}
.shared_person {
    width: 100%;
    padding: 0px 5px;
    margin: 0px;
    max-height: 200px;
    overflow: scroll;
    min-width: 200px;
}
.shared_person li {
    padding: 5px 5px;
    display: block;
    width: 100%;
    border-bottom: #eee 1px solid;
    float: left;
}

.shared_person .employee_photo_name .employee_name {
    float: left;
    margin-top: 13px;
    margin-left: 10px;
    color: #cf2e26;
    font-size: 11px;
}

.custom_editor {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.bg-gray {
    background: #f5f5f5;
}
.bg-gray .card-header {
    background: transparent;
}

.new_attach {
    position: relative;
}
.new_attach_container {
    background: #f9f9f9;
    padding: 10px;
}
.new_attach_container .task_elements {
    margin-right: 0;
}

.btn-primary-outline {
}

.select2-dropdown {
    /*    min-width: 200px;*/
}
.reasonOfReject {
    width: 100%;
    float: left;
}
.reasonOfApproval {
    width: 100%;
    float: left;
    visibility: hidden;
    height: 0px;
}
.reasonOfApprovalExpand {
    visibility: visible;
    height: auto;
}
.TextareaReasonOfApproval {
    margin-bottom: 10px;
}

.subtasks {
    width: 100%;
    float: left;
    border-top: #e0e0e0 1px solid;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    /*    color: #487af0;*/
    color: #cf2e26;
    background-color: transparent;
    /*    border-bottom: #487af0 3px solid;*/
    border-bottom: #cf2e26 3px solid;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.filter_notifications {
    margin-bottom: 20px;
}
.filter_notifications .nav-link.active,
.filter_notifications .nav-item.show .nav-link {
    background-color: #cf2e26;
    color: #fff;
}
.filter_notifications .nav-item .nav-link {
    padding: 6px 15px !important;
    border-radius: 40px !important;
}

.iconRemoveUser {
    position: absolute !important;
    left: -9px !important;
    bottom: 13px !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 100%;
    background: #cf2e26 !important;
    color: #fff !important;
    text-align: center;
    line-height: 20px;
    display: none;
}

.users-list li:hover .iconRemoveUser {
    display: block;
}
.avatar {
    /*background-color: #cf2e26;*/
}

.avatar-sm {
    height: 32px !important;
    width: 32px !important;
}

html body .content .content-wrapper .content-header-title {
    font-size: 1.2em;
}
.table-responsive {
    font-size: 13px;
}

.filterByTask {
    margin: 0;
    padding-right: 0px;
    display: inline-block;
    position: relative;
}
.icon_filterByTask {
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 14px;
    z-index: 111;
}

.filterByTask .form-control {
    padding: 0.9rem 1.7rem;
}

.filterByTask .select2.select2-container.select2-container--default,
.filterByTask
    .select2.select2-container.select2-container--default.select2-container--focus {
    /*    width: 100% !important;*/
    margin-right: 5px;
}
.filterByTask .select2-container--default .select2-selection--single {
    background: #fff !important;
    border: none !important;
    padding-left: 20px !important;
}
.modal-content .select2.select2-container.select2-container--default,
.modal-content
    .select2.select2-container.select2-container--default.select2-container--focus {
    width: 100% !important;
}
.card-body .select2.select2-container.select2-container--default,
.card-body
    .select2.select2-container.select2-container--default.select2-container--focus {
    width: 100% !important;
}
.form-group .select2.select2-container.select2-container--default,
.form-group
    .select2.select2-container.select2-container--default.select2-container--focus {
    width: 100% !important;
}

.assigne_Request_input .select2.select2-container.select2-container--default,
.assigne_Request_input
    .select2.select2-container.select2-container--default.select2-container--focus {
    width: 100% !important;
}

.listOfShare {
    width: 100%;
    float: left;
}
.listOfShare ul {
    padding-left: 0;
}
.listOfShare ul li {
    list-style: none;
    display: block;
    width: 100%;
    float: left;
    padding: 8px 0;
    border-bottom: #ececec 1px solid;
    position: relative;
}

.priorityOfTask {
    display: inline-block;
    margin-right: 5px;
}
.priorityOfTask span::before {
    display: block;
    font-size: 15px;
    font-family: "feather";
    content: "\e900";
}
.priorityLow {
    color: #6967ce;
}
.priorityMedium {
    color: #fdb901;
}
.priorityHigh {
    color: #fa626b;
}

.card.card-fullscreen {
    z-index: 1050;
}
.main-menu.menu-fixed {
    z-index: 1040;
}
.modal-backdrop {
    opacity: 0.7 !important;
}
.element-hint i {
    font-size: 17px;
    color: #5f5f5f;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.flex {
    display: flex;
    flex-direction: row;
}
.gutter.gutter-horizontal {
    cursor: ew-resize;
}

.container_wrapp {
    margin: 0 -25px;
}

/*

.listOfTasks{
    width: 100%;
    float: left;
}
.listOfTasks ul {
    padding-left: 0;
}
.listOfTasks ul li{
    list-style: none;
    display: block;
    width: 100%;
    float: left;
    padding: 8px 0;
    border-bottom: #ececec 1px solid;
}
.arrowOfTask{
    float: left;
}
.titleOfTask{
    float: right;
}
.status_style_task{
    float: right;
    font-size: 12px;
}
.subtaskOfTask{
    margin-left: 20px;
    display: none;
}
.subtaskOfTask li{
    border-bottom: none !important;
}*/

.listOfTasks {
    width: 100%;
    float: left;
}
.itemOfTask {
    float: left;
    width: 100%;
    position: relative;
    /*    padding: 10px;*/
    border-bottom: #ececec 1px solid;
}
.titleOfTask {
    margin-left: 15px;
    display: inline-block;
    float: left;
}
.status_style_task {
    float: right;
    font-size: 12px;
    display: inline-block;
    padding: 2px 10px;
}

.subtaskOfTask {
    float: left;
    width: 100%;
    padding-left: 20px;
    margin-top: 5px;
    position: relative;
}
.subtaskOfTask::before {
    position: absolute;
    content: "";
    top: -20px;
    left: 6px;
    width: 1px;
    height: 100%;
    background: #6b6f80;
}
.oneOfSubtask {
    float: left;
    width: 100%;
    padding: 10px 10px 10px 0px;
    border-top: #ddd 1px solid;
    position: relative;
}

.oneOfSubtask::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -13px;
    width: 13px;
    height: 1px;
    background: #6b6f80;
}
.control_subtasks {
    position: absolute;
    top: 10px;
    left: 0;
    cursor: pointer;
    /*    display: none;*/
}

.card-header .heading-elements a,
.card-header .heading-elements-toggle a {
    padding: 1px;
}
.card-header .heading-elements a,
.card-header .heading-elements-toggle a.btn {
    padding: 18px;
}

@media (max-width: 1600px) {
    .taskDetails .card-header .heading-elements a,
    .card-header .heading-elements-toggle a.btn {
        padding: 1px;
    }
}
.icon_action_bar {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 40px;
    color: #000;
}
.icon_action_bar:hover {
    background: #222;
    color: #fff;
}
.title-task-editable {
    width: 60%;
    border: none;
    position: relative;
}
.title-task-display {
    width: 100%;
}
.title-task-display input {
    width: 100%;
}
.title-task-edit {
    position: absolute;
    width: 93%;
    top: -10px;
    left: 0;
    display: none;
    border: none;
    border-bottom: #ddd 1px solid;
    padding-bottom: 6px;
}
.title-task-save {
    color: #22c108;
    font-size: 20px;
    display: none;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: -8px;
}

.action-control-bar {
    float: left;
    width: 100%;
    border: #ebebeb 1px solid;
    border-radius: 3px;
    margin-bottom: 10px;
    box-shadow: #00000017 0px 3px 6px;
    padding: 10px 15px 10px 15px;
}
.item-action-control-bar {
    float: left;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
}
.label-item {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
    color: #565656;
    font-size: 15px;
}
.content-item-action-control-bar {
    display: block;
    width: 100%;
    /*    float: left;*/
    /*    margin-top: 10px;*/
    position: relative;
}
.status-action-bar {
    float: left;
}
.status-p {
    padding-left: 5px;
}
.change-status {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    font-size: 18px;
    background: #ffffff2e;
    text-align: center;
    border-radius: 100%;
    position: relative;
    left: -26px;
}

.select2-dropdown {
    min-width: 200px;
}
.change-status-container {
    position: absolute;
    top: 25px;
    left: 0;
    z-index: -1;
    opacity: 0;
}
.item-date {
    display: inline-block;
    margin-right: 20px;
    float: left;
    margin-top: 5px;
    position: relative;
    color: #464855;
}
.icon_date {
    width: 30px;
    padding: 8px;
    border-radius: 100%;
}
.icon_start_date {
    background: #e2f6ff;
    color: #12a1e2;
}
.icon_end_date {
    background: #ffeded;
    color: #a70000;
}

.date-overhidden {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.sectionOfTask {
    float: left;
    width: 100%;
    border: #ebebeb 1px solid;
    border-radius: 3px;
    margin-bottom: 10px;
    box-shadow: #00000017 0px 3px 6px;
    padding: 15px 10px 0px 10px;
}

.sectionOfTask .card-header {
    padding: 0px;
    margin-bottom: 15px;
}
.sectionOfTask .card-body {
    padding: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.sectionOfTask.collapse-icon [data-toggle="collapse"]:before,
.sectionOfTask.collapse-icon [data-toggle="collapse"]:after {
    right: 0px;
    background: #fff;
    padding: 4px 5px;
    margin-top: -16px;
    border-radius: 3px;
    border: #ddd 1px solid;
    color: #4a4e5a;
}

.sectionOfTask.collapse-icon [data-toggle="collapse"]:after {
    content: "\e92a";
}

.sectionOfTask.collapse-icon a.no-arrow[data-toggle="collapse"]:before,
.sectionOfTask.collapse-icon a.no-arrow[data-toggle="collapse"]:after {
    display: none;
}
.sectionOfTask.collapse-icon a.no-arrow[data-toggle="collapse"]:after {
    display: none;
}

.hint_sectionOfTask {
    position: absolute;
    top: -4px;
    right: 40px;
    font-size: 13px;
}
#task-subtasks.table th,
#task-subtasks.table td {
    padding: 0.5rem;
}
html body .content .content-wrapper {
    padding: 1.2rem;
    background: #f4f4f4;
}
.header-navbar .navbar-container ul.nav li a.menu-toggle {
    padding: 1.7rem 1rem 1.6rem 0rem;
}

.main-menu.menu-light .navigation > li ul .active > a {
    /*    color: #487af0;*/
}

.addMasterBtn {
    background: #00000024;
    color: #fff;
    padding: 10px;
    border-radius: 100%;
    /*    border: #6e97f9 1px solid;*/
    box-shadow: #ffffff2e 0px 2px 4px;
    font-size: 18px;
}

.main-menu.menu-light .navigation > li ul .active > a:before {
    /*    background-color: #487af0;*/
    /*    border-color: #487af0;*/
}
.main-menu.menu-light .navigation > li.hover > a,
.main-menu.menu-light .navigation > li:hover > a,
.main-menu.menu-light .navigation > li.active > a {
    /*    color: #487af0 !important;*/
}
.main-menu.menu-light .navigation > li.open > a {
    /*    color: #487af0;*/
}
body.vertical-layout.vertical-menu.menu-expanded
    .main-menu.menu-light
    .navigation
    .hover
    > a
    > i,
body.vertical-layout.vertical-menu.menu-expanded
    .main-menu.menu-light
    .navigation:hover
    > a
    > i,
body.vertical-layout.vertical-menu.menu-expanded
    .main-menu.menu-light
    .navigation
    .open
    > a
    > i {
    /*        box-shadow: 0px 0px 20px #487af04d;*/
    /*        -webkit-box-shadow: 0px 0px 20px #487af04d;*/
}
body.vertical-layout.vertical-menu.menu-collapsed
    .main-menu
    .main-menu-content
    > span.menu-title,
body.vertical-layout.vertical-menu.menu-collapsed
    .main-menu
    .main-menu-content
    a.menu-title {
    /*    background-color: #487af0;*/
    /*    border-color: #487af0;*/
}

.btn-outline-danger {
    border-color: #cf2e26 !important;
    background-color: transparent;
    color: #cf2e26 !important;
}
.btn-outline-primary {
    border-color: #cf2e26;
    background-color: transparent;
    color: #cf2e26 !important;
}

.btn-outline-primary:hover {
    border-color: #cf2e26;
    background-color: #cf2e26;
    color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #487af0;
    border-color: #487af0;
}
.main-menu.menu-light .navigation > li.open .hover > a:before {
    background-color: #487af0;
    border-color: #487af0;
}

.icon_remove_share {
    position: absolute;
    top: 6px;
    right: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: solid 1px #cf2e26;
    border-radius: 50%;
}

.icon_sectionOfTask {
    background: #f5f5f5;
    padding: 8px;
    border-radius: 8px;
    font-size: 16px;
    margin-right: 5px;
    color: #000;
    display: inline;
}

.currentTask {
    background: #f5f5f5 !important;
}
.currentTask a {
    color: #000;
}
.one-itemOfTask {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
}

.action-filter-bar {
    float: left;
    width: 100%;
    border: #ebebeb 1px solid;
    border-radius: 3px;
    margin-bottom: 10px;
    box-shadow: #00000017 0px 3px 6px;
    padding: 4px 10px;
}

.tasksOfProject {
    float: left;
    width: 100%;
    position: relative;
}

.addNewTask {
    float: left;
    width: 100%;
    padding: 10px 0;
    position: relative;
}

.input-addNewTask {
    width: 93%;
    border: none;
    border-bottom: #ddd 1px solid;
    padding: 6px;
    outline: none;
}

.save-addNewTask {
    color: #22c108;
    font-size: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.MyRequests {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px;
}
.listOfRequests {
    width: 100%;
    float: left;
}

.currentRequest {
    background: #f5f5f5 !important;
    /*    color: #487af0;*/
    color: #000;
}
.currentRequest a {
    /*    color: #487af0;*/
    color: #000;
}

.request_approval_time {
    float: right;
    margin-top: 7px;
    margin-right: 5px;
}

.form-display {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.one-form-display {
    float: left;
    width: 100%;
    padding: 5px 10px;
    border-left: #e8e8e8 4px solid;
    margin-bottom: 15px;
}
.label-form-display {
    font-weight: 700;
    margin-bottom: 5px;
    color: #0f1729;
    float: left;
    width: 100%;
}
.answer-form-display {
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 5px;
    float: left;
    width: 100%;
}

.listOfTemplates {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.titleOfSector {
    font-weight: 700;
}

.sectionOfTemplates {
    float: left;
    width: 100%;
    border: #ebebeb 1px solid;
    border-radius: 3px;
    margin-bottom: 10px;
    /*    box-shadow: #00000017 0px 3px 6px;*/
    padding: 15px 10px 0px 10px;
}

.sectionOfTemplates .card-header {
    padding: 0px;
    margin-bottom: 15px;
}
.sectionOfTemplates .card-body {
    padding: 0px;
    padding-bottom: 15px;
}

.sectionOfTemplates.collapse-icon [data-toggle="collapse"]:before,
.sectionOfTemplates.collapse-icon [data-toggle="collapse"]:after {
    right: 0px;
    background: #fff;
    padding: 4px 5px;
    margin-top: -16px;
    border-radius: 3px;
    border: #ddd 1px solid;
    color: #4a4e5a;
}

.sectionOfTemplates.collapse-icon [data-toggle="collapse"]:after {
    content: "\e92a";
}

.templateOfTemplates {
    padding: 0;
    margin: 0;
}
.templateOfTemplates li {
    list-style: none;
}
.templateOfTemplates li a {
    padding: 10px;
    display: block;
    width: 100%;
    border-bottom: #eee 1px solid;
}

.formOfTemplate {
    float: left;
    width: 100%;
    margin: 20px 0 15px 0;
}
.formOfTemplate .form-group {
    margin-bottom: 2.5rem;
}
.formOfTemplate .labelForm {
    display: block;
    font-weight: 700;
}
.formOfTemplate .select2-container {
    width: 100% !important;
}
.formOfTemplate .select2-container--default .select2-selection--single {
    border: 1px solid #cad0e7 !important;
}

.one-switcher {
    display: inline-block;
    margin-right: 20px;
}

.one-switcher-display {
    display: inline-block;
    margin-right: 20px;
}
.one-switcher-display::before {
    font-family: "feather" !important;
    content: "\e926";
    position: relative;
    left: 0;
    margin-right: 7px;
    color: #6e7383;
    background: #eaeaea;
    padding: 2px;
    border-radius: 2px;
}

.alert {
    position: fixed;
    z-index: 111111;
    max-width: 500px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid !important;
    box-shadow: #00000024 0px 0px 12px;
    border-radius: 6px;
}

.alert-success {
    border-color: #a8c599;
    background-color: #fcfff5;
    color: #0b760d;
}

.action_table {
    display: inline-block;
    margin-right: 15px;
}
.switcher {
    display: inline-block;
    position: relative;
    top: 7px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin-right: 7px;
    margin-bottom: 0;
}
.labelSwitcher {
    color: #464855;
    line-height: 26px;
    font-weight: normal;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e6e6e6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #e6e6e6;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #cf2e26;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.one-question-type {
    float: left;
    width: 100%;
    position: relative;
    border: #dededf 1px solid;
    margin-bottom: 50px !important;
    padding: 45px 15px 5px 15px;
    border-radius: 10px;
}

.nameOfQuestion {
    position: absolute;
    background: #fff;
    padding: 5px 20px;
    top: -20px;
    left: 20px;
    border-radius: 18px;
    border: #dededf 1px solid;
    color: #0f1729;
    font-weight: bold;
}
.removeOfQuestion {
    position: absolute;
    top: -20px;
    right: 20px;
    cursor: pointer;
    font-size: 18px;
    /*    display: none;*/
}
.removeOfQuestion .icon_action_bar {
    /*border: #c9d2e7 1px dashed;*/
}
.one-question-type:hover .removeOfQuestion {
    display: block;
}

.requiredOfQuestion {
    position: absolute;
    background: #f5f5f5;
    padding: 5px 10px;
    top: -20px;
    right: 74px;
    border-radius: 50px;
    border: #c9d2e7 1px solid;
    color: #0f1729;
}

.sortOfQuestion {
    position: absolute;
    background: #f5f5f5;
    padding: 2px 10px;
    bottom: -30px;
    left: 50px;
    border-radius: 50px;
    border: #c9d2e7 1px solid;
    color: #0f1729;
    width: 140px;
    text-align: center;
}

.uniquePathOfQuestion {
    position: absolute;
    background: #f5f5f5;
    padding: 5px 10px;
    bottom: -25px;
    right: 15px;
    border-radius: 50px;
    border: #c9d2e7 1px solid;
    color: #0f1729;
}

.requiredOfQuestion .one-switcher,
.requiredOfQuestion .one-switcher label {
    margin: 0;
}
.containerOfQuestion {
    float: left;
    width: 100%;
}

.addMoreQuestion {
    background: #f9f9f9;
    padding: 20px !important;
    margin: 10px 0 !important;
    width: 100%;
    border: #ddd 2px dashed;
    border-radius: 10px;
}

.reason {
    font-size: 0.9em;
    font-weight: 600;
    color: #5a5a5a;
}
.reasonOfReject,
.assignRequest {
    display: none;
}

.step_num {
    background-color: #497bf0;
    display: inline-block;
    /* padding: 15px; */
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 2.5;
    border-radius: 24px;
    color: #fff;
    margin-bottom: 5px;
}

.color_approved {
    color: #22a303;
}
.color_reviewed {
    color: #28afd0;
}
.color_assigned {
    color: #28afd0;
}
.color_waiting {
    color: #e2a212;
}
.color_rejected {
    color: #e21010;
}

.no-request {
    display: block;
    width: 100%;
    text-align: left;
    color: #888;
    padding: 20px 10px;
    border: #ddd 1px dashed;
    text-align: center;
}
.no-request i {
    color: #888;
    font-size: 30px;
    background: #eee;
    padding: 20px;
    border-radius: 100%;
    margin-bottom: 10px;
    display: inline-block;
}
.no-request h4 {
    color: #888;
}
.no-request p {
    padding: 0;
    margin: 0;
}
.ad-logo {
    max-width: 120px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.btn-outline-secondary {
    color: #969696;
    border-color: #e2e2e2;
}

.icon_favo {
    background: #e8b210;
    color: #fff;
}

.card.resultOfProject {
    border: #ddd 1px solid;
    padding: 15px 10px 10px 10px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07) !important;
    box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07) !important;
    margin-bottom: 15px;
}
.sectionOfTask .resultOfProject .card-body {
    padding-bottom: 0 !important;
}

.container-details {
    float: left;
    width: 100%;
    margin-top: 10px;
    display: none;
}
.moreDetails {
    position: relative;
    padding: 7px;
    display: block;
}

.chartArea {
    margin-top: 40px;
    overflow: scroll;
}

.btn-primary:focus,
.btn-primary:active {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

/* accordion */
.accordion-wrappar {
    width: 180px;
    position: fixed;
    top: 0;
    z-index: 1052;
}

.accordion {
    left: -180px;
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 1052;
    width: 180px;
    background: linear-gradient(138.52deg, #ffffff 36.79%, #e7e6e6 60.69%);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12),
        0px 2px 5px rgba(0, 0, 0, 0.16);

    -webkit-transform: translateZ(-160px) translateX(-160px);
    -moz-transform: translateZ(-160px) translateX(-160px);
    transform: translateZ(-160px) translateX(-160px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}

.accordion-active {
    padding-left: 180px !important;
}

.header-accordion-active {
    left: 180px !important;
}

.accordion.active {
    left: 0;
}

.accordion-arrow {
    position: absolute;
    top: 20px;
    right: -30px;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 40%;
    font-size: 20px;
    line-height: 40px;
    background: linear-gradient(138.52deg, #ffffff 36.79%, #e7e6e6 60.69%);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12),
        0px 2px 5px rgba(0, 0, 0, 0.16);
    text-align: right;
    z-index: 1050;
}

.accordion .accordion-logo {
    min-height: 5.6rem;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    border-bottom: 1px #eaeaea solid;
    background: #fff;
    position: relative;
    z-index: 1051;
}

.accordion .accordion-logo .sm {
    display: block;
}

.accordion .accordion-logo .xs {
    display: none;
}

.accordion .accordion-services {
}

.accordion .accordion-services h6 {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 0.58rem;
    color: rgba(20, 20, 20, 0.54);
}

.accordion .accordion-services .services-list {
    padding-left: 20px;
}

.accordion .accordion-services .services-list li {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #505050;
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
}
.accordion .accordion-services .services-list li a {
    color: #505050;
}

.accordion .accordion-services .services-list li.disabled {
    cursor: none;
    opacity: 0.4;
}

.accordion .accordion-services .services-list li img {
    width: 18px;
    margin-right: 0.4rem;
}

.accordion .accordion-copyright {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: rgba(20, 20, 20, 0.54);
}
.accordion .accordion-copyright strong {
    color: #000;
}

@media (max-width: 480px) {
    .accordion {
        width: 60px;
    }
    .accordion .accordion-logo .sm {
        display: none;
    }

    .accordion .accordion-logo .xs {
        display: block;
    }
}

/* form  */
.datepicker {
    outline: 0;
}

.action-control-bar input.datepicker {
    width: 85px !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    background: transparent;
    border: 0;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field,
.select2-container .select2-search--inline {
    height: 0;
}

#WACContainer.WACContainer,
#WACContainer.WACContainer .WAC__message,
#WACContainer.WACContainer .WACBotContainer,
#WACContainer.WACContainer .WAC__messagesAndInputContainer,
#WACContainer.WACContainer .WACMessagesContainer__NonInputContainer {
    font-family: "Ubuntu", sans-serif !important ;
    font-size: 14px !important;
}

#WACContainer.WACContainer .WAC__homeScreen .WAC__header,
#WACContainer.WACContainer .WAC__headerContainer {
    background: #e7e6e6 !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12),
        0px 2px 5px rgba(0, 0, 0, 0.16);
    font-family: "Ubuntu", sans-serif !important ;
}

#WACContainer.WACContainer .WACBotContainer .WAC__header {
    min-height: 65px;
}

#WACContainer.WACContainer .WACBotContainer .WAC__header-name,
#WACContainer.WACContainer .WACProcessContainer .WAC__header-name {
    font-size: 22px !important;
    line-height: 25px;
}

#WACContainer.WACContainer
    .WAC__header
    .WAC__headerButtons
    button.WAC__button--ghost {
    border: solid 1px #221f20;
    border-radius: 50%;
}

#WACContainer.WACContainer .WAC__messagesAndInputContainer,
#WACContainer.WACContainer .WACMessagesContainer__NonInputContainer {
    background: #ffffff !important;
}

#WACContainer.WACContainer .WAC__homeScreen-body,
#WACContainer.WACContainer .WAC__sent {
    background: #f4f4f4 !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12),
        0px 2px 5px rgba(0, 0, 0, 0.16);
    border: none !important;
    color: #000000 !important;
    font-family: "Ubuntu", sans-serif !important ;
}

#WACContainer.WACContainer .WAC__sent:after {
    display: none;
}

#WACContainer.WACContainer .WAC__selectHolder {
    background: #fff !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12),
        0px 2px 5px rgba(0, 0, 0, 0.16);
}

#WACContainer.WACContainer .WAC__RichText button,
#WACContainer.WACContainer button.WAC__button--round {
    padding: 8px 15px !important;
    background: #cf2e26 !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12),
        0px 2px 5px rgba(0, 0, 0, 0.16) !important;
    color: #fff !important;
    font-size: 14px !important;
}

#WACContainer.WACContainer .WACBotContainer .WAC__inputContainer {
    padding: 10px !important;
    margin-bottom: 10px;
}

#WACContainer.WACContainer
    .WAC__inputContainer
    .WAC__inputContainer-TextAreaContainer {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12),
        0px 2px 5px rgba(0, 0, 0, 0.16) !important;
    border-radius: 3px !important;
}

#WACContainer.WACContainer .WAC__homeScreen-greeting,
#WACContainer.WACContainer .WAC__header-name,
#WACContainer.WACContainer
    .WAC__AlternateSuggestionsOptionsPanel
    .WAC__button-holder
    button,
#WACContainer.WACContainer .WAC__button-holder ul li button,
#WACContainer.WACContainer .WAC__messages .WAC__messagesEndChatButton,
#WACContainer.WACContainer .WAC__process-launcher .WAC__button--round {
    font-family: "Ubuntu", sans-serif !important ;
}
#WACContainer.WACContainer button.WAC__button--primary:enabled,
#WACContainer.WACContainer
    button.WAC__send-button.WAC__button--base.WAC__button--primary:disabled {
    background: rgb(207, 46, 38) !important;
    background: linear-gradient(
        0deg,
        rgba(207, 46, 38) 0%,
        rgba(207, 46, 38) 100%
    ) !important;
}
#WACContainer.WACContainer
    .WAC__homeScreen-starter
    button.WAC__button--ghost:enabled {
    color: #cf2e26 !important;
    font-family: "Ubuntu", sans-serif !important ;
}

#WACLauncher__Button {
    display: none !important;
}

#WACContainer.WACContainer
    .WAC__homeScreenOriginal-starter
    button.WAC__button--ghost:enabled {
    color: #cf2e26 !important;
}

body.login-page {
}

body.login-page video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
}

body.login-page .login-content {
    position: relative;
    z-index: 2;
}

.swal2-popup .swal2-title {
    color: rgba(34, 31, 32, 1) !important;
    font-size: 24px !important;
    font-family: "Ubuntu", sans-serif !important;
    letter-spacing: 5px !important;
    text-transform: uppercase !important;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background: #cf2e26 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
    font-family: "Ubuntu", sans-serif !important;
    outline: none !important;
    border: none !important;
}

.bg-gray-dark {
    background: #e7e6e6;
}

.card .card.shadow {
    -webkit-box-shadow: 0px 1px 15px 1px rgb(62 57 107 / 7%) !important;
    box-shadow: 0px 1px 15px 1px rgb(62 57 107 / 7%) !important;
    font-size: 15px;
}

.head-title {
    color: #231f20;
}

.complete-text {
    color: #32ba7c;
}
.active-text {
    color: #efbd42;
}
.total-text {
    color: #221f20;
}

.pm-progress-bar {
    position: relative;
    text-align: center;
}

.pm-progress-bar .count-wrapper {
    position: absolute;
    bottom: 0px;
    right: auto;
    left: auto;
    width: 100%;
    color: #c0bebe;
    font-size: 30px;
}
.pm-progress-bar .count-wrapper .count {
    font-size: 40px;
    color: #221f20;
}
.pm-progress-bar .count-wrapper .text {
    font-size: 16px;
    color: #221f20;
}

.barOverflow {
    /* Wraps the rotating .bar */
    position: relative;
    overflow: hidden; /* Comment this line to understand the trick */
    width: 200px;
    height: 100px; /* Half circle (overflow) */
    margin-bottom: -14px; /* bring the numbers up */
    margin: auto;
}
.bar-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px; /* full circle! */
    border-radius: 50%;
    box-sizing: border-box;
    border: 13px solid #fff; /* half gray, */
    border-bottom-color: #32ba7c; /* half azure */
    border-right-color: #32ba7c;
}

@media (min-width: 1500px) {
    .pm-progress-bar .count-wrapper {
        position: absolute;
        bottom: 0px;
        right: auto;
        left: auto;
        width: 100%;
        color: #c0bebe;
        font-size: 30px;
    }
    .pm-progress-bar .count-wrapper .count {
        font-size: 40px;
        color: #221f20;
    }
    .pm-progress-bar .count-wrapper .text {
        font-size: 16px;
        color: #221f20;
    }

    .barOverflow {
        /* Wraps the rotating .bar */
        position: relative;
        overflow: hidden; /* Comment this line to understand the trick */
        width: 260px;
        height: 130px; /* Half circle (overflow) */
        margin-bottom: -14px; /* bring the numbers up */
    }
    .bar-progress {
        position: absolute;
        top: 0;
        left: 0;
        width: 260px;
        height: 260px; /* full circle! */
        border-radius: 50%;
        box-sizing: border-box;
        border: 13px solid #fff; /* half gray, */
        border-bottom-color: #32ba7c; /* half azure */
        border-right-color: #32ba7c;
    }
}

.tasksOfProject .nav.nav-tabs .nav-item .nav-link {
    padding: 1rem 1rem;
}

.fc-event,
.fc-event:hover {
    color: #fff !important;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    outline: none;
}

/*  */
.img-tiny {
    width: 18px;
}

body.meeting {
    background: #fff;
}

#meeting .card {
    border-radius: 10px !important;
}

#meeting #calendar {
    font-family: "Inter", sans-serif;
}
#meeting #calendar h3 {
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
}
#meeting #calendar .fc-right {
    display: none !important;
}

#meeting #calendar .fc-left {
    width: 130px !important;
    margin: auto !important;
    float: none;
}
#meeting #calendar .fc-left h2 {
    font-family: "Inter", sans-serif;
    margin-bottom: 30px;
}

#meeting .fc-unthemed th,
#meeting .fc-unthemed td,
#meeting .fc-unthemed thead,
#meeting .fc-unthemed tbody,
#meeting .fc-unthemed .fc-divider,
#meeting .fc-unthemed .fc-row,
#meeting .fc-unthemed .fc-content,
#meeting .fc-unthemed .fc-popover,
#meeting .fc-unthemed .fc-list-view,
#meeting .fc-unthemed .fc-list-heading td {
    text-align: center;
    border: none;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #000;
}
#meeting .fc-unthemed th {
    font-size: 16px;
    font-weight: normal;
    padding: 15px 10px;
}
#meeting .fc td.fc-today {
    color: #cf2e26;
    background: none;
}
#meeting .fc-row {
    display: flex;
    align-items: center;
}
#meeting .nav.nav-tabs {
    border-radius: 5px;
}
#meeting .nav.nav-tabs .nav-item .nav-link {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 1px 15px 1px rgb(62 57 107 / 15%);
    box-shadow: 0px 1px 15px 1px rgb(62 57 107 / 15%);
    border-bottom: 0;
    border-radius: 0;
    padding: 1.4rem 1.5rem;
    color: #231f20;
}
#meeting .nav.nav-tabs .nav-item .nav-link.active {
    background: #d02d26;
    color: #fff;
    border-bottom: 0;
    border-radius: 0;
    color: #fff;
}

#meeting .bg-dark {
    background: #231f20 !important;
}

@media (max-width: 320px) {
    #meeting .fc-unthemed th,
    #meeting .fc-unthemed td,
    #meeting .fc-unthemed thead,
    #meeting .fc-unthemed tbody,
    #meeting .fc-unthemed .fc-divider,
    #meeting .fc-unthemed .fc-row,
    #meeting .fc-unthemed .fc-content,
    #meeting .fc-unthemed .fc-popover,
    #meeting .fc-unthemed .fc-list-view,
    #meeting .fc-unthemed .fc-list-heading td {
        text-align: center;
        border: none;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #000;
    }

    #meeting .fc-unthemed th {
        font-size: 13px;
    }
}

.meeting .buttons {
    right: 10px;
    top: 7px;
}

.meeting .buttons a {
    padding: 6px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-left: 2px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12),
        0px 2px 5px rgba(0, 0, 0, 0.16);
}

.width-40 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.card .card-title {
    font-weight: 500;
    text-transform: capitalize;
}

.form-control {
    border: 1px solid #dededf;
}

.btn-icon {
    padding: 0.7rem 2.6rem !important;
}

.btn-outline-dark {
    border: solid 1px #adadad;
}

#search-results {
    background: #fff;
}

#search-results ul {
    padding: 0;
}

#search-results ul li {
    padding: 10px 10px;
    border-bottom: solid 1px #dadada;
}
#search-results ul li a {
    display: block;
}

@media print {
    body.vertical-layout.vertical-menu.menu-expanded .content,
    body.vertical-layout.vertical-menu.menu-expanded .footer {
        margin-left: 0 !important;
    }
    #two {
        max-width: 100% !important;
        width: 100% !important;
        flex: 0 0 100% !important;
    }
    #one,
    .content-header,
    .main-menu,
    .comments-section {
        display: none !important;
    }
}

/* custom */
.search-box .form-control-position {
    top: 5px;
}

.modal-header {
    background-color: #231f20;
    color: #fff;
    padding: 1.3rem;
}

.modal-header .modal-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.modal-header .close {
    color: #000;
    opacity: 1;
    box-shadow: none;
}
.modal-header .close span {
    background: #000;
    color: #fff;
    border: solid 2px #fff;
    text-shadow: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 24px;
    display: block;
    font-weight: normal;
}

.shadow-sm {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12),
        0px 2px 5px rgba(0, 0, 0, 0.16) !important;
}

.form-control {
    padding: 0.9rem 1rem;
}
.mb-05,
.my-05 {
    margin-bottom: 0.4rem !important;
}

.custom-control-label::before {
    border: solid 1px #dededf;
    background: none;
    width: 1.2rem;
    height: 1.2rem;
}
.custom-control-label::after {
    width: 1.2rem;
    height: 1.2rem;
    background: no-repeat 50% / 70% 68%;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #d02d26;
    background-color: #d02d26;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
    margin-left: 0;
}

.btn {
    font-weight: 500;
    text-transform: capitalize;
}

.avatar {
    text-align: center;
    line-height: 40px;
    height: 44px;
}

/*.status_style {
    float: right;
}*/

@media (max-width: 1500px) {
    .card-header .heading-elements a,
    .card-header .heading-elements-toggle a.btn {
        padding: 5px;
    }
}

@media (max-width: 768px) {
    .search-box input {
        width: 250px;
    }
    .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }
    .header-navbar .navbar-container ul.nav li a.dropdown-user-link .avatar {
        width: 34px;
    }

    .avatar {
        height: 34px;
        text-align: center;
        line-height: 34px;
        margin-right: 3px !important;
    }

    .header-navbar .navbar-container .show .dropdown-menu {
        left: auto !important;
    }

    .heading-elements.visible {
        width: auto !important;
        left: auto !important;
    }
}

@media (max-width: 480px) {
    .search-box input {
        width: 160px;
    }

    .sectionOfTask .btn {
        padding: 1.1rem 1.6rem;
    }

    .sectionOfTask .notification-text {
        padding-left: 0;
    }

    .sectionOfTask .task_time {
        margin-right: 0;
    }

    .label-item {
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .filterByTask {
        width: 50%;
        float: left;
    }

    .nav.nav-tabs .nav-item .nav-link {
        padding: 1rem 1rem;
    }

    .requiredOfQuestion {
        right: 65px;
        padding: 5px 6px;
    }

    .nameOfQuestion {
        font-size: 12px;
        padding: 5px 7px;
        left: 10px;
        font-weight: normal;
    }

    .one-question-type {
        margin-bottom: 60px !important;
    }

    .status_style {
        /*        float: right;
*/
    }

    .request_approval_time {
        float: left;
    }

    select.form-control[size],
    select.form-control[multiple] {
        min-width: 90% !important;
        max-width: 90%;
    }

    .sortOfQuestion {
        right: 10px;
    }

    .uniquePathOfQuestion {
        padding: 5px 0 5px 5px;
    }

    .sortOfQuestion {
        bottom: -20px;
        width: 110px;
    }

    .task_elements button {
        margin-top: 2px;
    }
}

@media (max-width: 375px) {
    .search-box input {
        width: 115px;
    }
}

select {
    -webkit-appearance: none;
}

a[data-goto] {
    font-size: 9px !important;
}

.desc-height {
    min-height: 85px;
    max-height: 90px;
}

.login-desc-height {
    min-height: 412px;
}
