@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #747474;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px white inset !important;
  
}



a {
    color: #568293;
    transition: 100ms all ease-in-out;
    text-decoration: none !important;
}

a:hover,a:focus,a:visited,a:active {
    text-decoration: none;
    color: #568293;outline: 0;
}
a:hover{
    color: #6899aa;
}
hr { 
    border-top: 1px solid #d6d6d6;
}
.bg-info {
    background-color: #e7f1f5;
}

table .bg-info td {
    color: #4c5a60;
    font-weight: 500!important;
    font-size: 12px;
    border: 1px solid #cbdde3;
}

table .bg-info td:nth-child(1) {
    width: auto!important;
}

label.check-radio {
    position: relative;
    padding: 0 0 0 2em;
    cursor: pointer;
    font-weight: normal;
}

label.check-radio::before,
label.check-radio::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);    font-size: 14px;
}

label.check-radio::before {
    content: " ";
    border: 1px solid #d6d6d6;
    border-radius: 2px;
}


/* Checkbox */

input[type="checkbox"]+label.check-radio::after {
    content: "\eed6";
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
    font-family: IcoFont!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}


/* Radio */

input[type="radio"]+label.check-radio::before {
    border-radius: 50%;
}

input[type=radio]+label.check-radio::after {
    content: " ";
    top: 1px;
    left: 1px;
    width: 14px;
    height: 14px;
    background: #f47920;
    border: 3px solid #ffffff;
    border-radius: 50%;
}


/* :checked */

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

input[type="checkbox"]:checked+label.check-radio::before,
input[type="radio"]:checked+label.check-radio::before {
    background: #f47920;
    border-color: #f47920;
}

input[type="checkbox"]+label.check-radio::after,
input[type=radio]+label.check-radio::after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

input[type="checkbox"]:checked+label.check-radio::after,
input[type=radio]:checked+label.check-radio::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-blue {
    display: block;
    border: 1px solid #568293!important;
    border: 0;
    border-radius: 6px;
    text-align: center;
    padding: 9px 30px;
    font-weight: 500;
}

.btn-blue:hover {
    background-color: #568293;
    color: #fff;
}

.wrapper {
    padding-top: 66px;
}

.container {
    padding: 0;
}

.anaImg{float:left; display:inline-block; /*border: 1px solid #FF0000;*/ margin-right: 30px;
    max-width: 310px; width: 100%; padding-bottom: 20px
}
.anaImg img{ width: 100%; height: auto; }
.anlysyst{
	/*border:1px solid #FFAAAA;*/
	padding:0px 0px 0px 0px;
	color: #000000;
	
}

.anlysyst h3{ font-size:22px; color:#333333; font-weight: 600; margin: 0px !important; padding-bottom:4px;}
.anystdes { font-size:12px; color:#B9B9B9; font-weight:normal; margin: 0px !important; padding-bottom:20px; display:inline-block;}
.anlysyst h5{ font-size: 16px; font-weight: 600;  color: #113a48; margin: 30px 0px 0px 0px !important; padding-bottom:15px;}



@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

header {
    height: 66px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.justify-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .logo {
    margin-right: auto;
    order: -1;
}

.login-holder {
    min-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-wrapper {
    width: 100%;
    padding: 40.2px 50px 53px 50px;
    box-shadow: 0 2px 40px 0 rgba(86, 130, 147, 0.3);
    background-color: #ffffff;
    border-radius: 10px;
}

.login-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}



.login-box .input-box {
    position: relative;
    height: 50px;
    margin-top: 35px;
}

.login-box .input-box label {
    position: absolute;
    top: 18px;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    display: block;
    transition: 200ms all ease-in-out;
}

.login-box .input-box.label-up label {
    top: -7px;
}

.login-box .input-box .textbox {
    border: 0;
    outline: 0;
    width: 100%;
    height: 40px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    transition: 200ms all ease-in-out;
    border-bottom: 2px solid #d6d6d6;
    z-index: 1;
    position: relative;
    background-color: transparent;
}

    .login-box .input-box.red-line .textbox {
        border-bottom: 2px solid #d19c1f;
    }

.login-box .input-box .input-icon {
    right: 0;
    background-color: #9e9e9e;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
    color: #fff;
    line-height: 18px;
    font-size: 10px;
    position: absolute;
    bottom: 11px;
    display: none;
    z-index: 3;
}

.login-box .forgt-password {
    font-size: 13px;
    color: #568293;
    float: right;
    padding: 10px 0;
    margin-bottom: 30px;
}

.btn-orange-bg {
    background-color: #d19c1f;
    padding: 15px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 7px;
}

    .btn-orange-bg:hover,
    .btn-orange-bg:focus {
        background-color: #d19c1f;
        color: #fff
    }

.login-footer {
    font-size: 12px;
    text-align: center;
    padding: 30px 0 30px 0;
    color: #9e9e9e;
}

.login-footer span {
    font-size: 11px;
}

.login-box .err-messg {
    font-size: 13px;
    color: #ee2626;
    display: block;
    padding-top: 7px;
    display: none;
}

#ForgtPasswrd .modal-title {
    font-size: 16px;
    font-weight: 600;
    color: #113a48;
}

#ForgtPasswrd .input-group-new .form-control {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
}

#ForgtPasswrd .input-group-new {
    margin-bottom: 30px;
}

.passwrd-sent-mssg {
    display: none;
    margin-top: 31px;
    margin-bottom: 10px;
}

.passwrd-sent-mssg .check-icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: #1a8545;
    text-align: center;
    border-radius: 50%;
    margin: 10px auto;
}

.passwrd-sent-mssg .response-mssg {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    text-align: center;line-height: 1.7;
}

.passwrd-sent-mssg .userid-email {
    font-weight: bold;
}

.icofont-close-line:hover,
.icofont-close-line:focus {
    text-decoration: none;
}


/* Main-Navigation */

header .main-nav {
    float: right;
    order: -1;
}

header .nav.nav-pills {
    align-items: center;
}

header .nav.nav-pills li a {
    color: #747474;
    position: relative;
    text-decoration: none;
    padding: 23px 0;
}

header .nav.nav-pills li a:hover,
header .nav.nav-pills li a:focus {
    background-color: transparent;
    border: 0;
}

header .nav.nav-pills li a.active {
    font-weight: bold;
    color: #f26319;
}

header .nav.nav-pills>li a:after {
    content: "";
    height: 2px;
    width: 0%;
    position: absolute;
    background-color: #f26319;
    bottom: 17px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 200ms all ease-in-out;
}

header .nav.nav-pills>li a.active:after,
header .nav.nav-pills>li:hover a:after {
    width: 100%;
}

header .nav.nav-pills li {
    padding-right: 30px;
    margin: 0
}

header .nav.nav-pills li a {
    border-radius: 0
}


/* submenu */

header .main-nav .nav.nav-pills li {
    position: relative
}

header .main-nav .nav.nav-pills li ul {
    display: none;
    box-shadow: 0 3px 10px 0 rgba(8, 37, 48, 0.4);
    border-radius: 8px;
}

header .main-nav .nav.nav-pills li.open>ul.dropdown-menu {
    display: block;
}

header .main-nav .nav.nav-pills ul li a {
    padding: 8px 20px;
    display: block;
    color: #568293;
    margin: 0 10px;
}

header .main-nav .nav.nav-pills ul li a:after {
    height: 1px;
    width: 0!important;
    bottom: -1px;
    background-color: #f26319;
}

header .main-nav .nav.nav-pills ul li a.active,
header .main-nav .nav.nav-pills ul li:hover a {
    background-color: #f6f9fa;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
}


/* End // Submenu */

.toggle-btn {
    display: none;
}

.toggle-btn input {
    display: none;
}

