section.tabs-design-sec {
    padding: 110px 0;
}
.nav-tabs-design ul li .nav-link {
    background: #e4f3fa;
    height: 120px;
    width: 170px;
    border: 1px solid #d4e0e5;
    border-radius: 0;
}
.nav-tabs-design ul li .nav-link.active {
    color: #fff;
    background-color: #e4f3fa;
}
.deisgn h5 {
    color: #081a55;
    font-size: 14px;
    font-family: "Brinnan-Bold";
}
.nav-tabs-design ul li .second-links {
    border-radius: 10px 0px 0px 10px;
}
.nav-tabs-design ul li .second-links1 {
    border-radius: 0px 10px 10px 0px;
}
li.nav-item.nav-second {
    display: none;
}
.inside-wrapper {
    display: flex;
    flex-direction: column;
}
.nav-tabs-design ul li .second-links2 {
    background: transparent;
    height: 100px;
    width: 100%;
    border: none;
    border-radius: 0;
    text-align: start;
    padding: 0;
    border-bottom: 1px solid #dcdcdc;
}
.deisgn1 {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.deisgn1 img {
    margin-right: 16px;
}
.deisgn1 h5 {
    color: #081a55;
    font-size: 20px;
    font-family: "Brinnan-Bold";
    margin: 0;
}
.tab-headind-main h4 {
    font-family: "Montserrat-Bold";
    font-size: 21px;
    color: #081a55;
}
.tab-headind-main p {
    font-family: "Montserrat-Regular";
    font-size: 12px;
    color: #081a55;
}
.main-step-wizard {
    background: #eef7fb;
    border-radius: 20px;
    padding: 50px 40px;
}
.nex-prev-btn .btn {
    margin-left: -8px;
}
.flag-img {
    border-left: 1px solid #dcdcdc;
    padding-left: 60px;
    margin-left: 39px;
    justify-content: center;
    height: 30rem;
    display: flex;
    flex-direction: column;
}
.image {
    width: 300px;
}
.image input {
    background: transparent;
    border: none;
    width: 110%;
}
.image input::placeholder {
    color: #767b7d;
    font-size: 16px;
    font-family: "Poppins-Medium";
}
.nex-prev-btn .btn {
    background: #08a9e6;
    border: 0;
    padding: 10px 0px;
    margin-left: -4px;
    margin-top: -10px;
    border-radius: 4px;
    font-size: 16px;
    width: 185px;
}
.third-link {
    border-bottom: none;
}
.nex-prev-btn {
    margin-top: 30px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}
div#frames {
    text-align: center;
    margin-top: 39px;
}
input#fakeInput {
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 8px;
    display: block;
    padding: 11px 0;
    box-sizing: border-box;
    border: initial;
    height: 3em;
}

#fileinput {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

input#fakeInput {
    width: 112%;
    background-color: transparent;
    border-radius: 8px;
    display: block;
    /* padding: 11px 0; */
    box-sizing: border-box;
    border: initial;
    height: 0px;
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: scrolling-left2 10s linear infinite;
    animation: scrolling-left2 10s linear infinite;
    animation-delay: 10s;
}
.image {
    width: 300px;
    position: relative;
    overflow: hidden;
}
.form-group-checkbox {
    display: block;
    margin-bottom: 15px;
}

.form-group-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group-checkbox label {
    position: relative;
    cursor: pointer;
}

.form-group-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    background-image: transparent;
    border: 1px solid #272727;
    margin-right: 5px;
    border-radius: 4px;
    margin-top: 9px;
}
.form-group-checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 7px;
    width: 7px;
    height: 14px;
    border: solid #272727;
    border-width: 0px 3px 3px 0px;
    transform: rotate(45deg);
}

.new h5 {
    color: #808080;
    font-size: 14px;
    font-family: "Poppins-Regular";
    margin-left: 5px;
}
.new h5 a {
    color: #158fbc;
    font-size: 14px;
    font-family: "Poppins-Regular";
    margin-left: 5px;
}
.new form {
    display: flex;
    align-items: baseline;
    margin-top: 10px;
}
.controls {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}

div.table-title {
    display: block;
    margin: auto;
    max-width: 600px;
    padding: 5px;
    width: 100%;
}

