/* All Pages Common Style */

html {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    font-size: 12px;
    color: #000;
    overflow-x: hidden;
    overflow-y: auto;
}

ul, ol, p, form, input, textarea, select, pre, em, sub, sup, canvas, section, article, aside, img, a, li, iframe, table, nav, header, footer, body, menu, button {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

*, after, before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body {
    line-height: 1;
    min-height: 100vh;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

    a:hover {
        text-decoration: none;
        color: #444;
    }

p {
    line-height: 1.4;
    margin-bottom: 3px;
}

b, strong {
    font-weight: 600;
}

.form-select:focus {
    box-shadow: none;
    outline: none;
}

u {
    text-decoration: underline;
}

i, em {
    font-style: italic;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

input[type="button"], input[type="submit"], input[type="reset"],
input[type="text"] {
    appearance: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    cursor: pointer;
    font-size: 14px;
}
/*select::-ms-expand { display: none; }*/
.clearfix {
    clear: both;
}

/*Textarea Height--------*/
.height-1 {
    height: 10px !important;
}

.height-2 {
    height: 20px !important;
}

.height-3 {
    height: 30px !important;
}

.height-4 {
    height: 40px !important;
}

.height-5 {
    height: 50px !important;
}

.height-6 {
    height: 60px !important;
}

.height-7 {
    height: 70px !important;
}

.height-8 {
    height: 80px !important;
}

.height-9 {
    height: 90px !important;
}

.height-10 {
    height: 100px !important;
}

.height-12 {
    height: 120px !important;
}

.w-200 {
    min-width: 200px !important;
}

textarea.form-control {
    min-height: 100px !important;
}

textarea.height-50 {
    min-height: 50px !important;
}

.form-select, .form-control {
    font-size: 14px;
}

.form-select {
    border: 1px solid #D4D8DD;
}

.smBtn {
    padding: 0 14px !important;
    height: 30px !important;
    line-height: 28px !important;
}


.font12 {
    font-size: 12px;
}

.container {
    padding: 0;
}

.btn {
    padding: 0px 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

    .btn:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.btn-primary {
    border-color: #7DB6FF;
    background-color: #7DB6FF;
    color: #000;
}

    .btn-primary:hover,
    .btn-primary:focus {
        border-color: #71A7EC;
        background-color: #71A7EC;
        color: #000;
    }

.btn-default {
    border-color: #EAEEEC;
    background-color: #EAEEEC;
    color: #1B1C3F;
}

    .btn-default:hover {
        border-color: #ccc;
        background-color: #ccc;
        color: #1B1C3F;
    }

.btn-outline {
    border-color: #000000;
    background-color: transparent;
    color: #1E1E1E;
}

    .btn-outline:hover {
        border-color: #1E1E1E;
        background-color: #1E1E1E;
        color: #ffffff;
    }

.form-control::-webkit-input-placeholder {
    color: #969EAB;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #969EAB;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #969EAB;
    opacity: 1;
}

.form-control:-moz-placeholder {
    color: #969EAB;
    opacity: 1;
}

.form-label {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 13px;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    background-color: #fff;
    border: solid 1px #D4D8DD;
    border-radius: 5px;
    font-weight: 400;
    padding: 0 10px;
    font-size: 12px;
}

    .form-control:focus {
        outline: none;
        background-color: #ffffff;
        box-shadow: 0 0 0 1px #222d4e;
        border-color: #222d4e;
    }

.form-select {
    padding: 0 10px;
    height: 36px;
}


.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #fff;
    height: 50px;
}

    .header .container-fluid {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

.header-right {
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.user_portal img {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    overflow: hidden;
    object-fit: cover;
    vertical-align: middle;
}

.user_portal label {
    margin-bottom: 0;
}
/*.header-right *{ display: inline-block; }*/
.header-right a {
    display: inline-block
}

.main-links {
    display: block;
    width: 100%;
    padding: 0 10px;
    background: #222D4E;
}

    .main-links ul {
        display: flex;
    }

        .main-links ul li {
            display: inline-block;
            border-right: solid 1px #4B567B;
        }

            .main-links ul li a {
                display: block;
                height: 28px;
                line-height: 28px;
                color: #fff;
                font-size: 12px;
                padding: 0 16px;
                position:relative
            }

                .main-links ul li a:hover,
                .main-links ul li a.active {
                    background: #566186;
                }

.content_box_area {
    display: block;
    width: 100%;
    padding: 15px;
    min-height: calc(100vh - 78px);
    padding-bottom: 30px
}

    .content_box_area h2 {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 8px;
    }

.nav-tabs {
    border-bottom: 0;
    margin-bottom: 7px;
}

.tab-content {
    display: block;
    width: 100%; /*border: solid 1px #EBEBEB;*/
    padding: 0px; /*padding: 10px;*/
    min-height: calc(100vh - 190px);
}

.nav-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    border: 0;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 18px;
    background: #E9F2FB;
    border-radius: 0;
    color: #4D4D4D;
}

    .nav-tabs .nav-link img {
        opacity: 0.7;
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
    }

.nav-tabs .nav-item {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 5px;
    vertical-align: top;
    flex: 0 0 auto;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        font-weight: 500;
        border-bottom: solid 3px #222D4E;
        background: #E9F2FB;
        color: #222D4E;
    }

        .nav-tabs .nav-item.show .nav-link img, .nav-tabs .nav-link.active img {
            opacity: 1;
        }

.nav-tabs.flex-column .nav-item {
    margin-right: 0px
}

.simple-table-content {
    display: block;
    width: 100%;
}

.simple-table-content-row {
    display: block;
    width: 100%;
    padding: 10px 5px;
    border: solid 1px #fff;
    clear: both;
}

    .simple-table-content-row:nth-of-type(2n-4) {
        background: #F9FDFE;
        border-color: #ECF7F9;
    }

.req_cont {
    display: flex;
    align-items: center;
}

    .req_cont label {
        background: #fff;
        border: solid 1px #DFECEF;
        border-radius: 50px;
        font-size: 12px;
        font-weight: 600;
        padding: 0 2px;
        height: 22px;
        line-height: 22px;
        min-width: 60px;
        text-align: center;
        margin-bottom: 0;
        margin-right: 8px;
    }

    .req_cont p {
        margin-bottom: 0;
    }


.backlog-content {
    display: block;
    width: 100%;
    max-height: 690px;
    overflow: auto
}

.backlog-content-row {
    display: block;
    width: 100%;
    padding: 10px 5px;
    border-bottom: solid 1px #eee;
    clear: both;
}


    .backlog-content-row:nth-last-child(1) {
        border: none;
    }


.table thead tr {
    background: #f6f9f9 !important;
    border-top: solid 1px #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.table tbody tr {
    border: 1px solid #E6E6E6;
    border-right: none;
}

.table thead tr th {
    border: none;
}

.color_box_complete {
    background: #4BA54B;
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 3px;
}

.color_box_running {
    background: #DF7C27;
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 3px;
}

.color_box_unplanned {
    background: #929292;
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 3px;
}

.color_box_planned {
    background: #0ab5af;
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 3px;
}

.table_link {
    color: #222d4e;
    text-decoration: underline;
}

.color_complete {
    color: #4BA54B;
}

.color_running {
    color: #DF7C27;
}

.color_unplanned {
    color: #929292;
}

.color_planned {
    color: #0ab5af;
}



.box_outter {
    border: 1px solid #D4D8DD;
    border-radius: 5px;
    min-height: 81vh;
}

.head_title_box {
    border-bottom: 1px solid #D4D8DD;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}

#timelog-summary {
    font-weight: normal;
}

.timelog-row .form-label {
    font-weight: normal;
}

.cont_box {
    padding: 0 10px;
    margin: 10px 0
}



.datepiker_box {
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
}

.show_date {
    margin-top: 12px;
    font-size: 14px;
}

.member_hours_box tr {
    border-bottom: 1px solid #D4D8DD !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.table_input {
    width: 45px !important;
    height: 28px !important;
    float: left;
    margin-right: 5px;
    border-radius: 3px !important;
}

.member_hours_box tr td {
    vertical-align: middle !important;
}

    .member_hours_box tr td span {
        padding-top: 7px;
        display: block;
    }

.total_member_hours {
    background: #F3F3F3;
}

    .total_member_hours td {
        padding: .9rem .5rem !important;
    }

.show_top_details ul {
    width: 100%;
    display: inline-block;
}

    .show_top_details ul li {
        padding: 5px 10px 15px 0;
        float: left;
    }


/*--------*/
.blog_kanban {
    background: #F4F5F9;
    padding: 10px;
}

    .blog_kanban h4 {
        color: #000;
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 5px;
    }

.white_box {
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

    .white_box p.box_cont {
        color: #4D4D4D;
        font-size: 14px;
        min-height: 50px;
    }

.sm_color_box {
    height: 18px;
    width: 18px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 5px;
}

.g_color {
    background: #4BA54B;
}

.b_color {
    background: #7DB6FF;
}

.r_color {
    background: #F9585E;
}

.v_color {
    background: #4B5D95;
}

.le_nuc_box {
    float: left;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #4D4D4D;
}

.ri_nuc_box {
    float: right;
    display: flex;
    align-items: center;
}


.listcodeimg {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin: 0 0 0 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.git_pull_icon {
    margin: 5px;
}

.drop_arr_icon {
    margin: 5px;
}


.left_serchox {
    position: relative;
}

    .left_serchox .form-control {
        height: 32px !important;
        font-size: 12px;
        padding: 5px 35px 5px 10px !important;
    }

    .left_serchox a.search_icons {
        position: absolute;
        right: 10px;
        top: 5px;
        text-decoration: none;
        color: #000;
        font-size: 18px;
        cursor: pointer;
    }

.search_icons i {
    color: #4D4D4D;
    font-size: 12px;
}

.fillerulist ul {
    margin: 0px;
    padding: 0;
    list-style: none;
    display: inline;
}

    .fillerulist ul li {
        margin: 0 0 0 -8px;
        float: left;
    }

        .fillerulist ul li img {
            height: 24px;
            width: 24px;
        }

.member_drop_box {
    background: none;
    padding: 0px 6px;
}

.show_member_blog a img {
    float: left;
    margin-right: 5px;
}

.show_member_blog li {
    line-height: 30px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    word-break: break-all;
}

    .show_member_blog li a {
        padding: 2px 4px
    }

.right_select_box {
    float: right;
    width: 200px;
    max-width: 100%;
}

    .right_select_box .form-label {
        margin-top: 9px;
    }

    .right_select_box .form-select {
        height: 32px !important;
        font-size: 12px;
        padding: 5px 35px 5px 10px !important;
        width: 130px;
    }

.left_middle_border {
    border-left: 1px solid #D4D8DD;
}

.right_middle_border {
    border-right: 1px solid #D4D8DD;
}

.datepiker {
    position: relative;
}

.date_icon {
    position: absolute;
    right: 8px;
    top: 9px;
}

.right_search_backlog {
    float: right;
}


.form-check-input[type=checkbox] {
    border-radius: 3px;
    height: 22px;
    width: 22px;
    margin-right: 10px;
}

    .form-check-input[type=checkbox]:checked {
        background-color: #7DB6FF;
        border-color: #7DB6FF;
        background-image: url('../images/check.svg') !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 11px;
    }

    .form-check-input[type=checkbox]:focus {
        box-shadow: none;
        border-color: #7DB6FF;
    }


.backlog_cont {
    display: flex;
    align-items: center;
}

    .backlog_cont p {
        margin-bottom: 0;
    }

.backlog_list_text p span {
    font-weight: 400;
    font-size: 14px;
}

.sprint_select_box {
    float: right;
}

    .sprint_select_box .form-select {
        height: 32px !important;
        font-size: 12px;
        padding: 5px 35px 5px 10px !important;
        width: 150px;
        max-width: 100%;
    }

.move_btn {
    /* display: flex;
    justify-content: center;
    height: 40vh;
    align-items: center;*/
}

.head_title {
    float: left;
    line-height: 28px;
}





/*Login Page---------*/
body.outer {
    padding-left: 50%;
    background-color: #ffffff;
}

.sidebar-login {
    position: relative;
    flex: 0 0 50%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222d4e;
    flex-flow: column;
    min-height: calc(100vh - 53px);
}

.outer-box {
    margin: auto;
    width: 100%;
    max-width: 400px;
    color: #000000;
    position: relative
}


.content {
    display: flex;
    justify-items: center;
}

.login_cont .form-control {
    height: 50px;
    padding-left: 40px;
}

.login_input {
    position: relative;
}

    .login_input span.email_icon, .login_input span.password_icon {
        position: absolute;
        left: 12px;
        top: 17px;
    }

.password_icon {
    top: 14px !important;
    left: 10px !important;
}

.loginBtn {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #000 !important;
}

.forgot_password {
    font-size: 14px;
    color: #222d4e;
    text-decoration: underline;
    font-weight: 500;
}

.form-check-label {
    font-size: 14px;
    font-weight: 400;
    padding-top: 2px;
}


/*Dashboard------*/
.project_list .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #222d4e;
    box-shadow: none;
}

.accordion-button {
    padding: 6px 10px;
    font-size: 14px;
    color: #fff;
    background-color: #222d4e;
}

    .accordion-button:focus {
        border-color: #222d4e;
        box-shadow: none;
    }

.project_list .accordion-body ul li {
    padding: 7px 0;
    font-size: 13px;
}

    .project_list .accordion-body ul li a:hover {
        text-decoration: underline;
    }

.project_list .accordion-body {
    padding: 0 0 15px 0;
}

.project_list .accordion-item {
    border: none !important;
}

    .project_list .accordion-item:last-of-type {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

.accordion-item:first-of-type .accordion-button {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/down_ar.svg);
    width: 0.8rem;
    height: 0.8rem;
    background-size: 0.8rem;
    margin-top: -8px;
}

.accordion-button::after {
    background-image: url(../images/up_ar.svg);
    width: 0.8rem;
    height: 0.8rem;
    background-size: 0.8rem;
    margin-top: 5px;
}


.project_list .accordion-button:not(.collapsed)::after {
    background-image: none
}

.project_list .accordion-button::after {
    background-image: none
}
/*Requirements -----*/
.doc_icon {
    width: 18px;
    opacity: 0.9
}

.story_list tr {
    vertical-align: middle;
}

    .story_list tr td {
        font-weight: 500;
    }

.addicon_td {
    width: 30px;
    cursor: pointer;
    flex: 0 0 auto
}

    .addicon_td .add_icon {
        width: 20px;
    }

.docicon_td {
    width: 44px;
    flex: 0 0 auto
}

.story_td {
    width: auto;
    font-weight: 400 !important;
}

    .story_td p {
        margin-bottom: 0;
    }

        .story_td p span {
            font-weight: 600;
        }



.story_points_td {
    display: flex
}

.time_td { /* width: 125px;*/
    display: flex
}

    .time_td span {
        font-weight: 400 !important;
    }

.staus_td {
    width: 74px;
}


.btn_timelog {
    padding: 4px 8px;
    height: 28px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 3px;
}

.status_todo {
    color: #009db2;
    border: 1px solid #009db2;
    padding: 3px 5px;
    border-radius: 4px;
    font-weight: 500;
}



.status_inprogress {
    color: #ff902f;
    border: 1px solid #ff902f;
    padding: 3px 5px;
    border-radius: 4px;
    font-weight: 500;
}

.status_completed {
    color: #229722;
    border: 1px solid #229722;
    padding: 3px 5px;
    border-radius: 4px;
    font-weight: 500;
}


.staus_td.status_inunittesting {
    color: #2b7ce3;
    border: 1px solid #2b7ce3;
    padding: 3px 5px;
    border-radius: 4px;
    font-weight: 500;
}

.status_inqualitycheck {
    color: #222D4E;
    border: 1px solid #222D4E;
    padding: 3px 5px;
    border-radius: 4px;
    font-weight: 500;
}

.status_QApassed {
    color: #222D4E;
    border: 1px solid #222D4E;
    padding: 3px 5px;
    border-radius: 4px;
}


.story_list {
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    padding: 5px 0;
}

.left_list_blog {
    display: flex;
    flex: 1 0 0;
    align-items: center;
}

.rightr_list_blog {
    float: right;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 11px;
    white-space: nowrap
}

    .rightr_list_blog b {
        padding: 0 5px;
    }

.btn_td button img {
    max-width: inherit
}

.story_requirements {
    padding: 8px 0;
}

.story_requirements {
    border-bottom: 3px solid #E4E5E6;
}

.minitsShow {
    display: none;
}

.activeToggle .minitsShow {
    display: block;
}

.activeToggle .hideAdd {
    display: none;
}

.reqOuterBox.show .story_requirements {
    display: block !important;
}


.mess_blog {
    position: relative;
    display: flex;
    align-items: center;
}

.message_icon_box img {
    width: 18px;
    float: left;
    max-width: 18px
}

.message_icon_box {
    cursor: pointer;
    position: relative;
}

.message_No {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0px;
    text-align: center;
    font-size: 10px;
}

.notifcation_No {
    position: absolute;
    top: -10px;
    left: 7px;
    background: #EC6969;
    width: 16px;
    height: 16px;
    line-height: 14px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 10px;
}

.modal-header {
    padding: 0.500rem 1rem;
}

.modal-title {
    font-size: 16px;
    font-weight: 600;
    line-height: normal
}

.total_hours_bg {
    background: #F6F9FC;
}






.card-communications {
    width: 570px;
    padding-left: 0;
}

.cardcomm-header {
    width: 100%;
    background: #CEDBE6;
    height: 34px;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .cardcomm-header h3 {
        font: inherit;
        display: flex;
        align-items: center;
    }

        .cardcomm-header h3 img {
            margin-right: 10px;
        }

.close_cardbx {
    width: 30px;
    height: 30px;
    background: url(../images/close.svg) center no-repeat;
    min-width: 30px;
    margin-right: -6px;
    cursor: pointer;
}

    .close_cardbx:hover {
        opacity: 0.6;
    }

.cardcomm-content {
    display: block;
    width: 100%;
    background: #E6ECF2;
    border-radius: 0 0 5px 5px;
    padding: 10px;
    /* min-height: calc(100vh - 270px); max-height: calc(100vh - 270px);*/ overflow: auto;
}

.withChatBox {
    display: flex;
    justify-content: space-between;
    overflow: auto;
    flex-wrap: nowrap;
    padding: 3px 0;
}


    .withChatBox .reqOuterMain {
        width: auto;
        flex-grow: 1;
    }

    .withChatBox .story_td {
        padding-right: 10px
    }

        .withChatBox .story_td p {
            /*white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 620px;*/
        }
/*.withChatBox .story_list,
.withChatBox .story_requirements{ padding-right: 20px; }*/
.communication_blocks {
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.comm_userimg {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50px;
    border: solid 1px #707070;
    overflow: hidden;
}

    .comm_userimg img {
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }

.comm_info {
    flex-grow: 1;
    margin-left: 10px;
}

.userName {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
}

.comm_info p {
    font-size: 12px;
}

.comments_user {
    display: block;
}

    .comments_user textarea {
        display: block;
        width: 100%;
        background: #fff;
        border: solid 1px #D4D8DD;
        border-radius: 5px;
        padding: 10px;
        font-size: 12px;
        height: 70px;
        resize: none;
    }

    .comments_user .btn {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
        height: 32px;
        line-height: 32px;
    }

.postDate {
    color: #888888;
    font-size: 11px;
}

.story_list.active_list {
    background: #E6ECF2;
}

.inner_tabs {
    padding-left: 15px;
    border-left: solid 1px #D4D8DD;
}

    .inner_tabs .tab-content {
        padding: 15px 0 0 0;
        border: 0;
    }

    .inner_tabs .nav-tabs .nav-link {
        border-radius: 5px 5px 0 0;
    }

        .inner_tabs .nav-tabs .nav-link.active {
            background: #fff;
            border: solid 1px #D4D8DD;
            border-bottom-color: #fff;
        }

.conversation_list {
    background: #fff;
    padding: 0;
}

    .conversation_list .communication_blocks {
        border: 1px solid #eee;
    }


.form-check-input[type="radio"]:checked {
    background-image: url('../images/circle.svg');
    background-size: 0.68rem auto;
    background-position: center;
}

.form-check-input:checked {
    background-color: #fff;
    border: 1px solid #7DB6FF;
}

.form-check-input[type="radio"] {
    height: 1.2rem;
    width: 1.2rem;
    cursor: pointer;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input[type="radio"] + .form-check-label {
    padding-top: 4px;
}

.categoriesRadio .form-check {
    min-width: 150px;
    margin-bottom: 8px;
}

.attachfiles_box {
    display: flex;
    width: 100%;
}

.file_choosePanel {
    position: relative;
    width: 240px;
}

    .file_choosePanel input[type=file] {
        position: absolute;
        width: 1px;
        height: 1px;
        visibility: hidden;
        opacity: 0;
    }

    .file_choosePanel label {
        width: 100%;
        height: 170px;
        background: #F9FBFF url(../images/dragfiles.svg) center no-repeat;
        border: dashed 1px #D2D2D2;
        border-radius: 5px;
        cursor: pointer;
        background-size: 90% 80%;
    }

        .file_choosePanel label:hover {
            background-color: #EEF1F6;
        }

.choosedfiles_show {
    padding: 0px 0 0 10px;
    flex-grow: 1;
    max-width: calc(100% - 280px);
}

.choosedfiles {
    display: block;
    width: 100%;
    background: #fff;
    padding: 6px;
    position: relative;
    border: solid 1px #D4D8DD;
    border-radius: 5px;
    padding-right: 25px;
    min-height: 32px;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

    .choosedfiles label {
        margin-bottom: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        display: block;
        cursor: pointer;
    }

.closethis {
    background: url(../images/close-icon.svg) center no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    right: 6px;
    top: 5px;
}

.input-group-text {
    height: 36px;
}

.cardcommHeading {
    font-size: 15px;
    font-weight: 600;
    display: block;
}

.cardcomm-content.whitetheme {
    background: #fff;
    padding: 0;
}

.whitetheme .communication_blocks {
    border: solid 1px #E5E5E5;
}


.storyorTags {
    display: flex;
    align-items: center;
}

.storyBx .form-control {
    width: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.tagsBx {
    margin-left: 30px;
    width: 440px;
}




@media screen and (max-width: 767px) {
    .tagsBx {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1rem;
    }

    .storyBx {
        width: 100%;
    }

    .storyorTags {
        flex-wrap: wrap;
    }

    .attachfiles_box {
        flex-wrap: wrap;
    }

    .file_choosePanel {
        width: 100%;
        min-width: 100%;
    }

    .choosedfiles_show {
        width: 100%;
        max-width: 100%;
        padding: 10px 0 0 0;
    }
}

.attachfiles_full3box {
    display: flex;
    width: 100%;
}

    .attachfiles_full3box .mb-3 {
        flex-grow: 1;
        max-width: 50%;
    }

.externallinkss {
    flex-grow: 1;
    padding-left: 20px;
    width: 40%;
    min-width: 40%;
}

@media screen and (max-width: 991px) {
    .attachfiles_full3box {
        flex-wrap: wrap;
    }

        .attachfiles_full3box .mb-3 {
            max-width: 100%;
            width: 100%;
        }

    .externallinkss {
        padding-left: 0;
        padding-bottom: 1rem;
    }
}

.pointsInput {
    width: 36px;
    text-align: center;
}

table .form-control {
    font-size: 10px;
    display: inline-block;
    height: 22px;
    border-radius: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

table select.form-control {
    padding-right: 20px;
    background-position: right 0.1rem center;
    width: auto;
    min-width: 65px;
}

table tr {
    border-left: 0 !important;
}

    table tr:hover {
        background-color: #f4f9ff;
    }

.totalCalc {
    border: 0 !important;
}

    .totalCalc td {
        background: #F8F8F8;
        border-bottom: 0;
    }

    .totalCalc strong {
        font-size: 14px;
    }



.apis_fullbx {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 5px 12px 5px 6px;
    border: solid 1px #CEDEF2;
    margin-bottom: 10px;
    margin-right: 15px !important;
    position: relative;
    padding-top: 12px;
}

.apiStatus {
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    min-width: 64px;
    margin-right: 8px;
    border-radius: 50px;
    text-align: center;
}

.get {
    background: #7DB6FF;
}

.post {
    background: #4BA54B;
}

.put {
    background: #F59F1D;
}

.delete {
    background: #EF3B38;
}

.update {
    background: #39466E;
}

.api_rightcontent {
    flex-grow: 1;
}

    .api_rightcontent p {
        display: block;
        font-size: 11px;
        margin-bottom: 0;
    }

    .api_rightcontent span {
        font-size: 12px;
        padding-top: 2px;
        display: block;
        word-break: break-all
    }


.form-check-input[type=checkbox] + .form-check-label {
    padding-top: 9px;
}


.reports_listbox {
    display: block;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
}

.report_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
}

    .report_content div {
        height: 22px;
    }

    .report_content span {
        font-size: 10px;
        font-weight: 500;
        padding-left: 8px;
        white-space: nowrap;
    }

.report_indication {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.reportInd_box {
    display: inline-flex;
    align-items: center;
    margin-right: 30px;
}

    .reportInd_box span {
        width: 18px;
        height: 18px;
        min-width: 18px;
        margin-right: 6px;
    }

    .reportInd_box label {
        margin-bottom: 0;
        font-size: 10px;
    }

.subthRow th {
    font-size: 8px;
    font-weight: 500;
    text-transform: uppercase;
}

.table thead tr.subRowhead {
    border: 0;
}

.subthRow {
    padding: 0 !important;
    border-left: solid 1px #D4D8DD !important;
    width: 320px;
}

    .subthRow th,
    .subthRow td {
        border-left: solid 1px #E6E6E6;
        border-right: solid 0;
        padding: 6px;
    }

    .subthRow tr {
        border-top: 0 !important;
        border-bottom: 0 !important;
    }

    .subthRow table {
        width: 100% !important;
    }

    .subthRow th:first-child,
    .subthRow td:first-child {
        border-left: 0 !important;
    }

    .subthRow .form-control {
        width: 58px;
        text-align: center;
    }

    .subthRow th {
        text-align: center;
        border-top: solid 1px #D4D8DD !important;
        border-left: solid 1px #D4D8DD !important;
        padding-bottom: 4px;
        padding-top: 4px;
    }

.close-icon-sprint {
    text-align: right;
    float: right;
}

.backlog_list_text p {
    width: 100%;
}

.close-icon-sprint img {
    width: 18px;
    margin-top: 3px;
}

.externallinkss .input-group input {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
/*-----*/
#boxscroll {
    padding: 40px;
    height: 220px;
    width: 300px;
    border: 2px solid #00F;
    overflow: auto;
    margin-bottom: 20px;
}

#boxscroll2 {
    padding: 40px;
    height: 120px;
    width: 730px;
    border: 2px solid #F00;
    overflow: auto;
}

#boxscroll3 {
    overflow: hidden;
}

#boxframe {
    position: absolute;
    top: 28px;
    left: 420px;
    width: 400px;
    height: 300px;
    overflow: auto;
    border: 2px solid #0F0;
}

#boxscroll4 {
    height: 300px;
    margin-top: 40px;
    background-color: #00FF66;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    padding: 20px;
    color: #006633;
    overflow: auto;
}

#req_table .simple-table-content-row {
    border: none !important
}

#jobs_table .simple-table-content-row {
    border: none !important
}


.actionBtns {
    white-space: nowrap;
}


/*--New css 08-03-2023*/

.left_list_blog .staus_td {
    width: 98px;
    text-align: center;
    margin-right: 5px;
    font-size: 11px;
    flex: 0 0 auto;
}

.left_list_blog .docicon_td {
    width: 26px;
}


.viewNotes {
    padding: 4px 8px;
    height: 36px;
    line-height: 29px;
    font-size: 12px;
    border-radius: 5px;
}

.listBtnBgRemove {
    background: none
}

#issues_tab {
    border-bottom: solid 1px #D4D8DD;
}

.UATList tr td:last-child img {
    width: 19px;
    max-width: 19px
}

.issuelist tr td:last-child img {
    width: 19px;
    max-width: 19px
}

#issuesTabContent .form-check {
    padding-left: 0px
}


.datepicker .single-line {
    width: 100%
}

.text-danger {
    padding-top: 5px;
    display: inline-block;
}

.btnEditIcon {
    width: 20px !important;
    max-width: 20px !important;
}

.pl-15 {
    padding-left: 15px
}





.listBlogBox {
    height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

    .listBlogBox::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .listBlogBox::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    .listBlogBox::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #a9a9a9;
    }

tr.active_list {
    background-color: #E6ECF2
}

.apis_fullbx.active_list {
    background-color: #E6ECF2
}

.textarea_new {
    display: block;
    width: 100%;
    height: 90px;
    background-color: #fff;
    border: solid 1px #D4D8DD;
    border-radius: 5px;
    font-weight: 400;
    padding: 10px 10px;
    /*padding: 0 10px; 2-3-2024*/
    font-size: 12px;
    text-align: left;
}

/*.mce-panel {
	border: solid 1px #D4D8DD;
	border-radius: 5px;
}
*/


canvas#line-chart.fullview {
    width: 100% !important;
    height: auto !important
}


.unauthorizedPage {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding-top: 70px
}

.unauthorizedPage_container {
    display: block;
    width: 100%;
    max-width: 600px;
    text-align: center;
}

.unauthorizedPage h1 {
    margin-top: 10px;
    font-size: 30px;
    margin-bottom: 10px;
    color: #000;
}

.unauthorizedPage p {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 30px;
    color: #000;
}

.unauthorizedPage a.btn_back {
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    background: #7DB6FF;
    color: #fff;
    border-radius: 50px;
}

    .unauthorizedPage a.btn_back:hover {
        background: #7DB6FF;
    }

    .unauthorizedPage a.btn_back img {
        width: 16px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
        margin-bottom: 1px;
    }

.unauthorizedPage .d-logo {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

    .unauthorizedPage .d-logo img {
        max-width: 310px;
    }

.ui-widget-header {
    background: #fff !important;
    color: #000 !important
}

    .ui-widget-header .ui-icon {
        background-image: url("../images/ui-icons_444444_256x240.png") !important;
    }

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("../images/ui-icons_444444_256x240.png") !important;
}

.contPoint {
    background: #222d4e;
    padding: 2px 5px;
    color: #fff;
    border-radius: 4px;
    font-size: 11px;
    text-align: center;
}


.totalStoryPointsBox {
    float: right;
    display: flex;
    justify-items: center;
    align-items: center;
}

/*.backlogLeftBox {
    width: 46%;
}

.backlogCenterBox {
    width: 8%;
}

.backlogRightBox {
    width: 46%;
}*/

.backlogCenterBox .move_btn {
    margin-top: 100px
}

.sprintBlogDetails {
    width: 100%;
    overflow: auto;
    overflow-y: hidden
}

    .sprintBlogDetails .rightBlogStortBox {
        float: right;
    }

    .sprintBlogDetails p {
        display: inline-block;
        padding: 0;
        margin: 0
    }

.rightBlogStortBox img {
    margin-left: 5px
}

.moreBtn {
    color: #7DB6FF;
    cursor: pointer;
    font-weight: bold
}

.sprintBlogDetails .planned_item {
    width: 80%
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none !important;
    line-height: 15px !important;
    border-radius: 4px !important;
    padding: 2px 5px !important;
    font-size: 11px !important;
}

.ui-datepicker-calendar td {
    padding: 0px 5px !important;
}

/*Date: 21-03-2023*/
.panel_body {
    display: block;
    width: 100%;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
}

.panel_body_bug {
    display: block;
    width: 100%;
    /*padding: 8px;*/
    border-radius: 12px;
    background: #fff;
}

#my_meetings_action .panel_body {
    border-radius: 0 12px 12px 12px !important;
}

.btn_icons .btn {
    padding-left: 10px;
    padding-right: 10px;
}

table td.btn_icons {
    white-space: nowrap;
}

.horizontal_tabs_outer {
    display: block;
    width: 100%;
    position: relative;
}

.horizontal_tabs_header {
    display: block;
    width: 100%;
}

    .horizontal_tabs_header ul li {
        display: inline-block;
        border-radius: 5px 5px 0 0;
        background: #fff;
        font-size: 18px;
        text-align: center;
        padding: 9px 18px;
        cursor: pointer;
    }

        .horizontal_tabs_header ul li + li {
            margin-left: 4px;
        }

        /*.horizontal_tabs_header ul li:hover {
            background: #e6e8ec;
        }*/ /*comented due to background color on pagination button show given by shweta mam Commnted by ritesh 20210512*/

        .horizontal_tabs_header ul li.active {
            color: #fff;
            background: var(--blue);
            cursor: default;
        }

.horizontal_tab_col .panel_body {
    border: solid 1px #A9C0FC;
}

.firstTabcont .panel_body {
    border-top-left-radius: 0;
}

.horizontal_tab_col {
    display: none;
    width: 100%;
    position: relative;
    clear: both;
}

    .horizontal_tab_col.active {
        display: block;
    }

.table_outer {
    display: block;
    width: 100%;
}

.table_normal {
    border: 0;
    width: 100%;
}

    .table_normal th {
        background: #000;
        color: #fff;
        font-size: 14px;
        font-family: 'proxima_novaregular';
        padding: 8px 10px;
        text-shadow: none;
        font-weight: normal;
        text-align: left;
    }

    .table_normal td {
        font-size: 14px;
        font-family: 'proxima_novalight';
        padding: 6px 10px;
        text-align: left;
        vertical-align: middle;
    }

table thead tr th span.sortAscDesc {
    background-image: url(../images/sorting_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 8px;
    display: inline-block;
    padding-right: 15px;
}

    table thead tr th span.sortAscDesc.asc {
        background-image: url('../images/up_icon.png');
        background-position: 95% center;
        background-repeat: no-repeat;
        background-size: 10px;
        display: inline-block;
        padding-right: 20px;
    }

    table thead tr th span.sortAscDesc.desc {
        background-image: url('../images/down_icon.png');
        background-position: 95% center;
        background-repeat: no-repeat;
        background-size: 10px;
        display: inline-block;
        padding-right: 20px;
    }

}

span.staus_td.status_resolved {
    color: #7DB6FF;
    border: 1px solid #7DB6FF;
    border-radius: 4px;
}

span.staus_td.status_closed {
    color: #4BA54B;
    border: 1px solid #4BA54B;
    border-radius: 4px;
}

span.staus_td.status_unplanned {
    color: #aba5a9;
    border: 1px solid #aba5a9;
    border-radius: 4px;
}
span.staus_td.status_notabug {
    color: #3B82F6;
    border: 1px solid #3B82F6;
    border-radius: 4px;
}

.doc_icon_issue {
    width: 15px;
    opacity: 0.9;
    padding-top: -2px;
    top: 2px;
    position: relative;
    margin-right: 4px;
}

.issuelist .status_todo {
    color: #03BDD6;
    border: 1px solid #03BDD6;
    border-radius: 4px;
    font-weight: 500;
}

.issuelist .status_inprogress {
    color: #F39645;
    border: 1px solid #F39645;
    border-radius: 4px;
}

span.staus_td.status_re-opened {
    color: #f1420e;
    border: 1px solid #f1420e;
    border-radius: 4px;
}

.issuelist .staus_td {
    width: 92px;
    display: inline-block;
    text-align: center;
    padding: 2px 5px;
}

span.staus_td.status_resolved {
    color: #7d3dc5;
    border: 1px solid #7d3dc5;
    border-radius: 4px;
}

span.text-danger.field-validation-error {
    font-size: 11px;
}

div#ui-datepicker-div {
    width: auto;
}

