body {
    margin: 0;
    padding: 0;
    font-family: 'Circular Std';
    background-color: #fafafa;
    font-weight: 400;
}

a:hover {
    color: #8BB2BD;
}

.border-right {
    border-right: 1px solid #DADADA;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #739DA8;
    border-color: #739DA8;
}

.text-secondary {
    color: #000 !important;
}

.btn-outline-info {
    color: #8BB2BD;
    border-color: #8BB2BD;
}

.border-bottom {
    border-bottom: 1px solid #EDEDED !important;
}

.text-info {
    color: #8BB2BD !important;
}

* {
    word-break: break-all;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    word-break: break-all;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #000;
    --bs-table-striped-bg: #F3FAFC;
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #000;
    vertical-align: top;
    border-color: #dee2e6;
    border-collapse: collapse;
    display: table !important;
}

.table .tr {
    display: table-row !important;
}

.table .td {
    display: table-cell !important;
    vertical-align: middle;
    text-align: left;
}

.mt-6 {
    margin-top: 62.33px;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.version2Wrapper {
    background: #f9fbfb;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: none !important;
}

button:focus-visible {
    outline: 0px !important;
}

.dropdown-toggle::after {
    border: 0;
    content: "";
    background: url(../images/icons/downArr.svg);
    width: 8px;
    height: 5px;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-light {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
}

label {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 6px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    background: #FFFFFF;
    border: 1px solid #D5D3D3;
    box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.sessionCondenced {
    background: #F3FAFC;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.mb-20 {
    margin-bottom: 20px !important;
}

select.form-select {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.modal input,
.modal select {
    height: 48px;
    border-radius: 4px;
}

.modal button.btn.btn-primary {
    padding: 10px 34px;
    border: 0;
}

.primaryDefaultBtn {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 10px 36px;
}

.modal button.btn.btn-secondary {
    padding: 10px 44px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #8D8D8D;
    background-color: #D5D3D3;
    border: 0;
    margin-left: 12px;
}

.modal-content {
    padding: 19px 24px 38px;
}

.modal-header {
    padding-bottom: 14px;
}

:focus-visible {
    outline: 1px solid #2B00D4 !important
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.divider {
    border: 1px solid #EDEDED;
}

.btn-primary,
.btn-info {
    color: #fff !important;
    background-color: #739DA8 !important;
    border-color: #739DA8 !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px !important;
}

.btn-info {
    background-color: #739DA8 !important;
    border: #739DA8 !important;
}

.btn-link {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #2B00D4;
}

p.text-secondary.mb-0 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.btn-outline-light {
    color: rgba(0, 0, 0, 0.65);
    border-color: rgba(43, 0, 212, 0.1);
}

button.btn.btn-outline-primary {
    background: #FFFFFF;
    border: 1px solid #BDAFF4;
    box-sizing: border-box;
    border-radius: 6px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #2B00D4;
    padding: 12px 34px;
}

.form-check input {
    width: 20px;
    height: 20px;
}

/* ----------------------------------------------------------------- */
.auth-sections {
    height: 100vh;

}

.sign-form,
.welcome_col {
    padding: 20px;
    height: 100vh;
}

.sign__form_col {
    height: calc(100% - 80px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 86px 0 62px;
}

.welcome_col {
    background: #1e1741;
    padding: 0 110px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.welcome_col:before {
    position: absolute;
    content: "";
    background: url(../images/vector1.svg);
    right: 0;
    top: 0;
    z-index: 9;
    width: 360px;
    height: 401px;
    background-repeat: no-repeat;
}

.welcome_col:after {
    position: absolute;
    content: "";
    background: url(../images/vector2.svg);
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 179px;
    height: 191px;
    background-repeat: no-repeat;
}

.sign__form_col p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.5);
}

.auth-heading {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 12px;
}

.sign__form_footer .btn-primary {
    padding: 11px 45px;
}

.logoDropdown button.dropdown-toggle::after {
    display: inline-block;
    margin-left: -3px;
    vertical-align: 0;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    background: url(../images/icons/downArrow.svg);
    border: 0;
    width: 5px;
    height: 3px;
    margin-top: 16px;
    margin-bottom: -9px;
    background-size: cover;
}

/* ----------------------- Dashboard ----------------------- */
.leftside-menu {
    background: #1D1441;
    width: 56px;
    /* height: 100vh; */
    position: fixed;
    z-index: 5;
    top: 0;
    bottom: 0;
}

.logoDropdown ul.dropdown-menu,
.topBarUserDropdown ul.dropdown-menu {
    width: 204px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 6px;
    margin-left: 15px !important;
    margin-top: 8px !important;
}

.logoDropdown ul.dropdown-menu {
    width: 284px;
}

.logoDropdown button {
    background: #2B00D4;
    border-radius: 4px;
    height: 40px;
    width: 40px;
}

.logDuckProjectCol {
    padding: 22px 20px 0;
}

.logDuckProjectCol .media-img {
    background: #2B00D4;
    border-radius: 2.94737px;
    width: 28px;
    height: 28px;
    font-weight: 900;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: -0.736842px;
    color: #FFFFFF;
    text-align: center;
}

.userMediaCol .media-img {
    background: #2EB67D;
    border-radius: 14px;
}

.userMediaCol {
    padding: 14px 20px 0;
}

.logDuckProjectCol .media-body h6 {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 1px;
}

.logoDropdown .dropdown-menu li a {
    padding: 8px 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 0;
}

.logDuckProjectCol .media-body p {
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.5);
}



.leftside-menu ul li a {
    padding: 12px 16px;
    margin-bottom: 8px;
}

.logoDropdown {
    padding: 20px 8px 38px;
}

.simplebar-wrapper .nav-link.active {
    background: rgba(189, 175, 244, 0.65);
    border-right: 2px solid #BDAFF4;
}

.page-content-wrapper {
    margin-left: 56px;
    padding: 20px 20px 0px 26px;
    height: calc(100vh - 66px)
}

.topBar {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 20px;
}

.topBar h1 {
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    color: #000000;
}

.addMemberBtn {
    font-weight: 900;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 12px 22px;
    align-items: center;
    display: flex;
}

.addMemberBtn span {
    margin-right: 10px;
}

.notificationMenu {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 4px;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-left: 14px;
}

.notificationMenu .notify_dot {
    background: #FCA311;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    display: inline-block;
    position: absolute;
    border-radius: 20px;
    top: 13px;
    right: 9px;
}

.session__col {
    background: #023047;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 5%);
    border-radius: 12px;
    color: #fff;
    padding: 20px;
    height: 120px;
    flex: 1;
    margin-right: 16px;
    overflow: hidden
}

.session__col:last-child {
    margin-right: 0px;
}

.session__col::after {
    position: absolute;
    content: "";
    background: url(../images/session_bg.svg);
    background-size: cover;
    width: 103px;
    height: 144px;
    right: 0;
    top: 0;
}

.session__col h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.session_rate {
    font-weight: 700;
    font-size: 22px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-transform: capitalize;

}

.session_rate span {
    background: #FDBB64;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #023047;
    padding: 4px 9px;
    margin-left: 9px;
}

.session_rate span svg {
    margin-left: 4px;
}

.sub_heading {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}

.session__col_row {
    margin-bottom: 40px;
}

.session__col:nth-child(2) .session_rate span svg path,
.session__col:nth-child(3) .session_rate span svg path,
.leftSideBarBottom li button svg path {
    fill: #fff
}

.today_session_row .session__col {
    color: #000000;
}

.today_session_row .session__col:nth-child(1):after,
.today_session_row .session__col:nth-child(2):after,
.today_session_row .session__col:nth-child(3):after {
    background: url(../images/today-feed.svg);
    width: 103px;
    height: 124px;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
}

.today_session_row .session__col:nth-child(2):after {
    background: url(../images/today-issue.svg);
}

.today_session_row .session__col:nth-child(3):after {
    background: url(../images/total-issue.svg);
}

.feedback_sidebar {
    padding: 24px 20px;
    background: #fff;
    border-left: 1px solid #EDEDED;
    height: calc(100vh - 79px);
}

.feedback_sidebar h5 {
    font-weight: 400;
}

.feedback_col {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    margin-bottom: 24px;
}

.feedback_co:last-child {
    margin-bottom: 35px
}

.feedback_date {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #BDBDBD;
}

.feedback_col p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #8D8D8D;
    margin: 0;
}

.feedback_col {
    padding: 20px 20px 31px;
}

.feedback_sidebar button {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #FF9409;
}

.analytics_col {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 22px 27px 26px 30px;
}

.analytics_col form .dropdown button {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 24px;
    color: #000000;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

}

.analytics_col form .sessionsDropdown button {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    background: #fff;
    padding: 0;
    border: 0;
}

.from_spn,
.to_spn {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 0 7px 0 23px;
}

.to_spn {
    padding: 0 12px;
}

.session__detail {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 6px;
    margin-bottom: 20px;
    min-width: 1200px;
}

/* .session__detail:last-child{
margin-bottom: 0;
} */
/* .session__detail .session_dtl_col{
    display: table-row !important;
} */
/* .session__detail .media{
    display: table-cell !important;
    vertical-align: middle !important;
    text-align: left;
} */
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.session_dtl_col .media .media_img,
.media_letter,
.issuesUserDetails .media_img {
    background: #FFFFFF;
    border: 1px solid rgba(43, 0, 212, 0.3);
    box-sizing: border-box;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    line-height: 38px;
    margin-right: 18px;
    padding: 0;
}

.issuesUserDetails .media_img {
    height: 44px;
    width: 44px;
    line-height: 42px;
}

.media_letter {
    background: #4E27E7;
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
    color: #FFFFFF;
    border: 1px solid #2B00D4;
}

.forms_details .media_letter {
    background: #fff;
    border: 1px solid rgba(43, 0, 212, 0.3);
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    color: #C6BCEE;
    padding: 0;
}

.companies_dtl_col {
    margin-top: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.companies_dtl_col .media-body {
    margin-left: 12px;
}

.session_dtl_col .media-body h5,
.companies_dtl_col .media-body h5 {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    color: #2B00D4;
}

.companies_dtl_col .media {
    align-items: center;
}

.companies_dtl_col .media-body p {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
}

.team_member__details .media-body h5 {
    color: #000000;
    font-size: 16px;
    line-height: 18px;
}

.forms_details .media-body h5 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);
}

.session_dtl_col .media-body p {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
}

.session_dtl_col .media,
.companies_dtl_col .nedia {
    padding: 15px 22px;
    flex: 1;
    align-items: center;
}

.session_dtl2 {
    background: #F3FAFC;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    min-width: 270px;
}

.session_dtl_col .session_dtl2 .media-body p span {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.7);
}

.session_dtl1 {
    width: 350px;
    min-width: 350px;
}

.nextItem .page-link {
    color: #000;
}

.session_dtl_col .media-body p span:last-child {
    margin-right: 0 !important;
}

.page-item .page-link {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 3px;
    margin-right: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    padding: 8px 12px;
    cursor: pointer;
}

.preItem .page-link,
.nextItem .page-link {
    background: transparent !important;
    border: 0;
}

.page-item.disabled .page-link {
    color: rgba(0, 0, 0, 0.2);
}

.page-item.disabled .page-link svg path {
    stroke: rgba(0, 0, 0, 0.2);
}


.page-item:first-child .page-link,
.page-item:nth-last-child(2) .page-link {
    margin-right: 0;
}

.page-item .page-link:hover {
    background: #2B00D4;
    color: #fff;
}

.preItem .page-link:hover,
.nextItem .page-link:hover {
    color: #000000;
}

.pagesDot {
    margin: 0 14px 0 4px;
}

.team_member__details .media-body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);
}

