@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800|Poppins&display=swap');

body {
    background-color: white !important;
}

section {
    margin: auto;
    width: 77%;
}

/* Navbar */
.companies-navbar {
    justify-content: space-between;
    width: 88%;
    margin: auto;
}

.navbar {
    align-items: baseline;
}

.navbar .navbar-left-content .nav-panels {
    display: none;
}

.navbar .navbar-left-content li:hover>.nav-panels {
    display: block;
}

.navbar .navbar-left-content .nav-panels li .nav-panels::after {
    left: -4px;
    top: 18px;
    transform: rotate(-40deg);
}

.navbar .navbar-left-content .nav-panels::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    top: -5px;
    left: 45px;
    transform: rotate(45deg);
    -ms-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
    z-index: 999999;
    border: 1px solid #e4e4e4;
    border-bottom: 0;
    border-right: 0;
}

.navbar .navbar-left-content .nav-panels {
    position: absolute;
    top: 68px;
    width: max-content;
    z-index: 99;
}

.navbar .navbar-left-content .nav-panels .nav-panels {
    left: 100%;
    top: 0px;
}

.navbar .navbar-left-content .nav-panels li {
    position: relative;
}

.navbar .navbar-left-content .nav-panels .nav-panel {
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.navbar .navbar-left-content .nav-panels ul {
    flex-direction: column;
    padding: 25px 30px 10px;
    width: 260px;
    align-items: unset;
}

.navbar .navbar-left-content .nav-panels ul li {
    list-style: none;
    border-bottom: 1px solid #cccc;
    margin-bottom: 8px;
}

.navbar .navbar-left-content .nav-panels ul li a span {
    color: var(--textColor);
}

.navbar .navbar-left-content .nav-panels ul li a:hover {
    color: var(--textColor);
}

.navbar .navbar-left-content .nav-panels ul li:last-child {
    border: none;
}

.navbar .navbar-left-content .nav-panels ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
}

.navbar .navbar-left-content {
    width: 65%;
}

.navbar .navbar-left-content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar .navbar-left-content ul li {
    padding: 0;
    position: relative;
}

.navbar .navbar-left-content ul li .nav-link-icon {
    position: absolute;
    bottom: 10px;
    left: 44%;
    font-size: 6px;
    color: var(--textColor);
    transform: scale(0);
    transition: 0.3s;
}

.navbar .navbar-left-content ul li a {
    display: block;
    position: relative;
    padding: 1.4em 1.75em;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    transition: 0.1s;
}

.navbar .navbar-left-content ul li a:hover {
    color: var(--textColor);
}

.navbar .navbar-left-content ul li:hover .nav-link-icon {
    transform: scale(1);
}

.navbar .navbar-left-content ul li a .icon i {
    font-size: 10px;
}

.navbar .navbar-search {
    width: 30%;
}

.navbar .navbar-search .search-content .search-input {
    border-color: #f6f6f6;
    background: #f6f6f6;
    padding: 13px 55px 13px 20px;
    border: none;
    border-radius: 100px;
    width: 100%;
}

.navbar .navbar-search .search-content {
    position: relative;
}

.navbar .navbar-search .search-content .search-icon {
    position: absolute;
    right: 25px;
    top: 12px;
    font-size: 18px;
}

.head-left-section .header-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company-heading {
    color: #131722;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -.3px;
    line-height: 35px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
}

a:hover {
    color: #1e53e5 !important;
}

.company-heading .icon {
    display: flex;
    align-items: center;
    margin-top: 6px;
    margin-left: 6px
}

.company-heading .icon i {
    font-size: 15px;
}

.head-left-section .header-heading .head-icons {
    display: flex;
    align-items: center;
}

.head-left-section .header-heading .companies-show-play-btn {
    margin-right: 15px;
}

.head-left-section .header-heading .head-icons .active-icon {
    background: #f0f3fa;
    color: #2962ff !important;
}

.head-left-section .header-heading .head-icons .active-icon:hover {
    color: #2962ff !important;
}

.head-left-section .header-heading .head-icons i {
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    cursor: pointer;
}

.head-left-section .header-heading .head-icons i:hover {
    background: #f0f3fa;
    color: #131722 !important;
}

.head-left-section .head-icons .show-companies-cate-icons {
    display: flex;
    align-items: center;
    border: 1px solid #dddddd;
    border-radius: 100px;
}

.head-left-section .header-heading .head-icons .icon i {
    font-size: 22px;
    color: #6a6d78;
}

/* Card 1 Css Code */
.card-1-section {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #e0e3eb;
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    height: auto;
    overflow: hidden;
    padding: 20px;
    position: relative;
    margin-top: 20px;
}