.table-title h3 {
    color: #fafafa;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto", helvetica, arial, sans-serif;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

/*** Table Styles **/
.table-fill {
    background: transparent;
    border-radius: 3px;
    border-collapse: collapse;
    /* height: 244px; */
    margin: auto;
    max-width: 600px;
    padding: 5px;
    width: 100%;
    border: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
    border: 1px solid #c0cbda;
    margin-top: 10px;
    /* display: none; */
}

.table-fill th:first-child {
    border-top-left-radius: 3px;
}

.table-fill th:last-child {
    border-top-right-radius: 3px;
    border-right: none;
}

.table-fill tr {
    border-top: 1px solid #c1c3d1;
    border-bottom: 1px solid #c1c3d1;
    color: #666b85;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

.table-fill tr td:hover {
    background: #081a55;
    color: #ffffff;
    border-top: 1px solid #22262e;
    cursor: pointer;
}

.table-fill tr:first-child {
    border-top: none;
}
button.nav-link.second-links12 {
    display: none;
}

.table-fill tr:last-child {
    border-bottom: none;
}
.table-fill tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.table-fill tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.table-fill td {
    background: transparent;
    padding: 0px 20px;
    text-align: left;
    font-family: "Poppins-Light";
    vertical-align: middle;
    font-weight: 300;
    font-size: 16px;
    border-right: 1px solid #c1c3d1;
    color: #081a55;
}
.table-fill td i {
    margin-left: 10px;
}
.table-fill td:last-child {
    border-right: 0px;
}

.table-fill th.text-left {
    text-align: left;
}

.table-fill th.text-center {
    text-align: center;
}

.table-fill th.text-right {
    text-align: right;
}

.table-fill td.text-left {
    text-align: left;
}

.table-fill td.text-center {
    text-align: center;
}

.table-fill td.text-right {
    text-align: right;
}

/*Range style*/
#range-slider__range {
    appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}

/*Range black ⚫ thumb*/
#range-slider__range::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #2c3e50;
    cursor: pointer;
    transition: background 0.15s ease-in-out;
}

/*On hover change colour of black thumb into green 🟢 and scale size*/
#range-slider__range::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    background: #1abc9c;
}

#range-slider__range:active::-webkit-slider-thumb {
    transform: scale(1.1);
    background: #1abc9c;
}

/*Range current value*/
.range-wrapper label span {
    text-align: center;
    font-size: 15px;
    color: #000;
    background: #fff;
    height: 60p;
    padding: -1px 10px;
    padding: 5px 5px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    font-family: "Montserrat-Regular";
    width: 40px;
    height: 34px;
    text-align: start;
}
.range-wrapper label {
    display: flex;
    align-items: center;
    font-family: "Brinnan-Bold";
    justify-content: space-between;
    color: #081a55;
    font-size: 17px;
}
.range-wrapper label h6 {
    font-family: "Brinnan-Bold";
    color: #081a55;
    width: 100px;
    font-size: 17px;
}
input.range::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: rgb(8, 169, 230);
    background: radial-gradient(
        circle,
        rgba(8, 169, 230, 1) 31%,
        rgba(242, 244, 255, 1) 31%
    );
    cursor: pointer;
    transition: background 0.15s ease-in-out;
    position: relative;
    border: 2px solid #081a55;
    position: relative;
}

input.range::-webkit-slider-thumb::before {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 20px;
    height: 20px;
    border: 7px solid black;
    content: "";
    background-color: #1abc9c;
}
.range {
    appearance: none;
    width: calc(80% - (91px));
    height: 10px;
    border-radius: 5px;
    background: #f9f9f9;
    outline: none;
    padding: 0;
    margin: 0;
    /* position: relative; */
    border: 1px solid #dcdcdc;
}
.range-wrapper {
    margin: 12px 0 0 0;
}
.multi-slider input#exampleInputEmail1 {
    height: 70px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 10px 19px 30px 10px;
}
.multi-slider input#exampleInputEmail1::placeholder {
    font-family: "Poppins-SemiBold";
    color: #cccccc;
    font-size: 16px;
}
.select-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .color-picker {
    text-align: center;
} */
.multi-color-button {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
canvas#color_picker {
    width: 50px;
    height: 50px;
}

