body {
    font-family: "Lato", Arial, sans-serif !important;
    font-size: 16px !important;
    color: #31415e !important;
	background-color: #f7faff !important;
}

/********************  General  *************************/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0 !important;
    font-weight: 700 !important;
}
h2 {
    font-size: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
h3 {
    font-size: 1.25rem !important;
}
h5 {
    font-size: 1.125rem !important;
}
label {
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 600 !important;
}

.btn{
    padding: 17px 37px 18px 38px;
    border-radius: 6px;
    font-size: 18px;
    width: fit-content;
}
.btn span{
    margin-right: 20px;
}
.btn-white{
    margin-top: 50px;
    padding: 17px 37px 18px 38px;
    border-radius: 6px;
    border: solid 1.5px #dadfea;
    background-color: #fff  !important;
    color: #025eff  !important;
}
.btn-white:hover{
    color: #fff !important;
    background-color: #025eff  !important;
    border: solid 1px #dadfea  !important;
}
.btn-white:hover svg g{
    fill: #fff;
}

/***** General ****/

.rhs {
    padding: 0 !important;
    width: 81.6% !important;
    position: relative !important;
    left: 18.22% !important;
}

/********header**********/
.page-header {
    height: 6.5625rem !important;
    border-bottom: 0.0625rem solid #dadfea !important;
    position: sticky !important;
    top: 0 !important;
    background-color: #ffffff !important;
    z-index: 999 !important;
    display: flex !important;              /****24/2/22 12:56pm **/
    justify-content: space-between !important;  /****24/2/22 12:56pm **/
    align-items: center !important;  /****24/2/22 12:56pm **/
}

.search-box {
    margin-left: 2.5rem !important;
    width: 44.5% !important;
    min-width: 12rem !important;
    height: 3.125rem !important;
}
.search-ip {
    width: 100% !important;
    padding-top: 0.875rem !important;
    outline: none !important;
    padding-bottom: 0.875rem !important;
    padding-left: 3.375rem !important;
    padding-right: 1.875rem !important;
    border: 0.0625rem solid #ebeff2 !important;
    border-radius: 0.375rem !important;
    background: #eef0f3 !important;
    font-size: 0.75rem !important;
    line-height: 150% !important;
    letter-spacing: -0.02em !important;
    color: #b1b4bc !important;
    background-image: url("/assets/img/search-icon.png") !important;
    background-repeat: no-repeat !important;
    background-size: 1.125rem 1.125rem !important;
    background-position-y: center !important;
    background-position-x: 1rem !important;
}

.search-ip::-webkit-input-placeholder {
    /* Edge */
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #536d9b !important;
}

.search-ip:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #536d9b !important;
}

.search-ip::placeholder {
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #536d9b !important;
}

.header-right {
    margin-right: 2.5rem !important;
    display: flex !important;
    align-items: center !important;
}
.header-right img {
    width: 2.75rem !important;
    margin-left: 1.875rem !important;
}

.dropdown .dropbtn {
    font-size: 0.875rem !important;
    font-weight: bold !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 0.875rem !important;
    background-color: inherit !important;
    font-family: inherit !important;
    cursor: pointer !important;
}
.dropbtn span {
    width: 3.2rem !important;
}
.navbar a:hover,
.dropdown:hover .dropbtn {
    background-color: #ffffff !important;
}

.dropdown-content {
    font-size: 0.7rem !important;
    display: none !important;
    position: absolute !important;
    padding-top: 1rem !important;
    min-width: 10rem !important;
    z-index: 1 !important;
    right: 0% !important;
}
.dropdown-content ul {
    box-shadow: 0rem 0.5rem 1rem 0rem rgba(0, 0, 0, 0.2) !important;
    background-color: #ffffff !important;
    list-style-type: none !important;
    padding: 0 !important;
}

.dropdown-content a {
    float: none !important;
    color: black !important;

    padding: 0.75rem !important;
    text-decoration: none !important;
    display: block !important;
    text-align: left !important;
}

.dropdown-content li:hover {
    background-color: #ddd !important;
}

.dropdown:hover .dropdown-content {
    display: block !important;
}

.dropdown img {
    width: 0.5rem !important;
    margin-left: 0.625rem !important;
}

/********header**********/

