body{
    background-color:#f9fafb!important;
    font-size: 14px!important;
}
.theme-tabs nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.theme-tabs .nav-tabs {
    background: white!important;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-tabs .nav-link::after {
    content: "";
    background: none;
}
.theme-description{
    margin-top:10rem;
}
.color-code{
    background-color: gray;
    width: 3%;
    display: inline-block;
    height: 11px;
    padding: 2px 5px;
    border-radius: 2px;
    text-align: center;
    white-space: nowrap;
}
.cc-Orange{
    background-color: orange;
}
.cc-Red{
    background-color: red;
}
.cc-Green{
    background-color: green;
}
.theme-div:hover {
    transform: scale(1.05); 
    transition: 0.50s all ease-in-out; 
    cursor: pointer;
}
.theme-div{
    background-color: #fff;
    min-height: 210px;
}
.theme-image{
    height: 150px;
    width: 150px;
}
h2{
    font-size:17px;
}
.news-date{
    font-size:24px;
    font-weight:bold;
    color:white;
    border-radius:10px;
}
.news_info{
    cursor: pointer;
}
table {white-space:nowrap}
.chart-link:hover{color:#3f9401!important; transform: scale(1.05);transition: 0.50s all ease-in-out; }
.max-height-10{max-height: 10px}
.w-md-25{width:25%;}
.float-md-right{float:right;}
.free-lable{width: 82%;position: absolute;left: 2px;top: 3px;} 
.free-lable-para{background: #404240;width: 25px; height: 25px;position: absolute; left: -9px; top: 5px;}
.sensibly-text{font-size: 1.8rem;font-weight: 600;margin-top: 17px;}
/*h1{font-size:1.8rem;font-text-mutedweight: 600;}*/
/* Mobile Site*/
@media only screen and (max-width: 768px) {
    .sensibly-text{margin-top: 3px;font-size:19px;}
    .free-lable{width: 20%; position: absolute;  left: -3px;} 
    .free-lable-para {background: #404240; width: 18px; height: 18px; position: absolute; left: -6px;top: 4px;}
    .free-lable {width: 95%; position: absolute; left: 1px;top: 1px;} 
    .mob-img{display:block;margin:auto;}
    .item .mob-img{display:block;margin:auto;}
    .float-md-right {float: unset;}
    .theme-div:hover {transform: none;    transition: none;
    cursor: none;} 
    .w-mb-100{width:100%;}
    /*.bottom.rectangle #tawkchat-minified-wrapper { bottom: 44px;z-index: 999999;}*/
    .max-height-10 {
        max-height: fit-content;
    }
    .theme-image{
        height: 100px;
        width: 100px;
    }

    h2{
        font-size:14px;
    }
    .theme-div{
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -6px;
    }

    h1{
        font-size:19px;
    }
    h4{
        font-size:14px;
    }
    
    .stick {
        background: #fff;
        text-align: left;
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        overflow: hidden;
        width: 40%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        box-shadow: 1px 0 5px -2px #888;
    }
    .news-date{
        font-size:16px;
        /*white-space:nowrap;*/
    }
    .news-headline{
        overflow: hidden;
        max-width: 40ch;
        font-size: 12px;
        
    }
    .mob-padding-0{padding:0;}
     h3{
        font-size:1.4rem;
    }
    .breadcrumb-item a, .breadcrumb-item{font-size:11px;}
     #draft_name{
        font-size: 17px;
    }
     .fa-pen{font-size:15px;}
     .tablesorter-sticky-wrapper{
         
     }
}
/*for desktop only*/
@media only screen and (min-width: 768px) {
    .theme-row{
        margin-top:0.5rem;
    }
    .news-headline:hover{
        color:#3f9401;
    }
    .stick {
        width:200px;
    }
}

.delete:hover{color: red!important;}
.loader {
  border: 8px solid #ccc;
  border-radius: 50%;
  border-top: 8px solid #78c043;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.item {
    position:relative;
    /*padding-top:20px;*/
    /*display:inline-block;*/
}
.notify-badge{
    position: absolute;
    /*right:-00px;*/
    top:10px;
    background:#007bff;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:5px 10px;
    font-size:10px;
}
.breadcrumb{
    background-color:#f9fafb!important;
    margin-bottom: 0px!important;
}
.theme-tabs .fixed-bottom {z-index:2}
.table thead th {
    vertical-align: middle;
}
.breadcrumb{font-size:12px;} 
@media (min-width: 768px) and (max-width:900px) { 
    #nav .links{font-size: 0.8rem;}
}

.numberCircle {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 4px;
    background: #78c043;
    border: 2px solid #78c043;
    color: #fff;
    text-align: center;
    font: 16px Arial, sans-serif;
}
.eq-height{
    float: none;
    display: table-cell;
    vertical-align: top;
}
.panel-heading.collapsed .fa-chevron-down,
    .panel-heading .fa-chevron-right { display: none;}
    .panel-heading.collapsed .fa-chevron-right,
    .panel-heading .fa-chevron-down {display: inline-block;}
.frequntly-asked-questionsAdd .panel-info {
    padding: 5px 0;
    background: #efefef;
    /*border-bottom: none;*/
}
.frequntly-asked-questionsAdd .panel-info .panel-heading {
    PADDING-LEFT: 5PX;
    PADDING-BOTTOM: 5PX;
}
.frequntly-asked-questionsAdd h2{font-weight:bold;}
.frequntly-asked-questionsAdd .panel-info{padding: 0px 0!important;}   
.frequntly-asked-questionsAdd .panel-body{padding-top: 2px!important;    padding-left: 10px!important;}  
.fadein {
    opacity: 0;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.loaded {
    opacity: 1;
}
@media only screen and (max-width: 320px) {
     #content .justify-content-between .btn{font-size: 11px; padding: 6px 5px;}  
}
#nav-overview p , #nav-overview ul li{color: #6c757d !important;font-size:1.1rem;}
#nav-overview{color: #6c757d !important;}
#nav-overview strong{color: #333 !important;}
#nav-overview p span strong,#nav-overview p strong{color: #333 !important;}
#nav-overview ul li{padding-bottom: 10px;} 
.summary-text{font-size:14px;}
.panel-heading{border-bottom: 1px solid #ccc;}