.Pager {
    margin: 40px 0;
}

.modal-header h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.integrations_col,
.projects_col_item {
    width: 190px;
    height: 180px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px;
    margin-right: 20px;
    transition: 0.5s;
}

.projects_col_item {
    width: 205px;
}

.integrations_col:hover,
.projects_col_item:hover {
    box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
}

.projects_col_item:hover .imgProjectSet {
    background-color: #ECF1F1;
}

.integrations_col:last-child {
    margin-right: 0px;
}

.integrations_contnt h6,
.projects_col_item_contnt h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    margin-top: 14px;
}

.int_select {
    background: #FFFFFF;
    border: 2px solid rgba(85, 196, 149, 0.5);
    width: 24px;
    height: 24px;
    border-radius: 20px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.int_select.success {
    border-color: rgba(85, 196, 149, 0.5);
}

.integrations_col button,
.projects_col_item button {
    padding: 2px 12px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.65);
}

.projects_col_item button {
    padding: 2px 23px;
}

.imgProjectSet {
    border: 1px solid #8BB2BD;
    height: 54px;
    width: 54px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    transition: 0.5s
}

.repo-timeline ul li span.timeline-circle {
    position: relative;
    border: 2px solid rgba(189, 189, 189, 0.5);
    border-radius: 100%;
    min-width: 24px;
    line-height: 18px;
    text-align: center;
    margin-top: 0;
    background-color: #fff;
    z-index: 2;
    display: inline-block;
    height: 24px;
    margin-right: 12px;
}