.memberCheck {
    vertical-align: middle;
}

.bg_box_cont {
    background: #fff;
    padding: 10px;
}

.table.nfrtable td {
    white-space: initial;
    overflow: initial;
    word-break: break-word;
    max-width: inherit;
}

.table.blocklist td {
    white-space: initial;
    overflow: initial;
    word-break: break-word;
    max-width: inherit;
}

.topmainlink ul.main_menu {
    display: flex;
}

    .topmainlink ul.main_menu li {
        margin: 0 5px;
        font-size: 12px
    }

        .topmainlink ul.main_menu li a {
            display: inline-block;
            border: solid 1px #dedede;
            padding: 4px 8px;
            border-radius: 5px;
        }

            .topmainlink ul.main_menu li a.active {
                font-weight: 500;
                background: #ffc696;
                border-color: #f4b179
            }

.site-logo {
    display: flex;
    align-items: center
}

    .site-logo label {
        font-weight: 600;
        font-size: 12px;
        margin-top: 2px
    }

.topmainlink ul.main_menu li a img {
    margin-right: 3px;
    max-height: 13px;
    float: left;
}

.collapsebtn {
    display: none;
}

.topmainlink .collapse {
    display: block
}

.topmainlink ul.main_menu li.menumore_list li {
    margin-bottom: 8px
}

    .topmainlink ul.main_menu li.menumore_list li:last-child {
        margin-bottom: 0px;
    }

    .topmainlink ul.main_menu li.menumore_list li a {
        display: block;
        margin-bottom: 3px
    }

