/* COLORS*/
:root {
    --in-blue-dark: rgb(11, 18, 41);
    --in-orange: #de592d;
    --border: #334262;
}

html, body {
    overflow-x: hidden !important;
}

body {
    font-family: 'Poppins Semibold', sans-serif !important;
}

td, th {
    padding: 6px;
}

/** START -  NAVBAR **/
.info-ad {
    padding: 2rem;
    font-family: 'Poppins', serif;
    background-color: #091224;
    font-weight: 600;
    border-bottom: 3px solid #F5F5F7;
    border-top: 3px solid #F5F5F7;
}

.navbar-title {
    text-decoration: none;
    color: #ff6700;
    font-weight: 700;
}

.text-subheading {
    color: #777777;
    font-size: 1rem;
}

.dropdown-toggle::after {
    display: none;
}

/*.navbar a {*/
/*    font-size: 15px;*/
/*    font-weight: 700;*/
/*    color: #777777 !important;*/
/*}*/

/*.navbar a:hover {*/
/*    color: #333333;*/
/*!important;*/
/*}*/
.navbar-itn {
    color: #ffffff;
    border-bottom: 1px solid #334262;
}

.bg-blue-dark {
    background-color: var(--in-blue-dark);
}

.icon-itn {
    font-size: 1.6rem;
    margin: 0;
}

.navbar-brand{
    cursor: pointer;
}

.nav-icon {
    display: flex;
}

.itn-nav-left {
    display: flex;
    /*flex-direction: row;*/
    /*flex-wrap: nowrap;*/
    flex-flow: row nowrap;
    justify-content: flex-start
}

.itn-nav-right {
    display: flex;
    /*flex-direction: row;*/
    /*flex-wrap: nowrap;*/
    flex-flow: row nowrap;
    justify-content: flex-end
}

.itn-bell-not-login,
.itn-bell{
    align-items: center;
    justify-content: center;
    display: flex;
    margin-left: 1rem;
    cursor: pointer;
}

.search-icon {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-left: 1rem;
}

.navbar-brand.col-6 {
   margin: 0 auto;
}

/** END-NAVBAR **/



/** HOME PAGE SEARCH SECTION **/
.main-content {
    padding: 0.2rem;
}

.search-input-select {
    width: 100%;
}

.social-icons-main {
    float: right;
    /* margin-top: 2rem; */
    /*padding: 1rem;*/
    /* margin-left: 10rem; */
    font-size: 3rem;
}

.social-icons-main svg:hover {
    cursor: pointer;
    opacity: 0.7;
}

.social-icons-main .fa-facebook-square {
    color: #3B5998;
}

.social-icons-main .fa-twitter-square {
    color: #55ACEE;
}


/** HOME PAGE SEARCH SECTION **/

/** HOME PAGE HEADINGS SECTION**/
.parent-topic a {
    color: #476073;
    font-size: 17px;
    font-weight: 600;
}

.heading-orange {
    color: #D3592D;
    font-weight: 600;
}

.current-topic {
    color: #D3592D;
    font-weight: bold;
    font-size: 50px;
    font-family: 'PT Serif';
}

.current-topic:hover {
    color: #080808 !important;
    text-decoration: none !important;
}

.read-more a {
    color: #fafafa;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
}

.read-more a:hover {
    color: #080808 !important;
    text-decoration: none !important;
}

.currentt-topic {
    font-size: 30px;
    color: #D3592D;
    font-weight: bold;
    font-family: 'PT Serif';
}

.currentt-topic:hover {
    color: #080808 !important;
    text-decoration: none !important;
}

.parent-topic {
    color: #476073;
    font-size: 17px;
}

tr.news-row {
    border-bottom: 1px solid #f7f7f7;
    border-top: 1px solid #f7f7f7;
    cursor: pointer;
    transition: all .35s;
}

.news-row td {
    text-align: left;
}

tr.news-row:hover {
    background-color: #eee;
}

.article_title {
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 12px;
    color: #0b1229;
}