.repo-timeline ul li span.timeline-circle.success,
.repo-timeline ul li span.timeline-circle.current {
    border-color: rgba(85, 196, 149, 0.5);
}

.repo-timeline ul li span.timeline-circle.pending {
    border-color: rgba(189, 189, 189, 0.5);
}

.repo-timeline ul li span.timeline-circle.pending svg path {
    stroke: rgba(189, 189, 189, 0.5);
}

.repo-timeline ul li {
    position: relative;
}

.repo-timeline ul li:before {
    position: absolute;
    border: 1px solid #D5D3D3;
    display: block;
    content: '';
    left: 12px;
    z-index: 1;
    top: 26px;
    transform: translateX(-50%);
    bottom: 2px;
}

.repo_cont {
    flex: 1;
}

.repo_cont h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 5px;
}

.repo_cont input {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
    padding: 9px 19px;
    background: #FAFAFA;
    border: 1px solid #D5D3D3;
    border-radius: 4px;
    height: 40px;
}


.repo_cont p,
.repo_cont p a {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
}

.repo_cont a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #2B00D4;
}

.repo_cont p a {
    color: #2B00D4;
}

.repo-timeline li:last-child::before {
    display: none !important;
}

.reset-intigrn {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: rgba(141, 141, 141, 0.5);
}

