.ticket_item {
    margin-top: -12rem;
    z-index: 5;
}
.ticket_item h2 {
    line-height: 1.2;
    font-size: 18px;
}
.ticket_item p {
    letter-spacing: 1px;
    text-transform: capitalize;
}
.ticket_item:after {
    background-image: none;
}
.pos_developer_product_area .about-us-img {
    z-index: 2;
}
.pos_developer_product_area .img-small {
    position: absolute;
    top: 0;
    left: 1.5rem;
    margin: -3rem;
    z-index: 1;
}
.bg-exe {
    background-color: #23236b !important;
}
.header_area.navbar_fixed .menu_poss .w_menu .nav-item.active .nav-link {
    color: #23236b !important;
}
.body_wrapper .breadcrumb_area {
    background-image: -ms-linear-gradient(
        180deg,
        #006 0%,
        #23236b 100%
    ) !important;
}
.pointer {
    cursor: pointer;
}
.sha04400 {
    box-shadow: 0px 4px 40px 0px rgba(17, 49, 85, 0.08);
}
.btn_gradbg_white {
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(2, 15, 35, 0.2) 100%
        ),
        linear-gradient(0deg, #ffffff, #ffffff);
    box-shadow: 0px 0px 0px 2px rgba(185, 185, 185, 1) inset;
    box-shadow: 0px 0px 0px 1px rgba(202, 202, 202, 1) inset;
}
@media (max-width: 600px) {
    .ticket_area .container {
        flex-direction: column;
    }
    .ticket_area .container .ticket_item {
        width: 100%;
        z-index: initial;
        margin: 0 0 3rem 0;
    }
}

.scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    padding: 10px 0;
    margin: 10px 0;
}
.scroll::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

.scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    padding: 10px 0;
    margin: 10px 0;
}

.scroll::-webkit-scrollbar-thumb {
    /* box-sizing: border-box; */
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border-color: rgba(0, 0, 0, 0);
    border-width: 20px;
}
.scroll-md::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.scroll-md::-webkit-scrollbar-thumb {
    /* box-sizing: border-box; */
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border-color: rgba(0, 0, 0, 0);
    border-width: 20px;
}
.scroll-sm::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.scroll-sm::-webkit-scrollbar-thumb {
    /* box-sizing: border-box; */
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border-color: rgba(0, 0, 0, 0);
    border-width: 20px;
}
.scroll-ondark::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
}
[x-cloak] {
    visibility: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: unset;
}

p {
    margin-top: 0;
    margin-bottom: unset;
}
