﻿body {
    font-family: "Public Sans",sans-serif !important;
    padding-bottom: 0 !important;
}
/*custom css*/
@media (max-width:480px) {
    .img-upload {
        width: 100% !important;
    }
}
.btn-submit-auth {
    background: linear-gradient(to right, #0283ec, #9451eb);
}
.account-page {
    background-image: url('../assets/images/authenbg.png');
}
.insert-center-image img {
    max-width: 100%;
}
.ck-content ul {
    margin-left: 25px;
}
.zoom-hover {
    transition: transform 0.3s ease;
    height: 200px;
    object-fit: cover;
}
.zoom-hover:hover {
    transform: scale(1.05);
}
#sidebar-menu{
    padding: 0;
}
.border-silver {
    border: 1px solid silver;
}
.disabled-tabled td {
    background-color: #f5f5f5 !important;
    pointer-events: none;
}
.w-10{
    width: 10% !important;
}
.blog-avatar {
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-radius: 5px;
}
.detail-blog img{
    width: 100%;
}
.detail-blog figcaption {
    background: #898989;
    text-align: center;
    padding: 8px;
    color: white;
    font-size: 13px;
}

.divContent .ck-content {
    min-height: 400px !important;
}

.image-modal {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 3px;
    cursor: pointer;
}

.table thead th {
    background: #287F71 !important;
    color: white !important;
}

    .table thead th:last-child {
        border-radius: 0 !important;
    }

.inp-search {
    max-width: 250px;
    height: 28.38px;
}

.radius-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.radius-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.mud-input.mud-input-underline:before {
    border-bottom: none !important;
}

.mud-input-root {
    font-size: 14px !important;
}

.ck-powered-by {
    display: none;
}

.ck-content {
    min-height: 200px;
}

.maxw-500 {
    max-width: 500px;
}

.w-500 {
    width: 500px !important;
}

.nhan {
    position: absolute;
    top: 0;
    right: -12px;
    width: 100px;
    height: 16px;
    background: #3d9bff;
    transform: rotate(35deg);
}

.img-selected {
    border: 1px solid #3d9bff !important;
}

.container-250 {
    display: flex;
    justify-content: center; /* Căn giữtheoa theo chiều ngang */
    align-items: center; /* Căn giữa  chiều dọc */
}

.box-250 {
    width: 300px; /* Đặt chiều rộng của div */
    height: 250px; /* Đặt chiều cao của div */
}

.box-lib {
    height: 380px;
    overflow: scroll;
}

.img-lib {
    width: 100% !important;
    height: 120px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid silver;
}

.img-upload {
    width: 500px;
    height: 300px !important;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid silver;
}
.img-upload-list {
    width: 100%;
    height: 150px;
    border-radius: 3px;
    object-fit: cover;
    border: 1px solid silver;
}
.btn-delete-img {
    position: absolute;
    top: 3%;
    right: 6%;
}

.ck-widget_selected {
    pointer-events: all !important;
}

.html-object-embed .ck-widget {
    pointer-events: all !important;
}

.ck-widget.html-object-embed .html-object-embed__content {
    pointer-events: all !important;
}

.btn-chil {
    position: absolute;
    top: 0;
    right: 0;
}

.container-loading-page {
    display: flex;
    justify-content: center; /* Căn giữa theo chiều ngang */
    align-items: center; /* Căn giữa theo chiều dọc */
    height: 75vh; /* Chiều cao container bằng chiều cao của cửa sổ trình duyệt */
}

.w-400 {
    width: 400px;
}

input:focus {
    outline: none !important;
}

textarea:focus {
    outline: none !important;
}

.inp-change {
    border: 0;
    width: 100%;
    padding: 3px 5px 3px 5px !important;
}

    .inp-change:hover {
        padding: 3px 5px 2px 5px !important;
        border-bottom: 1px dotted silver !important;
    }

.textarea-change {
    border: 0;
    width: 100%;
    border-radius: 3px;
    padding: 3px 5px !important;
}

    .textarea-change:hover {
        padding: 2px 4px !important;
        border: 1px dotted silver !important;
    }

.text-justify {
    text-align: justify !important;
}

.cover-image {
    height: 100px !important;
    object-fit: cover;
}

.card-auto {
    margin: 0 auto;
    max-width: 500px;
}

.dropdown-toggle::after {
    display: none !important;
}


/*template*/