.card-1-section .card-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.card-1-section .card-heading h3.heading {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: -.2px;
    word-break: break-word;
    width: 90%;
}

.card-1-section .card-heading h3.heading a {
    color: #131722;
}

.card-1-section .card-heading .icon a {
    color: #131722;
}

.card-1-section .card-heading h3.heading a:hover,
.card-1-section .card-heading .icon a:hover {
    color: #1e53e5;
    transition-duration: .06s;
}

.card-1-section .user-detail-con {
    margin-top: 20px;
}

.card-1-section .user-detail-con,
.card-1-section .user-detail-con .left-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-1-section .user-detail-con .left-con .user-img {
    margin-right: 10px;
    width: 35px;
    height: 100%;
}

.card-1-section .user-detail-con .left-con .user-img img {
    border-radius: 6px;
}

.card-1-section .user-detail-con .right-con .date {
    font-size: 14px;
    color: #767676;
}

.card-1-section .company-category-con {
    margin: 8px 0 25px;
}

.company-category {
    margin: 30px 0;
    border-bottom: 2px solid #222222;
    padding-bottom: 30px;
}

.company-category span {
    background: #222222;
    color: white;
    padding: 6px 10px 4px;
    font-weight: 500;
    float: left;
    font-size: 14px;
    font-family: sans-serif;
    text-transform: uppercase;
}

.card-1-section .user-desc {
    font-size: 14px;
}

.card-1-section .bottom-sec-icons {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
}

.card-1-section .bottom-sec-icons .left-icon {
    border: 1px solid #dddddd;
}

.card-1-section .bottom-sec-icons .icon {
    display: flex;
    align-items: center;
    font-size: 19px;
    padding: 10px 13px;
    border-radius: 35px;
    cursor: pointer;
}

.card-1-section .bottom-sec-icons .icon:hover {
    background: #f2f3f5;
}

.card-1-section .bottom-sec-icons .icon p {
    font-size: 14px;
    color: #131722;
    margin-left: 8px;
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
}

.card-1-section .bottom-sec-icons .bottom-right-sec-icons {
    display: flex;
    align-items: center;
}

.right-sec-head-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-sec-head-con .get-widget-icon {
    border-radius: 100px;
    color: #6a6d78;
    cursor: pointer;
    margin: 0 2px 0 0;
    padding: 5px 7px;
}

.right-sec-head-con .get-widget-icon:hover {
    background: #e0e3eb;
    color: #131722;
}

.stock-company-sec .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}

.stock-company-sec .nav-tabs li .stock-active-tab {
    background: #e3effd;
}

.stock-company-sec .nav-tabs li .stock-active-tab:hover {
    background: #e3effd;
}

.stock-company-sec .nav-tabs li a {
    font-feature-settings: "tnum" on, "lnum" on;
    --ui-lib-typography-line-height: 18px;
    border-radius: 6px;
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--ui-lib-typography-line-height);
    padding: 7px 8px;
    color: #0d0f14;
    margin-right: 10px;
}

.stock-company-sec .nav-tabs li a:hover {
    background-color: #f0f3fa;
    color: #131722;
}

.company-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-top: 10px;
}

.company-content .left-comp-con {
    display: flex;
    align-items: center;
}

.company-content .left-comp-con .company-img img {
    width: 40px;
    border-radius: 100px;
    margin-right: 10px;
}

.company-content .left-comp-con .comp-detail .comp-name {
    color: black;
    text-transform: uppercase;
}

.company-content .left-comp-con .comp-detail .domain {
    font-size: 14px;
    color: #7e7e7e;
    text-transform: uppercase;
}

.company-content .right-comp-con {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.company-content .right-comp-con span {
    color: #089981;
    font-size: 15px;
    cursor: default;
}

.single-header-sec h1.heading {
    color: #131722;
    flex: 0 1 auto;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -.3px;
    line-height: 35px;
    margin-bottom: 20px;
    margin-right: 8px;
    min-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-company-desc {
    margin: 20px 0;
}

.company-category-items .company-category-item .left-con {
    justify-content: unset;
    width: 70%;
}

.company-category-items .company-category-item .left-con .user-img {
    width: 18%;
    height: 100%;
}

.company-category-items .company-category-item .left-con .user-name {
    width: 60%;
    font-size: 12px;
}

.company-category-items .company-category-item .right-con {
    width: 30%;
}

.company-category-items .company-category-item .right-con .date {
    font-size: 10px;
}

.company-category-items .card-heading h3.heading {
    font-size: 18px;
}

.company-category-items .company-category-header {
    display: flex;
    align-items: center;
    background: #f0f3fa;
    padding: 30px;
}

.company-category-items .company-category-header .icon i {
    margin: 0 10px;

}