/**********Left Nav***********/
.lhs {
    padding: 0 !important;
    border-right: 0.0625rem solid #dadfea !important;
    width: 18.22% !important;
    /* background-color: #ffffff !important; */
    position: fixed !important;
    top: 0 !important;
    height: 100vh !important;
    background: linear-gradient(180deg, rgba(244,244,244,1) 0%, rgba(52,102,189,1) 0%, rgba(7,63,161,1) 100%);
}
.logo-box {
    height: 6.5625rem !important;
    /* border-bottom: 0.0625rem solid #dadfea !important; */
    width: 100% !important;
    justify-content: center !important;
}

.logo {
    width: 8.125rem !important;
    filter: brightness(0) invert(1);
}

.left-nav {
    overflow: hidden !important;
    padding-right: 0.5rem !important;
    padding-top: 1.25rem !important;
}

.left-nav a {
    border-left: 0.25rem solid transparent !important;
    /* padding-top: 0.9375em !important;
    padding-bottom: 1.0625em !important;
    padding-right: 5.5625rem !important; */
    /*margin-bottom: 0.875rem !important;*/
    margin-bottom: 0.475rem!important;
    padding: 0.875em 0!important;
    text-decoration: none !important;
    outline: none !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    /* color: #536d9b !important; */


    border-left: 0.25rem solid transparent;
    padding: 0.875em 0;
    margin-bottom: 0.475rem;
    text-decoration: none;
    outline: none;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: rgba(255,255,255,0.6);
}

.left-nav a span {
    margin-left: 1rem !important;
    width: 6.0625rem !important;
}
/* .left-nav li a:hover,
.left-nav li a.active {
    border-left: 0.25rem solid #025eff !important;
    color: #025eff !important;
    font-weight: bold !important;
} */
.left-nav li a:hover,
.left-nav li a.active {
    color: #025eff;
    font-weight: bold;
    background-color: #fff;
    width: 14rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.left-nav li a svg {
    width: 1.125rem !important;
    margin-left: 1.25rem !important;
    color:#fff;
    fill: #fff;
    stroke:#fff;
}
.left-nav li a:hover svg path,
.left-nav li a:hover svg circle {
    stroke: #025eff;
    fill: #025eff;
    opacity: 1;
}

.left-nav li a.active svg path,
.left-nav li a.active svg circle {
    stroke: #025eff;
    fill: #025eff;
    opacity: 1;
}

/**********Left Nav***********/
/********** content wrapper **********/
.firstHeading {
	cursor:pointer !important;
}

.content-wrapper {
    padding: 2.5rem !important;
    background-color: #f7faff !important;
}
/********************/

#map {
    height: 30rem !important;
}

#markerLayer img {
    animation: pulse 0.5s infinite alternate !important;
    -webkit-animation: pulse 0.5s infinite alternate !important;
    -moz-animation: pulse 0.5s infinite alternate !important;
    transform-origin: center !important;
    -webkit-transform-origin: center !important;
    -moz-transform-origin: center !important;
}
/******Select*********/
.select {
    padding: 30px 40px 0 !important;
    margin: 20px 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 0 0.3125rem 0 rgb(0 0 0 / 15%) !important;
    background-color: #fff !important;
}

.select h2 {
    font-size: 1.25rem !important;
    font-weight: bold !important;
}
.select ul {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    list-style-type: none !important;
    align-items: center;
}

.select ul li {
    margin-bottom: 2rem !important;
    min-width: 20% !important;
    padding-right: 10px !important;
	}
	
.select ul li a,
.select ul li {
    font-size: 1rem !important;
    color: #536d9b !important;
    font-weight: bold !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.select-country h2,
.select-cat div,
.select-sub-cat div {
    margin-bottom: 1.875rem !important;
}

.back-btn {
    cursor: pointer !important;
    width: 1.125rem !important;
    margin-right: 1.25rem !important;
}

#cat-head, #sub-cat-head{
margin-bottom: 0 !important;
}
.select-cat,
.select-sub-cat {
    display: none !important;
}

.select-cat span,
.select-sub-cat span {
    text-align: right !important;
    float: left !important;
    margin-right: 1rem !important;
    cursor: pointer !important;
}
ul li::marker {
    color: #025eff !important;
    font-size: 1.5em !important;
}

.select-cat ul li,
.select-sub-cat ul li {
    min-width: 33.33% !important;
}
.select-country ul li {
    margin-bottom: 1rem !important;
    min-width: 20% !important;
    padding-right: 10px !important;
}
.select-country img {
    width: 2.125rem !important;
    margin-right: 1rem !important;
}