.menumore_list .dropdown-menu {
    min-width: 160px
}

.mes-communication_scroll {
    display: block;
    width: 100%;
    padding: 0px;
    max-height: 300px;
    overflow: auto;
}


.ApiTitleTop {
    position: absolute;
    top: 0;
    font-size: 10px;
    text-transform: uppercase;
    margin: -7px 0 0 0;
    font-weight: 700;
    background: #fff;
    padding: 3px 6px;
    max-width: calc(100% - 150px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.filterarrow_btn {
    border: solid 1px #ccc;
    background: #ccc;
    padding: 6px;
    border-radius: 4px;
    min-width: 142px;
    display: flex;
    align-items: center;
    font-size: 11px
}

    .filterarrow_btn.risk-btn {
        min-width: 86px;
    }

    .filterarrow_btn.complexity-btn {
        min-width: 120px;
    }

    .filterarrow_btn .top_arrow, .filterarrow_btn .bottom_arrow {
        float: right
    }

    .filterarrow_btn .top_arrow {
        margin: -8px 0 0;
    }

    .filterarrow_btn .bottom_arrow {
        margin-right: -11px;
    }

.backlog_filter-btn {
    margin: 10px 0;
}
/*#BusinessValueSpan img {
	width:19px;
}
#ComplexitySpan img {
	width:11px
}*/
/*.filterarrow_btn.business-btn {
	background: #F7C9C7;
	border-color: #B85553
}
.filterarrow_btn.complexity-btn {
	background: #FFF0C9;
	border-color: #D7B55E;
	margin:0 5px

}
.filterarrow_btn.risk-btn {
	background: #D6E5FA;
	border-color: #6B8DBD;
}*/
.filterarrow_btn .arrow_btn_holder {
    float: right;
    margin: 2px 0 0
}

.filterarrow_btn.business-btn {
    background: #FFFFFF;
    border-color: #808080
}

.filterarrow_btn.complexity-btn {
    background: #FFFFFF;
    border-color: #808080;
    margin: 0 5px
}

.filterarrow_btn.risk-btn {
    background: #FFFFFF;
    border-color: #808080;
}

.kanban_box h3 {
    font-size: 15px;
    font-weight: 700;
}

.kanban_status {
    background: #cae5ff;
    padding: 4px 6px;
    /*margin: 0 0 -10px -10px;*/
    margin: 0;
    /*min-width:80px;*/
    text-align: center;
}

.kanbonuser {
    display: flex
}

    .kanbonuser li img.kanbon_userpic {
        border: solid 1px #ccc;
        width: 25px;
        height: 25px;
        border-radius: 50px
    }

    .kanbonuser li {
        margin-right: -5px;
    }

.center_settingbox {
    border: solid 1px #dedede;
    padding: 20px;
    max-width: 480px;
    margin: auto;
}

.kanban-other-user {
    align-self: center;
}

    .kanban-other-user li img.kanbon_userpic {
        border: solid 2px #fff;
        width: 25px;
        height: 25px;
        border-radius: 50px
    }

    .kanban-other-user .dropdown-toggle {
        padding: 6px 10px;
    }

    .kanban-other-user .dropdown-item {
        line-height: 25px;
        padding: .25rem;
        font-size: 13px
    }

    .kanban-other-user .dropdown-menu li {
        margin-right: 0px
    }

    .kanban-other-user .dropdown-item img {
        float: left;
        margin-right: 5px
    }

.borderbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C5CCCD;
}

.borderbox_header {
    background: #eeeeee;
    margin: 0 0 5px;
    padding: 15px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.borderbox_inner {
    padding: 15px
}

.kanban_status.bug_status {
    background: #FF5C5C;
    color: #fff;
    margin-bottom: 4px
}

.kanban_status.suggestion_status {
    background: #EE8204;
    color: #fff;
    margin-bottom: 4px
}

.kanban_status.job_status {
    background: #C576F6;
    color: #fff
}

.charuser_content {
    margin-left: 10px
}

    .charuser_content h2 {
        font-size: 14px;
        font-weight: 500;
    }

.chat_timedate {
    margin-left: 5px;
    font-size: 13px;
    color: #4F4F4F;
}

.chatmsgtext {
    font-size: 14px
}

    .chatmsgtext p {
        margin-bottom: 1px
    }

.parSmUserBlog li a {
    display: flex
}

.parSmUserBlog li .parListName {
    display: flex;
    align-items: center;
    line-height: 18px;
}

.chat_buttons_right .sentbtnsm {
    padding: 5px 10px;
    font-size: 13px;
    line-height: normal;
    border-color: #71A7EC;
    background-color: #71A7EC;
    color: #000;
    border-radius: 5px;
    font-weight: 500
}

.content_outer_pad {
    padding: 10px 20px
}

.affinity_listitem {
    font-size: 15px;
    margin: 20px 0;
    font-weight: 500;
}

    .affinity_listitem li {
        margin-bottom: 20px
    }

.TagsWidth {
    width: 100% !important;
}

.two_lines_show {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-width: 150px;
}

.borderleftHeight {
    border-left: 1px solid #D4D8DD;
    min-height: 75vh;
}

.table > thead {
    position: sticky;
    top: -1px;
    z-index: 10;
}

@media screen and (max-width:767px) {
    .borderleftHeight {
        border: 0;
        min-height: 20px;
    }
}

.form-check.mem-check-list {
    display: flex;
    align-items: center
}

.releasenote_p_control p {
    margin: 5px 0;
}

.lastactiondone {
    color: #666;
    font-size: 11px;
    margin-top: 3px;
}

canvas#line-chart.project_burndown_chart {
    width: 100% !important;
    height: auto !important;
}

.projectburndown-table td {
    white-space: nowrap
}

.horizontal-listview {
    display: block;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    border: solid 1px #D4D4D4;
    list-style: none;
}

    .horizontal-listview li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 8px;
        border-bottom: solid 1px #E6E6E6;
        padding-bottom: 8px
    }

        .horizontal-listview li label {
            font-weight: 500
        }

        .horizontal-listview li:last-child {
            margin-bottom: 0px
        }