#slackChannelModal input {
    background: #FFFFFF;
    border: 1px solid #D5D3D3;
    box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
    padding: 9px 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
}

.md-cont-wrapper,
.sm-cont-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 6px;
    height: calc(100vh - 150px);
    padding: 48px 34px;
    overflow: auto;
}

pre {
    background: #1D1C25;
    border-radius: 6px;
    padding: 45px 40px;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

span.token.tag {
    color: #31D3FF;
}

span.token.attr-value,
.token.attr-name {
    color: #f48182;
}

.project-setup-tmline .repo_cont h6 {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.project-setup-tmline .repo_cont p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
}

pre code {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #31D3FF;
    display: inherit;
}

.repo_identify_user pre {
    color: #31D3FF;
}

.modal-body pre {
    padding: 26px 24px;
}

.form-check-col {
    background: #FFFFFF;
    border: 1px solid rgba(213, 211, 211, 0.5);
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 22px 26px 26px 26px;
}

.ratingSmiley li {
    margin-right: 12px;
}

.ratingSmiley li:last-child {
    margin-right: 0px;
}

.form-check-label-col {
    margin-left: 8px;
}

.textAreaCol {
    margin-top: 10px;
}

.md-cont-wrapper p,
.sm-cont-wrapper p,
.proPlanTop .media-body p,
.companies_dtl_btns p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #949393;
}