.select-cat li img,
.select-sub-cat li img {
    width: 1.5625rem !important;
}
.select-sub-cat li img {
    width: unset !important;
}
/******Select*********/


/*************Login Page************/
.bg-frame {
    width: 100% !important;
    height: fit-content !important;
    position: relative !important;
    background-image: -moz-linear-gradient(316deg, #94b6f7 89%, #4077bf 14%) !important;
    background-image: -webkit-linear-gradient(316deg, #94b6f7 89%, #4077bf 14%) !important;
}
.login-rhs {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: fit-content !important;
    height: fit-content !important;
    padding: 1.5rem 2.25rem !important;
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
}
.page-bg {
    position: absolute !important;
    z-index: 1 !important;
    width: 100% !important;
    bottom: 0 !important;
}

.login-box {
    background-color: #ffffff !important;
    height: calc(100vh - 3rem) !important;
    padding: 30px 30px 24px 30px !important;
    border-radius: 1rem !important;
    width: 33.57% !important;
    justify-content: space-between !important;
}
.login-box-header {
    width: 100% !important;
}
.login-box-header img {
    height: 2.5rem !important;
}
.login-box-cover {
    width: 80px !important;
    padding: 15px 0;
}

.login-box-body {
    border-top: 1px solid #ddd !important;
    height: fit-content !important;
    width: 100% !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.login-box h2 {
    font-size: 1.5rem !important;
    font-weight: bold !important;
    position: relative !important;
    background-color: #fff !important;
    top: 0.6rem !important;
    margin-left: auto !important;
    margin-right: auto !important;

    width: fit-content !important;
}
.login-box-body label {
    margin-bottom: 0.4rem !important;
    font-size: 0.875rem !important;
    display: block !important;
    align-self: baseline !important;
}
.login-box .text-input {
    padding: 0.5rem 0.875rem 0.5rem 0.875rem !important;
    width: 100% !important;
    border-radius: 0.375rem !important;
    border: solid 1px #d8d8d8 !important;
    align-self: baseline !important;
}

.login-box .text-input::-webkit-input-placeholder,
.login-box .text-input:-ms-input-placeholder,
.login-box .text-input::placeholder {
    font-size: 1rem !important;
    font-weight: 300 !important;
}

.warning {
    font-size: 0.75rem !important;
    color: #e02020 !important;
    margin-bottom: 1rem !important;
    align-self: baseline !important;
    width: 100% !important;
}
#warning-deactivated,
.forgot-head {
    margin-bottom: 0 !important;
    position: relative !important;
    bottom: 0.6rem !important;
}
.forgot-head {
    margin-top: 2rem !important;
}
#warning-deactivated a {
    text-decoration: underline !important;
    cursor: pointer !important;
}
.login-box .extra {
    width: 100% !important;
    margin-bottom: 1rem !important;
    display: flex !important;
    justify-content: space-between !important;
}
.login-box .extra input {
    width: 1.125rem !important;
}

.login-box .extra span {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #025eff !important;
}
.login-box .extra span a {
    text-decoration: none !important;
}
.login-box .extra span a:hover {
    text-decoration: underline !important;
}

.login-box button,
#forgot-count-button {
    text-transform: uppercase !important;
    font-size: 0.875rem !important;
    padding: 0.5rem 2.8125rem !important;
    background-color: #025eff !important;
}

.copy-right {
    font-size: 0.875rem !important;
}

.login-cover {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 60% !important;
    margin-left: 2.25rem !important;
}
.login-cover img {
    width: 34rem !important;
}

/************* News List ************/


.featured-news a,
.latest-news a,
.repos-content a {
	color: #31415e !important;
    text-decoration: none !important;
}
.latest-news,
.latest-news a {
    color: #fff !important;
}
.featured-news a:hover,
.latest-news a:hover,
.repos-content a:hover {
    text-decoration: underline !important;
}
.featured-news p, .latest-news p, .repos-content p {
    line-height: 1.29 !important;
}
.news-list-frame {
    padding: 2rem !important;
}
.list-rhs {
    padding: 1.5rem 0.75rem 0 0.75rem !important;
    border-radius: 0.625rem !important;
    box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.15) !important;
    background-color: #fff !important;
}