.desktop-title-sub {
    font-size: 12px !important;
}

.article_description {
    font-weight: 350;
    color: #787d8b;
    font-family: 'Poppins';
    font-size: 12px;
}

.light-desktop-article-image {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 25px;
}

.dark-desktop-article-image {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 25px;
}

.read-more {
    padding-bottom: 10px;
    background-color: #D3592D;
    padding-top: 10px;
    border-radius: 25px;
    font-weight: 600;
}

.subtopic-section {
    margin: 15px auto;
    padding-top: 0;
    text-align: center;
}

.margin-container-left {

}

.margin-container-right {

}

.desktop-title {
    padding: 10px;
}

.desktop-content {
    margin-top: 2rem;
}

.article-url-a {
    color: #000000 !important;
}

.snake-dark-desktop {
    background-color: #F5F5F7;
}

.snake-light-desktop {
    background-color: #FAFAFA;
}

.no-pad {
    padding: 0;
    max-width: 100% !important;
}

.no-margin {
    margin: 0 !important;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 4rem;
}

.no-scroll {
    overflow-y: hidden;
    -ms-overflow-y: hidden;
}

.color-back-fix-slider {
    background-color: #E8E9EA;
}


/** HOME PAGE HEADINGS SECTION**/

/** FOOTER **/
.footer-desktop {
    padding: 2rem;
}

.footer-background {
    background-color: #091224;
}

.list-ul-footer {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #ffffff;
    list-style: none;
    float: left;
}

.share-icons-footer-desk {
    /*float: right;*/
    text-align: center;
}


a.nav-link-mobile {
    color: #e8e9ea !important;
}

.controlslider {
    background: transparent !important;
}

.page-heading {
    color: #d3592d;
    font-family: 'PT Serif', serif;
    font-weight: bold;
}

.fold-sliders-btn {
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 25px;
    background-color: #D3592D;
    border: none;
    padding: 10px;
    font-family: 'Poppins';
    color: #fafafa;
    font-size: 13px;
    font-weight: 600;
    width: auto;
}

.ios-share-icon {
    fill: #ffffff;
    width: 34px;
    margin: 0 auto;
    position: relative;
    display: block;
    top: 10%;
}

.share-tooltip-ios {
    background: #D3592D;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

/** FOOTER **/

/** ADS **/
.adHrefClicked {
    text-decoration: none !important;
}

.popover {
    z-index: 9999999;
    
}

#loginInputPassword {
    color:black
}

/* media screen */
@media screen and ( min-width: 800px) {
    input[type=range] {
        /* height: 36px;*/
        -webkit-appearance: none;
        margin: 10px 0;
        width: 100%;
    }

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 10px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000;
        background: #CECFD1;
        border-radius: 5px;
        border: 0px solid #000000;
    }

    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0px 0px 0px #000000;
        border: 0px solid #000000;
        height: 22px;
        width: 22px;
        border-radius: 50px;
        background: #D3592D;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7.5px;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #CECFD1;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 10px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000;
        background: #CECFD1;
        border-radius: 5px;
        border: 0px solid #000000;
    }

    input[type=range]::-moz-range-thumb {
        box-shadow: 0px 0px 0px #000000;
        border: 0px solid #000000;
        height: 30px;
        width: 30px;
        border-radius: 50px;
        background: #E04310;
        cursor: pointer;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 10px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #CECFD1;
        border: 0px solid #000000;
        border-radius: 10px;
        box-shadow: 0px 0px 0px #000000;
    }

    input[type=range]::-ms-fill-upper {
        background: #CECFD1;
        border: 0px solid #000000;
        border-radius: 10px;
        box-shadow: 0px 0px 0px #000000;
    }

    input[type=range]::-ms-thumb {
        margin-top: 1px;
        box-shadow: 0px 0px 0px #000000;
        border: 0px solid #000000;
        height: 30px;
        width: 30px;
        border-radius: 50px;
        background: #E04310;
        cursor: pointer;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #CECFD1;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #CECFD1;
    }
}