.plannedsprint_col {
    display: flex;
}

.plannedsprint_leftcol {
    flex: 1 0 0;
    padding-right: 5px;
}

.plannedsprint_rightcol {
    flex: 0 0 auto;
}

.greybg {
    background: #f7f7f7;
    padding: 10px;
}

    .greybg .blog_kanban {
        background: transparent;
    }

    .greybg .white_box {
        border: solid 1px #d9d9d9;
    }




/****/

.steps_count {
    display: block;
    width: 100%;
    position: relative;
}

/*.steps_count_header {
    display: block;
    width: 100%;
}

.steps_count_header ul {
    display: flex;
}

.steps_count_header ul li {
    position: relative;
    line-height: 70px;
    height: 70px;
    font-size: 18px;
    padding: 0 20px 0 65px;
    background: #fff;
    border: solid 1px #E3EAEF;
    margin: 0;
}

.steps_count_header ul li:first-child {
    border-radius: 5px 0 0 5px;
    padding-left: 40px;
    min-width: 130px;
    text-align: center;
}

.steps_count_header ul li span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.steps_count_header ul li:after {
    content: "";
    width: 50px;
    height: 49px;
    position: absolute;
    right: -43px;
    transform: rotate(45deg ) translate(0, 50%);
    -webkit-transform: rotate(45deg ) translate(0, 50%);
    bottom: 50%;
    margin-bottom: -7px;
    background: #fff;
    border-right: solid 1px #e3eaef;
    border-top: solid 1px #e3eaef;
    border-radius: 0 6px 0 0;
    z-index: 1;
}

.steps_count_header ul li.active {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.steps_count_header ul li.active:after {
    background: #0d6efd;
    margin-right: -1px;
}*/