.black-drop {
    background-color: rgb(19 37 60 / 78%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
    transition: inherit!important;
}

.dropdown-box:hover .dropdown-menu {
    display: block;
}


/* User Name */

.user {
    border-left: 1px solid #f3f3f3;
    margin-left: 30px;
    float: right;
    padding-left: 30px;
}

.user .avatar {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    padding: 10px 10px 10px 11px;
    background-color: #fef6f1;
    border-radius: 50%;
    color: #f26319;
    text-align: center;
    font-size: 16px;
}

.user .avatar span {
    font-weight: bold;
}

.user .user-name span {
    display: block;
}

.user .d-flex {
    align-items: center;
    text-decoration: none;
    display: flex;
}

.user .user-name .welcome-name {
    font-size: 11px;
    color: #9e9e9e;
    line-height: 1.33;
}

.user .user-name .first-name {
    font-size: 12px;
    line-height: 1.33;
    color: #333;
}

.dropdown-menu {
    margin: 9px 0 0;
    padding: 0;
    font-size: 14px !important;
    box-shadow: 0 3px 10px 0 rgba(8, 37, 48, 0.4);
    background-color: #ffffff;
    border-radius: .40rem;
    border: 0;
    border-top: 2px solid #f26319;
     left: 50%;
    right: inherit;
    transform: translateX(-50%);
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -11px;
    margin: auto;
    left: 0;
    right: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 9.5px 8px;
    border-color: transparent transparent #f26319 transparent;
}

.user .dropdown-menu a {
    padding: 15px 20px;
    color: #568293;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    display: block;
}

.user .dropdown-menu a:nth-last-child(1) {
    border-bottom: 0;
}

.search {
    float: right;
}

.search .dropdown {
    margin-left: auto;
    padding-left: 0;
    border-left: 0;
}

    .search .dropdown-menu {
        min-width: 230px !important;
        /*margin-top: 20px;*/
        position: absolute !important;
        inset: 0px auto auto 0px !important;
        margin: 21px -5px 0px -5px !important;
        transform: translate(-205px, 20px) !important;
    }

.search .input-group-new {
    border-radius: .40rem;
    overflow: hidden;
}

.search .input-group-new .form-control,
.search .input-group-new .form-control:focus {
    padding-left: 15px;
    border: 0;
    border-bottom: 0;
    height: 40px;
    box-shadow: none;
    border-radius: 0;
    font-weight: 600;
    color: #333333;
}

.search .input-group-new .form-control::placeholder{
    font-size:x-small;
    margin:0px 0px 0px 5px;
}

.search .search-result {
    height: auto;
    margin-bottom: 0;
    padding: 8px 0;
}

.search .dropdown-menu a {
    padding: 5px 20px;
    border-bottom: 0;
}

.search .dropdown .icofont-search {
    font-size: 16px;
    color: #747474;
}

.search .dropdown.open .icofont-search {
    color: #f26319;
}

.search .search-list-box {
    padding: 10px 0 5px 0;
    border-top: 1px solid #eeeeee;
}

.search .search-list-box .help-block {
    padding: 0 20px 0;
}

.profile-detail {
    padding: 16px 20px;
    background-color: #f4f8f9;
}

.profile-detail span.prof-title {
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 10px;
    display: block;
}

.profile-detail h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #333333
}

.user .profile-detail a {
    padding: 0;
    font-size: 13px;
    border: 0;
    line-height: 1.8;
}
.sector-name-underline {
    text-decoration:underline !important;
}

/* ===== Scrollbar CSS ===== */

/* Firefox */
.modal .search-result {
    scrollbar-width: auto;
    scrollbar-color: #e9e9e9 #ffffff;
}


/* Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

*::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 20px;
    border: 5px solid #666;
}


/* -- ennd //Scrollbar */


/* Banner */

.banner {
    height: 370px;
    background-color: #568293;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0 0 0;
    margin-bottom: 40px;
}

.banner .container1 {
    padding: 0;
    width: 100%;
}

.banner .banner-title {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px 0;
}

.horizontal-slider {
    display: block;
    width: 100%;
    overflow-x: scroll;
}

.banner-card {
    width: 100%;
    height: 229px;
    margin-right: 0;
    padding: 19px 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 5, 7, 0.15);
    border: solid 1px #ebebeb;
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    transition: all 200ms ease-in-out;
}

.banner-card .banner-card-title { 
    font-size: 15px;
    font-weight: 600;
    letter-spacing: normal;
    color: #568293;
    margin: 0;
    display: block;
}

.banner-card .banner-card-title:hover {
    text-decoration: none;
    color: #1b485a;
}
.banner-card-subtitle span{
    font-size: 12px;
    font-weight: 300;
    color: #747474;
    border-right: 1px solid #eee;
    padding-right:10px;margin-right:5px;
}
.banner-card-subtitle span:nth-last-child(1){
    border-right: 0;
    
}
.banner-card-subtitle {
    font-size: 12px;
    font-weight: 300;
    color: #747474;
}
.banner-card .banner-card-subtitle:nth-child(3){
border-left:1px solid #eee;
padding-left: 8px;
margin-left: 7px;
}

.banner-card-subtitle.only-date {
    font-size: 12px;
    font-weight: 300;
    color: #747474;
    display: block;
    margin-bottom: 20px;
}

.status-label {
    width: 48px;
    height: 52px;
    position: absolute;
    top: -1px;
    right: 25px;
    box-shadow: 3px 3px 2px 0 rgba(26, 133, 69, 0.1);
    background-color: #2acf6c;
    padding: 8px 0;
    border-radius: 0 0 4px 4px;
}

.status-text {
    text-shadow: 0 -1px 0 rgb(26 133 69 / 50%);
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
    display: block;
    line-height: 1;
}

.status-full-text {
    text-shadow: 0 -1px 0 rgb(34 170 89 / 10%);
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
}

.status-label.status-label-red {
    background-color: #cf2a2a;
}

.status-label.status-label-blue {
    background-color: #1b485a;
}

.card-strip {
    height: 40px;
    margin: 10px -20px 15px;
    padding: 10px 20px 11px 20px;
    background-color: rgba(104, 153, 170, 0.07);
}

.cmp-target {
    height: 19px;
    margin: 0 7px 0 0;
    font-size: 13px;
   /* font-weight: 300;*/
    display: inline-block;
    line-height: normal;
    letter-spacing: normal;
    color: #747474;
}

.cmp-target:nth-child(1) strong{
    padding-left: 5px;
}
.cmp-target:nth-child(2) {
    border-left: 1px solid #d7dbdc;
    padding-left: 10px;
}

    .cmp-target strong {
        color: #333333;
    }

.card-download-icon {
    width: 17px;
    height: 17px;
    float: right;
}

.card-footer-title {
    font-size: 14px;
    font-weight: 600; 
    margin-bottom: 5px;
    letter-spacing: normal;
    color: #333333;
}

.card-footer-txt {
    font-size: 12px;
}

.banner-card:hover {
    box-shadow: 0 10px 20px 1px rgb(0 5 7 / 25%);
}


/* Home - Sidebar */

.panel {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #568293;
    border: 0;
}

.panel>.panel-heading {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    padding: 13px 25px;
}

.panel-primary>.panel-body {
    padding: 15px 25px;
    background-color: #f4f8f9;
}
.sidebar{
    margin-top: 49px;
}
.tabs-data.table-data-full{
    overflow-x: scroll;
}
.sidebar-list {
    padding: 0 0 20px;
    border-bottom: 1px solid #fff;
    position: relative;
    margin-bottom: 20px;
}

.sidebar-list h5 {
    font-weight: 600;
    font-size:0.83rem;
    color: #568293;
    margin: 0 0 6px;
}