.proPlanTop .media-body p,
.companies_dtl_btns p {
    color: #515050;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 
.feedbacks_details .media.session_dtl1{
max-width: 222px;
}
.feedbacks_details .media.session_dtl2{
flex: 1
}
.feedbacks_details .media.session_dtl3{
max-width: 265px;
}

.feedbacks_details .media.session_dtl4{
max-width: 215px;
}

.feedbacks_details .media.session_dtl5{
max-width: 185px;
}

.feedbacks_details .media.session_dtl6{
max-width: 200px;
} */

.typeErrorCont p a {
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    color: rgba(0, 0, 0, 0.3);
}

.userTimeLine .timeline-circle {
    background: #FFFFFF;
    border: 1px solid #C6BCEE;
    box-sizing: border-box;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    line-height: 44px;
    text-align: center;
    font-weight: 400;
    font-size: 26px;
    color: #C6BCEE;
}

.userTimeLine {
    margin-right: 95px;
}

.userTimeLine:last-child {
    margin-right: 0;
}

.typeError {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 27px;
}

.issuesUserDetails {
    padding-top: 38px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 38px;
}

.issuesUserDetails .media-body p {
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.issuesUserDetails .media {
    align-items: center;
}

.issuesUserDetails .media-body p a {
    color: rgba(0, 0, 0, 0.3);
}

.typeErrorList .repo_cont h6 {
    font-weight: 400;
    font-size: 16px;
}

.exceptionAccErr .accordion-button {
    background: #E1E1E1;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    padding: 13px 23px;
}

.exceptionAccErr .accordion-button span {
    color: rgba(0, 0, 0, 0.3);
}

.exceptionAccErr .accordion-button::after {
    display: none;
}

.accordion-body {
    background: #F8F8FC;
    border-radius: 6px;
    padding: 17px 28px 23px;
}

.AccChunkList li {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.3);
}

/* --------------------------------- SideBar Home Version 2 style Start-------------------------- */
.trialBtn button {
    padding: 5px 16px !important;
}

.sidebarLeft {
    background: #ECF1F1;
    width: 70px;
    padding: 0 13px 24px;
    margin-top: 66px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebarLeft .simplebar-wrapper .nav-link.active,
.leftSideBarBottom .nav-link.active,
.sidebarLeft .simplebar-wrapper .nav-link:hover,
.leftSideBarBottom .nav-link:hover {
    background: #739DA8;
    border-right: 0px;
    border-radius: 6px;
}

.sidebarLeft .simplebar-wrapper .nav-link.active svg path,
.leftSideBarBottom .nav-link.active svg path,
.simplebar-wrapper .nav-link:hover svg path,
.leftSideBarBottom .nav-link:hover svg path {
    fill: #fff;
}

.sidebarLeft ul li a,
.leftSideBarBottom button {
    margin-bottom: 8px;
    width: 44px;
    text-align: center;
    padding: 0;
    height: 44px;
    line-height: 44px;
}

.topBarSecondVer {
    height: 66px;
    background: #ECF1F1;
    border-bottom: 0;
    padding: 15px 14px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
}

.logoIconLD {
    background: #739DA8;
    border-radius: 4px;
    font-weight: 900;
    font-size: 15px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #FFFFFF;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
}

.logoIconText {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}

.main-logo-icon {
    border-right: 1px solid #DADADA;
}

.topBarSecondVer .logoDropdown button.btn-primary {
    padding: 0;
    background: transparent !important;
    border: 0;
    height: auto;
    width: auto;
    margin-right: 16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #000000 !important;
    display: flex;
    align-items: center;
}

.topBarSecondVer .logoDropdown button.dropdown-toggle::after {
    margin-top: auto;
}

.topBarSecondVer .logoDropdown button.dropdown-toggle::after {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 7px;
    background: url(../images/icons/downArr.svg);
    width: 8px;
    height: 5px;
    background-repeat: no-repeat;
    background-size: cover;
}

.trialBtn button:after {
    transform: rotate(-90deg);
    margin-bottom: 0 !important;
    vertical-align: 2px;
}

.topUserTxt {
    font-weight: 400;
    font-size: 13px;
    line-height: 38px;
    color: #FFFFFF;
    background: #8BB2BD;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 32px;
    height: 38px;
    width: 38px;
    text-align: center;
    display: inline-block;
}

.pageWrapper {
    margin-left: 70px;
    /* padding: 34px 20px 20px 40px; */
    margin-top: 66px;
}

.settingMenuCont {
    background: #FFFFFF;
    border-radius: 8px 0px 0px 0px;
    width: 230px;
    margin-left: 70px;
    /* margin-top: 66px; */
    height: 100vh;
    float: left;
    position: fixed;
    border-right: 1px solid #ECECEC;
}

.settingMenuCont ul li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #323232;
    padding: 16px 20px;
    margin-bottom: 5px;
}

.settingMenuCont ul li a.active {
    color: #8BB2BD;
}

.settingMenuCont ul li a svg {
    margin-right: 15px;
}

.settingMenuCont ul {
    padding: 30px 9px
}

.settingMenuCont+.slideRightWrapper {
    margin-left: 300px;
    /* margin-top: 66px; */
}

.pageWrapper .md-cont-wrapper,
.pageWrapper .sm-cont-wrapper {
    height: calc(100vh - 200px);
}

/* --------------------------------- SideBar Home Version 2 style End-------------------------- */
.logDuckCompanyDropDown li:hover {
    background: #EDEDED;
}

.logDuckCompanyDropDown li {
    padding: 10px 25px 10px 16px;
    cursor: pointer;
    transition: 0.5s;
}

.logDuckCompanyDrpDwn .media-img span {
    background: #31D3FF;
    border-radius: 3px;
    width: 22px;
    height: 22px;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -0.736842px;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
}

.logDuckCompanyDrpDwn .media-img,
.mediaAddCompany button span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

.logDuckCompanyDrpDwn .media-body,
.mediaAddCompany button {
    font-weight: 400 !important;
    font-size: 13px !important;
    color: #323232 !important;
    line-height: 23px !important;
}

/* -------------------------Network Page---------------------------------- */

.networkSessionWrapper {
    height: calc(100vh - 66px);
}

.networkSessionWrapper,
.networkSessionWrapper .session-report {
    padding-left: 0;
    border-top-left-radius: 0 !important;
}

.networkRequestTabs ul li {
    font-size: 16px !important;
}

.networkRequestTabs {
    background: #F3FAFC !important;
    font-weight: 500;

    line-height: 20px;
    color: #000000;
    padding: 8px 19px;
}

.networkRequestTabs .network_top {
    background: #F3FAFC;
}

.network-general-list tr td {
    vertical-align: top !important;
    padding: 10px 9px 10px 19px !important;
}

.network-request .accordion-body {
    background-color: #fff !important;
}

::-webkit-scrollbar {
    background: #D0D7DD;
    width: 5px;
    height: 2px;
}

::-webkit-scrollbar-track {
    background: #EDEDED
}

::-webkit-scrollbar-thumb {
    background: #8BB2BD;
    border-radius: 15px;
}

.network-request {
    min-width: 320px;
    width: 320px;
}

.network_top {
    background: #f6f6f6;
    padding: 0 6px 0 0;
    /* border-top: 1px solid hsl(0deg 0% 76%); */
    border-bottom: 1px solid hsl(0deg 0% 76%);
    border-radius: 0 6px 0 0;
}

.network .table>:not(:first-child) {
    border-top: none;
}

.network_top ul li {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
    border-bottom: 3px solid transparent;
    padding: 14px 26px;
}

.network_top ul li.active {
    border-bottom: 3px solid #2B00D4;
}

.network_top input,
.network_filter input {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 16px;
    width: 270px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 34px;
}

.session-report {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px 6px 0px 0px;
}

.network_top button,
.network_filter button {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 12px;
    border-radius: 3px;
    background: #fff;
    margin-left: 5px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.7);
    height: 34px;
}

