@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300&family=Tinos&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    list-style: none;
    /* overflow-x: hidden; */
    text-decoration: none !important;
}
body {
    overflow-x: hidden;
}

/* Mobile Menu Section Css Start Here */
.small-screen-nav {
    background: linear-gradient(to right, #2b77b8, #000c7b) !important;
    height: auto;
}

.navbar-light .navbar-brand {
    color: #fff !important;
    font-size: 24px;
    font-weight: 600;
}

.small-screen-nav button {
    border: none;
}

.small-screen-nav button:focus {
    box-shadow: none;
}

.small-screen-nav button span {
    color: #fff;
    font-size: 28px;
}
/* --Shoaib--- */
.mobileMenu li {
    padding: 8px 16px;
    border-radius: 3px !important;
}

.mobileMenu li a span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    transition: all 0.4s ease;
    /* display: inline-block; */
    margin-left: 10px;
}
/* --Shoaib--- */
.mobileMenu .try:hover {
    background: #f7f7f759;
    border-radius: 3px;
}

.mobileMenu li a i {
    font-size: 12px !important;
    color: #fff;
}
a[aria-expanded="true"] .fa-chevron-right {
    transform: rotate(90deg);
    transition: all.5s ease-in-out;
}
.right-icon-style {
    margin-left: 10px !important;
    font-size: 12px !important;
    float: right !important;
}
.logo-name-1 {
    text-decoration: none !important;
}
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    /* overflow: scroll; */
    width: 260px;
    background: #000428;
    background: linear-gradient(to right, #2b77b8, #000c7b) !important;
    z-index: 100;
    transition: all 0.5s ease;
    /* overflow-y: scroll; */
    overflow-x: hidden;
    scrollbar-width: 1px !important;
}
.sidebar.close {
    width: 78px;
    overflow-x: visible;
}
.sidebar.close a {
    /*padding-left: 7px !important;*/
}
.sidebar .logo-details {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  */
.sidebar .logo-details .logo_name {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease;
    transition-delay: 0.1s;
    padding-top: 8px;
    padding-left: 13px;
}
.sidebar.close .logo-details .logo_name {
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}
.sidebar .nav-links {
    padding: 0 0 150px 0;
    /*overflow-y: scroll;*/
}
.sidebar.close .nav-links {
    overflow: visible;
}
/* #side_view .nav-links::-webkit-scrollbar {
    display: none !important;
} */

.sidebar .nav-links li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
}
/* .sidebar .close .nav-links .try {
  position: relative !important;
} */
.sidebar .nav-links li:hover {
    background: #f7f7f759 !important;
}
.sidebar .nav-links li .icon-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar.close .nav-links li .icon-link {
    display: block;
}
.sidebar .nav-links li i {
    height: 50px;
    min-width: 65px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}
