:root {
    --primary-color: #F0F0F0;
    --secondary-color: #48cfc8;
}

body {
     font-family: "Inter", sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: var(--secondary-color);
}

a:hover {
    color: #222;
}

.form-control:focus {
    box-shadow: none;
}
.form-control{
    font-size: 13px;
    line-height: 24px;
}
#page-topbar{
    background: var(--primary-color);
}
body[data-sidebar=dark] .vertical-menu,
body[data-sidebar=dark] .navbar-brand-box{
    background: var(--primary-color);
}
.vertical-menu{
    box-shadow: none !important;
}
.top-search-form.app-search{
    max-width: 500px;
    width: 100%;
}
.top-search-form.app-search .form-control{

    background: #fff;
    border-radius: 8px;
    height: 48px;
    border: 1px solid #8D97A9;
}
.top-search-form.app-search  span{
    line-height: 48px;
}
.home-icon{
    background: url('../images/icons/home-icon.svg') no-repeat center;
    background-size: contain;
    width: 22px;
    height: 23px;
    display: block;
    flex-shrink: 0;
}
.workspace-icon{
    background: url('../images/icons/workspace-icon.svg') no-repeat center;
    background-size: contain;
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
}
body[data-sidebar=dark] #sidebar-menu ul li a{
    display: flex;
    flex-direction: column;
    font-size: 13px;
    color: #000;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
body[data-sidebar=dark] .mm-active>a{
    color: #000 !important;
}
body[data-sidebar=dark] #sidebar-menu ul li a:hover{
    background: rgba(158, 90, 240, 0.1);
       color: #000;
}
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a {
    background: #9c5be9 !important;
    color: #fff;
}
    