button:hover {
    color: #558cdb;
    border-color: #558cdb;
}

::-webkit-input-placeholder {
    color: #b2b2b2;
}

::-moz-placeholder {
    color: #b2b2b2;
}

:-ms-input-placeholder {
    color: #b2b2b2;
}

:-moz-placeholder {
    color: #b2b2b2;
}

.network .table td,
.network .table th {
    padding: 12px 22px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
}

.network .table th {
    font-weight: 700;
    color: #000000;
    padding: 17px 22px;
}

.netTableFont {
    font-weight: 400;
    width: 70px;
}

/* .network table td{
height: 200px;
} */
.network table td,
.network table th {
    padding: 6px 8px;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 400;
}

.network .network-general-list td,
.network .network-general-list th {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.7);
}

.network table th {
    font-weight: 700;
}

.resizable-y {
    position: fixed;
    height: 100%;
    left: 70px;
    right: 0;
    border-top: 1px solid hsl(0deg 0% 76%);
}

.resizable-y .right {
    border-left: 1px solid hsl(0deg 0% 76%);
}

.resizer-x,
.resizer-y {
    z-index: 2;
    cursor: col-resize;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: hsl(0deg 0% 76%);
    width: 1px;
}

.resizer-y {
    z-index: 1;
    cursor: row-resize;
    flex-direction: column;
    width: auto;
    height: 1px;
}