/* .sidebar .nav-links li.showMenu i.arrow {
  transform: rotate(-180deg);
} */
.sidebar.close .nav-links i.arrow {
    display: none;
}
.sidebar .nav-links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.sidebar .nav-links li a .link_name {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition: all 0.4s ease;
}
.sidebar.close .nav-links li a .link_name {
    opacity: 0;
    pointer-events: none;
}
.sidebar .nav-links li .sub-menu {
    padding: 13px 36px 14px 36px;
    background: linear-gradient(to right, #2b77b8, #000c7b);
    display: none;
}
.sidebar .nav-links li.showMenu .sub-menu {
    display: block;
}
/*  */
.sidebar li.sub_menu.menu_hide.active.open:hover {
  background: #f7f7f759 !important;
}
.sidebar li.open:hover{
  background: #f7f7f759 !important;
}
.sidebar li.sub_menu.menu_hide:hover{
  background: #f7f7f759 !important;
}
.navbar-light .navbar-brand:hover{
    color: #fff;
}
.accordion {
    width: 100%;
    background: transparent !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    float: left;
    cursor: pointer;
}
.sub-menu-02{
  padding-left: 26px !important;
}
.accordion .submenu li {
    /* padding-left: 30px !important; */
}
.link-012 {
    /* margin-right: 68px; */
}
.sidebar .nav-links li i:last-child {
    position: absolute;
    right: 0px;
}
.link_name {
    max-width: 152px !important;
}
.fa-chevron-right {
    font-size: 12px !important;
}

.accordion .link {
    display: flex;
    align-items: center;
    
}
.accordion .link_name {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition: all 0.4s ease;
}
.accordion .submenu {
  border-top: 1px solid;
    display: none;
    background: linear-gradient(to right, #2b77b8, #000c7b) !important;
    font-size: 14px;
    padding-left: 0px !important;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 14px;
}
/* / deepak sir / */
.active_menu .submenu {
    display: block;
}
.open .submenu {
    display: block;
}

.active_menu .link.open .fa-chevron-right {
    transform: rotate(90deg);
}

/* .sidebar .nav-links li.showMenu i.arrow {
transform: rotate(90deg);
} */
.accordion li.open i.fa-chevron-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.submenu {
    display: none;
    font-size: 14px;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 80px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

/*  */
.sidebar .nav-links li .sub-menu a {
    color: #fff;
    font-size: 15px;
    padding: 5px 30px;
    white-space: nowrap;
    opacity: 0.6;
    transition: all 0.3s ease;
}
.sidebar .nav-links li .sub-menu a:hover {
    opacity: 1;
}
.sidebar.close .nav-links li .sub-menu {
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
}
.sidebar.close .nav-links span.link_name {
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
}
.sidebar.close .nav-links i.fa.fa-chevron-down.arrow {
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
}
.sidebar.close .nav-links li:hover .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
}
.sidebar .nav-links li .sub-menu .link_name {
    display: none;
}

.sidebar .nav-links li .sub-menu span.link_name {
    display: none;
}
.sidebar.close .nav-links li .sub-menu .link_name {
    font-size: 18px;
    opacity: 1;
    display: block;
}
.sidebar .nav-links li .sub-menu.blank {
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank {
    top: 50%;
    transform: translateY(-50%);
}
.sidebar.close .logo-details .logo_name {
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}

.sidebar .logo-details img {
    width: 100%;
    /*/ margin-left: 11px; /*/
    padding-top: 8px
}
.sidebar.close .logo-details img {
    width: 58px;
    /* margin-left: 3px; */
    padding: 0;
}
.home-section {
    position: relative;
    left: 260px;
    width: calc(100% - 260px);
    transition: all 0.5s ease;
}
.sidebar.close ~ .home-section {
    left: 78px;
    width: calc(100% - 78px);
}
.home-section .home-content {
    height: 60px;
    display: flex;
    align-items: center;
}
.home-section .home-content .bx-menu,
.home-section .home-content .text {
    color: #11101d;
    font-size: 35px;
}
.home-section .home-content .bx-menu {
    margin: 0 15px;
    cursor: pointer;
}
.home-section .home-content .text {
    font-size: 26px;
    font-weight: 600;
}
@media (max-width: 420px) {
    .sidebar.close .nav-links li .sub-menu {
        display: none;
    }
}

.nav-links {
    margin-top: 15px !important;
}
/* banner */

.banner {
    padding: 4em 0 4em 0;
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(to right, #2b77b8, #000c7b) !important;
}

.border {
    width: 60%;
    margin: 0 auto;
    height: 47px;
    border: 2px solid #fff !important;
    border-bottom: 0 !important;
}

.banner h2 {
    margin: 0;
    font-size: 3em;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    padding: 0.5em 0 0 0;
}

.banner p {
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    margin: 1em 0 0 0;
    line-height: 2em;
    letter-spacing: 2px;
    padding: 0 0 5px 0;
}

.border-bottom {
    border-top: 0 !important;
    border-bottom: 2px solid #fff !important;
}

/* banner end */

nav {
    background-color: #fff !important;
}

/* insurance */
.Insurance {
    background: #f4f4f4;
    padding: 19px;
    border-radius: 8px;
}

.form-bottom {
    margin-bottom: 17px;
}

.card {
    /* margin-top: 10px; */
    padding: 10px;
    background: #f6f2f2;
    border: none;
}

.Optional-heading h1 {
    margin: 0%;
    font-size: 28px;
    font-weight: 600;
    color: #004d91;
}

label {
    color: #1d1b31;
    font-size: 14px !important;
    font-weight: 600;
}

.custom-control-label {
    color: #868686ab;
    font-weight: 100 !important;
}

.custom-control-input {
    width: 17px !important;
    height: 16px !important;
}

.list-style {
    list-style: none;
}

.input-group-text {
    padding: 0.75rem 0.75rem !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.input-group {
    margin: 10px 0px !important;
}

.Question-text {
    font-weight: bold;
    color: #40729d;
}

#get_data_details_2 {
    display: none;
}

#get_data_details_1 {
    display: none;
}

#get_data_details_3 {
    display: none;
}

#get_data_details_4 {
    display: none;
}

#get_data_details_5 {
    display: none;
}

