@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

* {
    font-family: 'Montserrat', sans-serif !important;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free" !important;
}

.show-desktop {
    display: none !important;
}

.show-mobile {
    display: none !important;
}

@media (min-width:768px) {
    .show-desktop {
        display: block !important;
    }
}

@media (max-width:767px) {
    .show-mobile {
        display: block !important;
    }
}

/* ==========================================================================
   #MAIN CONTENT
   ========================================================================== */
.main {
    position: absolute;
    left: 0px;
    top: 56px;
    width: 100%;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 !important;
}

.main.search,
.main.tab {
    top: 104px;
}

.main.bottom {
    bottom: 56px;
}

.main.tab-with-search {
    top: 148px;
}

.header-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.bottom-fixed {
    position: absolute;
    bottom: 0px;
    height: 56px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    background-color: #fafafa;
    width: 100%;
    padding: 10px;
}

.bottom-fixed button {
    width: 100%;
}

/* ==========================================================================
   #CUSTOM FIXED NAVBAR
   ========================================================================== */

.custom-nav-fixed {
    background-color: #fff;
    position: absolute;
    top: 0;
    padding: 0 16px;
    color: #000;
    z-index: 997;
    width: 100%;
    overflow: hidden;
    height: 56px;
    display: flex;
    box-shadow: 0px 0px 4px 2px #d4d4d4;
}

.custom-nav-fixed * {
    color: #000;
}

.custom-nav-fixed .left-content {
    /* width: 10%; */
    flex: 1;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    flex-direction: inherit;
}

.custom-nav-fixed .left-content .nav-brand {
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #ff6d00;
}