.news-header {
    margin-left: -1.5rem !important;
}
.featured-news {
    padding: 1.5rem 0.75rem 0 0.75rem !important;
    border-radius: 0.625rem !important;
    box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.15) !important;
    background-color: #fff !important;
}
.featured-news .card-title {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-weight: bold !important;
}
.featured-news p {
    font-size: 0.875rem !important;
    line-height: 1.29 !important;
    margin-bottom: 1.5625rem !important;
}
.featured-news img {
    margin-top: 1rem !important;
}
.card-footer {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    opacity: 0.6 !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 0 !important;
    background-color: unset !important;
    border-top: unset !important;
}

.latest-news .card-body {
    position: absolute !important;
}
 
.latest-news .card {
    color: #fff !important;
}
.card {
    border: 0 !important;
}
.latest-news h4 {
    font-size: 1.375rem !important;
}

.latest-news .share-links img {
    margin-left: 0.75rem !important;
}
.latest-news .card-footer {
    color: #fff !important;
    opacity: 1 !important;
}

.latest-news .card-footer img {
    width: 1.875rem !important;
}

/************* News Details ************/

.news-details {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15) !important;
    background-color: #fff !important;
    padding: 2.5rem 4.75rem 0 4.6875rem !important;
    margin: -2.5rem 9.5rem 0 9.5rem !important;
}
.news-details .article-header {
    margin-bottom: 1.625rem !important;
    border-bottom: unset !important;
    position: unset !important;
    height: unset !important;
}
.news-details .author-social {
    display: flex !important;
    justify-content: space-between !important;
}

.news-details .article-header time {
    margin-left: 0.5rem !important;
}

.news-details .article-header img {
    width: 1.875rem !important;
    margin-left: 0.625rem !important;
}
.news-details address {
    opacity: 0.6 !important;
    font-size: 0.875rem !important;
    margin-bottom: 0 !important;
}
.news-details address span {
    font-weight: bold !important;
}
.news-details .article-body img {
    margin-bottom: 2rem !important;
}

.news-details .article-body p {
    font-size: 1rem !important;
    line-height: 1.38 !important;
}

/*************Flash Insights Page************/

.fi-logo{
    width: 70px !important;
    height: 70px !important;
    border-radius: 6px !important;
    background-color: #eef0f3 !important;
}
/*************Flash Insights Page************/


/************* Repository List ************/

.repos-content {
    padding: 24px !important;
    border-radius: 10px !important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15) !important;
    background-color: #fff !important;
    margin-left: 40px !important;
    margin-right: 40px !important;
    font-size: 14px !important;
}

.repos-content h4 {
    font-size: 18px !important;
    font-weight: bold !important;
}

.repos-content p {
    font-weight: normal !important;
}
.new-badge {
    font-weight: bold !important;
    color: #e64c66 !important;
    border-radius: 4px !important;
    background-color: rgba(230, 76, 102, 0.2) !important;
    padding: 0.25rem 0.75rem !important;
    display: inline-block !important;
    line-height: 1 !important;
}

.repos-content .date {
    opacity: 0.6 !important;
}

/*************Repository Details Page************/

.repository-details {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15) !important;
    background-color: #fff !important;
    padding: 2.5rem 1.875rem 3.625rem 4.6875rem !important;
    margin: -2.5rem 9.5rem 0 9.5rem !important;
}

.repository-details .repository-header {
    margin-bottom: 2rem !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}

.repository-details .repository-header img {
    width: 1.875rem !important;
}

.repository-details .item {
    display: flex !important;
    margin-bottom: 2rem !important;
}

.repository-details .item .label {
    width: 9.375rem !important;
    font-size: 1rem !important;
    font-weight: bold !important;
}

.repository-details .item .content {
    font-size: 1rem !important;
    width: 28rem !important;
}

.repository-details .buttons {
    margin-bottom: 1rem !important;
}

.repository-details .btn-transparent {
    padding: 0.625rem 0.75rem 0.625rem 0.625rem !important;
    border-radius: 0.25rem !important;
    opacity: 0.6 !important;
    border: solid 0.0625rem #dadfea !important;
    background-color: #fff !important;
    margin-right: 1.25rem !important;
    margin-bottom: 0.5rem !important;
    font-size: 0.875rem !important;
    font-weight: bold !important;
    color: #536d9b !important;
}
.repository-details .btn-transparent svg {
    width: 0.75rem !important;
    margin-right: 0.625rem !important;
}
.repository-details .btn-transparent-active {
    color: #025eff !important;
    opacity: 1 !important;
}

.repository-details .btn-transparent-active svg path {
    fill: #025eff !important;
}