#get_data_details_6 {
    display: none;
}

#get_data_details_7 {
    display: none;
}

#get_data_details_8 {
    display: none;
}

#get_data_details_9 {
    display: none;
}

#get_data_details_10 {
    display: none;
}

#get_data_details_11 {
    display: none;
}

#get_data_details_12 {
    display: none;
}

#get_data_details_13 {
    display: none;
}

#get_data_details_14 {
    display: none;
}

/* Add question */
.myDiv {
    display: none;
}
/* table */
.table-style {
    margin-top: 8px;
    /* margin-bottom: 10px; */
}
.health-question-style {
    width: 50% !important;
}
.card-style {
    margin-top: 10px !important;
    box-shadow: 0px 2px 4px rgb(31 30 47 / 3%);
    background-color: #fff;
    border: 1px solid #eceff5;
    padding: 0%;
    margin-bottom: 70px;
}
/* a */

.waves-effect {
    font-size: 12px !important;
}
/* search_log page */
.text-area-search {
    overflow-y: scroll;
    height: 150px;
    width: 90%;
}

.main-content-1 {
    margin-top: 7px;
    padding: 0.5rem;
    background: #f6f2f2;
}

.main-content-1 .add-btn-1 a {
    font-size: 13px;
    background: #004d91;
    color: #fff;
    padding: 7px 14px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 30px;
}
.add-btn a {
    font-size: 13px;
    background: #004d91;
    color: #fff;
    padding: 7px 14px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 30px;
}

.main-content-1 .apiUser-heading h3 {
    font-size: 16px !important;
    font-weight: 600;
    color: #004d91;
    margin: 0;
}

.dataTables_wrapper {
    font-size: 14px !important;
}
/* label */
.label-style-02 {
    margin-bottom: 5px;
}

.fa-pencil {
    font-size: 18px !important;
    z-index: 0;
}

.fa-Trash {
    font-size: 18px !important;
    z-index: 0;
}

.fa-pencil:hover {
    color: rgb(60, 85, 249) !important;
}
.fa-pen-to-square {
    color: #004d91;
    z-index: 0;
}
.fa-edit {
    color: #004d91;
    z-index: 0;
}

.fa-trash-can {
    color: red !important;
    z-index: 0;
}
.fa-spinner {
    color: red;
    z-index: 0;
}

.fa-check {
    color: green;
    z-index: 0;
}
.fa-download{
    z-index: 0 !important;
}
/* footer */
.footer {
    background-color: #004d91;
    color: #fff;
}

.footer-copyright {
    color: #fff;
    padding: 5px 30px;
    text-align: center;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}

.footer-copyright-link:hover {
    color: #fff;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 78px;
    z-index: 0;
}


::-moz-scrollbar {
    /* display: none; */
    /* width: 2px !important; */
}
/* New sidebar */
/* navbar */
.admin-style {
    text-decoration: none !important;
    color: #004d91;
}

/* .admin-style::after {
  border: none;
} */

.admin-style-img {
    width: 44px !important;
}

.admin-style-drop.show {
    margin-top: 10px !important;
}

.no-icon {
    margin-left: 10px;
}

.nav-drop-style {
    color: #004d91 !important;
}

.nav-drop-style:hover {
    background: linear-gradient(to right, #8e94c9, #abc6dd) !important;
    color: #fff !important;
}
.dropdown-toggle .show::after {
    transform: rotate(90deg) !important;
}

/* end nav bar */

.arrow {
    border: none !important;
    border-width: 0 !important;
    display: inline-block;
    padding: 0 !important;
    float: right;
    /* pointer-events: all !important; */
}

/* tooltip */
.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 81px;
    background-color: #30366c;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 7px 11px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -34px;
    font-size: 13px;
    font-weight: 100;
    text-transform: capitalize;
  }