.sidebar-list p {
    color: #333333;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}

.sidebar-list a.card-download-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.btn-sidebar,
.btn-sidebar:hover {
    display: block;
    padding: 10px;
    text-align: center;
    color: #f47920;
    text-decoration: none;
}


/* Home - content */

.content-title h3 {
    font-size: 22px;
    font-weight: 600;
    color: #113a48;
    margin: 0 0 25px 0;
}

.more-reports {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.more-reports span {
    height: 1px;
    background-color: #e2e2e2;
    display: inline-block;
    width: 100%;
}

.more-reports a {
    color: #f26319;
    font-weight: 500;
    margin: 0 30px;
    padding: 15px 31px;
    font-size:14px;
    border: solid 1px #f26319;
    background-color: transparent;
    border-radius: 5px;
    transition: 100ms all ease-in-out;
}

.more-reports a:hover,
.more-reports a:focus {
    background-color: #f26319;
    color: #fff;
}

.more-reports a:focus {
    color: #fff;
}

footer {
    margin-top: 50px;
}

footer .main-ft {
    padding: 40px 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    background-color: #13253c;
    color: #657384;
}

footer .ft-left {
    margin: 10px 0 20px 0;
}
footer .ft-left p {
    margin: 15px 0 13px 0.1px;
    font-family: Heebo;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
}

footer .ft-left .social-links {
    display: flex;
    align-items: center;
    flex-direction: row;
}

footer .ft-left .social-links a {
    margin-right: 20px;
}

footer .ft-center {
    padding-left: 30px;
    border-left: 1px solid #263b56;
}

footer .ft-center ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

footer .ft-center ul li {
    float: left;
    width: 50%;
}

footer .ft-center ul li a {
    color: #657384;
    font-size: 13px;
    padding: 10px 0;
    display: block;
}

footer .ft-right {
    height: 160px;
    padding: 35px 95px 0 40px;
    background-color: #1c2e44;
    border-radius: 10px;
}

footer .ft-right h4 {
    margin: 0 0 10px 0;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
}

footer .ft-right p {
    margin: 10px 0 0;
    font-size: 13px;
    font-weight: normal;
    color: #657384;
}

footer .sub-ft {
    display: flex;
    padding: 15px 0 13px 0;
    font-size: 12px;
    color: #9e9e9e;
    justify-content: space-between;
    align-items: center;
}

.sb-left a {
    color: #9e9e9e;
}

.sb-left a:hover {
    color: #1b485a;
}

.sb-right {
    text-align: right;
}

.sb-right span {
    font-size: 11px;
}


/* Modal Customization */

.modal-header {
    padding: 30px 30px 0 30px;
    border-bottom: 0;
}
.modal-no-header .close {
    color: #555555;
    opacity: 1;
    padding:15px 15px 0 0;
}
.modal-dialog{
    margin-top:50px;
}

.close {
    font-size: 19px;
    background-color:white !important;
    border:none !important;
}
.modal-body {
    position: relative;
    padding: 15px 30px 30px 30px;
}
.modal-content{
    border-radius: 12px;

}
.modal-no-header .modal-body { 
    padding-top:0;
}

.form-group {
    position: relative;
}

.modal-header .close {
    color: #747474;
    opacity: 1;
    margin: 0;
    position: relative;
    top: -15px;
    right: -15px;
    font-size: 20px;
}

.input-group-new {
    position: relative;
}

.input-group-new .input-icon {
    font-size: 16px;
    color: #d6d6d6;
    position: absolute;
    top: 50%;
    left: 21px;
    transform: translateY(-50%);
}

.input-group-new .input-icon {
    font-size: 16px;
    color: #d6d6d6;
    position: absolute;
    top: 50%;
    left: 21px;
    transform: translateY(-50%);
}

.input-group-new .input-icon {
    right: 21px;
    left: inherit;
    background-color: #9e9e9e;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
    color: #fff;
    line-height: 17px;
    font-size: 10px;
    display: none;
    cursor: pointer;
}

.input-group-new .input-icon:hover {
    text-decoration: none;
}

.input-group-new .search-input-icon:hover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 16px;
    color: #d6d6d6;
}

.input-group-new .form-control {
    box-shadow: none;
    height: 50px;
    padding-left: 51px;
}

.input-group-new .form-control::placeholder {
    opacity:0.8;
}


.input-group-new .form-control:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-color: #6899aa;
}

#modalCompaniesList .modal-header {
    padding: 28px 30px 0 30px;
    border-bottom: 0;
}

#modalCompaniesList h4.modal-title {
    font-size: 16px;
    color: #113a48;
    font-weight: 600;
}

#modalCompaniesList .modal-body {
    position: relative;
    padding: 15px 30px 30px 30px;
}
#aiModalCompaniesList .modal-header {
    padding: 28px 30px 0 30px;
    border-bottom: 0;
}

#aiModalCompaniesList h4.modal-title {
    font-size: 16px;
    color: #113a48;
    font-weight: 600;
}

#aiModalCompaniesList .modal-body {
    position: relative;
    padding: 15px 30px 30px 30px;
}

.search-result {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: 144px;
    margin-bottom: 2px;
}

.search-result a {
    padding: 5px 51px;
    display: block;
    color: #568293;
}

.search-result a:hover {
    text-decoration: none;
    background-color: #f6f9fa;
}

.search-list-box .help-block {
    padding: 10px 51px 4px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

#modalCompaniesList .search-input-icon {
    color: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 16px;
}

.mt-10 {
    margin-top: 0!important;
}


/* carousel */

.slider-holder {
    height: auto;
    box-shadow: 0 2px 10px 0 rgb(104 153 170 / 15%);
    border: solid 1px #f1f1f1;
    padding: 20px 25px;
    border-radius: 10px;
}

.slider-holder .profile-detail {
    padding: 16px 0;
    background-color: transparent;
}

.slider-holder .profile-detail h4 {
    margin-bottom: 10px;
}

.slider-holder .profile-detail span {
    color: #333;
    font-size: 13px;
}

.slider-holder .profile-detail a {
    font-size: 13px;
    display: block;
}

.slider-holder .sub-title {
    margin-top: 0;
    margin-bottom: 20px;
}


/* ===== Scrollbar CSS ===== */


/* Firefox */

.modal .search-result {
    scrollbar-width: auto;
    scrollbar-color: #e9e9e9 #ffffff;
}


/* Chrome, Edge, and Safari */

.modal .search-result::-webkit-scrollbar,
.default-dropdown .dropdown-menu ul::-webkit-scrollbar {
    width: 6px;
}

.modal .search-result::-webkit-scrollbar-track,
.default-dropdown .dropdown-menu ul::-webkit-scrollbar-track {
    background: #ffffff;
}
    .modal .search-result::-webkit-scrollbar-track,
    .default-dropdown .dropdown-menu ul::-webkit-scrollbar-track {
        background: #ffffff;
    }

.modal .search-result::-webkit-scrollbar-thumb,
.default-dropdown .dropdown-menu ul::-webkit-scrollbar-thumb {
    background-color: #e9e9e9;
    border-radius: 10px;
    border: 0px solid transparent;
}


/* -- ennd //Scrollbar */


/* Companies */

.page-header {
    height: 98px;
    padding: 20px 0;
    background-color: #6899aa;
    margin: 0;
    border-bottom: 0;
}

.price-condition {
    padding-top: 10px;
    margin-bottom: 15px;
    font-size: 11px;
    font-weight: 300;
    color: #9e9e9e;
    text-align: right;
}

.static-this {
    position: inherit;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(23, 48, 55, 0.15);
    width: 58px;
    height: 58px;
    font-size: 24px;
    right: inherit;
}

.static-this .status-text {
    font-size: 24px;
    line-height: 1.2;
}

.static-this .status-full-text {
    font-size: 11px;
}

.page-header .page-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-header .page-header-left {
    display: flex;
    align-items: center;
}


.page-header .page-header-left .page-header-title {
    margin-left: 20px;
}

.page-header .page-header-left .page-header-title h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 3px 0;
}

.page-header .page-header-left .page-header-title a {
    font-size: 12px;
    color: #dcf2f9;
    text-decoration: underline;
}

.page-header .page-header-right {
    display: flex;
}

.page-header .page-header-right .page-right-values {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    border-left: 1px solid #8fb7c5;
    padding-left: 20px;
    min-width: 82px;
}

.page-header .page-header-right .page-right-values:nth-child(1) {
    border-left: 0;
}

.page-header .page-header-right .page-right-values span:nth-child(1) {
    font-size: 12px;
    color: #dcf2f9;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1;
}