.repository-details .btn-transparent-big {
    padding: 0.5rem 1.75rem 0.5rem 1.6875rem !important;
    border-radius: 0.375rem !important;
    border: solid 0.1rem #025eff !important;
    font-size: 0.875rem !important;
    font-weight: 900 !important;
    text-align: left !important;
    text-transform: uppercase !important;
    display: flex !important;
    align-items: center !important;
}

.repository-details .btn-transparent-big .text {
    margin-left: 1.125rem !important;
    width: 5rem !important;
}

.repository-details .btn-transparent-big svg {
    width: 1rem !important;
}
.repository-details .body p {
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    margin-bottom: 2rem !important;
    width: 100% !important;
}




/*************Flash Insight Details Page************/

.flash-insight-details{
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15) !important;
	background-color: #fff !important;
	padding: 2.5rem 1.875rem 3.625rem 4.6875rem !important;
	margin: -2.5rem 9.5rem 0 9.5rem !important;
}


.flash-insight-details h2{
	font-size: 1.625rem !important;
}


.flash-insight-details .logo-wrap{
	padding: 1.625rem 0.9375rem !important;
	border-radius: 0.5375rem !important;
	background-color: #eef0f3 !important;
}
.flash-insight-details .logo-wrap img{
	width: 100% !important;
}
.flash-insight-details .item{
	display: flex !important;
	margin-bottom: 2rem !important;
}

.flash-insight-details .item .label{
	width: 9.375rem !important;
	font-size: 1rem !important;
	font-weight: bold !important;
}

.flash-insight-details .item .content{
	font-size: 1rem !important;
	width: 100% !important;	
}

.flash-insight-details .item .content a{
	display: block !important;
    word-break: break-all !important;
}
.flash-insight-details .buttons{
	margin-bottom: 1rem !important;
}

.flash-insight-details .btn-transparent{
	padding: 0.625rem 0.75rem 0.625rem 0.625rem !important;
	border-radius: 0.25rem !important;
	opacity: 0.6 !important;
	border: solid 0.0625rem #dadfea !important;
	background-color: #fff !important;
	margin-right: 1.25rem !important;
	margin-bottom: 0.5rem !important;
	font-size: 0.875rem !important;
	font-weight: bold !important;
	color: #536d9b !important;
}
.flash-insight-details .btn-transparent svg{
	width: 0.75rem !important;
	margin-right: 0.625rem !important;
}
.flash-insight-details .btn-transparent-active{
	color: #025EFF !important;
	opacity: 1 !important;

}

.flash-insight-details .btn-transparent-active svg path{
fill: #025EFF !important;
}

.flash-insight-details .btn-transparent-big{
	padding: 0.5rem 1.75rem 0.5rem 1.6875rem !important;
	border-radius: 0.375rem !important;
  	border: solid 0.1rem #025eff !important;
	font-size: 0.875rem !important;
	font-weight: 900 !important;
	text-align: left !important;
	text-transform: uppercase !important;
	display: flex !important;
	align-items: center !important;

  }

  .flash-insight-details .btn-transparent-big .text{
	margin-left: 1.125rem !important;
	width: 5rem !important;
  }

.flash-insight-details .btn-transparent-big svg{
width: 1rem !important;

}
.flash-insight-details .body p{
	font-size: 0.875rem !important;
	line-height: 1.5 !important;
	margin-bottom: 2rem !important;
	width: 100% !important;
}

/*************Flash Insight Details Page************/



/************* Media Queries ************/