.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #30366c transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.document-icon {
    top: 17% !important;
}

.btn-action-01 {
    border: 2px solid #000c7b;
    border-radius: 10px;
}
/* end tooltip */

/* media Query */
@media only screen and (max-width: 767px) {
    .sidebar {
        display: none;
    }
    .admin-style-img {
        width: 38px !important;
    }

    /*  */
    table.dataTable.nowrap td {
      white-space: inherit !important;
  }
    .home-section {
        left: 0 !important;
        width: 100%;
        margin-top: 66px;
    }

    .home-section .home-content {
        display: none;
    }
    .sidebar.close ~ .home-section {
        left: 78px;
        width: 100%;
    }
    .feet-style {
        margin-top: 17px;
    }
    .banner p {
        color: #ffffff;
        font-size: 12px;
        margin: 1em 0 0 0;
        line-height: 1em;
        letter-spacing: 1px;
        padding: 0 0 10px 0;
    }
    .banner h2 {
        margin-top: 11px;
        font-size: 18px;
        color: #ffffff;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1em;
        padding: 7px 0 0 0;
    }
    .fixed-bottom {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
    }
    .footer-copyright {
        color: #fff;
        padding: 2px 30px;
        text-align: center;
    }
    .phone-view {
        overflow-y: scroll;
        height: 42vh;
        overflow-x: hidden;
    }
    .image-logo-upload {
        width: 100% !important;
    }
    .sample-btn {
        margin-top: 30px !important;
    }
    .main-content-1 .apiUser-heading h3 {
        font-size: 15px !important;
        font-weight: 600;
        color: #004d91;
        margin: 0;
    }

    .document-icon {
        top: 69% !important;
    }
    .fileUpload a embed {
        width: 100% !important;
    }
    .product-subcategory-edit-modal{
        display: block !important;
    }
    .product-subcategory-add-modal{
        display: block !important;
    }
    .product-category-edit-modal{
        display: block !important;
    }
    .product-category-add-modal{
        display: block !important;
    }
    .dtr-data{
        margin-left: 15px;
        width: 250px !important;
        overflow-x: scroll !important;
    
    }
    table.dataTable>tbody>tr.child ul.dtr-details>li {
        border-bottom: 1px solid #efefef;
        padding: 0.5em 0;
        display: flex !important;
        width: 250px;
    }
}
@media only screen and (max-width: 441px) {
    .dataTables_filter {
        margin-bottom: 24px !important;
    }

    .dataTables_filter input {
        width: 156px !important;
    }
}
/* end of media query */
.btn-outline-info {
    color: #004d91 !important;
}
.btn-modal-add {
    background: #004d91 !important;
    color: #fff !important;
}
.swal2-confirm {
    background: #004d91 !important;
}
::-webkit-scrollbar {
    width: 2px !important;
    z-index: 0;
}
/* data table css */

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border-radius: 50% !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-radius: 50% !important;
}
/* end data table css */
/* dropify css */
.dropify-wrapper .dropify-message p {
    margin: 5px 0 0;
    font-size: 18px;
}
/* end dropify */

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
    padding-top: 0;
    white-space: initial !important;
}
/* login page css */
.rounded-3 {
    background: linear-gradient(to right, #9098e1, #2b77b8, #9098e1);
}
.right-login {
    background: linear-gradient(to right, #9098e1, #2b77b8, #000c7b);
}
.btn-login {
    width: 100%;
    border: 0;
}

.btn-outline-danger {
    background-color: #000c7b;
    border: 1px solid #9098e1;
    color: white;
}

.btn-outline-danger:hover {
    border: 1px solid #9098e1;
    background: linear-gradient(to right, #9098e1, #2b77b8, #000c7b);
}

.gradient-custom-2 {
    background: #fccb90;
    background: linear-gradient(to right, #2b77b8, #000c7b, #9098e1);
}
.login-text {
    color: #fff;
}
@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
   
}
.btn-secondary {
    color: #fff !important;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-info {
    color: #fff !important;
    background: #000c7b !important;
    border-color: #000c7b !important;
}

/* text editor css */
.tox .tox-editor-container {
    z-index: 0 !important;
}
/* end text editor */
.no-check{
    margin-left: 20px !important;
}
/* btn css */
.btn-primary {
    background-color: #004d91 !important;
    border-color: #000c#004d91 !important;
}
.btn-outline-primary{
    color: #004d91 !important;
    border-color: #004d91 !important;
}
.btn-outline-primary:active{
    background: #004d91 !important;
    color: #fff !important;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #004d91 !important;
    border-color: #004d91 !important;
}
.product-subcategory-edit-modal{
    display: flex;
    justify-content: center;
}
.product-subcategory-add-modal{
    display: flex;
    justify-content: center;
}
.product-category-edit-modal{
    display: flex;
    justify-content: center;
}
.product-category-add-modal{
    display: flex;
    justify-content: center;
}
.feed {
    border-radius: 13px;
    padding: 19px;
    margin-top: 10px;
    /* background-color: gainsboro; */
    background-color: #f4f4f4;
    clear: both;
    height: auto;
}
.fs_style{
    border: 2px solid #2d5c88;
    border-radius: 25px !important;
    font-family: Verdana,Arial,sans-serif;
    font-size: small;
    font-weight: normal;
    padding: 10px;
}
.legend_style {
    border-radius: 12px;
    font-size: 16px !important;
    margin-top: -23px;
    margin-bottom: 19px;
    padding-left: 25px;
    padding-right: 5px;
    width: auto;
    background: #fff;
}
.legend_style a{
    color: #2d5c88;
    text-decoration: none;
}
.legend_style a:hover{
    text-decoration: underline;
}
.Search_Result{
    margin-bottom: 15px;
}
.available_products{
    float: right;
    text-decoration: none;
    color: #2d5c88;
}
.available_products:hover{
    text-decoration: underline;
    color: #2d5c88;
}
.training-video{
    width: 100%;
}
.dignity{
    color: #004d91;
    font-size: 19px;
    text-decoration: none !important;
}
.dignity-01{
    font-size: 15px;
    text-decoration: none !important;
}
.Build_Chart{
    color: orange;
}
.Agent_Guide{
color: #004d91;
}
.product-video{
    color: green !important;
}
.sales-training{
    color: chocolate;
}
.run_quote{
    color: purple !important;
}
/*  */
.portlet.box > .portlet-body {
    background-color: #fff;
    border-style: solid;
    border-color: #2D5C88;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
}


.form .form-section_02:first-child {
    margin-top: 5px;
}

.form .form-section_02 {
    margin: 30px 0px 25px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.portlet.box.green > .portlet-title {
    background-color: #2D5C88;
}

.portlet.box > .portlet-title {
    border-bottom: 0;
    padding: 0 10px;
    margin-bottom: 0;
    color: #fff;
}
.portlet.box.green > .portlet-title > .caption {
    color: #FFFFFF;
}

.portlet.box > .portlet-title > .caption {
    padding: 11px 0 9px 0;
}
.portlet > .portlet-title > .caption {
    /* float: left; */
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0;
}
#my_div_01{
    scroll-behavior: smooth;
}
::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #004d91;
}
.company_detail{
    color: #000428;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.company_detail_strong{
    font-weight: 100;
    font-size: 15px;
}
.company_detail_container{
    margin-left: 10px !important;
}
.Feed-head{
   padding-bottom: 10px;
   display: flex !important;
   justify-content: space-between !important;
   align-items: center !important;
}
.extra-plus{
    font-size: 15px;
}
.table_achor_style{
    text-decoration: none !important;
    color: #000;
}
.table-responsive{
    overflow-x: hidden !important;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 1px solid #efefef;
    padding: 0.5em 0;
    display: flex !important;
    /* width: 250px; */
}
table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
    border-bottom: none;
    justify-content: flex-start;
}
table.dataTable>tbody>tr.child span.dtr-title {
    display: inline-block;
    min-width: auto !important;
    font-weight: bold;
}
.page-item.active .page-link {
    z-index: 0 !important;
}
.page-link {
    padding: 0.1rem 0.7rem;
}
.text-style{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}