.steps_count_content {
    display: block;
    clear: both;
    width: 100%;
    margin-top: 15px;
    background: #fff;
    border-radius: 5px;
    padding: 20px 30px;
    box-shadow: 0 3px 6px rgba(226, 226, 226, 0.16);
    font-size: 18px;
    border: 1px solid #e9ecef;
}

.steps_cell {
    display: none;
    clear: both;
    width: 100%;
    position: relative;
}

    .steps_cell.active {
        display: block;
    }

    .steps_cell h2 {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .steps_cell p {
        color: #666;
    }

        .steps_cell p a {
            color: #606E9E;
        }

    .steps_cell .form-control {
        border-color: #EFEFEF;
    }

.step_heading {
    display: block;
    font-size: 27px;
    padding-top: 20px;
    padding-bottom: 30px;
}

textarea.form-control.notHeight {
    height: 460px;
    resize: none;
    color: #666;
    font-size: 16px;
}

.setup_profile {
    display: block;
    width: 100%;
    text-align: center;
    padding: 50px 0 0 0;
}

.profile_setup_box {
    display: block;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    height: 270px;
    position: relative;
}

.profile_setup_box_in {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #FBFBFB;
    border: dashed 2px #ededed;
    padding: 6px;
    position: relative;
}

    .profile_setup_box_in img {
        object-fit: cover;
        border-radius: 50%;
        min-width: 100%;
        min-height: 100%;
        display: block;
    }

.setup_profile .upload_text {
    display: block;
    width: 100%;
    font-size: 18px;
    padding-top: 40px;
}

.profile_setup_icon {
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 1;
}

    .profile_setup_icon input[type=file] {
        position: absolute;
        opacity: 0;
        width: 1px;
        height: 1px;
        visibility: hidden;
    }

    .profile_setup_icon label {
        width: 42px;
        height: 42px;
        display: inline-block;
        border-radius: 50%;
        background: #fff url(../images/edit_profile.svg) 11px 10px no-repeat;
        border: dashed 1px #2B3E7E;
        cursor: pointer;
        background-size: 20px;
    }

        .profile_setup_icon label:hover {
            background-color: #ECF0FB;
        }

.skip_btn {
    margin-top: 100px;
}

/*.addUsers {
    display: block;
    width: 100%;
    padding: 50px 50px 0 50px;
}*/

.useradd_box {
    display: inline-block;
    float: left;
    width: 100%;
    max-width: 47%;
    background: #F6F7F9;
    border: solid 1px #EEEEEE;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 40px;
}

    .useradd_box:nth-of-type(2n-4) {
        float: right;
    }

    .useradd_box:nth-ot-type(3),
    .useradd_box:nth-ot-type(5) {
        clear: both;
    }

.legend_title {
    display: inline-block;
    background: #fff;
    border: solid 1px #EEEEEE;
    border-radius: 5px;
    font-size: 18px;
    padding: 7px 30px;
    line-height: 1;
    margin: -47px 0 18px 0;
    float: left;
}

.btn.addmore_btnss {
    margin-top: -20px;
}

.page_title_name {
    font-size: 22px;
}

.logo_pms .page_title_name {
    padding-left: 50px;
}
/*Vishesh Changes*/
.page_steps {
    display: block;
    width: 100%;
}

.page_dashboard {
    display: flex;
    width: 100%;
    height: 100vh;
}

.section_left {
    min-width: 220px;
    width: 220px;
    background: var(--dark);
}

.section_right {
    flex-grow: 1;
}

.thankwrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    min-height: 100vh;
}

.thanks-cont h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 20px 0 30px;
}