body[data-sidebar=dark] .logo-light{
    display: flex;
}
body[data-sidebar=dark] .vertical-menu, body[data-sidebar=dark] .navbar-brand-box{
    padding-left: 5px !important;
}
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i{
    filter: brightness(100);
}
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a span {
    display: none;
    padding-left: 10px;
}
.vertical-menu{
    width: 101px;
}
.main-content{
    margin-left: 110px;
    min-height: 100vh;
}
.menu-icon-dots{
    background: url('../images/icons/menu-dots.svg') no-repeat center;
    background-size: contain;
    width: 37px;
    height: 37px;
    display: block;
    flex-shrink: 0;
}
.menu-icon-dots-btn{
    min-width: 101px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebar-enable.vertical-collpsed .menu-icon-dots-btn{
    min-width: 70px;
}
.bell-noti-link.dropdown-toggle::after{
    display: none;
}
.badge.badge-danger.badge-pill{
    position: absolute;
    top: 19px;
    right: 5px;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 50%;
    background-color: #ff0000;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.bell-noti-icon{
    background: url('../images/icons/bell-icon.svg') no-repeat center;
    background-size: contain;
    width: 18px;
    height: 20px;
    display: block;
    flex-shrink: 0;
}
.qst-icon{
    background: url('../images/icons/qst-icon.svg') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
}
.settings-icon{
    background: url('../images/icons/settings-icon.svg') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
}
.avatar-dropdown.dropdown-toggle::after{
    display: none;
}
.page-content{
    padding-bottom: 100px;
}
.footer{
    left: 101px;
    position: fixed;
}
.white-box-card{
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    padding: 24px;
}
.heading-avatar{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #48cfc8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    flex-shrink: 0;
}
.block-heading h3{
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    font-weight: 700;
}
.block-heading h5{
    font-size: 13px;
    line-height: 19px;
    color: #555;
    font-weight: 600;
}
.btn-primary{
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}
.btn-primary:hover{
    background: #48cfc8;
    border-color: #48cfc8;
}
.settings-icon-sm{
    background: url('../images/icons/settings-icon.svg') no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
    flex-shrink: 0;
}
.pipine-block-info{
    color: #555;
}
.pipine-block{
    border: 1px solid #A0A6B1;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
}
.trash-icon-sm{
    background: url('../images/icons/trash-icon.svg') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
}
.down-arrow{
    background: url('../images/icons/down-arrow.svg') no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
}
.collapse-block-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.collapse-block-wrapper.open {
    max-height: 1000px; /* big enough to fit content */
}

.collapse-arrow-btn i.rotated {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.gen-table th,
.gen-table td {
    padding: 15px;
    border: none;
}
.gen-table th{
    white-space: nowrap;
}

.gen-table tr {
    border-radius: 15px;
    overflow: hidden;
}

.gen-table tr td {
    background: transparent !important;
}

.gen-table {
    border-collapse: collapse;
    width: 100%;
    border: none
}

.gen-table tr:nth-child(even) {
    background-color: #fafbfb !important;
}

.gen-table tr:hover {
    background-color: #f8f8f8 !important;
}

.gen-table th {
    background-color: #f0f0f0;
    color: #222;
}

.gen-table td:first-child,
.gen-table th:first-child {
    border-radius: 15px 0 0 15px;
}

.gen-table td:last-child,
.gen-table th:last-child {
    border-radius: 0 15px 15px 0;
}
.input-icon{
    background: url('../images/icons/input-icon.png') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
}
.output-icon{
    background: url('../images/icons/output-icon.png') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
}
.top-search-form .search-icon{
    top: 13px;
}
.search-icon{
    background: url('../images/icons/search-icon.png') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
}
.pipine-block-info.name-col{
    width: 15%;
}
.pipine-block-info.type-col{
    width: 10%;
}
.pipine-block-info.owner-col{
    width: 8%;
}
.auth-wrapper{
    min-height: 100vh;
    background: url('../images/auth-bg.jpg') no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 125px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}
.auth-logo-panel{
    margin-bottom: 40px;
    padding: 58px 70px 15px 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.auth-box-wrapper{
    background: #fff;
    border-radius: 12px;
    padding: 27px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 555px;
    width: 100%;
    margin-top: -115px;
}
.auth-box-wrapper h1{
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center;
}
.auth-box-wrapper  h5{
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 500;
    margin-bottom: 24px;
    text-align: center;
}
.fld-icon-end{
    position: relative;
}
.eye-open-icon{
    background: url('../images/icons/eye-open.svg') no-repeat center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
    cursor: pointer;
}
.eye-close-icon{
    background: url('../images/icons/eye-close.svg') no-repeat center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
    cursor: pointer;
}
.fld-icon-end .eye-open-icon,
.fld-icon-end .eye-close-icon{
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
}
.auth-box-wrapper .form-control{
    padding-top: 11px;
    padding-bottom: 11px;
}
.form-control{
    border-color: #C9CFD7;
}
.form-control::placeholder{
    color: #8D97A9;
}
.auth-box-wrapper .btn{
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 20px;
}
.btn.btn-outline-primary {
    color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}
.btn.btn-outline-primary:hover {
    background: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: #fff !important;
}
.nav-tabs .nav-link.active {
    color: var(--secondary-color) !important;
}

.nav-tabs .nav-link {
    color: #222 !important;
}
.auth-box-wrapper .btn{
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 20px;
}
.bg-primary.fs-6 {
    background-color: rgba(var(--secondary-color), 1) !important;
}
.bg-primary {
    background-color: var(--secondary-color) !important;
}

@media (max-width: 767px) {
    .block-heading-panel{
        flex-direction: column;
        gap: 16px;
    }
    .table-wrapper{
        overflow-x: auto;
    }
    .pipine-block-inner{
        flex-direction: column;
    }
    .auth-wrapper{
        padding-top: 0;
    }
    .auth-logo-panel{
        position: relative;
        margin-bottom: 15px;
    }
    .auth-box-wrapper{
        margin-top: 0;
    }
    .auth-wrapper{
        justify-content: flex-start;
    }
    .auth-logo-panel{
        padding-top: 15px;
    }
}

@media (min-width: 1300px) and (max-width: 1500px) {
    .pipine-block-info strong{
        display: block;
    }

}