/* header*/
.container {
    max-width: 99%;
}

.fixed_top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed_top1 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.p-3 {
    padding: 0.3rem !important;
}

/* sidebar */
.sidebar_width {
    width: 378px;
}

.icon_font_size {
    font-size: 0.9rem;
}

.border_radius_chip {
    border-radius: 25%;
}

.chip {
    display: inline-block;
    padding: 0 25px;
    height: 25px;
    font-size: 0.8vw;
    line-height: 25px;
    border-radius: 25px;
    background-color: #f1f1f1;
}

.chip1 {
    display: inline-block;
    padding: 0 27px;
    height: 25px;
    font-size: 0.8vw;
    line-height: 25px;
    border-radius: 25px;
    background-color: #f1f1f1;
}

.chip2 {
    display: inline-block;
    padding: 0 30px;
    height: 25px;
    font-size: 0.8vw;
    line-height: 25px;
    border-radius: 25px;
    background-color: #f1f1f1;
}

.color {
    color: #ff000075
}

.scroolbar {
    overflow-y: scroll;
}

.scroller {
    width: 300px;
    height: 800px;
    overflow-y: scroll;
    scrollbar-width: none;
}

.scroller::-webkit-scrollbar {
    display: none;
}

.scroller1 {
    scrollbar-width: none;
}

.scroller1::-webkit-scrollbar {
    display: none;
}

.card_hollow {
    width: 100%;
    border-bottom: 1px solid #8080806e;
    padding: 1%;
    border-left: 14px solid #c80a0ab5;
    background-color: #fff;
    font-weight: bold;
}

.card_outer {
    width: 89%;
    margin: 7% auto;
    background-color: #a9a9a917;
    padding-bottom: 4%;
}

.form-check-input:checked {
    background-color: #fd110ddd;
    border-color: #fd110ddc;
}

form div {
    margin-bottom: 1%;
}

.mt-5 {
    margin-top: 4.4rem !important;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.o_tabs {
    width: 55%;
    margin: 6% auto;
}

.o_tabs1 {
    width: 55%;
    margin: 6% auto;
}
.des {
    padding-top: 4%;
}

.request {
    width: 42vw;
}

.request_Heading {
    color: red;
    font-size: 1.4vw;
    text-transform: capitalize;
}

.request_line {
    font-size: 2vw;
}

.request_check {
    font-size: 1vw;
    text-transform: capitalize;
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: #eb08086b;
    border-color: #fd0d0d;
}

.nav-pills .nav-link.active {
    background-color: #f7f7f7;
    color: red;
    font-weight: bolder;
    transition-duration: 2s;
    border-bottom: 4px solid red;
    border-radius: 0%;
}

.nav-pills .nav-link {
    background-color: #f7f7f7;
    color: gray;
    font-weight: bolder;
}

.nonclickable {
    opacity: .3;
    pointer-events: none;
    cursor: not-allowed;
}


@media only screen and (max-width: 600px) {
    .o_tabs {
        width: 100%;
        margin: 27% auto;
    }

    .request {
        width: 78vw;
    }

    .request_Heading {
        color: red;
        font-size: 4vw;
        text-transform: capitalize;
    }

    .request_line {
        font-size: 4vw;
        margin: 2%;
    }

    .request_check {
        font-size: 4vw;
        text-transform: capitalize;
    }

    .chip {
        display: inline-block;
        padding: 0 25px;
        height: 25px;
        font-size: 2.8vw;
        line-height: 25px;
        border-radius: 25px;
        background-color: #f1f1f1;
    }

    .chip1 {
        display: inline-block;
        padding: 0 27px;
        height: 25px;
        font-size: 2.8vw;
        line-height: 25px;
        border-radius: 25px;
        background-color: #f1f1f1;
    }

    .chip2 {
        display: inline-block;
        padding: 0 30px;
        height: 25px;
        font-size: 2.8vw;
        line-height: 25px;
        border-radius: 25px;
        background-color: #f1f1f1;
    }

    .container12 {
        width: 90% !important;
        max-width: 90% !important;
    }

    .margin_button {
        margin-left: 2rem !important;
    }
}

@media only screen and (max-width: 1000px) {
    .container12 {
        width: 90% !important;
        max-width: 90% !important;
        display: flex;
        align-self: center;
        flex-direction: column;
    }

    .margin_button {
        margin-left: 2rem !important;
    }
}