.resizable-y .right .network_top ul li {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    border: 0;
    padding: 9px 23px;
}

.resizable-y .network_filter {
    background: #f6f6f6;
    padding: 6px 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.resizable-y .network_filter input {
    width: 196px;
    height: 28px;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.3);
}

.resizable-y .network_filter button {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.7);
    padding: 4px 9px;
    height: auto;
    margin-left: 0;
}

.panel-default {
    background: #fcfcfc;
    border-bottom: 1px solid #f0f0f0;
    color: #252525;
}

.panel-heading h4 {
    font-size: 14px;
    margin: 0;
    padding: 10px 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.panel-heading h4 span {
    color: #8f8f8f;
    margin-right: 8px;
}

.Resizer.vertical {
    width: 6px;
    margin: 0 -5px;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
    cursor: col-resize;
}

.network table tr,
.network table td,
.network table th {
    border-top: 0 !important;
    border-left: 0 !important;
}

.Resizer {
    background: #000;
    opacity: 0.2;
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

.network-request .accordion .accordion-button {
    justify-content: space-between;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.7);
    padding: 10px 26px;
    border-radius: 0;
}

.network-request .accordion-item {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #EDEDED;
}

.network-request .accordion .accordion-button::after {
    margin-right: auto;
    position: absolute;
    left: 8px;
}

.accordion-button::after {
    width: 12px;
    height: 12px;
    background-size: 12px;
}

.right .network_top {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    background: #F3FAFC;
}

.panelContent {
    padding: 12px 14px;
}

.panelContent p {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.7);
}

/* -------------------------Network Page End------------------------------ */
.singInBtn.active {
    background: #8FDFB4;
    color: #fff;
    border-color: #8FDFB4;
}

.companies_dtl_col .media-body h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.companies_dtl_list {
    padding: 20px 20px 16px;
    border-bottom: 1px solid #EDEDED;
}

.logoIconLD_brn {
    background: #CD390A !important;
}

.logoIconLD_org {
    background: #FB8500 !important;
}

.singInBtn {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 106px;
    text-align: center;
    align-items: center;
}

.companies_dtl_btns button.btn-link {
    border-color: transparent
}

.UsrProfileSetTop .logoIconLD {
    height: 66px;
    width: 66px;
    font-weight: 400;
    font-size: 24.4444px;
    line-height: 66px;
    color: #FFFFFF;
    margin-right: 20px;
    border-radius: 50%;
}

.project-setting-form h5 {
    margin-bottom: 18px;
}

.formBottom button {
    padding: 10px 30px;
}

.noPlan_col {
    height: calc(100vh - 140px);
}

.price-card--hero {
    margin: -53px 6px 0;
}

.pricingCard {
    background: #FFFFFF;
    border: 1px solid #CCEAF2;
    border-radius: 16px;
}

.pricingCard .card-header {
    padding: 20px 26px 31px;
}

.pricingCard .card-body {
    padding: 20px 26px 31px;
}

.pricingCard .card-footer {
    padding: 0px 26px 33px;
    border-radius: 0px 0px 16px 16px;
}

.pricingCard h5 {
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
}

.pricingCard p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #515050;
    margin-bottom: 33px;
}

.pricingCard span.h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 20px;
}

