.navbar.header{
    display: none;
}
.bg-216-216-219{
    background-color: rgb(216 216 219);
}
.bg-243-243-244{
    background-color: rgb(243 243 244)
}

.bg-blue {
    background-color: rgb(29 78 216);
}
.btn-gradient{
    background-image: linear-gradient(to bottom right,#22d3ee, #1d4ed8, #a21caf );
}
.py-2\.5{
    padding-top: .625rem;
    padding-bottom: .625rem;
}
.max-w-md {
    max-width: 448px;
}
.inline-dashed {
    border-top: 1px dashed #D8D8DB;
}
.btn-choose-file{
    border-radius: 20px;
    background-color: rgb(29, 78, 216);
}
.btn-choose-file:hover{
    background-color: rgba(29, 78, 216, 0.85);
}
#top{
    position: fixed;
    height: 64px;
    top: 0;
    z-index: 99;
}
#main-ct{
    width: 100vw;
    height: calc(100vh - 64px);
    margin-top: 64px;
}
#nav-left{
    width: 15rem;
    height: 100%;
    flex-shrink: 0;
}
#nav-right{
    height: 100%;
    overflow-y: scroll;
}
#nav-left .job-item:hover{
    color: rgb(0 81 238);
    background-color: rgb(215 229 254)
}
#nav-left .job-item:hover svg path{
    stroke: rgb(0 81 238);
}
#nav-left .menu-item.active{
    background-color: rgb(215 229 254);
    color: #0051EE;
}
#nav-left .menu-item.active svg path{
    stroke: #0051EE;
}
#wrap-select-file{
    height: 18rem;
    border-radius: 16px;
    background-color: rgb(243 243 244);
    padding: 12px;
}
#wrap-select-file>div{
    border-radius: 16px;
    border: 1px rgb(216 216 219) dashed ;
}
#nav-right .menu-options{
    position: absolute;
    left: 0;
    top: -.5rem;
}
#nav-right .menu-options .active{
background-color: rgb(216 216 219 );
}
.ai-tool-item .icon{
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 10px;
    background-color: rgb(37 38 56);
    position: absolute;
    right: 24px;
    bottom: 4px;
}
.ai-tool-item .icon path{
    stroke: #ffffff;
}
.hover-video {
    transition: transform 0.3s ease;
}

.hover-video:hover {
    transform: scale(1.2);
    z-index: 1;
}
.bg-234-234-237{
    background-color: rgb(234 234 237);
}
.other-tool-item img{
    height: 240px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.other-tool-item img:hover {
    transform: scale(1.2);
}
.other-tool-item svg{
    height: 20px;
    width: 20px;
    color: inherit;
}
.other-tool-item svg path{
    stroke: currentColor;
}

@media (min-width: 768px) {
    .lg-inline{
        display: inline;
    }
    .ai-tool-item{
        /*flex: 0 0 calc((100% - 2 * .75rem) / 2);*/
        flex: 1;
    }
    .other-tool-item{
        flex: 0 0 calc((100% - 3 * .75rem) / 3);
    }
    .ai-tool-item .icon{
        width: 48px;
        height: 48px;
        padding: 12px;
    }
}

@media (min-width: 1024px) {

}
@media (min-width: 1440px) {
    /*.ai-tool-item{*/
        /*flex: 0 0 calc((100% - 4 * .75rem) / 4);*/
    /*    flex: 1;*/
    /*}*/
    .other-tool-item{
        flex: 0 0 calc((100% - 6 * .75rem) / 6);
    }
}
input[type="range"] {
    cursor: pointer;
}
.blur-effect {
    cursor: pointer;
}
.blur-effect.active {
    border-radius: 6px;
    background-color: rgb(0 81 238);
    color: white;
}
