﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'SVNALoveOfThunder';
    src: url('/assets/fonts/SVNALoveOfThunder.ttf');
}

:root {
    --color-red: #ff0000;
    /*--color-hover: rgba(255, 0, 0, 0.5);*/
    --color-hover: #999;
}

* {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

    * .btn-search {
        border: 1px solid white;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

.bg-red {
    background-color: var(--color-red) !important;
}

#keyword {
    border-radius: 50px;
}

.form-control:focus {
    box-shadow: unset !important;
}

.hero {
    background-image: linear-gradient( to top, rgba(255, 255, 255, 0.5), rgb(255, 255, 255) );
}

.header-all {
    /*  background-image: url('../images/banner.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;*/
    height: 625px;
    margin-bottom: 25px;
}

.header-container {
    padding: 10px 0;
}

.header-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 15px;
}

.navbar-fix {
    /* height: 60px; */
}

    .navbar-fix .navbar-nav .nav-link {
        padding-right: 40px;
    }

.banner-title {
    font-weight: bold;
    font-family: 'SVNALoveOfThunder';
    text-transform: uppercase;
    color: #fff;
    font-size: 38px;
    letter-spacing: 3px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.53);
}

.banner-title-wrapper {
    margin-top: 165px;
}

.banner-title-big {
    font-size: 47px;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-size: 18px;
}

a {
    text-decoration: none;
    color: unset;
}

    a:hover {
        color: unset;
    }

.border-red {
    border-color: var(--color-red) !important;
}

.border-dark {
    border-color: #c2c2c2 !important;
}

.text-red {
    color: var(--color-red);
}

.container-fluid {
    /* width: 1600px; */
    width: 100%;
    padding: 0;
}

.container {
    max-width: 1170px;
    padding: 0;
    margin: 0 auto;
}

.text-red:hover {
    color: var(--color-red);
}

.article-lg .article-img {
    height: 350px;
}

    .article-lg .article-img img {
        height: 100%;
        object-fit: cover;
    }

.article-sm .article-img {
    height: 100px;
}

.article-md .article-img {
    height: 250px;
}

    .article-md .article-img img {
        height: 100%;
        object-fit: cover;
    }

.article-sm .article-img img {
    height: 100%;
    object-fit: cover;
}

.article-sm .article-title {
    font-size: 14px;
    margin: 0;
}

.article-one .article-title {
    margin-top: 10px;
}

.article-one.article-sm .article-img {
    width: 100%
}

.article-title {
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0;
}

.article-sm .article-title {
    font-weight: bold;
}

.article-two .article-title {
}

.article-two:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 1px solid transparent !important;
}

.article-date {
/*    font-style: italic;
    font-weight: bold;*/
    color: #bbb;
    font-size: 13px;
    margin-top: 5px;
}

.notificationbox {
    padding: 20px 15px;
}

.notificationbox-title {
    font-size: 26px;
    padding-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1;
    cursor: pointer;
}

.notificationbox-item {
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-top: 15px;
    border-bottom: 1px solid #dee2e6;
}

    .notificationbox-item.active {
        color: var(--color-red);
        border-bottom: 1px solid var(--color-red);
    }

.notificationbox-item-content {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}

.notificationbox .notificationbox-item:last-child {
    padding-bottom: 0;
    border-bottom: unset;
}