/*************Login Page************/
@media only screen and (max-width: 1199.98px) {
    .login-box .extra span,
    .login-box label {
        font-size: 0.8rem !important;
    }
    .login-box .extra {
        flex-direction: column !important;
    }
    .login-box {
        width: 47% !important;
    }
    .login-box-body {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .flash-insight-details .item .content a{
        width: 9rem !important;
    }

    .flash-insight-details .item .label, .flash-insight-details .item .content{
        font-size: 0.8rem !important;
    }
}
@media only screen and (max-width: 991.98px) {
    .login-cover img {
        width: 28rem !important;
    }
    .login-box {
        width: 47% !important;
    }
    .login-box-body {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
	.select ul li:first-child {
        margin-bottom: 1rem !important;
    }
    .rhs {
        width: 83% !important;
        left: 4rem !important;
    }
    .lhs {
        width: 4rem !important;
    }

    .flash-insight-details{
        margin: -2.5rem 5rem 0 5rem !important;
    }
    
    .flash-insight-details .item .content a{
        width: 9rem !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .search-box {
        min-width: unset !important;
        height: fit-content !important;
        margin-left: 0.5rem !important;
        border-radius: 4rem !important;
        overflow: hidden !important;
    }
    .search-ip {
        /* padding: 0.72rem 0rem .72rem 2.6rem !important; */
        background-position-x: 1.05rem !important;
    }
    .header-right img {
        margin-left: 1rem !important;
    }

    .lhs:hover {
        z-index: 999 !important;
        width: 13rem !important;
    }

    .logo-box {
        justify-content: flex-start !important;
    }
    .logo {
        margin-left: 0.4rem !important;
    }
    .content-wrapper {
        padding: 1rem !important;
    }
    .select {
        margin-top: 1rem !important;
    }
    .select-country ul {
        display: block !important;
        margin-bottom: 0 !important;
    }
    .select-country ul li {
        margin-bottom: 1rem !important;
    }
    .bg-frame {
        height: fit-content !important;
    }
    .login-rhs {
        justify-content: center !important;
        padding: 1rem !important;
    }
    .login-cover,
    .login-cover img {
        display: none !important;
    }

    .login-box {
        width: 100% !important;
        height: calc(100vh - 2rem) !important;
    }
    .login-box-header img {
        height: 2rem !important;
    }
    .login-box-cover {
        width: 120px !important;
    }

    .login-box .text-input {
        width: 100% !important;
    }

    .login-box-body {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .news-details {
        padding: 0.8rem !important;
        margin: 0 !important;
    }
    .news-details .header-left {
        display: block !important;
    }
    .news-details .social-wrap {
        margin-top: 0.8rem !important;
    }
    .news-details .author-social {
        display: block !important;
    }
    .news-details .article-header img:first-child {
        margin-left: 0rem !important;
    }
    .news-details p {
        font-size: 0.5rem !important;
    }
    .repos-content {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .repository-details {
        padding: 0.8rem !important;
        margin: 0 !important;
    }

    .repository-details .item:last-child {
        display: block !important;
        margin-bottom: 2rem !important;
    }

    .repository-details button {
        display: block !important;
        margin-top: 0.5rem !important;
    }
    .repository-details .item .content {
        width: 100% !important;
    }
    .repository-details .btn-transparent {
        margin-right: 0 !important;
    }
    .repository-details p {
        font-size: 0.5rem !important;
    }


    

    .flash-insight-details{
		padding: .8rem !important;
		margin: 0 !important;
	}
	
	

	
.flash-insight-details .item .content{
	width: 100% !important;
}

.flash-insight-details .item .content a{
    width: 9rem !important;
}
.flash-insight-details .logo-wrap{
    margin-bottom: 1rem !important;
}

.flash-insight-details p{
	font-size: 0.5rem !important;
	
	
}
}


@media screen and (min-width: 768px) {
    .repos-content .repos-list {
        position: relative !important;
    }

    .repos-content .repos-list::before {
        content: "" !important;
        position: absolute !important;
        height: 100% !important;
        width: 1px !important;
        background-color: #dadfea !important;
        left: 48% !important;
        transform: translateX(-50%) !important;
    }

    .repos-list .list:nth-child(even) {
        padding-left: 50px !important;
    }

    .repos-list .list:nth-child(odd) {
        padding-left: 25px !important;
    }
}

@media(min-width: 769px) and (max-width: 2000px){
	/* to place the categories  at the bottom of the map */
.select{
    z-index: 9;
	position: fixed !important;
    width: calc(81.6% - 5rem) !important;
    right: 2.5rem !important;
    bottom: 10px !important;
}
/* zoom in zoom out css */
.gm-bundled-control-on-bottom{
	top: 50px !important;
}
}
.select-cat, .select-sub-cat{
	z-index: 9999 !important;
	display: none !important;
	}
	.select-sub-cat{
		z-index: 9 !important;
	}

    .left-nav a.active{
        font-weight: 600!important;
    }
    .left-nav li a svg path, .left-nav li a svg circle {
        stroke: #fff;
        fill: #fff;
        opacity: 0.6;
    }
    .left-nav a span.live {
        background-color: #fff;
        border-radius: 3px;
        padding: 3px;
        padding-top: 0;
        margin-left: 0!important;
        width: 25%!important;
    }
    .live img {
        height: 12px;
    }