.thanks-cont {
    max-width: 600px;
    text-align: center;
}

    .thanks-cont p {
        margin-bottom: 30px
    }

    .thanks-cont a {
        color: #1b54eb;
        text-decoration: underline
    }

/*comment file chose  */

.file_choosePanel_comment {
    position: relative;
    width: 120px;
    margin-right: 10px
}

    .file_choosePanel_comment input[type=file] {
        position: absolute;
        width: 1px;
        height: 1px;
        visibility: hidden;
        opacity: 0;
    }

    .file_choosePanel_comment label {
        width: 100%;
        height: 70px;
        background: #F9FBFF url(../images/browsebtn.svg) center no-repeat;
        border: dashed 1px #D2D2D2;
        border-radius: 5px;
        cursor: pointer;
        background-size: 90% 90%;
    }

        .file_choosePanel_comment label:hover {
            background-color: #EEF1F6;
        }

.statuschart .dxc-arg-elements text {
    font-family: 'Roboto', sans-serif !important
}

.req_bx span {
    font-size: 12px !important
}

#ProjetSummaryTbl table tr td {
    font-size: 12px !important
}

.outerBoxNewForm {
    display: block;
    width: 100%;
    padding: 5px 5px;
    min-height: calc(100vh - 78px);
    background: #F1F5F8;
}

.whiteInnerBoxNew {
    background: #fff;
    padding: 0px;
    border-radius: 6px;
}

    .whiteInnerBoxNew h2 {
        padding: 8px 10px 6px 10px;
        border-bottom: 2px solid #f1f5f8;
    }

.innerHeadingNew img {
    vertical-align: text-top;
    width: 18px;
}

.progress-bar {
    background-color: #ffc094;
}

.progress {
    height: 1.300rem;
    background-color: #eaebeb;
}


.projectNametitle {
    position: absolute;
    left: 0;
    text-align: center;
    right: 0;
    margin: auto;
    top: 4px;
    font-size: 12px;
    font-weight: 700;
}


.rightHeader {
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: end;
}


.whOutBoxPending {
    min-height: 29.5vh !important;
    max-height: 29.5vh !important;
}

.whOutBox {
    min-height: 50vh !important;
}

.whOutBox1 {
    min-height: 28.5vh !important;
    max-height: 28.5vh !important;
}



.manBox {
    height: 22.5vh !important;
    min-height: 22.5vh !important
}


.btnColorSm {
    background: #333;
    padding: 2px 5px;
    color: #fff;
    border-radius: 30px;
    min-width: 44px;
    display: inline-block;
    text-align: center;
}

    .btnColorSm.green {
        background: #4BA54B !important;
    }

.btnPriority {
    background: #333;
    color: #fff;
    border-radius: 30px;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 500;
}

    .btnPriority.gray {
        background: #a5afbb;
    }

    .btnPriority.yellow {
        background: #ff8613
    }

    .btnPriority.red {
        background: #f1420e;
    }

/*----*/

.searchTopProject {
    background: #fff;
    padding: 8px 8px 0 8px;
}

.footer {
    font-size: 12px;
    text-align: center;
    background: #e3e5ef;
    padding: 10px;
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

#dashboardPendingTask_table a {
    display: block;
    width: 18px;
}

.white-spaceNowrap {
    white-space: nowrap;
}



.model-new .modal-header {
    padding: 15px;
    background-color: #222D4E;
    color: #fff;
}

.model-new .modal-body {
    padding: 15px;
    font-size: 13px
}

.tox-statusbar__right-container {
    display: none !important;
}

.mymention {
    color: gray;
}


.headertableTilte {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 8px;
    background: #ddd;
    justify-content: space-between;
}

.user-setting-list .dropdown-menu {
    padding: 8px
}

    .user-setting-list .dropdown-menu li {
        margin: 0 0 8px;
        font-size: 12px
    }

        .user-setting-list .dropdown-menu li:last-child {
            margin-bottom: 0px
        }

        .user-setting-list .dropdown-menu li a {
            display: block;
            border: solid 1px #dedede;
            padding: 4px 8px;
            border-radius: 5px;
            margin: 0px
        }

            .user-setting-list .dropdown-menu li a img {
                width: 13px;
                height: 13px;
                margin: 0px
            }

            .user-setting-list .dropdown-menu li a.active {
                font-weight: 500;
                background: #ffc696;
                border-color: #f4b179
            }

.headertableTilte {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 8px;
    background: #ddd;
    justify-content: space-between;
}

.dropdown-menu.tp-drop-list {
    padding: 5px;
    margin-top: 10px !important
}

    .dropdown-menu.tp-drop-list li {
        margin: 0 0 8px;
        font-size: 12px
    }

        .dropdown-menu.tp-drop-list li:last-child {
            margin-bottom: 0px
        }

        .dropdown-menu.tp-drop-list li a {
            display: block;
            padding: 4px 8px;
            border-radius: 5px;
            margin: 0px
        }

            .dropdown-menu.tp-drop-list li a img {
                width: 13px;
                height: 13px;
                margin: 0px
            }

            .dropdown-menu.tp-drop-list li a.active {
                font-weight: 500;
                background: #ffc696;
                border-color: #f4b179
            }

#dashboard_table thead tr th, #dashboardPendingTask_table thead tr th {
    white-space: nowrap
}

.msg-wrapper {
    display: flex;
    flex-wrap: wrap;
}

    .msg-wrapper .msg-lft-side {
        flex: 0 0 280px;
        margin-right: 15px;
    }

    .msg-wrapper .msg-rt-side {
        flex: 1
    }

.fnt-14 {
    font-size: 14px
}

.collapse-heading {
    position: relative;
    transition: all ease .4s;
}

    .collapse-heading:not(.collapsed):after {
        content: "";
        position: absolute;
        right: 0;
        top: 7px;
        width: 7px;
        height: 7px;
        border-right: solid 1.5px #000;
        border-bottom: solid 1.5px #000;
        transform: rotate(-135deg);
        transition: all ease .4s;
    }

    .collapse-heading.collapsed:after {
        content: "";
        position: absolute;
        right: 0;
        top: 3px;
        width: 7px;
        height: 7px;
        border-right: solid 1.5px #000;
        border-bottom: solid 1.5px #000;
        transform: rotate(45deg);
        transition: all ease .4s;
    }

.user-tp-name {
    max-width: 95px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    padding: 5px
}

#message-title {
    width: calc(100% - 230px);
    display: flex;
    position: relative
}

    #message-title h5 {
        font-size: 16px;
        font-weight: 500;
        margin: 10px 0;
    }

.message-other-menu {
    margin-left: auto;
    display: none
}

.message-close {
    display: none
}


#list_projectbuckectspenthour {
    max-height: 625px;
    overflow: auto;
    scrollbar-width: thin;
}

.req-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

    .req-filter .req-filter-col {
        width: 170px;
        padding-right: 10px
    }

    .req-filter .filter {
        margin-left: auto
    }

.issue-filter-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .issue-filter-row select {
        width: 150px;
        margin-right: 10px;
        margin-bottom: 10px
    }

    .issue-filter-row .btn-default {
        margin: 0 0 10px 10px;
    }
    .issue-filter-row .btn-primary {
        margin: 0 0 10px 10px;
    }
.issue_search_btn-col {
    margin-left: auto;
    margin-bottom: 10px
}

.user-tp-name .user-drop-icon {
    width: 16px;
    height: auto;
    margin: 0px;
}


.col-divide-5 {
    overflow-x: auto;
    margin: 0 -15px;
    display: flex;
    min-height: calc(100vh - 260px);
}

    .col-divide-5 .col-droppable {
        flex: 1;
        padding: 0 15px;
        min-width: 270px;
        border-right: solid 1px #ebebeb;
    }

        .col-divide-5 .col-droppable:last-child {
            border-right: 0;
        }

.close-form {
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    display: none;
    padding: 5px;
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.whOutBox.clnt-pro-box-ht {
    min-height: 81vh !important;
    max-height: 100vh !important;
}

.form-add-btn {
    display: none;
}

.tab-bar-toogle {
    font-size: 20px;
    text-align: right;
    margin: 0 0 10px;
}

#MeetingsProjectRegion {
    margin-bottom: 20px
}

.nav-tabs.flex-column .nav-link {
    padding: 10px;
    padding: 10px;
    line-height: normal;
    height: inherit;
    text-align: left
}

.content_box_area {
    margin-bottom: 20px
}

.tab-coloum-toggle {
    padding: 5px;
    font-size: 18px;
    margin-left: auto;
}

.choosed_files {
    padding-right: 33px !important
}

.cont_box.myProjectsBox {
    max-height: calc(100vh - 280px) !important;
}

.clnt-pro-box-ht .cont_box.myProjectsBox {
    max-height: calc(100vh - 280px) !important;
}

#spnTotalStoryPoints {
    display: inline-block;
    margin-top: 10px
}

#release .inner_tabs {
    border: 0;
    padding-left: 0px
}

.bucket-hr-des {
    min-width: 250px;
}

.table-responsive {
    overflow: -moz-scrollbars-vertical; /* Firefox (Older versions) */
    -webkit-overflow-scrolling: touch;
}

.add-backlog-btn-tp {
    margin-left: auto;
    padding-left: 20px;
    flex: 0 0 auto;
}

.cke_notification_warning {
    display: none !important
}


.commonblo .select2-container--default .select2-selection--multiple .select2-selection__clear {
    font-size: 18px;
    background: #fff;
}

.commonblo .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    width: 96% !important;
}

.commonblo .select2-container .select2-selection--multiple {
    min-height: 38px !important
}

.commonblo .select2-container .select2-search--inline {
    float: left;
    margin: -6px 0 0 10px;
}

