﻿
/*
    Add font
*/
@font-face {
    font-family: 'Roboto';
    src: url('~/fonts/Roboto/Roboto-Black.ttf') format('truetype');
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: "Roboto", sans-serif;
    line-height: 1.4rem;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1;
}

/*.title-content {
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5; /* Điều chỉnh để phù hợp với dòng văn bản của bạn */
    max-height: calc(1.5em * 3); /* Điều chỉnh để phù hợp với dòng văn bản của bạn */
    font-size: 14px;
}

/*Footer*/
.bg-footer {
    background-color: #040b4c;
}

.container-footer {
    color: white;
}

.mail-phone-style {
    color: white !important;
}
/*Top Page Style*/
.container-navbar {
    background-color: #102a8b;
}

.hover-primary:hover {
    transition: all 0.3s ease;
    background-color: #1b499a;
}


.fixed-element {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header-top-bar {
    background-color: #040b4c;
    padding-top: 0px;
}



.icon-bar {
    background-color: #15624b; /* Dark-grey background */
    height: 100%;
    align-items: center;
    font-size: 24px;
    display: flex;
}

    .icon-bar a {
        display: block; /* Make the links appear below each other instead of side-by-side */
        text-align: center; /* Center-align text */
        padding-left: 10px;
        padding-right: 10px; /* Add some padding */
        transition: all 0.3s ease; /* Add transition for hover effects */
        color: white; /* White text color */
        font-size: 18px; /* Increased font-size */
        height: 100%;
        display: flex;
        text-decoration: none;
        align-items: center;
        justify-content: center;
    }

        .icon-bar a:hover {
            background-color: #1b483a; /* Add a hover color */
        }

/* icon plus tree view padding */
.fa.fa-plus:before, .fa.fa-minus:before {
    padding: 10px;
}


.btn-flag {
    text-decoration: underline;
    color: white;
    outline: none;
    border: none;
    border-radius: 0px;
}

    .btn-flag:hover {
        color: white !important;
        outline: none;
        border: none;
        box-shadow: none;
        transform: scale(1.2);
    }

/*Begin Menu Navbar*/

.main-menu .navbar-nav {
    text-align: center;
}

.navbar-nav a {
    font-size: 1em;
    font-weight: 550;
}

.navbar-nav .dropdown-menu > li a {
    font-size: 1em;
    font-weight: 400;
    transition: .3s;
}

    .navbar-nav .dropdown-menu > li a:hover {
        color: #1b499a;
    }

    .navbar-nav .dropdown-menu > li a:active {
        
        color: #fff;
    }

.navbar-nav .dropdown-menu .dropdown-divider {
    border-color: #2b725c4d;
}

    .navbar-nav .dropdown-menu .dropdown-divider:last-child {
        display: none;
    }

.nav-item a {
    font-size: 16px !important;
    text-transform: uppercase;
   /* white-space: normal;*/ /* cho phép xuống dòng */
    max-width: 100%; /* không bị tràn ngang */
}


.btn-dropdown {
    padding-left: 4px;
    padding-right: 0px;
}

.navbar-toggler {
    padding: 1px 5px;
    font-size: 15px;
    line-height: 0.3;
}

.navbar-light .navbar-nav .dropdown:focus,
.navbar-light .navbar-nav .dropdown:hover {
    cursor: pointer;
}

.dropdown-menu-navbar {
    border-radius: 0;
    left: 0;
}


.nav-item {
    transition: .4s;
}



.container-navbar .navbar .navbar-brand {
    display: none;
}


@media(max-width: 576px) {
    .container-navbar .navbar .navbar-brand {
        display: block;
    }

    .header-top-bar .navbar-brand {
        display: none;
    }
}

@media (max-width: 1199px) {
    .nav-item-navbar {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-nav .nav-item.nav-item-navbar > div,
    .navbar-nav .nav-item > a {
        padding: 0 10px;
    }
}

@media (min-width: 1200px) {
    .nav-item-navbar,
    .nav-item > .nav-link {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}


/* effect of dropdown */
@media (min-width: 768px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

/* Chỉ áp dụng hover dropdown cho menu header khi màn hình lớn hơn 992px  */
@media only screen and (min-width: 576px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        top: 100%;
    }

    .navbar .dropdown > .dropdown-menu {
        top: 100%;
    }
}

.separator {
    margin: 0 5px; /* Khoảng cách giữa các dấu phân cách */
    transform: translateY(3px);
}

.search-input {
    width: 250px;
}

.btn-circle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 30%;
}

/*End Menu navbar*/

/*Menu Sidebar*/
.btn-toggle {
    padding: .0rem 1.5rem;
    color: #333;
    background-color: transparent;
    position: relative;
    font-size: 17px;
    font-weight: normal;
}

    .btn-toggle:hover {
        color: #184a89;
    }

.list-item-sidebar:hover {
    border-radius: 5px;
    background-color: #dedede;
}


.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
}

.btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}

    .btn-toggle-nav a:hover,
    .btn-toggle-nav a:focus {
        background-color: whitesmoke;
    }