.t-two-panel::after {
    clear: both;
    display: table;
    content: " ";
}

.t-two-panel .left {
    float: left;
    border: 1px dashed rgb(221, 221, 221);
}

.t-two-panel .right {
    float: right;
    border: 1px dashed rgb(221, 221, 221);
}

.t-two-panel img {
    width: 100%;
}

.t-30-70 .left {
    width: calc(30% - 10px);
}

.t-30-70 .right {
    width: calc(70% - 10px);
}

.t-40-60 .left {
    width: calc(40% - 10px);
}

.t-40-60 .right {
    width: calc(60% - 10px);
}

.t-50-50 .left {
    width: calc(50% - 10px);
}

.t-50-50 .right {
    width: calc(50% - 10px);
}

.t-60-40 .left {
    width: calc(60% - 10px);
}

.t-60-40 .right {
    width: calc(40% - 10px);
}

.t-70-30 .left {
    width: calc(70% - 10px);
}

.t-70-30 .right {
    width: calc(30% - 10px);
}

.t-f-panel::after {
    clear: both;
    display: table;
    content: " ";
}

.t-f-panel .t-30-fl {
    float: left;
    border: 1px dashed rgb(221, 221, 221);
    width: calc(30% - 10px);
    margin-right: 20px;
}

.t-f-panel .t-30-fr {
    float: right;
    border: 1px dashed rgb(221, 221, 221);
    width: calc(30% - 10px);
    margin-left: 20px;
}

.t-f-panel .t-40-fl {
    float: left;
    border: 1px dashed rgb(221, 221, 221);
    width: calc(40% - 10px);
    margin-right: 20px;
}

.t-f-panel .t-40-fr {
    float: right;
    border: 1px dashed rgb(221, 221, 221);
    width: calc(40% - 10px);
    margin-left: 20px;
}

.t-f-panel .t-50-fl {
    float: left;
    border: 1px dashed rgb(221, 221, 221);
    width: calc(50% - 10px);
    margin-right: 20px;
}

.t-f-panel .t-50-fr {
    float: right;
    border: 1px dashed rgb(221, 221, 221);
    width: calc(50% - 10px);
    margin-left: 20px;
}

/*EndTemplate*/

/*end custom css*/



/*html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}*/

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}



/* TreeView */