.select-wrapper select.form-select {
    width: 220px;
    border: 1px solid #cecece;
    width: 205px;
    font-size: 14px;
    color: #000000;
    border-radius: 0px;
    padding-left: 5px;
    font-family: "Roboto-Bold";
    background-color: #fff;
}
.select-wrapper1 {
    position: relative;
}
.select-wrapper1:after {
    content: "";
    width: 0px;
    height: 35px;
    border-left: 2px solid #cecece;
    position: absolute;
    right: 38px;
    top: 1px;
    pointer-events: none;
}
.select-wrapper h6 {
    font-family: "Brinnan-Bold";
    color: #081a55;
    width: 100px;
    font-size: 17px;
}
.select-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0;
}
.btn {
    font-size: 11px;
    color: #fff;
    padding: 10px 7px;
    transition: all 0.4s ease-in-out;
    background-color: #081a55;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Montserrat-Regular";
}
.justify button img {
    height: 39px;
}
.justify button {
    border: none;
    margin-left: 10px;
}
.select-wrapper2 {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.select-wrapper2 h6 {
    font-family: "Brinnan-Bold";
    color: #081a55;
    font-size: 17px;
}
.red {
    background-color: #ff0000;
}

.orange {
    background-color: #ffa500;
}

.yellow {
    background-color: #ffff00;
}

.green {
    background-color: #008000;
}

.blue {
    background-color: #0000ff;
}

.purple {
    background-color: #800080;
}

.grey {
    background-color: #808080;
}

.white {
    background-color: #ffffff;
}
.bGButton button {
    width: 40px;
    height: 39px;
    border: none;
    border-radius: 6px;
    margin-left: 4px;
}
.main-wrapper .color-wrapper img {
    border-radius: 0px;
    border: 1px solid black;
    width: 113px;
    height: 101px;
    margin: 10px 3px;
}
.deisgn1 .image p {
    font-family: "poppins-Medium";
    font-size: 14px;
    color: #747a7d;
    z-index: 1;
}
.color-picker-plus-color {
    /* display: flex; */
    align-items: end;
    justify-content: space-between;
    /* line-height: 3; */
}
.main-wrapper {
    margin-right: 0;
    /* padding: 20px; */
    position: relative;
    height: -webkit-fill-available;
    height: -ms-fill-available;
    height: fill-available;
    height: -moz-fill-available;
    overflow: scroll;
    height: unset;
    scroll-behavior: smooth;
    margin-top: 10px;
    width: 100%;
    overflow-x: hidden;
    height: 240px;
}
.color-wrapper {
    display: flex;
}
.select-wrapper .color-wrapper {
    gap: 0px;
    margin-left: 30px;
}
.main-wrapper {
    scrollbar-width: auto;
    scrollbar-color: #08a9e6 #ffffff;
}

.main-wrapper::-webkit-scrollbar {
    width: 16px;
}

.main-wrapper::-webkit-scrollbar-track {
    background: #ffffff;
}

.main-wrapper::-webkit-scrollbar-thumb {
    background-color: #08a9e6;
    border-radius: 10px;
    border: 3px solid #ffffff;
}
.canvas-container canvas#canvas {
    width: 100% !important;
}
.bGButton {
    display: inline-block;
    align-items: center;
    justify-content: start;
    width: 100%;
    margin-bottom: 20px;
}
/* div#toolBox {
    height: 58vh !important;
} */
/* .color-picker.color-picker12 {
    text-align: start;
} */
.Banner-Preview h6 {
    font-size: 14px;
    font-family: "poppins-Medium";
    color: #73797d;
}
.Banner-Preview h4 {
    font-size: 20px;
    font-family: "Brinnan-Bold";
}
.Banner-Preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.art-wrapper {
    width: 110px;
    margin: 20px 0px;
}
button#pills-final-tab {
    display: none;
}