.selectcheckbox-mid {
    vertical-align: middle;
    margin: 0 5px 0 0 !important;
}

    .selectcheckbox-mid[type=checkbox]:checked {
        background-color: #0d6efd !important;
        border-color: #0d6efd !important;
    }

.formatted_text_body ul, .formatted_text_body ol {
    padding-left: 15px;
}

    .formatted_text_body ul li {
        list-style: disc;
        margin-bottom: 10px;
    }

    .formatted_text_body ol li {
        list-style: decimal;
        margin-bottom: 10px;
    }

.chatmsgtext ul li, .chatmsgtext ol li {
    list-style: disc;
    margin-bottom: 10px;
}

.chatmsgtext ul, .chatmsgtext ol {
    padding-left: 15px;
}

.commonblo .select2-container .select2-selection--multiple {
    height: 44px !important;
    overflow: auto;
    min-height: 44px !important
}

.table tbody tr tbody tr:last-child {
    border: 0px
}

.table.matrix-table tbody tr {
    border-width: 0 0 1px 0
}

.tile-tab {
    list-style: none;
    margin: 30px auto;
    padding: 0;
    display: flex;
    max-width: 95%;
    flex-wrap: wrap
}

    .tile-tab li {
        border-radius: 10px;
        padding: 20px;
        width: calc(20% - 20px);
        margin: 0 10px 20px;
        text-align: left;
        font-size: 14px;
        background: #fff;
        border: solid 1px #ccc;
        color: #fff;
        text-align: center;
    }

        .tile-tab li:hover {
            background: #f7f7f7
        }

        .tile-tab li a {
            color: #333;
            display: block
        }

        .tile-tab li h4 {
            font-weight: bold;
            margin: 15px 0;
            font-size: 20px;
        }

        .tile-tab li p {
            margin-bottom: 5px;
        }

/*   .tile-tab li.available-col {
            background: #F88B46;
        }

        .tile-tab li.timesheet-col {
            background: #22CEF2;
        }

        .tile-tab li.allotment-col {
            background: #4177c9;
        }
        .tile-tab li.pmo-col {
            background: #A380E2;
        }*/

.back-arrow-btn {
    font-size: 14px
}

.member-mh-scroll {
    height: 120px;
    overflow: auto;
    scrollbar-width: thin;
}

.time-log-modal {
    max-width: 900px;
    margin: auto
}

    .time-log-modal .modal-body {
        padding: 10px 20px;
    }

.time-log-bg {
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.support-btn {
    border: solid 1px #ccc;
    padding: 10px 10px;
    border-radius: 6px;
    display: block;
    font-size: 13px;
    font-weight: 500;
}

    .support-btn img {
        vertical-align: middle
    }

.def-browse-btn.form-control {
    height: auto;
    padding: 6px
}

sup {
    color: red;
}

.accept-acc-input {
    position: relative;
    overflow: hidden;
    margin-left: 10px
}

    .accept-acc-input input {
        visibility: hidden;
        position: absolute
    }

    .accept-acc-input label {
        border: solid 1px #5cb552;
        border-radius: 4px;
        padding: 4px 6px;
        color: #3d8735;
        display: inline-block;
        cursor: pointer;
    }

.titleBtnRight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px !important;
}

    .titleBtnRight .btnSm {
        padding: 0px 10px;
        height: 30px;
        line-height: 30px;
        font-size: 12px
    }

.contBlog {
    max-height: 810px;
    overflow: auto;
    padding: 12px;
    height: 100%
}

.subTitleH {
    color: #5494e6;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
}


.running-sprint {
    background: #fff2e3
}

.running-exp-sprint {
    background: #ffd8d5
}

.color-code-value {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin: 0 5px 0 0;
}

.color-code-hint {
    display: flex;
    align-items: center;
}

    .color-code-hint label {
        margin: 0 20px 0 0;
    }

.msg-rt-side .message h1 {
    font-size: 17px;
    margin-bottom: 8px !important
}

.msg-rt-side .message h2 {
    font-size: 16px;
    margin-bottom: 8px !important
}

.msg-rt-side .message h3 {
    font-size: 15px;
    margin-bottom: 8px !important
}

.msg-rt-side .message h4 {
    font-size: 14px;
    margin-bottom: 8px !important
}

.msg-rt-side .message h5 {
    font-size: 13px;
    margin-bottom: 8px !important
}

.msg-rt-side .message h6 {
    font-size: 12px;
    margin-bottom: 8px !important
}

.form-check.notifications .form-check-input {
    margin-left: -28px;
    margin-right: 0px
}

.form-check.notifications {
    padding-left: 28px;
    word-break: break-word;
}

.border-orange {
    border: 1px solid rgba(255, 165, 0, 0.5); /* light orange */
    border-radius: 8px;
}

.border-yellow {
    border: 1px solid rgba(241, 196, 15, 0.5); /* light yellow */
    border-radius: 8px;
}

.border-green {
    border: 1px solid rgba(0, 128, 0, 0.5); /* light green */
    border-radius: 8px;
}

.border-red {
    border: 1px solid rgba(255, 0, 0, 0.4); /* light red */
    border-radius: 8px;
}

.border-teal {
    border: 1px solid rgba(0, 157, 178, 0.5); /* light teal */
    border-radius: 8px;
}

.date-clickable {
    cursor: pointer;
}

.status-label {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    width: 76px;
    text-align: center;
    flex-shrink: 0
}

    .status-label.todo {
        background-color: teal;
        margin-right: 10px
    }

    .status-label.inprogress {
        background-color: #F59F1D;
        margin-right: 10px
    }

    .status-label.inqa {
        background-color: #f1c40f;
        color: #000;
        margin-right: 10px
    }

    .status-label.qapass {
        background-color: #4BA54B;
        margin-right: 10px
    }

    .status-label.qafailed {
        background-color: #e54f59;
        margin-right: 10px;
    }

.complitiondate-h {
    margin: 0 10px
}

    .complitiondate-h h6 {
        font-size: 10px;
        padding: 0px;
        white-space: nowrap;
        margin: 0 0 3px;
    }

.pagination-wraper .form-select {
    padding-right: 30px;
    height: 26px;
}

.pagination-wraper .page-item .page-link {
    color: #242d4f;
}

.pagination-wraper .page-item.active .page-link {
    background-color: #242d4f;
    border-color: #242d4f;
    color: #fff;
}


.mini-loader {
    display: block;
    margin-left: 5px;
}

.targetdate {
    color: #666;
    font-size: 11px;
}

.epic-req {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 4px 10px 4px 7px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    margin-right: 5px;
    display: flex;
    align-items: center;
    background: #fff;
}

    .epic-req img {
        margin-right: 4px;
    }

    .epic-req a {
        display: block;
    }

.message_icon_box {
    margin-right: 5px;
}

.req_cont {
    padding-right: 30px;
}

.topictab_row {
    display: flex;
    width: 100%
}

.topic_tab_left {
    flex: 0 0 360px;
    margin-right: 15px;
    max-width:360px
}

.chat-column {
    flex: 1;
    background: #fff;
    padding: 14px;
    border-radius: 10px
}

.channel-Info {
    flex: 0 0 300px
}

.chat-container {
    background: #f7f7f7;
    padding: 10px
}

.g-search {
    margin: 0 auto 10px;
    max-width: 800px;
}

    .g-search input.form-control {
        /*  height: inherit;
        max-width: 800px;
        margin: auto;*/
        height: inherit;
        padding: 6px 10px;
    }

        .g-search input.form-control:focus {
            outline: 0;
            box-shadow: none;
            border-color: #D2D0D0
        }

.topic_tab_left {
    background: #fff;
    border-radius: 10px;
    padding: 10px
}

.topic_tab_left .topic_tab li {
border-bottom: solid 1px #e9e9e9;
position:relative
}

    .topic_tab_left .topic_tab li {
        padding:10px 10px
    }

        .topic_tab_left .topic_tab li.user-status-dot:before {
            content: ".";
            position: absolute;
            bottom: 12px;
            line-height: 0;
            color: #0fa715;
            left: 42px;
            width: 9px;
            height: 9px;
            border-radius: 30px;
            background: #ccc;
        }
        .topic_tab_left .topic_tab li.user-status-dot.online:before {
            content: ".";
            position: absolute;
            bottom: 12px;
            line-height: 0;
            color: #0fa715;
            left: 42px;
            width: 9px;
            height: 9px;
            border-radius: 30px;
            background: #0fa715;
        }

        .topic_tab_left .topic_tab li .unread-count {
            position: absolute;
            bottom: 15px;
            right:11px;
            padding: 3px 0;
            min-width: 20px;
            font-size: 8px;
            font-weight: normal;
        }

    .topic_tab_left .topic_tab li a:hover {
        color: #000;
    }

.topic_tab_left .topic_tab li.active, .topic_tab_left .topic_tab li:hover {
    background: #e4f0ff;
}

.add-channel-btn {
    font-size: 14px;
    padding: 10px;
    border-radius: 30px;
    display: inline-block;
    background: #7DB6FF;
}

    .add-channel-btn:hover {
        background: #71A7EC;
        color: #000
    }

.short-msg-line {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width:90%;
    font-size: 13px;
    color: #686868;
    line-height:normal
}
.topic-meta {
    max-width: calc(100% - 44px);
    flex: 1;
}
.topic-meta .badge {
    font-weight: normal;
    padding: 3px 5px;
    font-size: 10px;
    margin-left:auto
}
.topic-link {
    width:100%
}
.topic-meta .topic-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    min-width: 0;
    flex:1
}

.topicLeftBlog {
    max-height: calc(100vh - 270px);
    overflow: scroll;
    overflow-x: hidden
}

.messages-container {
    height: calc(100vh - 360px);
    overflow: scroll;
    overflow-x: hidden
}
.chat-column .messages-container .chat-empty {
    margin-bottom: 20px
}
    .message-row {
        display: flex;
        margin: 0 0 20px
    }

    .message-row img.avatar {
        width:35px;
        height:35px;
        border-radius: 100px;
        object-fit:cover;
        margin: 0 10px 0 0
    }

