/**
 * WHN Admin Panel
 * http://www.whn.com.np
 * Copyright 2022 Web Host Nepal
 *
*/

a:hover {
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

tr > td > .action {
    margin-top: 5px;
}

tr > td > .action {
    visibility: hidden;
}

tr:hover > td .action{
    visibility: visible;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-34 {
    font-size: 34px;
}

.font-size-38 {
    font-size: 38px;
}

.font-size-42 {
    font-size: 42px;
}

.action form {
    display: inline-block;
}

.vertical-menu {
    width: 235px
}

.navbar-brand-box {
    width: 235px
}

.main-content {
    margin-left: 235px
}

.footer {
    left: 235px;
}

.no-data {
    margin: 20px 0px;
    padding: 20px 0px;
}

.no-data img {
    height: 150px;
    width: 150px;
    margin-bottom: 10px;
}

div.required .col-form-label:not(span):after, td.required:after {
    content: ' * ';
    color: #F00;
    font-weight: bold;
}

.avatar-sm {
    object-fit: cover;
    background-color: var(--bs-gray-300);
}

.avatar-xs {
    object-fit: cover;
    height: 2rem;
    width: 2rem;
    object-fit: contain;
    background-color: var(--bs-gray-300);
}

.favicon {
    height: 1rem;
    width: 1rem;
    object-fit: contain;
}

.bg-primary {
    background-color: #556ee6!important;
    border-color: #556ee6!important;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn {
    padding: 0.375rem 0.75rem!important;
}

.btn-xs {
    padding: 0.110rem 0.5rem!important;
    font-size: 0.71094rem;
}

.btn-secondary {
    background-color: #6c757d!important;
    border-color: #6c757d!important;
}

.btn-primary {
    background-color: #556ee6!important;
    border-color: #556ee6!important;
}

.form-control {
    background-color: rgb(241, 243, 247);
}

.form-control:focus {
    background-color: rgb(241, 243, 247);
    border-color: none !important;
    box-shadow: none !important;
}

.form-control[readonly] {
    background-color: rgb(223 223 223);
}

.form-check-input:focus {
    outline: none !important;
    box-shadow: none !important;
}

[data-layout-mode=dark] .form-control {
    background: #41485d;
}

[data-layout-mode=dark] .select2-selection {
    background-color: #41485d !important;
}

#sidebar-menu > ul > li > a {
    font-size: 13.3px!important;
}

#sidebar-menu ul li a i {
    font-size: 16px!important;
    min-width: 22px!important;
}

.card-header {
    background: #eaeaf0;
}

[data-layout-mode=dark] .card-header {
    background: #41485d;
}

[data-layout-mode=dark] .bg-dark {
    background-color:  transparent !important;
}

[data-layout-mode=dark] .select2-container .select2-selection--single {
    background: #41485d;
}

/*.table tbody tr:last-child td {
    border-width: 0;
    border-color: none!important;
}*/

/* Soft Badge */
.badge-soft-success {
    color: #34c38f;
    background-color: rgba(52,195,143,.18);
    padding: 2px 5px;
    line-height: inherit;
    font-size: 10px;
    font-weight: 600;
    border-radius: 0.25rem;
}

.badge-soft-danger {
    color: #f46a6a;
    background-color: rgba(244,106,106,.18);
    padding: 2px 5px;
    line-height: inherit;
    font-size: 10px;
    font-weight: 600;
    border-radius: 0.25rem;
}

.badge-soft-warning {
    color: #f1b44c;
    background-color: rgba(241,180,76,.18);
    padding: 2px 5px;
    line-height: inherit;
    font-size: 10px;
    font-weight: 600;
    border-radius: 0.25rem;
}

.badge-soft-info {
    color: #50a5f1;
    background-color: rgba(80,165,241,.18);
    padding: 2px 5px;
    line-height: inherit;
    font-size: 10px;
    font-weight: 600;
    border-radius: 0.25rem;
}

.badge-soft-dark {
    color: #343a40;
    background-color: rgba(52,58,64,.18);
    padding: 2px 5px;
    line-height: inherit;
    font-size: 10px;
    font-weight: 600;
    border-radius: 0.25rem;
}

.badge-soft-primary {
    color: #556ee6;
    background-color: rgba(85,110,230,.18);
    padding: 2px 5px;
    line-height: inherit;
    font-size: 10px;
    font-weight: 600;
    border-radius: 0.25rem;
}