.page-header .page-header-right .page-right-values span:nth-child(2) {
    /* font-size: 12px; */
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.sub-title {
    font-size: 16px;
    font-weight: 600;
    color: #113a48;
    margin-bottom: 15px;
    margin-top:15px !important;
}

.financial-values {
    margin-bottom: 30px;
}

.tabs-container .nav-pills>li>a {
    border-radius: 4px;
    padding: 0;
    font-size: 13px;
}

.tabs-container .nav-pills>li>a:hover {
    background-color: transparent;
}

.tabs-container .nav-pills>li {
    padding: 10px 0;
    margin-right: 30px;
}

.tabs-container .nav-pills>li.active {
    border-bottom: 3px solid #f47920;
}

.tabs-container .nav-pills>li.active>a,
.tabs-container .nav-pills>li.active>a:focus,
.tabs-container .nav-pills>li.active>a:hover {
    color: #f47920;
    background-color: transparent;
    font-weight: 500;
    border-radius: 0;
    padding: 0
}


/* show-more tabs */

.tabs-data {
    height: 187px;
    overflow: hidden;
}

.card-show-hide {
    height: 525px;
    overflow: hidden;
}


/* End // show-more tabs */

.table {
    border: 0;
    margin-bottom: 0;
}

.table>thead>tr>th {
    background-color: #e7f1f5;
    border-top: 1px solid #cbdde3!important;
    border: 1px solid #cbdde3;
    color: #4c5a60;
    font-size: 12px;
    text-align: right;
    padding: 10px 15px;
    font-weight: 500;
}

.table>tbody>tr>td {
    border: 1px solid #e6e6e6;
    color: #333333;
    font-size: 13px;
    text-align: right;
    padding: 9px 15px;
}

.table tr td:nth-child(1) {
    border-left: 0;
    text-align: left;
    font-weight: 600;padding-left: 15px;
}

.criteria-result .table tr td:nth-child(1) {
    color: #568293
}

.table tr td:nth-last-child(1) {
    border-right: 0;
}

.table thead tr th:nth-child(1) {
    border-left: 0;
    text-align: left;
    font-weight: bold;
}

.table thead tr th:nth-last-child(1) {
    border-right: 0;
}
/* Table Sectors */
.table-sectors table tr th,.table-sectors table tr td{
padding:2px 10px;    vertical-align: middle;
text-align: right;
}
.table-sectors table tr td{
   height: 35px;
   
    }

    .table-sectors .table thead tr th:nth-child(1){
        padding:2px 15px;
    }

    
    .table-sectors .table thead tr th:nth-child(2), .table-sectors .table thead tr th:nth-child(3){
       text-align: left;
    }
    .table-sectors .table tr td:nth-child(2), .table-sectors .table tr td:nth-child(3){
        text-align: left;
     }
 

.more-reports a.btn-no-bg {
    border: 0;
    padding: 0 20px;
    margin: 0;
    color: #f47920
}

.more-reports a.btn-no-bg:hover {
    border: 0;
    padding: 0 20px;
    margin: 0;
    color: #1b485a;
    background-color: transparent;
}

.more-reports a.btn-no-bg:focus {
    color: #f47920;
    background-color: transparent;
    outline: 0;
}

.sidebar-widget {
    padding: 20px 25px;
    background-color: #f8f8f8;
    border-radius: 9px;
    margin-top: 49px;
}

.sidebar-widget .sub-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf
}

.sidebar-widget .table {
    margin-bottom: 10px;
}

.sidebar-widget .table tr:nth-child(odd) td {
    background-color: #fbfbfb;
}

.sidebar-widget .table tr td {
    padding: 9px 4px;
    border: 0;
    border-bottom: 1px solid #fff;
}


/* end // Companies */

.all-page-header {
    height: 50px;
    padding: 13px 0;
}

.all-page-header {
    margin-bottom: 30px;
}
.all-page-header .page-header-left .page-header-title {
    margin-left: 0;
}
.default-dropdown .dropdown-menu {
    padding: 0;
    border-radius: .40rem;
    border: 0;
    left: 0;
    right: inherit;
    transform: inherit;
}

.default-dropdown .dropdown-menu {
    padding: 10px 5px;
    border-radius: 8px;
    border: 0;
    left: 0;
    right: inherit;
    transform: inherit;
    min-width: 215px;
}

.default-dropdown .dropdown-menu:before {
    display: none;
}

.default-dropdown .dropdown-menu ul {
    overflow-y: scroll;
    max-height: 265px;
}

.default-dropdown .dropdown-menu li {}

.default-dropdown .dropdown-menu li a,
.default-dropdown .dropdown-menu li label {
    font-size: 12px;
    color: #333;
    padding: 4px 15px;
    font-weight: normal;
    cursor: pointer;
    display: block;
}

.default-dropdown>a {
    color: #333;
    font-weight: 500;
    margin-left: 10px;
    overflow-y: scroll;
}

.default-dropdown .dropdown-menu li>a:focus,
.default-dropdown .dropdown-menu li>a:hover,
.default-dropdown .dropdown-menu li>label:focus,
.default-dropdown .dropdown-menu li>label:hover {
    background-color: #f6f9fa;
}

.default-dropdown .dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.screener-holder {
    box-shadow: 0 2px 10px 0 rgb(104 153 170 / 15%);
    border: solid 1px #f1f1f1;
    border-radius: 10px;
}

.screener-bar {
    height: 43px;
    background-color: #f9f9f9;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    color: #828384;
    padding: 10px 14px 10px 25px;
}

.year-header {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}

.year-header span {
    display: block;
    width: 65px;
    text-align: center;
}