.scrollarea {
    overflow-y: auto;
}

/*LegoWeb/Webpart/Contentlist */

.content__title--smail {
    font-size: 0.9rem;
    line-height: 0.75rem;
}

/*======================================LegoWeb/Webpart/ContentBrowser (duclv)============================= */

.lgw-content .content-body img {
    max-width: 100% !important;
    height: auto !important;
}

.lgw-content .content-body a {
    word-break: break-all;
}

    .lgw-content .content-body a span {
        word-break: break-all;
    }

.lgw-content .content-body iframe {
    max-width: 100% !important;
    height: max-content !important;
    aspect-ratio: 16/9 !important;
}




/*========================================================================================================== */
/*ContentListTopHit*/
.content-tophit {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.scrolling-content {
    animation: scroll 10s linear infinite;
}

@keyframes scroll {
    from {
        transform: translateY(0);
    }
    /* Bắt đầu từ vị trí ban đầu */
    to {
        transform: translateY(-100%);
    }
    /* Cuộn lên trên 100% chiều cao */
}

/*ContentHorizontalScroller*/
.carousel__carousel-inner {
    height: 220px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    align-items: center;
    display: flex;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(85%) sepia(97%) saturate(3503%) hue-rotate(227deg) brightness(89%) contrast(101%);
    opacity:0.4;
}
.carousel:hover .carousel-control-next-icon {
    opacity: 1;
}
.carousel:hover .carousel-control-prev-icon {
    opacity: 1;
}

.btn-carousel-prev {
    opacity: 1 !important;
    width: 3% !important;
    left: -25px;
}

.btn-carousel-next {
    opacity: 1 !important;
    width: 3% !important;
    right: -25px;
}

.prev-icon-custom {
    left: -40px;
}

.next-icon-custom {
    right: -40px;
}

.title-content-horizontalscroll {
    color: black;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 576px) {
    .col-carousel {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 250px;
        height: 280px;
    }
}

@media (min-width: 576px) {
    .carousel-scroller {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 200px;
        height: 350px;
    }
}

.title-scroller {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*LegoWeb/Webpart/ContentTab01Style*/
@media (min-width:768px) {
    .a-custom {
        display: block;
    }

    .figure-custom {
        width: 100%;
        height: 100px;
    }
}

@media (max-width:767px) {
    .a-custom {
        height: auto;
        display: block;
    }

    .figure-custom {
        width: 100%;
        height: auto;
    }
}
/*LegoWeb/Webpart/ContentViewer*/
.content-media-image {
    max-width: 100%;
    height: auto;
}
/*Forums*/
.thread-creator {
    font-size: 14px;
}

/*Forum/ThreadPost*/


.content-topic img {
    max-width: 100% !important;
    height: auto !important;
}

.cke_editable img {
    max-width: 100% !important;
    height: auto !important;
}

body.cke_editable img {
    max-width: 100% !important;
    height: auto !important;
}

.custom-img {
    overflow: hidden;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .custom-img {
        width: 20%;
        height: auto;
        margin-right: 15px;
    }

    .message-user {
        flex-flow: row;
    }

    .message-userArrow {
        position: absolute;
        top: auto;
        right: auto;
        bottom: -16px;
        left: 24px;
        /* border: none; */
        border: 10px solid transparent;
        border-top-width: 0;
        border-bottom-color: #c3c6c9;
    }

        .message-userArrow:after {
            position: absolute;
            content: " ";
            top: auto;
            right: auto;
            left: -9px;
            bottom: -11px;
            border: 9px solid transparent;
            border-top-width: 0;
            border-bottom-color: #F5F5F5;
        }

    .message-cell-user {
        border: 1px solid;
        border-color: #c3c6c9;
    }

    .message-cell-main {
        border: 1px solid;
        border-color: #c3c6c9;
        border-top: 0;
    }

    .btn-upFile {
        display: flex;
        flex-flow: column;
    }
}

@media(min-width: 768px) {
    .custom-img {
        width: 75%;
        height: auto;
    }

    .message-user {
        flex-flow: column;
    }

    .message-userArrow {
        position: absolute;
        top: 20px;
        right: -16px;
        border: 10px solid transparent;
        border-left-width: 0;
        border-right-color: #c3c6c9;
    }

        .message-userArrow:after {
            position: absolute;
            content: " ";
            top: -9px;
            right: -11px;
            border: 9px solid transparent;
            border-left-width: 0;
            border-right-color: #fff;
        }

    .message-cell-user {
        border: 1px solid;
        border-color: #c3c6c9;
    }

    .message-cell-main {
        border: 1px solid;
        border-color: #c3c6c9;
        border-left: 0;
    }

    /* Item top hit */
    .item_top_hit {
        height: 215px;
    }
}

/* Item top hit */

.img-tophit {
    width: 120px;
    height: 180px;
    object-fit: cover;
}



/*================================================== Patron (hiepch) ==========================================================*/
/*Patron/WebPart/Profile*/
.patron-image {
    max-width: 100%;
    height: auto;
}

/*================================================== Ejournal (hiepch) ==========================================================*/


/*/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.dropdownlist {
    background-color: white;
    color: black;
    border: 1px solid black;
    width: 100%;
}

.card.mb-4.rounded-3.shadow-sm {
    border: 0;
}

.card-header {
    background-color: #184a89;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.card-header-custom {
    background-color: transparent !important;
    color: black !important;
    text-align: start !important;
    border-left: 4px solid #2b4372;
    border-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-header-homepage {
    color: #051d4c;
}

    .card-header-homepage h2 {
        text-align: center;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

        .card-header-homepage h2:before {
            width: 28px;
            height: 5px;
            display: block;
            content: "";
            position: absolute;
            bottom: 3px;
            left: 50%;
            margin-left: -14px;
            background-color: #0d2c9e;
        }

        .card-header-homepage h2:after {
            width: 100px;
            height: 1px;
            display: block;
            content: "";
            position: relative;
            margin-top: 10px;
            left: 50%;
            margin-left: -50px;
            background-color: #0d429e;
        }

.card-header-underline {
    color: #051d4c;
    padding-top: 0px !important;
}


    .card-header-underline h2 {
        background-color: white;
        text-align: center;
        text-transform: uppercase;
        padding-bottom: 5px;
        padding-top: 10px;
        border-bottom: 3px solid;
        font-size: 25px !important;
    }

h2 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*================================================== Dropdown (collection-tree) ==========================================================*/
.dmd-collection-tree > div > table,
.dmd-collection-tree > div > div > table {
    width: 100%;
    transition: .3s;
    padding-top: 10px;
    padding-bottom: 10px;
    /*display: block;*/
    cursor: pointer;
    border-width: initial !important;
}

.dmd-collection-tree > div > table {
    border-bottom: 1px solid #e0d5d5 !important;
}

.dmd-collection-tree > div > div > table {
    border-bottom: 1px solid #e0d5d5 !important;
}

.dmd-collection-tree > div > div > div > table {
    border-bottom: 1px solid #e0d5d5 !important;
}

.dmd-collection-tree > div > table a,
.dmd-collection-tree > div > div > table a {
    color: #333;
    transition: .4s;
    align-items: center;
    white-space: nowrap;
    display: flex;
}

.dmd-collection-tree table tbody tr > td:first-child {
    width: 20px;
}

.dmd-collection-tree table tbody tr > td:nth-child(2) a {
    display: block;
}

.dmd-collection-tree table tbody tr > td:last-child {
    display: block;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .dmd-collection-tree table tbody tr > td:last-child a {
        color: #333333;
        white-space: pre-wrap;
    }

        .dmd-collection-tree table tbody tr > td:last-child a:hover {
            color: #184a89;
        }

.dmd-collection-tree > div > div {
    background-color: transparent;
}


.dmd-collection-tree > div > table:hover {
    border-radius: 5px;
    background-color: #dedede;
}

.dmd-collection-tree > div > div > table:hover {
    background-color: #e7e7e7;
}

.dmd-collection-tree > div > div > div > table:hover {
    background-color: #e7e7e7;
}

.dmd-collection-tree > div > table > tbody > tr > td {
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.dmd-collection-tree > div > div > div > table > tbody > tr > td {
    white-space: pre-wrap !important;
}

.jet-target > table {
    width: 100%;
    transition: .3s;
    padding-top: 10px;
    padding-bottom: 10px;
    /*display: block;*/
    cursor: pointer;
    border-width: initial !important;
    border-bottom: 1px solid #e0d5d5 !important;
}

.jet-target table tbody tr > td:first-child {
    display: none;
}

.jet-target table tbody tr > td:last-child {
    display: block;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .jet-target table tbody tr > td:last-child a {
        color: #333333;
        padding-left: 10px;
        width: 100%;
        display: inline-block;
    }

        .jet-target table tbody tr > td:last-child a:hover {
            color: #2b725c
        }

@media (min-width: 576px) {
    .card-thumb {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 200px !important;
        height: 350px !important;
        overflow: hidden;
    }
}

.btnView {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #2b725c;
    text-decoration: none;
    border-radius: 5px;
    border: none
}

.contentviewer-container > table > tbody > tr > td > table {
    width: auto !important;
}

.contentviewer-container > table {
    width: auto !important;
}

/*.background-div {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #68b66b;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.11' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;*/ /* Đảm bảo hình ảnh bao phủ toàn bộ div */
/*background-position: center;*/ /* Đặt vị trí của hình ảnh ở giữa */
/*background-repeat: no-repeat;*/ /* Không lặp lại hình ảnh */
/*}*/

.image-zoom {
    overflow: hidden;
}

    .image-zoom img {
        transition: transform 0.3s ease;
    }

        .image-zoom img:hover {
            transform: scale(1.2); /* Điều chỉnh hệ số zoom tùy theo nhu cầu */
        }

.shadow-hover1:hover {
    transition: box-shadow 0.3s ease; /* Tạo hiệu ứng chuyển đổi mượt mà */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); /* Thiết lập đổ bóng */
}

.shadow-hover2:hover {
    transition: box-shadow 0.3s ease;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    border: 1px solid #0b498e;
}

@media(max-width: 991px) {
    .image-top-list {
        height: 170px;
        width: 100%;
    }
}

@media(min-width: 992px) {
    .image-top-list {
        height: 250px;
        width: 100%;
    }
}

@media(max-width: 767px) {
    .image-top-list {
        height: auto;
        width: 100%;
    }
}

@media(max-width: 1199px) {
    .nav-link-left {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-link-right {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-tab01style {
        font-size: 14px;
    }
}

@media(min-width: 1200px) {
    .header-tab01style {
        font-size: 18px;
    }
}



.search-button {
    background: #0a378f;
    color: white;
}

    .search-button:hover {
        border: 0;
        background: #0c38bce3;
        color: white;
    }

.nav-link-left {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 0px !important;
    background: #f0f0f0 !important;
    color: #000000bf !important;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: center;
    display: flex;
}

    .nav-link-left.active {
        background: #0B3970 !important;
        color: white !important;
    }

.nav-link-right {
    border-top-right-radius: 20px !important;
    border-top-left-radius: 0px !important;
    background: #f0f0f0 !important;
    color: #000000bf !important;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: center;
    display: flex;
}

    .nav-link-right.active {
        background: #0B3970 !important;
        color: white !important;
    }



.background-div {
    position: relative; /* Đặt vị trí tương đối để chứa overlay */
}

    .background-div::before {
        content: ''; /* Tạo một layer phụ trước nền */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../Content/Images/library-image.jpg');
        background-size: cover;
        background-position: center;
        opacity: 0.07;
        /* filter: blur(10px);*/ /* Làm mờ hình ảnh */
        z-index: -1; /* Đẩy layer xuống phía sau */
    }

.iframe-custom {
    border-radius: 10px;
}

.div-imagebottomlist {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
}

.span-imagebottomlist {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 0.3rem;
    justify-content: center;
    display: flex;
    display: flex;
    align-items: center;
}

@media(min-width: 1200px) and (max-width: 1399px) {
    .content-tabs01 {
        height: 735px;
    }
}

@media(min-width: 1400px) {
    .content-tabs01 {
        height: 785px;
    }
}

@media(min-width: 1000px) and (max-width: 1199px) {
    .content-tabs01 {
        height: 680px;
    }
}


.button {
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 30px;
    height: 50%;
    width: 50%;
    border: 0px;
}

.button1 {
    background-color: #31a4ed;
    color: white;
}

    .button1:hover {
        background-color: #0077c3;
        color: white;
    }

.button2 {
    background-color: #d49928;
    color: white;
}

    .button2:hover {
        background-color: #bb8622;
        color: white;
    }

.button3 {
    background-color: #4a5aee;
    color: white;
}

    .button3:hover {
        background-color: #3a49cc;
        color: white;
    }

.div-button {
    height: 50%;
    border: 1px solid;
    width: 50%;
    border-radius: 20px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #049504;
    color: white;
}

@media(min-width: 768px) and (max-width: 1023px) {
    .img-collection {
        width: 50% !important;
    }

    .title-collection {
        font-size: 20px;
    }

    .title-contentlist {
        font-size: 16px;
    }

    .card-img-mettophit {
        height: 180px;
        width: 100%;
        max-width: 100%;
    }

    .card-mettophit {
        height: 300px;
    }
}

@media(min-width: 1024px) {
    .img-collection {
        width: 40% !important;
    }

    .title-collection {
        font-size: 25px;
    }

    .title-contentlist {
        font-size: 20px;
    }

    .card-img-mettophit {
        height: 225px;
        width: 100%;
        max-width: 100%;
    }

    .card-mettophit {
        height: 340px;
    }
}

.div-content {
    border: 1px solid #bdbcbc;
    margin: -16px;
    padding: 16px !important;
    background-color: white;
    border-radius: 10px;
}

.btn-disabled {
    background-color: #898787 !important;
    cursor: not-allowed;
    pointer-events: none;
}

.div-content-right {
    background: white;
}

.table-header-bg {
    background-color: #216cbb !important;
    padding: 10px !important;
}

.library-list > tbody > tr > td > label {
    margin-right: 30px;
    padding-left: 4px;
}


@media(min-width: 768px) {
    .dmd-metstophit {
        width: 19%;
        margin-bottom: 5px;
    }
    .metstophit {
        width: 24%;
        margin-bottom: 10px;
    }

    .input-OSB {
        padding-left: 50px;
        padding-right: 50px;
    }

    .search-button {
        padding-left: 24px;
        padding-right: 24px;
    }

    .search-box {
        font-size: 1.25rem;
    }

    .search-button {
        font-size: 1.25rem;
    }
}

@media(min-width: 501px) and (max-width: 767px) {
    .dmd-metstophit {
        width: 31%;
        height: 290px;
        margin-bottom: 10px;
    }

    .card-img-mettophit {
        max-width: 100%;
    }

    .card-mettophit {
        max-height: 100%;
        height: 290px;
    }

    .card-img-mettophit {
        height: 180px;
    }

    .search-box {
        font-size: 1rem;
    }

    .search-button {
        font-size: 1rem;
    }

    .card-header-homepage h2 {
        font-size: 22px;
    }

    .img-collection {
        width: 30% !important;
    }
}

@media(max-width: 575px) {
    .search-box {
        width: 85% !important;
        border-radius: 5px !important;
        margin-bottom: 10px;
    }

    .search-button {
        width: 35%;
        border-radius: 5px !important;
    }

    .input-OSB {
        padding-left: 0px;
        padding-right: 0px;
    }
   
    .carousel__carousel-inner {
        height: 890px;
    }
    .card-img-top {
        width: 50% !important;
    }
    .img-collection {
        width: 30% !important;
    }

    .img-mobile-50 {
        width: 50% !important;
    }
}

@media(max-width:992px) {
    .search-field {
        width: 100%;
    }

    .search-type {
        width: 100%;
    }

    .search-value {
        width: 100%;
    }
}
@media(min-width:993px) and (max-width:1400px) {
    .search-field {
        width: 40%;
    }

    .search-type {
        width: 60%;
    }

    .search-value {
        width: 100%;
    }
}

@media(min-width:1400px) {
    .search-field {
        width: 20%;
    }

    .search-type {
        width: 30%;
    }

    .search-value {
        width: 50%;
    }
}

.navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
}