.message-bubble {
    background: #f2f2f2;
    padding: 10px;
    border-radius: 0 10px 10px 10px;
    color: #2e2e2e;
    font-size: 15px;
    max-width:75%;
    word-break:break-word
}

.chat-heading-row {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: solid 1px #e9e9e9;
    padding-bottom: 10px;
    margin-bottom:15px
}

.chat-gp-img img {
    width:44px;
    height:44px;
    border-radius:100%;
    object-fit:cover;
}

.chat-gp-heading-info h6 {
    font-size: 18px;
    font-weight: 500
}


.disc-list {
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0;
    font-size: 14px;
    color: #666;
}

    .disc-list li {
        display: inline-block;
        position: relative;
        padding-left: 12px;
        margin-right: 10px;
    }

        .disc-list li:before {
            content: ".";
            display: inline-block;
            font-size: 40px;
            position: absolute;
            top: -5px;
            left: 0;
            line-height: 0;
        }
.chat-gp-heading-info .disc-list li:before {
    content: "";
}
.chat-gp-heading-info .disc-list li {
    padding-left:0px
}
.chat-gp-heading-info {
    flex: 1
}

.send-message-form {
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 10px
}

    .send-message-form .input-group .Sendbtn {
        background: #7DB6FF;
        padding: 10px;
        border-radius: 30px !important;
        width: 35px;
        height: 35px;
        flex:0 0 auto;

    }

    .send-message-form .input-group {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

        .send-message-form .input-group .emojionearea.form-control {
            border: 0px;
            box-shadow: none;
            margin-right: 10px;
            width: calc(100% - 110px);
        }
.emojionearea.form-control .emojionearea-editor {
    min-height: 3em;
    max-height: 3.5em;
    word-break: break-word;
}
.emojionearea.form-control .emojionearea-button {
    top:7px
}

.send-msg-action {
    display: flex;
    align-items: center;
    gap: 5px
}

.send-message-form .input-group {
    display: flex
}

    .send-message-form .input-group textarea {
        flex: 1;
        margin-right: 10px;
        height: 40px !important;
        min-height: 40px !important;
        border: 0px;
        resize: none;
        padding: 0
    }

        .send-message-form .input-group textarea:focus {
            outline: none;
            box-shadow: none;
        }

.chat-gp-heading-action {
    display: flex
}

.more-opt-btn {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

    .more-opt-btn:hover {
        background: #e5f0ff
    }

.channel-Info {
    position: fixed;
    right: 0;
    top: 0;
    width: 360px;
    background: #fff;
    padding: 20px;
    z-index: 999;
    bottom: 0;
}
    .channel-info .small, .channel-info small {
        font-size: 1em;
    }

    .channel-type {
        display: inline-block;
        border-radius: 30px;
        color: #fff;
        padding: 6px 8px;
        background: #333;
        font-size: 12px!important;
        margin: 0 0 0 5px;
    }

.msg-search-input {
    padding: 10px;
    width: 320px;
    font-size: 13px;
    border-radius: 10px;
    font-weight: normal;
}

    .msg-search-input p {
        font-weight: 500;
        margin: 0
    }



.visibility-wrapper {
    background: #eff3f9;
    padding: 20px;
    border-radius: 10px
}

.custom-v-radio {
    position: relative
}

    .custom-v-radio input {
        position: absolute;
        visibility: hidden
    }

    .custom-v-radio label {
        border: solid 2px #dddddd;
        font-size: 14px;
        padding: 15px;
        border-radius: 10px;
        width: 100%;
        background: #fff;
        color: #666;
        min-height: 80px;
    }

        .custom-v-radio label h6 {
            font-weight: 500;
            color: #000;
            margin: 0 0 5px;
        }

    .custom-v-radio input:checked + label {
        border: solid 2px #6197db;
        background: transparent;
    }

.attach-btn {
    background: transparent
}

.channel-profile-pic-upload {
    position: relative;
    width: 110px;
    margin:0px auto
}

    .channel-profile-pic-upload input {
        position: absolute;
        visibility: hidden
    }

    .channel-profile-pic-upload img.channel-pro-pic {
        width: 110px;
        height: 110px;
        border-radius: 100px
    }

.attached-file-box {
    position: absolute;
    top: -130px;
    width: 400px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border-radius: 10px !important;
    font-size: 14px;
    color: #454545;
    left: 50%;
    transform: translateX(-50%);
}

    .attached-file-box h6 {
        color: #000;
        font-weight: 500;
        margin: 0 0 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .attached-file-box a {
        display: inline-block;
        padding: 7px;
        border-radius: 30px;
        font-size: 13px;
        color: #000;
        border: solid 1px #7DB6FF;
        text-align: center;
        background: #ffffff;
        margin: 8px 0 0;   
        pointer-events:none;
    }

.upload-file-rem {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
}

.msg-overlay {
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9
}
.message-row.self {
    justify-content:flex-end
}
    .message-row.self img.avatar {
        order:2
    }
    .message-row.self .message-bubble {
        background: #e4f0ff;
        padding: 10px;
        border-radius: 10px 0 10px 10px;
        color: #2e2e2e;
        font-size: 15px;
        margin-right: 10px;
        word-break:break-word;
        position:relative
    }
        .message-row.self .message-bubble .message-content {
            white-space: normal;
            margin-top:10px
        }
.del-opt-btn {
    background: transparent;
    padding: 0 5px;
}
/*.msg-del {
    position: absolute;
    right: 0;
    background: #fff;
    top: -40px;
    padding: 10px;
    border-radius: 5px;
    line-height: 1;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
        .message-row.self .message-bubble:hover:after {
            content:"...";
            position:absolute;
            right:0px;
            top:20px;
            z-index:9;
            padding:10px;
            background:red;
        }*/
.chat-empty {
    text-align: center;
}

.channel-info-list {
    max-height: calc(100vh - 500px);
    overflow: auto;
    padding-left: 0
}
    .channel-info-list li .badge {
        padding: 5px;
        font-size: 11px !important;
        font-weight: normal !important;
    }
    .channel-info-list li {
        padding-right:5px
    }
    .channel-info-list li .small.fw-semibold {
        font-size: 14px
    }
        .channel-info-list li .ci-remove-member {
            background: transparent;
            padding: 0;
            width: 18px;
            height: 18px;
            border-radius: 30px;
            border: solid 1px red;
            text-align: center;
            font-size: 11px;
            line-height: 18px;
            color: red;
        }
.meta-data-info {
    font-size: 14px;
    line-height: normal;
    color: #6c757d;
}
.ci-members-count {
    font-size:14px;
    line-height: normal;
    color: #6c757d;
}

.msg-search-input {
}

.search-input-tp {
    border: 1px solid rgb(204, 204, 204);
    padding: 8px;
    height: 34px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: 14px !important;
    border-radius: 6px;
    height: inherit !important;
}
    .search-input-tp:focus {
        outline:none;
        box-shadow:none
    }
.result-item-title {
    line-height:normal
}
    .result-item-title .result-meta {
        margin:5px 0
    }
.result-item-snippet {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:220px;
}

.chat-file {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #007bff;
    margin:8px 0 0;
}

    .chat-file i {
        font-size: 18px;
    }

/* search results styles */
.msg-search-results {
    max-height: 320px;
    overflow: auto;
    padding: 8px;
}

    .msg-search-results .result-item {
        display: flex;
        gap: 8px;
        padding: 8px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        align-items: center;
    }

        .msg-search-results .result-item:hover {
            background: #f8f9fa;
        }

    .msg-search-results .result-count {
        font-size: 13px;
        color: #666;
        padding: 6px 8px;
    }

    .msg-search-results .result-meta {
        color: #666;
        font-size: 12px;
    }

.search-highlight {
    background: #fbecd9;
    border-radius: 4px;
    padding: 2px;
}
/* selected result */
.msg-search-results .result-item.result-selected {
    background: #e9f5ff;
    outline: 2px solid #cfeefe;
}
.mention {
    color: #ee8101;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 700;
    white-space: nowrap;
}
.emojionearea-editor {
    outline: none;
    word-wrap: break-word;
    white-space: pre-wrap;
}

    .emojionearea-editor:empty:before {
        content: attr(placeholder);
        color: #999;
    }
.emojionearea-button {
    background: transparent;
    height: 22px;
}
.tribute-container ul {
    padding: 10px !important;
    border-radius: 4px;
    background: #ecf3fd!important
}
    .tribute-container ul li {
        padding: 7px 0;
        margin-bottom: 5px;
    }
.tribute-container li.highlight {
    background: #86b7ff!important
}
.unread-msg-cnt {
    border-radius: 4px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background: red;
    display: inline-block;
    position: absolute;
    top: -10px;
    padding: 0 5px;
    z-index: 9;
}
.attach-btn-col {
    flex:0 0 auto;
}

.back-chat-user-list{
    display:none;
    background:transparent;
}
.topictab_row {
    position:relative
}
.topic-meta-row {
    display:flex;
    align-items:center;
}

.modal-content .form-check {
    padding-left: 1.8em;
}
.modal-content  .form-check-input[type=checkbox] {
    margin-right: 0px
}
.modal-content .form-check-label {
    padding-left: 5px
}
.toast-info {
    background-color: #242d4f !important;
    opacity: 1 !important;
    line-height: 1.3;
}

.authentic-wrapper {
    display: flex;
    flex-wrap: wrap
}

    .authentic-wrapper .autentic-rt {
        flex: 0 0 50%;
        display: flex
    }

.autentic-header h2 {
    font-weight: 600;
    font-size: 24px;
    margin: 15px 0 10px;
    color: #fff
}