.nav-link-final {
    background: #08a9e6;
    border: 0;
    padding: 10px 34px;
    margin-right: 10px;
    margin-top: 20px;
    border-radius: 4px;
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 40px;
    margin: 0;
    font-size: 16px;
    color: #fff;
    padding: 8px 18px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    font-family: "Montserrat-Regular";
}
.nav-link-final span {
    margin-left: 10px;
}
.flexwrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-link-final .deisgn h5 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    padding: 8px 7px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    font-family: "Montserrat-Regular";
}
.img-modal-wrapper {
    text-align: center;
}
.img-modal-wrapper img.img-fluid {
    /* width: 200px;
    height: 200px; */
    object-fit: fill;
}
@keyframes scrolling-left1 {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-50%);
    }
}
@keyframes scrolling-left2 {
    0% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes scrolling-left1 {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-50%);
    }
}
@-webkit-keyframes scrolling-left2 {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-50%);
    }
}
@media (max-width: 1367px) {
    .btn {
        font-size: 8px;
    }
    .flag-img {
        border-left: 1px solid #dcdcdc;
        padding-left: 30px;
        /* margin-left: 99px; */
    }
    /* .main-wrapper {
        height: 71%;
    } */
    .select-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: start;
        margin: 12px 0;
        flex-direction: column;
        gap: 0;
    }
    .color-wrapper.second-color-picker .color-picker label {
        width: 55px;
    }

    .color-picker.second-color-picker {
        /* text-align: start; */
        display: flex;
        align-items: start;
        justify-content: center;
        margin-top: 10px;
        gap: 0px;
        flex-direction: column;
    }
    .color-wrapper.second-color-picker .color-picker {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .color-wrapper.second-color-picker {
        margin: 0;
        margin-top: 10px;
    }
    canvas#canvas {
        width: 584px !important;
    }
    /* div#toolBox {
        height: 59vh !important;
    } */
    .nex-prev-btn .btn {
        width: 148px;
        font-size: 13px;
    }
    .justify button img {
        height: 35px;
    }
    .select-wrapper h6 {
        font-size: 13px;
    }
    .select-wrapper2 h6 {
        font-size: 14px;
    }
    .tab-headind-main h4 {
        /* font-family: "Montserrat-SemiBold"; */
        font-size: 25px;
        color: #081a55;
    }
    .tab-headind-main p {
        font-family: "Montserrat-Regular";
        font-size: 14px;
        color: #081a55;
    }
    .table-fill td {
        font-size: 14px;
    }
    .bGButton button {
        width: 36px;
        height: 37px;
        border: none;
        border-radius: 6px;
        margin-left: 4px;
    }
    .main-wrapper .color-wrapper img {
        border-radius: 0px;
        border: 1px solid black;
        width: 130px;
        height: 75px;
        margin: 10px 3px;
        /* object-fit: cover; */
    }
    .bGButton {
        display: inline-block;
        align-items: center;
        justify-content: start;
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (min-width: 950px) and (max-width: 1024px) {
    canvas#canvas {
        width: 492px !important;
    }
    .tab-headind-main h4 {
        /* font-family: "Montserrat-SemiBold"; */
        font-size: 20px;
        color: #081a55;
    }
    .main-wrapper {
        height: 275px;
    }
    .color-picker.color-picker12 {
        text-align: start;
        margin-left: 2px;
    }
    .flag-img {
        border-left: 1px solid #dcdcdc;
        padding-left: 10px;
        margin-left: 29px;
    }
    .nex-prev-btn .btn {
        background: #08a9e6;
        border: 0;
        padding: 10px 20px;
        margin-left: -4px;
        margin-top: -10px;
        border-radius: 4px;
        font-size: 11px;
        /* width: 185px; */
    }
    .nex-prev-btn {
        margin-top: 30px;
        margin-right: 27px;
        display: flex;
        align-items: end;
        gap: 10px;
        justify-content: end;
    }
}