.badge-soft-secondary {
    color: #74788d;
    background-color: rgba(116,120,141,.18);
    padding: 2px 5px;
    line-height: inherit;
    font-size: 10px;
    font-weight: 600;
    border-radius: 0.25rem;
}

.alert-danger {
    color: #ec536c!important;
    background-color: #fbdde2!important;
    border-color: #fcd2d2;
}

/** Summer Note **/
.note-toolbar {
    padding: 5px 0 10px 5px;
}

.note-modal-footer {
    height: 60px !important;
}

.note-editable {
    font-family: 'Poppins'!important;
    font-size: 13px!important;
}

.note-placeholder {
    font-family: 'Poppins'!important;
    font-size: 13px!important;
}

[data-layout-mode=dark] .note-btn {
    background: #41485d !important;
    color: #fff !important;
    border: #41485d !important;
}

[data-layout-mode=dark] .note-toolbar {
    background: #222736 !important;
    border: #222736 !important;
}

[data-layout-mode=dark] .note-editing-area {
    background: #41485d !important;
    border: #41485d !important;
    color: #fff !important;
}

[data-layout-mode=dark] .note-dropdown-menu {
    background: #222736 !important;
    border: #222736 !important;
}

[data-layout-mode=dark] .note-dropdown-menu .note-dropdown-item {
    color: #fff !important;
}

[data-layout-mode=dark] .note-dropdown-menu .note-dropdown-item:hover {
    color: #fff !important;
    background: #41485d !important;
    border: #41485d !important;
}

.note-editing-area {
    background-color: rgb(241, 243, 247);
}

[data-layout-mode=dark] .note-placeholder {
    color: #f6f6f6;
}


.app-select {
    padding: calc(32px * .6) 0;
}

.app-select .form-control {
    width: 200px;
    border: none;
    background-color: var(--bs-topbar-search-bg);
}

/** Pagination **/
.page-link:focus {
    box-shadow: none !important;
    border-color: transparent !important;
}

.page-link {
    color: #556ee6;
}

.page-item.active .page-link {
    background-color: #556ee6;
    border-color: #556ee6;
}

.page-link:focus,
.page-link:hover {
    color: #2a3142;
    background-color: #e9ecef;
}

.select2 {
    width: 100% !important;
}

.select2-selection {
    background-color: rgb(241, 243, 247) !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
    border-radius: 4px !important;
}

.select2-selection__choice__remove {
    color: #fff !important;
}

.select2-container .select2-selection--single {
    height: 36px!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 26px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 26px;
    right: 3px;
}

.select2-close-mask{
    z-index: 1100;
}
.select2-dropdown{
    z-index: 1100;
}

/** Settings **/
.code {
    color: #ccc !important;
    background-color: #222 !important;
}

.code:focus {
    color: #ccc !important;
    background-color: #222 !important;
}

.chat-leftsidebar {
    min-width: 260px;
}

@media (max-width: 993px) {
    .navbar-brand-box {
        display: none;
    }
}

/**
 * Theme Panel Sidebar
 */
.theme-title {
    margin-top:  10px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
    border-bottom:  1px solid #eee;
    padding-bottom: 10px;
}

.sidebar {
    background-color: #74788d;
    /*border-radius: 2px;*/
    padding: 10px 0px;
    height: 100%;
}

.sidebar ul li:hover,
.sidebar ul li:active {
    background-color: #515362;
}

.sidebar .active {
    background-color: #515362;
}

.sidebar ul li a {
    display: block;
    padding: 0.625rem 1.5rem;
    color: #fff;
    position: relative;
    font-size: 13px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.sidebar ul li i {
    font-size: 1.2rem;
    vertical-align: middle;
    margin-right: 5px;
}

.sidebar-logo {
    width: 150px !important;
    height: 60px;
    object-fit: contain;
    background-color: #f5f5f5;
    margin-bottom: 5px;
}

/**
 * Search Result
 */

.search-preview .title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: rgb(29, 1, 189);
}

[data-layout-mode="dark"] .search-preview .title {
    color: #4285f4
}

.search-preview .link {
    font-size: 12px;
    color: #0F9D58 !important;
    margin-bottom: 4px;
}

.search-preview .description {
    line-height: 16px;
    margin-bottom: 0px;
}