.pricingCard span.h6 {
    font-weight: 400;
    font-size: 12px;
    color: rgb(0 0 0 / 30%)
}

.priceMonth {
    margin-bottom: 43px;
}

.pricingCard small {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
}

.pricingCard li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #242424;
}

.price-card--hero .card-header {
    padding: 17px 0;
    text-align: center;
    background: #2EB67D;
    border-radius: 16px 16px 0px 0px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.price-card--hero .card-body,
.price-card--hero .card-footer {
    background: #E9FFF6 !important;
}

.priceTableRow {
    margin-top: 78px;
}

.paymentBtn button {
    padding: 6px 16px !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #4B4949;
    border: 1px solid #C9E5ED;
    transition: 0.5s;
}

.paymentBtn button:hover {
    background: #fff;
    border: 1px solid #C9E5ED;
    box-shadow: 0px 4px 6px 0 rgb(208 232 239);
}

.proPlanTop {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    border-top: 3px solid #8BB2BD;
    margin-bottom: 18px;
}

.companyInfoFromBottom button,
.upgradePlanBtn button {
    min-width: 155px;
    height: 48px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
}

.addressFieldMt {
    margin-top: -56px;
}

.changeBtn {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    padding: 5px 8px;
    margin-left: 10px;
}

button.btn.btn-outline-secondary.changeBtn {
    color: rgba(0, 0, 0, 0.5);
}

.cardCheckForm {
    background: #FFFFFF;
    border: 1px solid #C7EBF4;
    border-radius: 4px;
    padding: 4px 16px 3px 38px;
}

.CVVfield {
    padding: 14px 18px;
    color: rgba(0, 0, 0, 0.5) !important;
    height: 48px !important;
}

.cardCheckForm input {
    margin-top: 9px;
    border-radius: 2px !important;
}

.cardCheckForm .form-check-input:checked {
    background-color: #2EB67D !important;
    border-color: #2EB67D !important;
}

.cardCheckForm label {
    font-weight: 500;
    flex: 1;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
}

.cardCheckForm label small {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5)
}

.addNewCardButton {
    background: #FFFFFF;
    border: 1px solid #8BB2BD;
    border-radius: 6px;
    height: 33px;
    width: 133px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #739DA8;
    padding: 0;
}

.cardNumberRow img {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.saveCrdBtn {
    background: rgba(115, 157, 168, 0.1) !important;
    border: 1px solid #8BB2BD !important;
    border-radius: 6px;
    color: #4A7784 !important;
    transition: 0.5s;
}

.saveCrdBtn:hover {
    background-color: #739DA8 !important;
    border-color: #739DA8 !important;
    color: #fff !important;
}

.beforeLoginContainer {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.beforeLoginContainer form {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
    border-radius: 12px;
    padding: 40px 60px 45px;
    width: 447px;
}

.beforeLoginContainer h5 {
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #000000;
    margin-bottom: 30px;
}

.beforeLoginContainer button {
    background: #8BB2BD !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 10px;
}

.topBarUser button {
    width: 91px;
}

.confirmationMessageCol {
    position: absolute;
    top: 212px;
}

.confirmationMessageCol svg {
    margin-bottom: 22px;
}

.confirmationMessageCol h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.lgnBttN {
    width: 91px !important;
    height: 33px;
    line-height: 35px !important;
    padding: 0 !important;
}

.media_letter svg path {
    stroke: #fff;
}

.logoDropdown button svg {
    margin-right: 7px;
}

.noDataFound svg {
    max-width: 495px
}

.mainTable {
    max-width: 1500px;
}

.session_dtl3 {
    min-width: 335px;
}

.session_dtl4 {
    min-width: 255px;
}

.session_dtl5 {
    min-width: 155px;
}

.pagination {
    margin-top: 5px;
}

.feedbacks_details .session_dtl1 {
    min-width: 474px;
}

.custom-address-check .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}

.custom-address-check {
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    padding: 18px 85px 35px 19px;
    width: 100%;
    word-break: break-all;
    display: flex;
    align-items: start;
}

.custom-address-check .form-check-input {
    margin-left: 0px;
}

.loader {
    display: block;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.overlay-loader {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}