@media (max-width: 990px) {
    .main-step-wizard {
        height: unset;
    }
    .flag-img {
        border-left: 0;
        height: unset;
    }
    .bGButton {
        display: flex;
        align-items: center;
        justify-content: start;
        width: 100%;
        margin-bottom: 20px;
    }
    .img-design {
        width: 100%;
    }
    .img-design li.nav-item {
        width: 25%;
    }
    .img-design li.nav-item button.nav-link {
        width: 100%;
    }
    .img-design .deisgn h5 {
        font-size: 10px;
    }
    .img-design {
        padding-top: 23px;
    }
    .flag-img {
        border: 0;
        padding: 0;
        margin: 50px 0 0px 0px;
        height: unset;
    }
    .main-step-wizard {
        background: #eef7fb;
        border-radius: 20px;
        padding: 40px 20px;
        height: unset;
        margin-bottom: 40px;
    }
    /* div#toolBox {
        height: 44vh !important;
    } */
    .nex-prev-btn {
        margin-top: 30px;
        margin-left: 38px;
    }
    section.tabs-design-sec {
        padding: 130px 0 0 0;
    }
    .tab-headind-main {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .select-wrapper {
        display: flex;
        justify-content: start;
        align-items: start;
        margin: 12px 0;
        gap: 0;
    }
    canvas#canvas {
        width: 100% !important;
        position: relative !important;
        margin-top: 0px;
    }
}
@media (max-width: 575px) {
    .img-design {
        width: 100%;
    }
    .bGButton {
        justify-content: start;
    }
    .nex-prev-btn .btn {
        width: 150px;
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .color-picker-plus-color .select-wrapper .color-picker.color-picker12 {
        width: 100%;
    }
    .select-wrapper .color-wrapper {
        gap: 20px;
        margin: 0;
    }
    .img-design li.nav-item {
        width: 25%;
    }
    .img-design li.nav-item button.nav-link {
        width: 100%;
    }
    .img-design .deisgn h5 {
        font-size: 10px;
    }
    .img-design {
        padding-top: 23px;
    }
    .color-picker-plus-color .select-wrapper {
        display: block;
    }
    .color-picker-plus-color .color-picker {
        text-align: start;
    }
    .flag-img {
        border: 0;
        padding: 0;
        margin: 50px 0 0 0;
        height: unset;
    }
    .main-step-wizard {
        background: #eef7fb;
        border-radius: 20px;
        padding: 40px 20px;
        height: unset;
    }
    /* div#toolBox {
        height: unset;
        margin-top: 10px;
        padding-top: 0px;
    } */
    .nex-prev-btn {
        margin-top: 30px;
        margin-left: 20px;
        width: 100%;
        display: inline-block;
    }
    section.tabs-design-sec {
        padding: 130px 0 0 0;
    }
    .color-picker {
        text-align: center;
    }
    .tab-headind-main {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .select-wrapper {
        gap: 0px;
        justify-content: space-around;
        display: flex;
        align-items: start;
        gap: 10px;
    }
    canvas#canvas {
        width: 100% !important;
        position: relative !important;
        margin-top: 0px;
    }
    /* .main-wrapper {
        height: 55%;
    } */
    .tab-headind-main .color-picker {
        text-align: start;
        padding-left: 2px;
    }
}
@media (min-width: 520px) and (max-width: 541px) {
    .nex-prev-btn {
        margin-top: 30px;
        margin-left: 33px;
        width: 90%;
    }
}

@media (max-width: 376px) {
    .flag-img {
        border: 0;
        padding: 0;
        margin: 38px 0px 0 0;
        height: unset;
    }
    /* .main-wrapper {
        height: 68%;
    } */
    .select-wrapper .color-wrapper {
        gap: 0px;
    }
    button,
    input,
    optgroup,
    select,
    textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        width: 37px;
    }
    .color-picker {
        text-align: left;
        padding-left: 5px;
    }
}
@media (max-width: 281px) {
    .img-design .deisgn h5 {
        font-size: 9px;
    }
    .deisgn img.img-fluid {
        width: 50px;
        height: 50px;
        object-fit: scale-down;
    }
    .img-design li.nav-item button.nav-link {
        padding: 0;
    }
    .image input::placeholder {
        color: #767b7d;
        font-size: 13px;
        font-family: "Poppins-Medium";
        overflow-y: hidden;
    }
    .image {
        width: 100%;
    }
    .deisgn1 {
        display: flex;
        align-items: start;
        margin-top: 20px;
    }
    .tab-headind-main h4 {
        /* font-family: "Montserrat-SemiBold"; */
        font-size: 23px;
        color: #081a55;
    }
    .deisgn1 .image p {
        font-size: 12px;
    }
    .bGButton {
        display: inline-block;
        justify-content: start;
    }
    .color-picker-plus-color .color-picker {
        width: 100%;
        text-align: start;
    }
    .main-wrapper .color-wrapper img {
        border-radius: 0px;
        border: 1px solid black;
        width: 130px;
        height: 45px;
        margin: 10px 3px;
        /* object-fit: cover; */
    }

    .deisgn1 h5 {
        font-size: 17px;
    }
    section.tabs-design-sec .nex-prev-btn {
        margin-top: 30px;
        margin-left: 5px;
        display: flex;
        flex-direction: column;
    }
    .table-fill .table-fill td {
        padding: 0px 8px !important;
        font-size: 13px !important;
    }
    .nex-prev-btn {
        gap: 0px;
    }
}