.banner-02 {
    background-image: url('../images/banner-02.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    margin-bottom: 30px;
}

.banner-02-wrapper {
    padding-top: 35px;
}

.banner-02-title {
    font-size: 36px;
    color: white;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.banner-02-button {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    color: red;
    margin-top: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #e6e2eb;
    padding: 10px 40px;
    border-radius: 10px;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

.news-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c2c2c2;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
}

.document {
    background-color: #f6f6f6;
    margin-bottom: 30px;
}

.document-title {
    background: var(--color-red);
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 1.5;
}

.document-list {
    padding: 20px 15px;
}

.document-item:not(:last-child) {
    margin-bottom: 15px;
}

.document-item-number {
    font-size: 16px;
    font-weight: bold;
    color: var(--color-red);
    margin-bottom: 5px;
}

.document-item-date {
    color: #bbb;
/*    font-weight: bold;
    font-style: italic;*/
    margin-bottom: 5px;
    font-size: 13px;
}

.document-list i {
    color: #c2c2c2;
    padding-top: 5px;
}

.document-item-plan {
    margin-bottom: 15px;
}

.document-item > div img {
    transform: translateY(2px)
}

.l-tab-item {
    padding-right: 50px;
}

.l-tab-item.active {
    color: var(--color-red);
    border-color: var(--color-red) !important;
}

.l-tabs .l-tab-item:last-child,
.l-tabs .l-tab-item:nth-last-child(2) {
    padding-right: 0;
}

.table > :not(caption) > * > * {
    padding: 15px;
    font-weight: bold;
}

.table tr th {
    background: #e5e5e5;
}

.footer {
    background-image: url('../images/footer.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-title {
    font-size: 16px;
    text-transform: uppercase;
}

/* SearchBox */
.search-container {
    margin-bottom: 0;
}

.search-box {
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background: transparent;
    border: 1px solid #fff;
    font-size: 18px;
}

    .search-box + label .search-icon {
        color: #fff;
    }

    .search-box:hover {
        color: white;
        background: #c8c8c8;
/*        box-shadow: 0 0 0 5px #3d4752;
*/    }

        .search-box:hover + label .search-icon {
            color: white;
        }

    .search-box:focus {
        transition: width 0.6s, border-radius 0.6s, background 0.6s;
        border: none;
        outline: none;
        box-shadow: none;
        padding-left: 15px;
        cursor: text;
        width: 200px;
        border-radius: auto;
        background: #ebebeb;
        color: black;
    }

        .search-box:focus + label .search-icon {
            color: black;
        }

    .search-box:not(:focus) {
        text-indent: -5000px;
    }

#search-submit {
    position: relative;
    left: -5000px;
}

.search-icon {
    position: relative;
    left: -30px;
    color: white;
    cursor: pointer;
}

.navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
}

.navbar-nav .nav-item .nav-link {
    cursor: pointer;
    position: relative;
}

    .navbar-nav .nav-item .nav-link.active:after {
        content: "";
        position: absolute;
        bottom: -7px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
    }

.navbar-nav .nav-item {
    margin-right: 30px;
}

.text-truncate-1 {
/*    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.text-truncate-2 {
/*    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.text-truncate-3 {
/*    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.text-truncate-5 {
/*    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #f1f1f1;
    z-index: 999;
}


.category-item {
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
}

.category-item:hover {
    border-bottom: 1px solid var(--color-hover);
    color: var(--color-hover);
    cursor: pointer;
    transition: all 0.3s;
}

.category-box {
    height: min-content;
}

.relevant-box .article-sm .article-img {
    height: 75px;
}

.article-three:last-child {
    border-bottom: 1px solid transparent !important;
}

.article-three i {
    color: var(--color-red);
    font-size: 25px;
}

.article-three:hover {
    color: var(--color-hover);
    transition: 0.3s;
}

.btn-red {
    background-color: var(--color-red);
    border-radius: 0;
}

.shadow-inner {
    box-shadow: inset 0 0 30px rgba(255, 0, 0, 0.2);
    border: 1px solid var(--color-red) !important;
}

.btn {
    border-radius: 0px;
}

.text-red {
    color: var(--color-red);
}


.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.dropdown-menu {
    border-radius: 0px;
    border: 1px solid var(--color-red);
    padding: 0;
}

.dropdown-item {
    font-size: 18px;
}

    .dropdown-item:focus, .dropdown-item:hover {
        background-color: rgba(255, 0, 0, 0.2);
    }

.article-five:first-child {
    padding-top: 0 !important;
}

.news-desc-wrapper p {
    text-align: justify;
}

.news-desc-wrapper img {
    max-width: 100% !important;
    object-fit: cover;
}

td:has(em) {
    text-align:center;
}

/*Loader*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lds-ripple,
.lds-ripple div {
    box-sizing: border-box;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    color: #fff;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid currentColor;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 1;
    }

    100% {
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/*Loader*/

/*Select2*/
.select2-container--default .select2-selection--single {
    border-radius: 0px;
    height: 50px;
    align-content: center;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
    }
/*Select2*/

.highlight {
    color: red;
    background: yellow;
}


/*Fix hover*/
.dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
}
/*Fix hover*/


/*Input*/
.btn {
    height: 50px;
}

input.form-control {
    height: 50px;
    border-radius: 0px !important;
}

textarea {
    border-radius: 0px !important;
}

.btn-mini {
    height: min-content;
}
/*Input*/

/*Captcha*/
#QuestionCaptcha_CaptchaImageDiv a {
    display: none !important;
}

.BDC_CaptchaIconsDiv {
    display: none !important;
}

.BDC_CaptchaDiv {
    width: 100% !important;
}
/*Captcha*/

tbody tr:first-child td {
    border-top: 2px solid #e5e5e5;
}

tbody tr:last-child td {
    border-bottom: none;
}
/* SweetAlert2*/

.swal2-popup {
    border-radius: 0 !important;
}

    .swal2-popup .swal2-styled.swal2-confirm {
        border-radius: 0 !important;
        background-color: var(--color-red) !important;
        color: #fff;
    }
/* SweetAlert2*/


/*Scroll To Top*/
#myBtnScroll {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 100%;
}

    #myBtnScroll:hover {
        background-color: #555;
    }
/*Scroll To Top*/

/*Fix DropDown Menu*/
/*Fix DropDown Menu*/
.card {
    border-radius: 0px;
}

.card-header:first-child {
    border-radius: 0px;
}

.modal-content, .modal-header {
    border-radius: 0px !important;
}

.modal-header {
    background-color: #f8f9fa;
}

a:hover {
    color: var(--color-hover);
    transition: 0.3s;
}

.adv-wrapper {
   height: 260px;
   overflow:hidden;
}

    .adv-wrapper img {
        height: 100%;
        width: 100%;
        object-position: 50% 50%;
    }