.custom-nav-fixed .middle-content {
    flex: 1;
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.custom-nav-fixed .right-content {
    flex: 1;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    flex-direction: initial;
}

.custom-nav-fixed .right-content a {
    margin-left: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: initial;
}

@media (max-width:767px) {
    .custom-nav-fixed .right-content a {
        display: flex !important;
    }
}

.custom-nav-fixed .right-content a.left {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    margin-left: 15px;
}

.custom-nav-fixed a {
    color: #ffffff;
    cursor: pointer;
}

.custom-nav-fixed a i {
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
}

.custom-nav-fixed a img {
    width: 18px;
    height: 18px;
}

.custom-nav-fixed .nav-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.custom-nav-fixed .nav-title span {
    font-size: 12px;
    font-weight: 400;
}

/* ==========================================================================
   #FONTSIZE
   ========================================================================== */
.font-22-20 {
    font-size: 22px !important;
}

.font-20-18 {
    font-size: 20px !important;
}

.font-18-16 {
    font-size: 18px !important;
}

.font-16-14 {
    font-size: 16px !important;
}

.font-14-12 {
    font-size: 14px !important;
}

.font-12-11 {
    font-size: 12px !important;
}

.font-13-12 {
    font-size: 13px !important;
}

.f-700 {
    font-weight: 700;
}

.f-500 {
    font-weight: 500;
}

.f-300 {
    font-weight: 300;
}

.f-400 {
    font-weight: 400;
}


.mycard {
    /* background-color: #fff;
    margin: 1% 0 2%;
    padding: 2%;
    box-shadow: 0 0 5px rgba(73, 68, 68, .6); */
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0px 0px 4px 2px #d9d9d9;
    margin-bottom: 18px;
    border-radius: 8px;
}

.cuBall {
    margin: 5px 0;
}

.tabsss li a {
    white-space: nowrap;
}

.fl-r {
    float: right;
    margin-right: -58px;
    /*margin-top: 80px;*/
}


.butt {
    width: 307px;
    margin-top: 15px;
    ;
    height: 45px;
}

.colom {
    width: 95%;
}

.table_text {
    padding-top: 16px !important;
}

.mt_table tbody tr td {
    padding: 10px !important;
}

.matchstart {
    display: none;
}

.fullbody {
    width: 75%;
    float: left;
    height: calc(100vh - 115px);
    overflow-y: auto;
}

/* .score { */
/* overflow-x: hidden;
    white-space: nowrap;
   // height: 45px;
    overflow: hidden;
}

.matchstatus {
    display: none;
}

.panel-body {
    padding: 30px !important;
}

.witype {
    margin-left: 16px;
}


/* Section One*/

th {
    background: #f3f3f3;
}

table {
    border-collapse: collapse;
    /* border: 1px solid #cdcdcd; */
    font: normal 12px arial;
    width: 100%;
}

td,
th {
    /* border: 1px solid #cdcdcd; */
    padding: 6px 10px;
}


/* Section two*/

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    .tablefont {
        font-size: 14px;
    }

    .row {
        /*margin-right: 19px;*/
        /*margin-left: 8px;*/
        padding: 8px;
        padding: 8px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .tabsss {
        gap: 20px;
        overflow-y: -webkit-paged-x;
    }

    */ .hader {
        width: 100%;
    }

    .butt {
        width: -webkit-fill-available;
    }

    .id h3 {
        font-size: 20px;
        text-align: center;
    }

    .date {
        text-align: center;
    }

    .matchstart {
        text-align: center;
        width: auto !important;

        display: inline-block;
    }

    /* 
        // .matchstartpc {
        //     display: none;
        //} */


    .footer {
        margin-top: 550px;
    }

    .center {
        margin-left: auto;
        margin-right: auto;
    }

    .collapsed {
        height: 35px;
        /* padding: 5px; */
        color: #f1714a;
    }

    .fullbody {
        width: 100%;
    }

    /* 
    .score {
        overflow-x: hidden;
        white-space: nowrap;
        //height: 55px;
        overflow: auto;
    } */

    .matchstatus {
        display: block;
        position: relative;
        float: right;
        /*padding: 9px 10px;*/
        margin-top: -10px;
        margin-right: 30px;
        /*margin-bottom: 8px;*/
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .matchstatus h3 {
        font-size: 14px;
        margin-top: 28px;
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: unset;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar {
        box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
        background: #fff;
        min-height: 56px !important;
    }

    .navbar li a {
        padding: 10px 15px;
    }

    .navbar li:hover {
        background-color: #fff;
    }

    .scoreboard-tabs li {
        flex: 1;
        text-align: center;
    }

    .mobileid {
        display: none;
    }

    .card_header {
        overflow: auto;
    }

    .fl-r {
        float: left;
        width: -webkit-fill-available;
    }

    .panel-body {
        padding: 0px !important;
        /* margin-top: 24px; */
    }

    .witype {
        margin-left: 0px;
    }
}

.desktop-card {
    display: block;
}


/* 
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    .custom-text-right {
        text-align: right;
    }
}

@media (min-width: 767px) {
    .mobile-card {
        display: none;
    }
}


/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {}


/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {}


/* 
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}


/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .custom-cols {
        padding: 0px !important;
    }

    .mobile-card {
        display: block;
    }

    .custom-text-right {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .desktop-card {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .qty {
        width: 50px !important;
    }

    .custom-cols {
        padding: 0px !important;
    }

    .custom-text-right {
        text-align: center;
    }

    .mobile-card {
        display: block;
    }
}

.nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    /* //display: -webkit-box;
        //display: -moz-box; */

    display: flex;
}

.nav-tabs>li {
    float: none;
    flex: 1;
    text-align: center;
}

.modal-header .close {
    position: absolute;
    right: 3%;
    top: 0%;
    font-size: 30px;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

span {
    cursor: pointer;
}

.number {
    margin: 100px;
}

.minus,
.plus {
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.custom-numbers input {
    height: 34px;
    width: 80px;
    text-align: center;
    font-size: 26px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.form-control {
    border: unset;
    border-bottom: 1px solid #ccc;
    box-shadow: unset !important;
    border-radius: unset !important;
    text-align: center;
}

.form-control:focus {
    outline: unset !important;
}

.nav-tabs-custom {
    display: flex;
}

.nav-tabs-custom li {
    display: inline-block !important;
}

.tab-content {
    padding: 10px;
}

.tab-content .action-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.4rem;
    gap: 15px;
}

.custom-td {
    border: unset;
    border-top: unset;
}

.custom-firstTable td {
    border-top: unset !important;
}

.commentary-custom-table th {
    background: lightgray;
    color: #444242;
    font-weight: 300 !important;
}

.color-normal {
    color: black;
    border: 1px solid #999;
    width: 20px;
    font-size: 9px;
    text-align: center;
    border-radius: 50%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.color-blue {
    color: #fff;
    background: #2f37f1;
    font-size: 9px;
    border: 1px solid #2f37f1;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.color-red {
    color: #fff;
    background: #f12f2f;
    font-size: 9px;
    border: 1px solid #f12f2f;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

span {
    cursor: pointer;
}

.number {
    margin: 100px;
}

.qty-minus,
.qty-plus {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    border: 1px solid #655a5a;
    font-size: 16px;
    display: flex;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.qty {
    height: 34px;
    width: 100px;
    text-align: center;
    font-size: 16px;
    border: unset;
    font-weight: 300;
    border-bottom: unset;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

label {
    font-weight: 100 !important;
    margin-bottom: unset;
}

.custom-modal {
    padding-right: unset !important;
}

.custom-modal .modal-dialog {
    margin: unset;
}

.custom-modal .modal-content {
    border-radius: unset !important;
    box-shadow: unset !important;
    height: 100vh;
}

.modal-backdrop.in {
    opacity: unset !important;
    background: #0000006b;
}


/* only demo styles */

body {
    font-family: Raleway;
}


/* end only demo styles */

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}

.checkbox-custom+.checkbox-custom-label:before,
.radio-custom+.radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: rebeccapurple;
    color: #fff;
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked+.radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
}

.checkbox-custom:focus+.checkbox-custom-label,
.radio-custom:focus+.radio-custom-label {
    outline: 1px solid #ddd;
    /* focus style */
}

.custom-control-panel {
    /* position: fixed; */
    /* width: 95%; */
}

.plusMinusCounter {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hover-board {
    margin: unset !important;
}

.table>tbody>tr>td {
    padding: 4px;
}

.table {
    margin-bottom: 0px;
}

.label {
    padding: unset !important;
}

.custom-modal-border {
    border-bottom: 1px solid #cdcdcd;
}

.panel {
    margin-bottom: unset !important;
}

.modal-title {
    font-weight: 700;
    font-family: sans-serif;
}

.table-scroll {
    position: relative;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
    /* border: 1px solid #cdcdcd; */
}

.table-wrap {
    width: 100%;
    overflow: auto;
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.table-scroll thead,
.table-scroll tfoot {
    background: #f9f9f9;
}

.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

.matchStartheading {
    font-size: 16px;
    color: #5a5555;
    font-weight: 600;
    margin-bottom: 0px;
}

.custom-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 10px;
}

.custom-flex1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 8px;
}

.matchstartCols .row {
    min-height: 52px;
    border-bottom: 1px solid #cdcdcd;
}

.panel-heading,
.modal-footer {
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: unset;
    height: 52px;
    justify-content: center;
    display: flex;
    box-shadow: 0 2px 6px #0000017a;
}

.modal-footer {
    position: unset;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.modal-footer a {
    width: 100%;
}

.modal-footer a:first-child {
    background-color: transparent;
    color: #2e6da4;
    border-color: #2e6da4;
}

.modal-footer a:last-child {
    background-color: #2e6da4;
    color: #fff;
    border-color: #2e6da4;
}

.left-button {
    border-right: 1px solid transparent;
}

.left-button,
.right-button {
    background-color: #fff;
    border-top: unset;
    border-bottom: unset;
    border-left: unset;
    color: #eb652b;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.right-button {
    border-left: 1px solid #0000015e;
}

.modal-footer button {
    font-size: 20px;
    width: 100%;
}

.custom-span {
    font-weight: 400;
    font-size: 12px;
    color: #767272;
}

.custom-hr {
    border-top: 1px solid #cdcdcd;
    margin: 10px auto;
    max-width: 90%;
    margin-top: unset;
    margin-bottom: unset;
}

.custom-toss {
    font-size: 16px;
    color: #080808;
    /* border-bottom: 1px solid #e1e5ee; */
    margin-bottom: unset;
    padding: 8px 16px;
    text-transform: uppercase;
    font-weight: 700;
    min-height: 56px;
    display: flex;
    align-items: center;
}

.nav-tabs {
    padding-top: unset !important;
}

.custom-nav-bar-heder {
    color: #eb652b;
    font-size: 18px;
}

.custom-teams-span {
    font-weight: 500;
    color: #61625e;
}


/* 
.affix {
    top: 60px;
    width: 100%;
    z-index: 9999 !important;
    background-color: #fff;
}

.custom-tab-content {
    position: relative;
    top: 88px;
}

.fixed-side {
    font-size: 16px;
    font-weight: 300;
} */

.custom-buttons {
    color: #fff !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

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

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

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

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

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

.p-4 {
    padding: 1.5rem !important;
}

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

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px !important;
    line-height: 1.5;
    border-radius: 3px;
}