.tree-viewer .list-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .tree-viewer .list-items li ul {
        padding-left: 30px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        height: fit-content;
        border-start-end-radius: 2px;
    }

    .tree-viewer .list-items ul {
        list-style-type: none;
    }

        .tree-viewer .list-items ul li {
            position: relative;
        }

            .tree-viewer .list-items ul li:before {
                content: "";
                position: absolute;
                top: 20px;
                left: -30px;
                width: 30px;
                height: 1px;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            }

    .tree-viewer .list-items .item-multi {
        padding-left: 10px;
    }

        .tree-viewer .list-items .item-multi.no-child {
            margin-left: 19px;
        }

    .tree-viewer .list-items .arrow {
        display: inline-block;
        padding: 7px 5px;
        cursor: pointer;
        width: 15px;
        height: 18px;
    }

    .tree-viewer .list-items .item {
        display: inline-block;
        padding: 7px 10px;
        cursor: pointer;
    }

        .tree-viewer .list-items .item:hover {
            border-radius: 4px;
            background-color: rgba(0, 0, 0, 0.05);
        }

        .tree-viewer .list-items .item.active {
            color: #fff;
            border-radius: 4px;
            background-color: #56a2f5;
        }

            .tree-viewer .list-items .item.active:hover {
                background-color: #007bff;
            }

    .tree-viewer .list-items .caret {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .tree-viewer .list-items .caret::before {
            font-size: 10px;
            content: "\25B6";
            color: black;
            display: inline-block;
            transition: all 0.15s;
            vertical-align: middle;
        }

    .tree-viewer .list-items .caret-down::before {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: all 0.15s;
    }

    .tree-viewer .list-items .nested {
        display: none;
        transition: all 0.45s;
    }

    .tree-viewer .list-items .active {
        transition: all 0.45s;
        margin-left: 3px;
    }

    .tree-viewer .list-items .no-child {
        display: inline-block;
        margin-left: 12px;
    }

        .tree-viewer .list-items .no-child .item {
            margin-left: 5px;
        }



/*dropdown tree*/
.vnh-dropdowntree {
    position: relative;
}

    .vnh-dropdowntree .ddl-categories {
        display: flex;
        justify-content: space-between;
        border: 1px solid #ced4da;
        border-left-width: 5px;
        border-radius: 0.25rem;
    }

        .vnh-dropdowntree .ddl-categories .disp-text {
            padding: 0.375rem 0.75rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: calc(100% - 1rem);
        }

            .vnh-dropdowntree .ddl-categories .disp-text.multi {
                overflow: unset;
                white-space: unset;
            }

            .vnh-dropdowntree .ddl-categories .disp-text .item {
                display: inline-block;
                padding: 5px;
                background-color: #e4e7eb;
                border-radius: 4px;
                margin: 2px 4px 2px 0;
            }

            .vnh-dropdowntree .ddl-categories .disp-text .place-holder {
                color: rgba(0, 0, 0, 0.3);
            }

        .vnh-dropdowntree .ddl-categories .btn-clear {
            padding: 0.375rem 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
            text-align: center;
            cursor: pointer;
        }

        .vnh-dropdowntree .ddl-categories .btn-ddl {
            border-radius: 0 0.25rem 0.25rem 0;
            padding: 0.375rem 0.5rem;
            width: auto;
            border-width: 0 0 0 1px;
            box-sizing: border-box;
            border-style: solid;
            border-color: #e4e7eb;
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
            text-align: center;
            cursor: pointer;
            background-color: #e4e7eb;
        }

            .vnh-dropdowntree .ddl-categories .btn-ddl:hover {
                background-color: #ced3db;
            }

            .vnh-dropdowntree .ddl-categories .btn-ddl .caret {
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

                .vnh-dropdowntree .ddl-categories .btn-ddl .caret::before {
                    font-size: 10px;
                    content: "\25B6";
                    color: black;
                    display: inline-block;
                    transition: all 0.15s;
                    vertical-align: middle;
                    transform: rotate(90deg);
                }

            .vnh-dropdowntree .ddl-categories .btn-ddl.expaned .caret::before {
                transform: rotate(270deg);
            }

    .vnh-dropdowntree .content-data {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1;
        padding: 5px 10px 10px 10px;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        background-color: #fff;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    }

        .vnh-dropdowntree .content-data .search {
            margin-top: 5px;
            margin-bottom: 5px;
        }

            .vnh-dropdowntree .content-data .search .search-text {
                border-left-width: 1px;
            }

        .vnh-dropdowntree .content-data .p-data {
            max-height: 350px;
            overflow-y: auto;
        }

        .vnh-dropdowntree .content-data .list-items {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .vnh-dropdowntree .content-data .list-items li ul {
                padding-left: 30px;
                border-left: 1px solid rgba(0, 0, 0, 0.1);
                height: fit-content;
                border-start-end-radius: 2px;
            }

            .vnh-dropdowntree .content-data .list-items ul {
                list-style-type: none;
            }

                .vnh-dropdowntree .content-data .list-items ul li {
                    position: relative;
                }

                    .vnh-dropdowntree .content-data .list-items ul li:before {
                        content: "";
                        position: absolute;
                        top: 20px;
                        left: -30px;
                        width: 30px;
                        height: 1px;
                        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                    }

            .vnh-dropdowntree .content-data .list-items .item-multi {
                padding-left: 10px;
            }

                .vnh-dropdowntree .content-data .list-items .item-multi.no-child {
                    margin-left: 19px;
                }

            .vnh-dropdowntree .content-data .list-items .arrow {
                display: inline-block;
                padding: 7px 5px;
                cursor: pointer;
                width: 15px;
                height: 18px;
            }

            .vnh-dropdowntree .content-data .list-items .item {
                display: inline-block;
                padding: 7px 10px;
                cursor: pointer;
            }

                .vnh-dropdowntree .content-data .list-items .item:hover {
                    border-radius: 4px;
                    background-color: rgba(0, 0, 0, 0.05);
                }

                .vnh-dropdowntree .content-data .list-items .item.active {
                    color: #fff;
                    border-radius: 4px;
                    background-color: #56a2f5;
                }

                    .vnh-dropdowntree .content-data .list-items .item.active:hover {
                        background-color: #007bff;
                    }

            .vnh-dropdowntree .content-data .list-items .caret {
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

                .vnh-dropdowntree .content-data .list-items .caret::before {
                    font-size: 10px;
                    content: "\25B6";
                    color: black;
                    display: inline-block;
                    transition: all 0.15s;
                    vertical-align: middle;
                }

            .vnh-dropdowntree .content-data .list-items .caret-down::before {
                -ms-transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                transition: all 0.15s;
            }

            .vnh-dropdowntree .content-data .list-items .nested {
                display: none;
                transition: all 0.45s;
            }

            .vnh-dropdowntree .content-data .list-items .active {
                transition: all 0.45s;
                margin-left: 3px;
            }

            .vnh-dropdowntree .content-data .list-items .no-child {
                display: inline-block;
                margin-left: 12px;
            }

                .vnh-dropdowntree .content-data .list-items .no-child .item {
                    margin-left: 5px;
                }
/*End DropdownTree*/


/*DropdownList*/
.vnh-dropdownlist {
    position: relative;
    text-align: left;
}

    .vnh-dropdownlist .ddl-categories {
        display: flex;
        justify-content: space-between;
        border: 1px solid #ced4da;
        border-left-width: 5px;
        border-radius: 0.25rem;
    }

        .vnh-dropdownlist .ddl-categories .disp-text {
            padding: 0.375rem 0.75rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: calc(100% - 1rem);
        }

            .vnh-dropdownlist .ddl-categories .disp-text.multi {
                overflow: unset;
                white-space: unset;
            }

                .vnh-dropdownlist .ddl-categories .disp-text.multi .item {
                    display: inline-block;
                    padding: 5px;
                    background-color: #e4e7eb;
                    border-radius: 4px;
                    margin: 2px 4px 2px 0;
                }

            .vnh-dropdownlist .ddl-categories .disp-text .place-holder {
                color: rgba(0, 0, 0, 0.3);
            }

        .vnh-dropdownlist .ddl-categories .btn-clear {
            padding: 0.375rem 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
            text-align: center;
            cursor: pointer;
        }

        .vnh-dropdownlist .ddl-categories .btn-ddl {
            border-radius: 0 0.25rem 0.25rem 0;
            padding: 0.375rem 0.5rem;
            width: auto;
            border-width: 0 0 0 1px;
            box-sizing: border-box;
            border-style: solid;
            border-color: #e4e7eb;
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
            text-align: center;
            cursor: pointer;
            background-color: #e4e7eb;
        }

            .vnh-dropdownlist .ddl-categories .btn-ddl:hover {
                background-color: #ced3db;
            }

            .vnh-dropdownlist .ddl-categories .btn-ddl .caret {
                cursor: pointer;
                -webkit-user-select: none; /* Safari 3.1+ */
                -moz-user-select: none; /* Firefox 2+ */
                -ms-user-select: none; /* IE 10+ */
                user-select: none;
            }

                .vnh-dropdownlist .ddl-categories .btn-ddl .caret::before {
                    font-size: 10px;
                    content: "▶";
                    color: black;
                    display: inline-block;
                    transition: all 0.15s;
                    vertical-align: middle;
                    transform: rotate(90deg);
                }

            .vnh-dropdownlist .ddl-categories .btn-ddl.expaned .caret::before {
                transform: rotate(270deg);
            }

    .vnh-dropdownlist .content-data {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1;
        padding: 5px 10px;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        background-color: #fff;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
        display: none;
    }

        .vnh-dropdownlist .content-data.expaned {
            display: block;
        }

        .vnh-dropdownlist .content-data .search {
            margin-top: 5px;
            margin-bottom: 5px;
        }

            .vnh-dropdownlist .content-data .search .search-text {
                border-left-width: 1px;
            }

        .vnh-dropdownlist .content-data .p-data {
            max-height: 350px;
            overflow-y: auto;
        }

        .vnh-dropdownlist .content-data .list-items {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .vnh-dropdownlist .content-data .list-items .item {
                cursor: pointer;
            }

                .vnh-dropdownlist .content-data .list-items .item .name {
                    display: inline-block;
                    padding: 7px 5px;
                }

                .vnh-dropdownlist .content-data .list-items .item:hover {
                    border-radius: 4px;
                    background-color: rgba(0, 0, 0, 0.05);
                }

                .vnh-dropdownlist .content-data .list-items .item.active {
                    color: #fff;
                    border-radius: 4px;
                    background-color: #56a2f5;
                }

                    .vnh-dropdownlist .content-data .list-items .item.active:hover {
                        background-color: #007bff;
                    }
/*End DropdownList*/