.search-preview button {
    font-size: 10px;
    line-height: 14px;
    color: green;
    margin-bottom: 0px;
    padding: 0px;
    border-width: 0px;
    background-color: white;
}

.img-cover {
    height: 30px;
    width: 60px;
    object-fit: contain;
}

.extension-logo {
    height: 2.4rem;
    width: auto;
}

.product-name {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.img-contain {
    object-fit: contain !important;
}

.img-cover {
    object-fit: cover !important;
}

@media (max-width: 991.98px) {
    .footer {
        left: 0 !important;
    }
}

/* User Page */
.userimg {
    text-align: center;
    margin-top: 30px;
}

.userimg img {
    height: 100px;
    width: 100px;
}

.username {
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.product-img img {
    height: 120px;
    width: 100%;
    object-fit: contain;
}

/** 
 * Snackbar JS
 */
.snackbar-container {
    font-family: Poppins, sans-serif !important;
    padding: 14px 24px;
}

.snackbar-container .action {
    font-family: Poppins, sans-serif !important;
    text-decoration: underline;
    font-weight: 600;
    font-size: 12px;
}

.list-style-none {
    list-style: none;
}

.speed-grade {
    width: 24px;
    height: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 0.4em;
    border-radius: 0.2em;
    display: inline-block;
    align-content: center;
}

/**
 * Timeline
 */
.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 5rem;
        position: absolute;
        left: 7.5rem;
        top: 1.3125rem
    }
}

.timeline-steps .timeline-content {
    width: 9rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    height: 3rem;
    width: 3rem;
    margin-bottom: 0.5rem;
    display: inline-flex;
    align-items: center;
    border-radius: 1.5rem;
    justify-content: center;
}

.border-left {
    border-left: solid 4px;
}

.app-select .select2-container .select2-selection--single {
    height: 30px!important;
}

.app-select .select2-container .select2-selection--single {
    height: 30px!important;
}

.app-select .select2-container .select2-selection--single .select2-selection__arrow {
    height: 30px;
    width: 26px;
    right: 3px;
}

.app-select .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
}

.app-select .select2-container .select2-selection--single .select2-selection__arrow {
    height: 28px;
}

@media (min-width: 600px) {
    .dropdown-menu-xl {
        width: 400px;
    }
}

.dropdown-icon-item {
    line-height: 34px;
    text-align: center;
    padding: 15px 0 9px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px;
    border: 1px solid transparent;
    color: var(--bs-gray-600);
    background-color: rgb(225 227 242 / 25%);
}

[data-layout-mode=dark] .dropdown-icon-item:hover {
    color: #fff;
}

/**
 * Flag Icon
 */
.fi {
    width: 1.133333em;
    line-height: 0.8em;
}


/**
 * Dashboard
 */
.icon-xs {
    height: 15px !important;
    width: 15px !important;
}

.h-240 {
    max-height: 240px;
    height: 100%;
}

.h-260 {
    max-height: 260px;
    height: 100%;
}

.h-300 {
    max-height: 300px;
    height: 100%;
}

.card-body.h-300::-webkit-scrollbar {
    display: none;
}

.tick-list > li::marker {
    content: "\2714\0020";
    color: var(--bs-green);
    font-weight: bold;
}

.list-group.tick-list > li {
    padding-left: 5px;
    margin: 0px 0px 10px 30px;
}

.project-image {
    width: 300px;
    content: url("/static/assets/img/project-light.png");
}

[data-layout-mode=dark] .project-image {
    content: url("/static/assets/img/project-dark.png");
}

.header-profile-user {
    object-fit: cover;
}

.nav-tabs-custom .nav-item .nav-link {
    font-size: 14px;
    padding: 15px;
}

.issues .nav {
    --bs-nav-link-padding-y: 0.3rem;
    --bs-nav-pills-border-radius: 5.25rem;
}

.alert.alert-message {
    --bs-alert-bg: #e2e8f0;
    padding: 10px;
    border: none;
    border-radius: 0px;
    border-left: solid 4px;
}

[data-layout-mode='dark'] .alert.alert-message {
    --bs-alert-bg: #373e4f;
}

.card .suggestion {
    cursor: pointer;
}

.logo-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 60px;
    border-radius: 4px;
}

.logo-preview img {
    width: 100px !important;
    height: 50px;
    object-fit: contain;
}

.page-title-box {
    padding-bottom: 20px;
}

[data-layout-mode="dark"] .card-drop {
    color: #c9cfd4;
}