.min-max-header {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.min-max-header span {
    display: block;
    width: 46px;
    text-align: left;
}

.row-list-screener {
    display: flex;
    padding: 10px 14px 10px 25px;
    border-bottom: 1px solid #ebebeb;
    align-items: center;height: 44px;
}
.row-list-screener:nth-last-child(1){
    border-bottom:0;
}
.row-list-screener-left {
    display: flex;
    width: 50%;
    justify-content: space-between;
    padding-right: 15px;    color: #333333;
}

.row-list-screener-left .radio-box {
    width: 65px;
}

.row-list-screener-left div {
    display: flex;
}

.row-list-screener-right {
    display: flex;
    width: 50%;
    justify-content: space-between;
    align-items: center;
}

.row-list-screener-right .min-max-box input{
    width: 46px;
    height: 26px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    border: solid 1px #d6d6d6;
    background-color: #ffffff;
    color: #333333;
    text-align: center;
    border-radius: 2px;font-weight: 500;line-height: 25px;
}

.row-list-screener-right .min-max-box {
    width: 46px;
}
.ranger-holder{
    width:calc(100% - 180px);position: relative;
}

/* break */

.screener-header {
    display: flex;
    padding: 15px 24px;
}

.sreener-col {
    display: flex;
}

.sreener-col table {
    width: 100%;
}

.sreener-col table tr th {
    padding: 0 10px
}

.sreener-col table tr td {
    padding: 0 10px;
    border-bottom: 1px solid #ebebeb;
    height: 43px;
    text-align: center;
}

.sreener-col table tr td:nth-child(1) {
    text-align: left;
    padding-left: 25px;
}

.sreener-col table tr:nth-last-child(1) td {
    border-bottom: 0;
}

.screener-bar th {
    font-size: 12px;
    font-weight: 500;
    color: #828384;
    text-align: center;
}

.sreener-column {
    width: 60%;
    float: left;
    border-bottom: 1px solid #ebebeb;
}

.sectors-tab-data {
    width: 40%;
}

.ui-slider .ui-slider-handle.ui-state-default {
    border-radius: 50%;
    background-color: #fff;
    border-color: #9e9e9e;
    width: 19px;
    height: 19px;
    line-height: 17px;
    text-align: center;
    padding-left: 1px;
}

.ui-slider .ui-slider-handle.ui-state-default:before {
    content: '||';
    font-size: 6px;
    color: #565656;
    display: block;
    letter-spacing: 1px;
}

.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 {
    outline: 0;
    cursor: pointer;
}

.ui-slider-horizontal.ui-widget.ui-widget-content {
    height: 1px;
    border: 0;
    background-color: #ebebeb;
}

.ui-widget-header {
    background: #f26319;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.6em;
}

.ui-slider-horizontal span.ui-slider-handle:nth-child(3) {
    margin-left: 0px!important;
}

.ui-slider-horizontal span.ui-slider-handle:nth-child(2) {
    margin-left: -18px!important;
}

.ranger-slider input {
    width: 46px;
    height: 26px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #d6d6d6;
    background-color: #ffffff;
    color: #333333;
    text-align: center;
    border-radius: 2px;
}

.sreener-col .ranger-slider tr td,
.sreener-col .ranger-slider tr th {
    text-align: left;
    padding: 0 10px;
}

.sreener-col .ranger-slider tr td:nth-child(1) {
    padding-left: 10px;
}

.screener-footer {
    display: flex;
    justify-content: space-between;
    padding: 25px;
}

.screener-footer .more-reports {
    margin: 0
}

.screener-footer .more-reports a {
    margin: 0px 5px;
    padding: 9px 38px;
}


/* Vertical Tabs */

.vertical-tab {
    display: table;
    height: 100%;
    width: 100%;
    /* vertical-align: top; */
}

.vertical-tab .nav-tabs {
    width: 30%;
    border-bottom: 0;
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #eee;
}

.vertical-tab .nav-tabs li {
    float: none;
    vertical-align: top;
}

.vertical-tab .nav-tabs li a {
    color: #568293;
    padding: 12px 15px 12px 25px;
    border: 1px solid #ebebeb;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 0;
    background-color: #fff;
    margin-right: 0;
    min-width: 150px;
    border-right: 0;
    border-left: 0;
    height: 44.2px;
}

.vertical-tab .nav-tabs li label {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 9;
    margin-top: -8px;
}

.vertical-tab .nav-tabs li a input {
    margin-right: 5px;
    vertical-align: top;
}

.vertical-tab .nav-tabs li:last-child a {
    margin-bottom: 0;
}

.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover {
    color: #f26319;
    font-weight: bold;
    border: 1px solid #ebebeb;
    border-right: 0;
    margin-right: -1px;
}

.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after {
    content: "";
    background-color: transparent;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 200ms ease-in-out;
}

 

.vertical-tab .nav-tabs li a:after {
    background-color: #f26319;
}

.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li.active a:hover:after {
    width: 4px;
}

.vertical-tab .tab-content {
    padding: 0 20px 10px;
    border: 1px solid #eee;
    width: 70%;
    border-right: 0;
    display: table-cell;
    border-bottom: 0;
}

.vertical-tab .tab-content h3 {
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
/* // END Vertical Tabs */

.full-checkbox {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 11px 0;
    color: #333;
}

.full-checkbox:nth-child(n+8) {
    border-bottom: 0;
}

.full-checkbox label {
    display: block;
    padding: 0;
    margin: 0;
}
.check-all-box{
    
padding-bottom: 11px;
}
.check-all-box label{
    width: 16px;
padding: 0;    margin-bottom: 8px;
}
.full-checkbox label:before,
.full-checkbox label:after {
    right: 0;
    left: inherit;
}

.ratios-year label.check-radio {
    padding: 0;
    cursor: pointer;
    vertical-align: top;
    margin: 3px auto;
    width: 15px;
}

.criteria-result {
    margin-top: 40px;
}

.criteria-result table {
    text-align: center;
    width: 1300px;
}

.criteria-result table.table>thead>tr>th {
    text-align: center;
    vertical-align: middle;
}

.criteria-result table.table thead tr th:nth-child(1) {
    text-align: left;
}

.criteria-result .container {
    overflow-y: hidden;
}

.sreener-col .sectors-tab-table tr th {
    text-align: right;
    font-size: 12px;
    padding: 12px 0 0 12px;
}

.sreener-col .sectors-tab-table tr td {
    padding: 0;
    text-align: right;
    vertical-align: middle;
    color: #333;
}

.sreener-col .sectors-tab-table tr td label {
    margin: 2px 0 0 0;
    vertical-align: top;
    color: #333;
    padding-left: 16px;
}

.sreener-col .sectors-tab-table tr td:nth-child(1) {
    padding: 0;
}
 


/* TEAM */
.team-cards-holder .col-md-4{
    transition: transform .2s;
}
.team-filter-tabs{
    margin-bottom: 20px;
}
.team-filter-tabs .nav>li>a{ 
    padding: 8px 20px;
    border: solid 1px #f1f1f1;
    border-radius: 20px;
    color: #568293;margin-right: 10px;
}
.team-filter-tabs .nav>li.current>a{ 
    background-color: #f26319;
    color: #ffffff;
}
.team-cards-holder .plain-card,.plain-card{   
position: relative;
  padding: 25px 25px 24px 25px;
  box-shadow: 0 2px 10px 0 rgba(104, 153, 170, 0.15);
    border: solid 1px #f1f1f1;
    background-color: #ffffff;
    border-radius: 12px;
    margin-bottom: 30px;
    min-height: 200px; 
    transition: all 200ms ease-in-out;

}.team-cards-holder .plain-card:hover{ box-shadow: 0 2px 20px 0 rgba(242, 99, 25, 0.15);
    border: solid 1px #f26319;  }
 
  .team-cards-holder .plain-card img{ 
    margin-bottom: 20px;width: 100%;
  }
  .team-cards-holder .plain-card h5{ 
    color: #568293;
    font-size:14px;
    margin:0 0 5px 0;
    font-weight: 600;
  }
  .team-cards-holder .plain-card p{ 
    color: #747474;
    margin:0;font-size: 13px;
  }
  .team-cards-holder .full-view-trigger{ 
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%; 
  }

.research-coverd .research-inner a{
    font-size: 13px;
    display: block;
    line-height: 2.08;
}
 
.team-profile p.description{
    color:#333333;font-size: 13px; 
    line-height: 24px;
    margin-top: -8px;

}
.team-profile .comp-name {
    font-size: 18px;
  font-weight: 600;color: #333333;
}

 .team-profile .comp-owner {
    font-size: 12px;  opacity: 0.5;
}
 .team-profile .team-contact {
   color:#333333;    margin-top: 20px;font-size: 13px;
}
.team-profile .team-contact a{
    display: block;margin-top: 3px;
 }
 

.team-profile .prof-pic img {
    width: 100%;    margin-bottom: 20px;
}
.research-coverd .research-inner{
    border-top: 1px solid #d6d6d6;
    padding-top: 30px;
    margin-top: 30px;
}
.research-coverd .research-inner .sub-title{
   
    margin-bottom: 8px;color: #333;
}


/* Products */

  .product-card{
max-width: 100%;
height: auto;padding: 24px 25px;display: block;
  }
.product-card .more-reports {
      display: block;margin-bottom: 0;
  }
  .product-card .more-reports a.btn-no-bg{
    padding:0;
}
.product-card .more-reports a.btn-no-bg img{
    margin-left:10px;
}
.download-card{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* MY Profile */
.my-profile-wrapper .plain-card{
    padding-bottom: 0;margin:0      
}
.my-profile{
    display: flex;
}
.my-profile .user-name{
    width: calc(100% - 124px);
}
.my-profile h4{
    color: #333333;
    font-size: 18px;
    font-weight: 600;    line-height: 1.22;
}
 
.my-profile .avatar {
    width: 100px;
    height: 100px;
    margin: 0 24px 6px 0;
    padding: 22px 38px; 
    background-color:#fef6f1;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    font-weight: 600;  
      color: #f47920;
}
.profile-contact{
    color: #333333;
    margin-top: 20px;
    font-size: 13px;
}
.profile-contact span{
  display: block;
}
.profile-contact a{
    
    margin-top: 3px;
    float: left;
}

.profile-contact .change-password{ 
    float: right; 
    
}

.change-password-wrapper .input-box{
    margin:0 0 40px 0
}
.change-password-wrapper .sub-title{
    margin-bottom:30px;
}
 
.change-password-wrapper .input-box .form-control { 
    height: 100%;
    padding: 6px 20px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #d8d1d1;
}
.change-password-wrapper .input-box .form-control:focus {
    border-color: #ccc;
    outline: 0;
   
}
.change-password-wrapper .input-box label { 
    top: 14px;
    left: 20px;font-size:16px; font-weight: normal;color: #9e9e9e;pointer-events: none;
}
.change-password-wrapper .input-box label span { 
    position: relative;
    z-index: 1;
}
.change-password-wrapper .input-box label:before { 
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: 2px; 
    top: 10px;
    left: -5px;
}
.change-password-wrapper .input-box.label-up label { 
    top: -10px;
}
.change-password-wrapper .input-box.label-up label:before { 
   background-color: #f4f8f9;
}
.change-password-wrapper { 
    margin: 50px -25px 0 -25px;
    padding: 35px 150px;
    background-color: #f4f8f9;
  }
.change-password-wrapper .passwrd-sent-mssg{
    margin: 60px 0;
}
.disclaimer-table>tbody>tr>td{
font-size: 12px;    text-align: left;
}
.disclaimer-table>thead>tr>th{
    text-align: left;font-weight: bold;
    }
.disclaimer-table{
    margin-bottom: 10px;
}
.disclaimer-table tr td:nth-child(1){
    border:1px solid #e6e6e6;
    font-weight: normal;    color: #747474;
    }
.disclaimer-table tr td:nth-last-child(1){
    border:1px solid #e6e6e6;
    }
    .disclaimer-table thead tr th:nth-child(1),.disclaimer-table thead tr th:nth-last-child(1) { 
        border-left: 1px solid #cbdde3;
    }
.disclaimer-wrapper{
    font-size:12px;
    text-align: justify;
}
.disclaimer-wrapper h5{
    font-size:13px; margin-top:0;
    font-weight: bold;
}
 
.analyst-declaration ul{
padding:0 0 0 16px;margin-bottom: 10px;
}
.analyst-declaration ul li{
   margin-bottom: 5px;
}

.no-border-table>tbody>tr>td{
    padding:0 5px 5px 0!important;border:0!important;
}

/* Company Report */

.report-mobile-wrapper{
    1max-width: 360px;
}

.comp-header-img{
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #747474;
padding-bottom: 12px;
margin-bottom: 30px;
}


.page-title-subtxt{
    color: #dcf2f9;
    font-size: 12px;   
}
.page-title-subtxt span{
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #8fb7c5;
}
.page-title-subtxt span:nth-last-child(1){
    border:0;
}
.btn-download {
    width: 38px;
    height: 38px; 
   line-height: 38px; 
    box-shadow: 0 2px 6px 0 rgba(28, 52, 59, 0.4);
    background-color: #f47920;border-radius: 4px;text-align: center;
  }

  .page-header .page-header-right .page-right-values.btn-box-orange{
border:0;padding-left: 0;
  }

  .label-with-txt {
     position: relative;
  }
  .label-with-txt span.label-txt{
    position: absolute;    bottom: -14px;
   font-size: 9.5px;
   text-align: center;
   color: #dcf2f9;width: 62px;

 }
.comp-report-content{
    color:#000;position: relative;
}
.comp-report-content img{
   max-width: 100%;
}

.comp-report-content h1 {
   
    font-size: 36px;
    font-weight: normal;
     margin-bottom: 20px;    margin-top: 10px;

  }
  .comp-report-content h2, .comp-report-content h3,.comp-report-content h4  {
color:#0b318f;
  }
  .comp-report-content .sub-title {
    font-size: 20px; 
    margin-bottom: 10px;    color: #000;
}

.comp-report-content p {
    
    /*margin-bottom: 25px;*/
}

.comp-report-content .mob-report-head{
    color:#000;line-height: 1.5;
    margin-bottom: 20px;
}

.border-bottom{
    border-bottom: 1px solid #747474;
    padding-bottom: 15px;
}
 .report-country{
    
    font-size: 16px;
    font-weight: 600;   
    text-align: left;
    border-left: 4px solid #0b318f;
    padding-left:10px;
    color: #000;margin-bottom: 20px;
 }
.report-widget-top{
display: flex;justify-content: space-between;    margin-bottom: 10px;
}
.report-widget-top span{
color:#000;
}

.report-widget {
    
    padding:5px 10px 5px;
    border-top: 1px solid #747474;
    border-bottom: 1px solid #747474;
    background-color: #d9d9d9;
  }
  .report-analyst {
      margin-top:20%;
  }
  .report-analyst .blue-title{
      margin-bottom: 10px;
  }
  .report-analyst .profile-detail{
    
    background-color: transparent;
        
    padding: 16px 0 0;
    }
    .report-analyst .profile-detail h4{
        
    margin-bottom: 10px;
    }


.report-analyst .report-widget{
    padding:10px;height: auto;
}

.widget-table,.fst-td-left{
    width: 100%;
}
.widget-table tr td{
    padding:6px 0;color:#000;
}
.widget-table tr td:nth-last-child(1){
    text-align: right;
}
.fst-td-left tr td,.fst-td-left tr th{
    text-align: right;padding: 4px 0;
}
.fst-td-left tr td:nth-child(1),.fst-td-left tr th:nth-child(1){
    text-align: left;
}
.graph-div{
    border-bottom: 1px solid #747474;
    padding-bottom: 10px;margin-bottom: 5px;
}
.widget-small{
    color: #747474;font-size: 11px;
    font-weight: 300;
}
.gray-box{
    background-color: #d9d9d9;
    padding:10px;margin-bottom: 25px;
}
.gray-box ul{
    margin:0;    padding: 0 10px 0 25px;
}
 
.square-type li{
    list-style-type: square;margin-bottom: 8px;
}
.square-type li:nth-last-child(1){
    margin-bottom: 0;
}
.circle-type{
    margin-top:10px;    padding: 0 10px 0 25px;
}
.circle-type li{
    margin-bottom: 20px;
}
.blue-title {
   
    font-size: 16px;
    font-weight: 600; 
    color: #0b318f;
  }
.widget-table-box{
    border-top:1px solid #747474; margin-top: 10px;
    padding-top: 10px;
}
.table-style-1 {
border-bottom: 1px solid #747474;
border-top: 1px solid #747474;margin-bottom: 10px;
}
.table-style-1 thead tr td{
    border-bottom: 1px solid #747474;
    padding:6px 0;
}
.table-style-2 {
    width: 100%;
}
.table-style-2 tr td,.table-style-2 tr th{
    border-bottom: 1px solid #d9d9d9;
    padding:3px 0
}
.table-style-2 tr:nth-last-child(1) td{
    border-bottom: 0;
}
.mb-25{
    margin-bottom: 25px;
}
.rectangle-line{
    width: 120px;
    height: 8px;
    background-color: #ee2626;float: left;
}
.rectangle-line-2 {
    width: 210px;
    height: 8px;
    background-color: #0b318f;float: left;
  }

  .pie-chart-div {
    padding: 14px 10px 10px 11px;
    box-shadow: -3px 0 0 0 #747474;
    /*border: solid 1px #747474;*/
    background-color: #fff;
    margin-bottom: 25px;

  }
  .pie-chart-div .widget-small{
margin-top: 10px;
  }
  .pie-chart-div .pie-div-title{
    color: #0b318f; font-weight: 500;
  }

  .pie-chart-div .pie-div-title{
    color: #0b318f;margin-bottom: 20px;
  }
  .pie-chart-div .pie-div-img{
    display: block;
    margin: 0 auto;
  }
 
  .pie-chart-dbl{
      display: flex;
      justify-content: space-between;
  }
  .pie-chart-dbl .pie-chart-div{
   width: 50%;
}
.btn-holder{
    position: absolute;top: 0;right: -52px; z-index: 9
}
.btn-quick-links:hover{ 
    box-shadow: 1px 1px 12px 0px rgb(0 0 0 / 26%);
}
.btn-quick-links{   
     padding-top: 12px;
     background-color: #fff;width: 48px;height: 48px;
     box-shadow: 1px 1px 12px 0px rgb(0 0 0 / 12%);border-radius: 6px;   ;
    cursor: pointer;
    }
.btn-quick-links span{
    border-radius: 1px;
width: 20px;
    
height: 1px;
    
background-color: #6f9dae;
    
display: block;
    
margin: 5px auto;
}
/*.quick-link-menu{
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 25px;
    background-color: #fff;
    box-shadow: 1px 1px 12px 0px rgb(0 0 0 / 12%);
    border-radius: 6px;
    display: none;
    width: 220px;
    cursor: auto;
}
.quick-link-menu .quick-list a{
display: block;
padding:7px 0
}
.quick-menu-close{
    float: right;
    font-size: 20px;
    color: #747474;
    position: relative;
    top: -8px;
    right: -16px;
}*/
.header-brd{
    font-weight: bold;
text-align: center;
border-bottom: 1px solid #747474;
color: #000;
padding-bottom: 10px;
margin-bottom: 20px;
}
.table-style-3{
    margin-bottom: 25px;
}
.table-style-3 tr td,.table-style-3 tr th{
    padding:8px;
    border:1px solid #ccc

}
.recomend-framework{
    border: 1px solid #747474;
    padding: 12px 12px 0 12px;
}
.recomend-head{
display: flex;align-items: center;
}
.recomend-content-row{
    display: flex;margin:5px 0
}
.recomend-framework .rec-head{
    width: 15%;
    color:#0b318f;
}
.recomend-head .head-bg{
    background-color: #eee; 
    position: relative;
    left: -12px;
    padding: 5px 0 5px 12px;font-weight: bold;
}
 .widget-data{
    height: 134px;
    overflow: hidden;
 }

/* Media Queires */

@media (min-width: 768px) {
    .modal-sm {
        width: 460px;
    }
}



@media (max-width: 1199px) {
    .header .logo img {
        width: 191px;
    }
    .user-profile {
        left: 25%;
    }
    .team-cards-holder .plain-card { 
        min-height: 195px;
    }
}

@media (min-width: 992px) {     

    .main-nav .nav.nav-pills li ul {
        min-width: 620px;
        padding: 12px 10px;
        margin-left: -15px;
    }
    .main-nav .nav.nav-pills li:hover ul {
        display: block;
    }
    .main-nav .nav.nav-pills ul li {
        float: left;
        width: 50%;
    }
    .main-nav .nav.nav-pills .dropdown-menu {
        margin-top: 20px !important;
    }
    .main-nav .nav.nav-pills li ul.single-column {
        min-width: 230px !important;
        font-size: 14px !important;
    }
    .main-nav .nav.nav-pills li ul.single-column li {
        width: 100%;
        padding-right: 0;

    }
    header .nav.nav-pills>li a.dropdown-toggle::before {
        content: "";
        height: 2px;
        width: 0%;
        position: absolute;
        background-color: #f26319;
        bottom: 5px;
        left: 0;
        right: 0;
        margin: auto;
        transition: 200ms all ease-in-out;
    }
    header .nav.nav-pills>li:hover a.dropdown-toggle::before {
        width: 100%;
    }
    .modal-lg {
        width: 730px;
    }
}
 

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .card-strip{
        margin-bottom: 5px;
    }
}

@media (max-width: 991px) {
    .team-profile p.description { 
        margin-top: 15px;
    }
    .financial-values .tabs-container {
        overflow: hidden;
    }
    .tabs-data,
    .tabs-header {
        width: 600px;
    }
    .table-scrollable{
        width: 100%;
    }
    .table-data::-webkit-scrollbar {
        width: 8px;
        height: 10px;
    }
    .table-data::-webkit-scrollbar-thumb {
        background-color: #000;
        border-radius: 0;
        border: 5px solid #d6d6d6;
    }
    .table-data::-webkit-scrollbar-track {
        background: #f5f5f5;
        border-radius: 0;
    }
    .tab-scroll {
        margin-bottom: 0;
        overflow-y: hidden;
        height: 41px;
    }
    .tab-scroll::-webkit-scrollbar {
        height: 0;
    }
    /* .tabs-container .nav-pills>li>a {
        font-size: 12px;
    } */
    .user-profile {
        left: 50%;
    }
   
    .sidebar,.sidebar-widget {
        margin-bottom: 50px;
        margin-top: 0;
    }
    .banner .banner-card {
        max-width: 100%;
    }
    .header .container {
        width: 100%;
    }
    .banner .container {
        padding: 0;
        width: 100%;
    }
    .banner .banner-title {
        font-size: 20px;
        text-align: center;
        margin: -5px 0 20px 0;
    }
    section.content .banner-card {
        max-width: 100%;
    }
    .panel {
        margin-bottom: 40px;
    }
    .container {
        padding: 0 15px;
    }
    .main-nav {
        position: fixed;
        top: 54px;
        background-color: #fff;
        left: -330px;
        bottom: 0;
        width: 300px;
        box-shadow: 0 3px 30px 0 rgb(7 34 43 / 60%);
        transition: all 300ms ease-in-out;
        z-index: 999;
        overflow-y: auto;
    }
    .main-nav::-webkit-scrollbar {
        width: 0;
    }
    .main-nav ul.nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .main-nav ul.nav li {
        width: 100%;
        padding: 0;
    }
    .main-nav ul.nav>li {
        border-bottom: 1px solid #e9e9e9;
    }
    .main-nav ul.nav li a {
        display: block;
        padding: 15px 30px;
    }
    .main-nav ul.nav li a:after {
        height: 100%;
        left: 0;
        bottom: 0;
        right: inherit;
    }
    .main-nav ul.nav li a.active:after,
    .main-nav ul.nav li:hover a:after {
        width: 4px;
    }
    .search .dropdown {
        margin-left: auto;
        padding-left: 0;
        position: inherit;
        background-color: transparent;
        border: 0;
        width: auto;
        box-shadow: none;
    }
    .search .dropdown-menu {
        left: 10%;
        right: 5px;
        margin: -10px 0 0 0;
        transform: translate(155px, 35px) !important;
    }
    .search .dropdown-menu:before {
        margin: 0;
        left: auto;
        right: 10px;
    }
    .search .help-block {
        padding: 10px 51px 4px;
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
    }
    /* submenu */
    header .main-nav .nav.nav-pills li ul {
        position: inherit;
        background-color: #fff;
        box-shadow: none;
        width: 100%;
        overflow-y: auto;
        transform: inherit;
        left: inherit;
        margin: 0;
        border-radius: 0;
        border: 0;
        height: 45vh;
    }
    header .main-nav .nav.nav-pills ul li a {
        border-bottom: 0;
    }
    header .main-nav .nav.nav-pills ul li a {
        padding: 10px 10px 10px 30px;
    }
    header .main-nav .nav.nav-pills li>ul {
        display: none;
    }
    .main-nav ul.nav li.sub-menu>a:after {
        width: 0;
    }
    .main-nav ul.nav li.sub-menu>a:before {
        content: "\eac8";
        font-family: IcoFont!important;
        speak: none;
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        line-height: 1;
        -webkit-font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased;
        color: #f26319;
        font-size: 21px;
        position: absolute;
        right: 20px;
        transition: 300ms all ease-in-out;
    }
    .main-nav ul.nav li.subMenuOpen>a:before {
        transform: rotate(-180deg);
    }
    .main-nav ul.nav li.subMenuOpen>a {
        color: #f26319;
        font-weight: bold;
    }
    .main-nav ul.nav li.subMenuOpen>a:after {
        width: 4px;
    }
    .main-nav ul.nav li.subMenuOpen .dropdown-menu {
        display: block!important;
    }
    .user .user-name span {
        line-height: inherit!important;
    }
    .user .user-name .first-name {
        font-size: 14px;
    }
    /* End // submenu */
    .user {
        position: fixed;
        top: 0;
        background-color: #f2f2f2;
        margin: 0;
        left: -330px;
        height: 54px;
        width: 300px;
        z-index: 9;
        border: 0;
        display: flex;
        align-items: center;
        box-shadow: 0 1px 0 0 #e6e6e6;
        transition: all 300ms ease-in-out;
        z-index: 9999;
    }
    .user .user-name br {
        display: none;
    }
    .user .user-name {
        font-size: 14px;
    }
    .user .avatar {
        background-color: #f26319;
        color: #fff;
    }
    .toggle-btn {
        margin-right: 0;
        order: -1;
        display: block;
    }
    .menu-toggle {
        left: 0;
    }
    .header .justify-content {
        justify-content: space-between;
    }
    .header .logo {
        margin-right: 0;
    }
    .dropdown-menu {
        margin-left: 25%;
    }
    .page-header .page-header-right .page-right-values {
        min-width: 85px;
        margin: 0;
        padding-left: 10px;
    }
    .page-header .page-header-left .page-header-title h4 {
        font-size: 20px;
    }
    .page-header .page-header-right .page-right-values:nth-child(1) {
        margin: 0 15px 0 0;
        padding: 0;
    }
    .sreener-col {
        display: flex;
        flex-wrap: wrap;
    }
    .sreener-col .sreener-column {
        width: 100%
    }
    .row-list-screener {
        padding: 10px 10px 10px 20px;
        height: auto;
        flex-direction: column;align-items: flex-start;
    }
    .row-list-screener-left {
        width: 100%;padding: 0;
        margin-bottom: 10px;
    }
     .row-list-screener-right {
        width: 70%; 
    }
    .ranger-holder {
        width: calc(100% - 130px);
    }
    
    .screener-bar {
        padding: 13px 5px;
    }
    .year-header {
        width: 100%; 
        padding-right: 0;
    }
    .year-header span { 
        width: 46px; 
    }
    .row-list-screener-left .radio-box {
        width: 40px;
    }
    .row-list-screener-right .min-max-box {
        width: auto;
    }
    .ui-slider-horizontal span.ui-slider-handle:nth-child(2) {
        margin-left: -18px!important;
    }
    
    
    .row-list-screener-right .min-max-box input {
        width: 35px;
    }
    .min-max-header{display: none}
    .sectors-tab-data {
        width: 100%;
        min-height: 350px;
        margin-top: -1px;
    }
    .vertical-tab .nav-tabs {
        width: 30%;
    }
    .vertical-tab .tab-content {
        width: 70%;
    }
    .btn-blue {
        padding: 9px 10px;
        font-size: 13px;
    }
    .screener-footer .more-reports a {
        padding: 9px 11px;
        font-size: 13px;
    }
    footer .ft-right {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .report-analyst{
        margin-top:0;margin-bottom: 15px;
    }
    .recomend-framework .rec-head {
        width: 50%; 
    }
    .recomend-content-row { 
        margin: 10px 0;
        flex-direction: column;
    }
    .comp-report-content table{
        margin:0;

    }
    .comp-report-content .table-responsive{
        margin-bottom:15px; 
    }
    .pie-chart-div { 
        overflow-y: auto;
    }
    .table-style-2 {
        width: 200%;
    }
    .page-header .page-header-right .page-right-values.btn-box-orange {
        padding-left: 20px;
    }
    .btn-holder { 
        right: 10px; 
    }
.team-cards-holder .plain-card {
    min-height: auto;
}
    .sectors-tab-data { 
        min-height: auto; margin-top: 0;
    }

    .edge-lft-rgt-margin {
        margin-left: -15px;
        margin-right: -15px;
    }
    .edge-lft-rgt-margin .tab-scroll,
    .edge-lft-rgt-margin .sub-title {
        margin-left: 15px;
    }
    .banner-card {
        min-width: 100%; 
    }
    .page-header {
        height: auto;
        padding: 15px 0;
    }
    .page-header .page-header-content {
        flex-direction: column;
    }
    .page-header .page-header-left,
    .page-header .page-header-right {
        width: 100%;
    }
    .page-header .page-header-left {
        padding-bottom: 15px;
        margin-bottom: 17px;
        border-bottom: 1px solid #5c8c9d;
    }
    .all-page-header .page-header-left {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }
    .page-header .page-header-right .page-right-values:nth-child(1) span {
        margin: 0;
    }
    .financial-values .tabs-container table {
        width: 100%;
        max-width: inherit;
    }
    .table-responsive {
        border: 0;
        margin-bottom: 0;
    }
    footer .ft-center {
        border: 0;
        border-top: 1px solid #263b56;
        padding: 20px 0;
        margin-top: 30px;
    }
    footer .ft-center:before,
    footer .ft-center:after {
        content: '';
        clear: both;
        display: block;
    }
    footer .ft-right {
        height: auto;    padding: 20px;
    }
    footer .ft-left {
        text-align: center;
    }
    footer .ft-center ul {
        display: block;
        text-align: center;
    }
    footer .ft-center ul li {
        float: left;
        width: 50%;
        padding: 0 10px;
        text-align: left;
    }
    footer .ft-left .social-links {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }
    footer .sub-ft {
        flex-direction: column;
        line-height: 1.9;
    }
    footer .sub-ft .sb-right {
        text-align: center;
    }
    footer .sub-ft .sb-left a {
        margin-bottom: 10px;
        display: block;
    }
    .disclaimer-wrapper .table-responsive {
        margin-bottom: 20px;
    }
}
@media (max-width: 577px) {
    .disclaimer-wrapper .email-address{
        font-size: 11px;
    }
    .banner {
        height: 330px;
        margin: 0 0px 40px 0;
    }
    .login-logo img {
        min-width: auto;
    }
    .login-holder {
        min-width: 340px;
    }
    .login-wrapper {
        padding: 25px;
    }
    .passwrd-sent-mssg .response-mssg {
        font-size: 13px;
    }
    .vertical-tab {
        display: block; border-bottom: 1px solid #eee;
    }
    .vertical-tab .nav-tabs,
    .vertical-tab .tab-content {
        width: 100%;
        display: block;border-left: 0;padding-bottom: 0;
    }
    .vertical-tab .nav-tabs li a:hover, .vertical-tab .nav-tabs li.active a, .vertical-tab .nav-tabs li.active a:hover {
   
        margin-right: 0;
        border-left: 0;
    }
    /* Tabs Responsive */

    .nav-tabs.nav-tabs-dropdown,
    .nav-tabs-dropdown { 
      overflow: hidden;
      position: relative;height: 45px;border: 0;
      
    }
    
     
    .nav-tabs.nav-tabs-dropdown.open{
        height: auto;
    }
    .nav-tabs.nav-tabs-dropdown li label{
        display: none;
    }
    .nav-tabs.nav-tabs-dropdown li.active label{
        display: block;
    }
    .nav-tabs.nav-tabs-dropdown.open li label{
        display: block;
    }
    .sreener-column { 
        border-bottom: 0;
    }
    .nav-tabs-dropdown li.tab-btn { 
      position: absolute;
      top: 13px;
      right: 18px;
      z-index: 2;
    }
    .nav-tabs-dropdown.open li.tab-btn:after { 
        transform: rotate(-180deg)
      }

    .nav-tabs-dropdown li.tab-btn:after {
        content: "\eac8";
        font-family: IcoFont!important;  
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        line-height: 1; 
        -webkit-font-smoothing: antialiased;font-size: 20px;
        display: block; transition: 300ms all ease-in-out;
        transform: rotate(0deg)
      }
    .nav-tabs.nav-tabs-dropdown.open a,
    .nav-tabs-dropdown.open a {
      position: relative;
      display: block;
    }
   
    .nav-tabs.nav-tabs-dropdown li,
    .nav-tabs-dropdown li {
      display: block;
      padding: 0;   margin-bottom: 0;  
    }
    .nav-tabs.nav-tabs-dropdown > li > a,
    .nav-tabs-dropdown > li > a {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      width: 100%;
      height: 100%;
      display: inline-block;
      border: 0;
    }
    .nav-tabs.nav-tabs-dropdown > li > a:focus,
    .nav-tabs-dropdown > li > a:focus,
    .nav-tabs.nav-tabs-dropdown > li > a:hover,
    .nav-tabs-dropdown > li > a:hover,
    .nav-tabs.nav-tabs-dropdown > li > a:active,
    .nav-tabs-dropdown > li > a:active {
      border-color: transparent;
    }
    .nav-tabs.nav-tabs-dropdown > li.active > a,
    .nav-tabs-dropdown > li.active > a {
      display: block;
      
      position: relative;
      z-index: 1;
      background: #fff; 
    }
    .screener-footer { 
        flex-direction: column;    padding: 20px 20px 15px 20px;
    }
    .screener-footer .more-reports{
        align-items: stretch; 
        margin:0;
    flex-direction: column;
    }
    .screener-footer a{ 
        margin:0 0 10px 0!important; 

    }
    .full-checkbox:nth-last-child(1){
border-bottom:0
    }
   
    .change-password-wrapper {  
        padding: 35px 25px; 
        margin-top:25px;
      }
      .my-profile { 
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
      .my-profile .avatar {
        width: 60px;
        height: 60px;
        margin: 0 14px 6px 0;
        padding: 8px; 
        font-size: 30px; 
    }
    .my-profile .user-name {
        width: auto;
    }
    .profile-contact a { 
        font-size: 11px;
    }
    
     .products-wrapper .banner-card{
         height: auto;
     }
}
 
 