.commission-edit joomla-tab[view=tabs]>div[role=tablist],
.commission-edit joomla-tab[view=accordion]>button {
    display: none; /*to hide add commission tab bar*/
}
/* Commission Buttons */
.subform-repeatable-group {
    background:#ddd;
    padding:20px;
    border-radius:10px;
    box-shadow:1px 1px 5px #eee;
    margin-top:10px;
}
.subform-repeatable-group .btn-toolbar button{
    margin:0 10px 10px 0;
}
.subform-repeatable-group .group-add,.subform-repeatable-group .group-remove,.subform-repeatable-group .group-move{
    border-radius: .375rem !important;
    height:35px;
    width:35px;
    background:#555 !important;
    border:2px solid #555 !important;
    transition:0.5s;
}
.subform-repeatable-group .group-add:hover,.subform-repeatable-group .group-remove:hover,.subform-repeatable-group .group-move:hover{
    background:#222 !important;
    border:2px solid #222 !important;
    box-shadow:none !important;
    color:rgb(255 255 255 / 70%) !important;
}
.subform-repeatable-wrapper .group-add{
    border-radius: .375rem !important;
    height:35px;
    width:35px;
    background:#555 !important;
    border:2px solid #555 !important;
    transition:0.5s;
    padding: 0;
}
.subform-repeatable-wrapper .group-remove{
    padding: 0;
}
.subform-repeatable-wrapper .group-move{
    padding: 0;
}
.subform-repeatable-wrapper .group-add:hover{
    background:#222 !important;
    border:2px solid #222 !important;
    box-shadow:none !important;
    color:rgb(255 255 255 / 70%) !important;
}
button#jform_booking_date_btn {
    border-radius: 0;
}

button#jform_signing_date_btn {
    border-radius:0;
}
a.btn.btn-outline-primary {
    font-family:'Montserrat' !important;
    background:#555;
    color:#fff;
    border:2px solid #555;
    font-weight:500;
    font-size: 14px;
}
a.btn.btn-outline-primary:hover, a.btn.btn-outline-primary:focus{
    background:none;
    color:#555;
    border:2px solid #555;
    font-weight:500;
    transform:none;
}
.view-commission a.btn.btn-outline-primary {
    font-family:'Montserrat' !important;
    background:#011b8c;
    color:#fff;
    border:2px solid #011b8c;
    font-weight:500;
    font-size: 14px;
}
.view-commission a.btn.btn-outline-primary:hover, .view-commission a.btn.btn-outline-primary:focus{
    background:none;
    color:#ffffff;
    border:2px solid #ffffff;
    font-weight:500;
    transform:none;
}
.form-horizontal .controls .btn-primary{
    font-family:'Montserrat' !important;
    background:#04093c !important;
    color:#fff !important;
    border:2px solid #04093c !important;
    font-weight:500 !important;
    font-size:14px !important;
}
.form-horizontal .controls .btn-primary:hover,.form-horizontal .controls .btn-primary:focus{
    background:none !important;
    color:#04093c !important;
    border:2px solid #04093c;
}
.form-horizontal .controls .btn-danger{
    text-transform:uppercase;
    font-family:'Montserrat' !important;
    font-weight:500 !important;
    font-size:14px !important;
    transition:0.5s;
    border: 2px solid #dc3545;
}
.form-horizontal .controls .btn-danger:hover, .form-horizontal .controls .btn-danger:hover{
    background:none !important;
    color:#dc3545!important;
}
.commission-edit .form-horizontal .controls .btn-primary {
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 5px !important;
    background: #36ab03 !important;
    padding: 10px 15px;
}
.commission-edit .form-horizontal .controls .btn-danger {
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 5px !important;
    padding: 10px 15px;
    background: #e30000 !important;
    transform:translate(5px, 0.5px);
}
.commission-edit .form-horizontal .controls .btn-danger:hover, .commission-edit .form-horizontal .controls .btn-danger:focus {
    color: #000 !important;
}
#form-commission .fileButton{
    font-family:'Montserrat' !important;
    background:#555 !important;
    color:#fff !important;
    border:2px solid #555 !important;
    font-weight:500 !important;
    font-size:14px !important;
    transition:0.5s;
}
#form-commission .fileButton:hover, #form-commission .fileButton:hover{
    background:#222 !important;
    border:2px solid #222 !important;
    color:rgb(255 255 255 / 70%) !important;
}

table#commissionList{
    table-layout:auto;
    width: 1600px;
    margin-top:15px;
}
table#awardrecordList{
    table-layout:auto;
    width: 100%;
    margin-top:15px;
}
table#commissionList tbody, table#awardrecordList tbody{
    background: #eaeaea;
}
@media (min-width:1700px){
    table#commissionList, table#awardrecordList {
        width:100%;
    }
}

table#commissionList thead, table#awardrecordList thead {
    background:#fff;
}
table#commissionList u, table#awardrecordList u {
    text-decoration: none;
    font-weight: 700;
}
table#commissionList thead th,
table#commissionList thead a, 
table#awardrecordList thead th,
table#awardrecordList thead a{
    color: #000000;
    text-align:center;
    vertical-align: middle;
    font-size:13px;
}
table#commissionList thead th, table#awardrecordList thead th{
    border:1px solid #C3C3C3;
}
table#commissionList tbody td, table#awardrecordList tbody td{
    vertical-align: middle;
    border:1px solid #C3C3C3;
    color:#000;
    font-weight: 600;
    font-size:13px;
}
table#commissionList tbody td a, table#awardrecordList tbody td a{
    color:#000;
    font-weight:700;
    font-size: 12px;
}
table#commissionList tbody td a:hover, table#awardrecordList tbody td a:hover{
    color:#777;
}
table#commissionList thead tr th:first-child{
    width: 2%;
}
table#commissionList thead tr th:nth-child(2){
    width: 8%;
}
table#commissionList thead tr th:nth-child(3){
    width: 3%;
}
table#commissionList thead tr th:nth-child(4){
    width:10%;
}
table#commissionList thead tr th:nth-child(5){
    width: 6%;
}
table#commissionList thead tr th:nth-child(6){
    width: 6%;
}
table#commissionList thead tr th:nth-child(7){
    width: 6%;
}
table#commissionList thead tr th:nth-child(8){
    width: 4%;
}
table#commissionList thead tr th:nth-child(9){
    width: 7%;
}
table#commissionList thead tr th:nth-child(10){
    width: 7%;
}
table#commissionList thead tr th:nth-child(11){
    width: 7%;
}
table#commissionList thead tr th:nth-child(12){
    width: 7%;
}
table#commissionList thead tr th:nth-child(13){
    width:7%;
}
table#commissionList thead tr th:nth-child(14){
    width:7%;
}
table#commissionList thead tr th:nth-child(15){
    width:7%;
}
table#commissionList thead tr th:nth-child(16){
    width:6%;
}
table#awardrecordList thead tr th:first-child{
    
}
table#commissionList tfoot tr td, table#awardrecordList tfoot tr td{
    padding: 0 !important;
}

table#commissionList tr td{
    text-align:left;
}
com_dt_sub_commission .table-responsive::-webkit-scrollbar-thumb,
.dashboard-panel-body .table-responsive::-webkit-scrollbar-thumb{
    border-radius:0 !important;
    background-color: rgb(2 75 176 / 25%); /* color of the scroll thumb */
}
com_dt_sub_commission .table-responsive::-webkit-scrollbar-track,
.dashboard-panel-body .table-responsive::-webkit-scrollbar-track{
    background: rgb(255 255 255 / 80%);
}


.view-commissions .table-responsive,
.view-commission .table-responsive,
.view-awardrecords .table-responsive{
    scrollbar-color: rgb(255 255 255 / 40%) rgb(255 255 255 / 20%);
    scrollbar-width: auto;
}
/* Commission Details */
.view-commission .item_fields table.table {
    /* overflow-x: auto; */
    -webkit-overflow-scrolling: touch;
    /* display: block !important; */
    color: #000000;
    table-layout: auto;
    background: rgb(255 255 255 / 70%);
    border-radius: 8px;
}
.view-commission .item_fields table.table tr:nth-child(odd) {
    background: rgb(255 255 255 / 10%);
}
.view-commission .item_fields table.table tr th, .view-commission .item_fields table.table tr td {
    border: 0;
    padding: 12px;
}
@media (max-width: 767px) {
    .view-commission .item_fields {
    overflow-x: scroll;
    scrollbar-color: rgb(255 255 255 / 40%) rgb(255 255 255 / 20%);
    scrollbar-width: thin;
    margin-bottom: 15px;
    }
    .view-commission .item_fields table.table{
       overflow-x: auto;
       width: 1000px;
    }
}
.agent-commission-table td {
    padding: 10px;
}
.agent-commission-table th {
    padding: 10px;
    background:rgb(17 19 68 / 10%);
}
.agent-commission-table tr:nth-child(2n){
    background:rgb(255 255 255 / 50%);
}
.form-horizontal .controls {
    margin-left: 0;
    margin-top: 20px;
}
.view-commission div#commissionButton button, .view-commission div#commissionButton a {
    padding: 10px 15px;
    line-height: 1;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 5px !important;
}
.view-commission div#commissionButton button.js-stools-btn-approved {
    background: #36ab03 !important;
    color: #fff !important;
}
.view-commission div#commissionButton button.js-stools-btn-rejected {
    background: #e30000 !important;
    color: #fff !important;
    transform:translate(0.5px, 0.5px);
}
.view-commission div#commissionButton a {
    background: #33425f;
    color: #fff;
}
.view-commission .table a {
    color: #198754;
}
.view-commissionform input[readonly] {
    background: #f4f4f4;
}
/* Commission */
.view-awardrecords #sp-component h1,
.view-leaderprogresses #sp-component h1{
    font-family: 'Inter', sans-serif;
    font-weight:800;
    color: #3F3F3F;
    font-size:32px;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .view-awardrecords #sp-component h1, .view-commissions #sp-component h1, .view-commission #sp-component h1, .view-commissionform #sp-component h1 {
        font-size: 26px !important;
    }
}
#list_fullordering_chosen {
    display: none !important;
}
#list_fullordering{
    display: none !important;
}
#list_limit_chosen {
    display: none !important;
}
#list_limit{
    display: none !important;
}
.row.commission-row{
    margin-bottom:30px;
}
.js-stools-btn-filter {margin-right: 0;}
.js-stools-btn-clear {margin-right: 0;}
.view-commissions .container .total-commission-col {
    background: rgb(255 255 255 / 40%);
    border-radius: 10px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
    height: 100%;
    padding: 20px;
    position:relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
@media (max-width: 991px) {
    .view-commissions .container .total-commission-col:before { width: 80px; height: 80px; }
}
.view-commissions .container .total-commission-col span{
    color: #8e8f8f;
    font-size:14px;
    font-weight: 700;
    padding-bottom: 10px;
}
.view-commissions .container .total-commission-col span.comission-leader-title{
    padding-top: 50px;
}
.view-commissions .container .total-commission-col p{
    margin-bottom:0 !important;
    color: #333333;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
}
.view-commissions .container .total-commission-col p.comission-leader-value{
    font-size:32px;
}
.view-commissions .container .pending-commission-col {
    background: rgb(255 255 255 / 40%);
    border-radius: 10px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
    padding: 20px;
    margin-bottom: 30px;
    line-height: 1.3;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    color: #333;
    font-weight:700;
}
.view-commissions .container .pending-commission-col span{
    text-transform: capitalize;
    font-size:14px;
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
    color: #878787;
}
.view-commissions .container .accept-commission-col {
    background:rgb(255 255 255 / 40%);
    border-radius: 10px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
    padding: 20px;
    /* margin-bottom: 30px; */
    line-height: 1.3;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    color: #333;
    font-weight:700;
}
.view-commissions .container .accept-commission-col span{
    text-transform: capitalize;
    font-size:14px;
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
    color: #888888;
}
.other-commission-col p {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1;
}
.upline-commission {
    padding: 20px;
    margin-top: 0px;
    border-radius:10px;
    color: #333333;
    line-height: 1.2;
    box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
    font-family: 'inter';
    font-weight: 700;
}
.rm-commission-col .upline-commission{
    background: rgb(208 231 254);
}
.avp-commission-col .upline-commission{
    background: rgb(226 246 239);
}
.svp-commission-col .upline-commission{
    background: rgb(234 227 217);
}
.evp-commission-col .upline-commission{
    background: rgb(238 220 223);
}
.col-md-12.evp-commission-col .upline-commission{
    background: rgb(255 255 255 / 40%);
}
.upline-commission span{
    font-size:14px;
    margin-bottom: 5px;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    color: #888;
}
.upline-commission p{
    font-size:20px;
    text-transform:uppercase;
    margin-bottom:0;
}

.js-stools-container-bar {
    padding: 10px 0px;
}

.js-stools-container-bar .btn-toolbar {
    justify-content: flex-start;
}

.js-stools-container-filters-visible {
    padding: 0;
    background: none;
}
.js-stools-container-filters-visible:before {
    display:none !important;
}
.js-stools .btn-toolbar .btn-primary:hover, .js-stools .btn-toolbar .btn-primary:focus{
    color: #ffffff !important;
    background-color: #c19355 !important;
    border-color: #c19355 !important;
    box-shadow:none !important;
}
.js-stools .btn-toolbar .btn-primary{
    color: #ffffff !important;
    background-color: #0b2a61 !important;
    border-color: #0b2a61 !important;
    box-shadow:none !important;
    flex: 0 0 auto;
}
.js-stools .btn-toolbar .js-stools-btn-add {
    background-color: #057114 !important;
    border-color: #057214 !important;
}
.js-stools .btn-toolbar .js-stools-btn-add:hover, .js-stools .btn-toolbar .js-stools-btn-add:focus{
    background-color: #034e0d !important;
    border-color: #034e0d !important;
    color: #ffffff !important;
}
.js-stools .btn-toolbar .filter-search-actions {
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.js-stools .btn-toolbar .filter-search-bar.btn-group{
    align-items: center;
}
.js-stools .btn-toolbar .filter-search-actions button.js-stools-btn-approved {
    /* margin-right: 5px; */
    border: 0 !important;
    background: #36ab03 !important;
}
.js-stools .btn-toolbar .filter-search-actions button.js-stools-btn-rejected {
    /* margin-right: 5px; */
    border: 0 !important;
    background: #e30000 !important;
}
.view-commissions .container #sp-component .row .col-md-6:first-child{
    font-family: "inter";
}
.view-commissions .container #sp-component .row .col-md-6:last-child{
    font-family: "inter";
}
.js-stools-field-filter .field-calendar .input-group .input-group-text button {
    background: #0b2a61;
    box-shadow: none;
    margin-top: 0;
    border: 0 !important;
}
.js-stools-field-filter .field-calendar .input-group span.input-group-text {
    height: 38.5px;
    background: transparent;
    border: 0;
}
.table-responsive a {
    color: #ffffff;
}
.chosen-container-single .chosen-single {
    background: #111b3b;
    color:#9b9b9b;
    font-size:14px;
    padding:6px 12px;
    height:auto;
    border:0;
    box-shadow:none;
    border-radius:6px;
}
.chosen-container-single .chosen-single div b{
    transform: translateY(6px);
}
#commissionList .row{
     display:flex;
     flex-direction:row;
     flex-flow:wrap;
     width: 100%;
     flex-wrap: nowrap;
}
#commissionList .col-xs-7.col-sm-7.col-md-7 {
    width: 40% !important;
    font-weight:700;
    flex: 0 0 auto;
}
@media (max-width:1200px){
    #commissionList .col-xs-7.col-sm-7.col-md-7 {
        /* width: 100% !important; */
        font-weight:700;
}
    #commissionList .col-xs-4.col-sm-4.col-md-4{
        /* margin-bottom:15px; */
        flex: 0 0 auto;
        width: 33.33333333%;
}
    #commissionList .col-xs-1.col-sm-1.col-md-1{
        /* display:none; */
        flex: 0 0 auto;
        width: 8.33333333%;
        padding: 0 0 0 15px;
}
}
joomla-tab>joomla-tab-element {
    border-radius: 20px;
    border: 0;
    padding: 25px;
}

/* Commission Mobile View */
@media (max-width:1400px){
    .view-commissions .container .total-commission-col p{
        font-size:32px;
    }
    .view-commissions .container .total-commission-col p.comission-leader-value{
        font-size:24px;
    }
}
@media (max-width:1200px){
    .view-commissions .container .total-commission-col p{
        font-size:28px;
    }
    .view-commissions .container .total-commission-col p.comission-leader-value{
        font-size:20px;
    }
}
@media (max-width:991px){
    .col-lg-8 h1 {
        font-size: 20px !important;
    }
    .view-commissions .container .total-commission-col {
        /* height: 100px; */
        /* margin-bottom:15px; */
    }
    .view-commissions .container .total-commission-col p{
        font-size:32px;
    }
    .view-commissions .container .pending-commission-col {
        margin-bottom: 15px;
    }
    .upline-commission{
        margin:15px 0 0 0;
    }
    .rm-commission-col, .avp-commission-col, .svp-commission-col, .evp-commission-col{
        width:50%;
    }
    .rm-commission-col, .svp-commission-col{
        padding-right:7.5px;
    }
    .avp-commission-col, .evp-commission-col{
        padding-left:7.5px;
    }
    .svp-commission-col, .evp-commission-col{
        margin-bottom:15px;
    }
    .commission-row .col-md-6 {
        width:100%;
    }
    .commission-row .col-md-6 .other-commission-col{
        display:flex;
        margin-top: 15px;
    }
    .commission-row .col-md-6 .pending-commission-col, .commission-row .col-md-6 .accept-commission-col{
        width:50%;
        margin-bottom:0;
        display:flex;
        flex-direction:column;
        /* align-items:center; */
        /* height:100px; */
    }
    .commission-row .col-md-6 .pending-commission-col{
        margin-right:7.5px;
    }
    .commission-row .col-md-6 .accept-commission-col{
        margin-left:7.5px;
    }
    .view-commissions .container .pending-commission-col span, .commission-row .col-md-6 .accept-commission-col span{
        /* position:absolute; */
        /* left:15px; */
        font-size: 12px;
    }
    .view-commissions .container .pending-commission-col p, .commission-row .col-md-6 .accept-commission-col p {
        /* position:absolute; */
        /* right:15px; */
        /* bottom:15px; */
        font-size: 20px;
    }
    table.agent-commission-table {
        table-layout: auto;
        width: 750px;
    }
    .view-commissions .container .total-commission-col p.comission-leader-value{
        font-size:20px;
    }
}
@media (max-width: 565px){
    .view-commissions .container .total-commission-col p{
        font-size: 24px;
    }
    .commission-row .col-md-6 .other-commission-col{
        display:flex;
        flex-direction:column;
    }
    .commission-row .col-md-6 .pending-commission-col, .commission-row .col-md-6 .accept-commission-col{
        width:100%;
    }
    .commission-row .col-md-6 .pending-commission-col{
        margin-right:0px;
    }
    .commission-row .col-md-6 .accept-commission-col{
        margin-left:0px;
    }
    .commission-row .col-md-6 .pending-commission-col{
        margin-bottom:15px;
    }
}

/* Awards */
.milestone img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 100%;
    margin-top: 10px;
    border: 4px solid #cda86e;
}
.progress-img img {
    aspect-ratio:3 / 2;
    object-fit:cover;
    width:100%;
}
.progress-container{
    height:250px !important;
    left: 0;
    right: 0;
    margin: auto;
}
.progress-container.trip{
    /* padding-right:0px !important; */
    /* width: 95%; */
}

.progress-container {
    width: 100% !important;
    padding: 20px 30px !important;
}
.com_dt_award .filter-search-bar input#filter_search{
    height:38.5px !important;
    margin-top: 10px;
}
input#filter_date_from,input#filter_date_to{
    height:38.5px !important;
}
.progress-container-main button.prev{
    margin: 0;
    border: 1px solid #cda86e;
    color: #cda86e;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 4px;
    font-size: 12px;
    font-family:'Montserrat';
    font-weight:500;
    background:none;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.progress-container-main button.next {
    margin: 0;
    border: 1px solid #cda86e;
    color: #cda86e;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 4px;
    font-size: 12px;
    font-family:'Montserrat';
    font-weight:500;
    background:none;
    position: absolute;
    bottom: 20px;
    left:80px;
}
.progress-container-main {
    background: rgb(255 255 255 / 50%) !important;
    justify-content: space-evenly !important;
    padding: 30px 0 20px 0;
    box-shadow: 0 10px 25px rgb(4 7 23 /10%) !important;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.progress-container-main:before {
    content: "";
    position: absolute;
    /*background-image: url('/images/001-sam/dashboard/dashboard-element-001.png');*/
    width: 100%;
    height: 200px;
    bottom: 0;
    background-position: 100% 100%;!;!importan;!i;!;
    background-size: cover;
    background-repeat: no-repeat;
}
.progress-bar {
    height: 18px !important;
    border-radius: 50px;
    justify-content: center;
    background: #C0C0C0 !important;
}
.progress-details {
    height: 16px !important;
    border-radius: 50px;
    /* padding: 10px; */
    background: #333;
    color: #0b204a;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
}
.milestone {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 12px !important;
    line-height: 1.3;
    text-transform: uppercase;
    color: #dcc18c;
}
.view-awardrecords .milestones .milestone:last-child{
    left: auto !important;
    right: 0 !important;!I;!;
    width: 40% !important;
    text-align:right !important;
}
.milestone:not(:first-child, :last-child):before{
    content:'';
    position: absolute;
    background: rgb(11 34 77);
    width: 2px;
    height: 20px;
    left: 0;
    right: 0;
    margin: auto;
    top: -25px;
}
.trip .milestone:last-child{
    transform:translateX(-40px);
}
.car .milestone:last-child,
.cash .milestone:last-child{
    left: 90% !important;
}

@media (min-width: 576px) {
    .car .milestone:last-child,
    .cash .milestone:last-child {
        left: 95% !important;
    }
}
@media (min-width: 768px) {
    .car .milestone:last-child,
    .cash .milestone:last-child {
        left: 85% !important;
    }
}
@media (min-width: 992px) {
    .car .milestone:last-child,
    .cash .milestone:last-child {
        left: 85% !important;
    }
}
@media (min-width: 1200px) {
    .car .milestone:last-child,
    .cash .milestone:last-child {
        left: 85% !important;
    }
    .progress-container-main {
        padding-bottom: 40px !important;
    }
}
@media (min-width: 1400px) {
    .car .milestone:last-child,
    .cash .milestone:last-child{
        left: 90% !important;
    }
}
@media (max-width:767px){
    table#awardrecordList {
        table-layout: auto;
        width: 500px;
  }
}
.award-remark {
    text-align:center !important;
}
.award-remark table{
    margin:auto;
}
.award-remark table td:nth-child(2){
    width:3% !important;
}
@media (min-width: 992px) and (max-width: 1200px){
    .view-awardrecords .milestones .milestone:last-child{
        left: auto !important;
        right: 0px !important;
        width: 40% !important;
    }
    .progress-container-main:before {
        width: 100%;
        height: 200px;
        background-position: 100% 100%;
    }
}
@media (min-width:768px) and (max-width: 991px){
    .view-awardrecords .milestones .milestone:last-child{
        left: auto !important;
        right: 0px !important;
        width: 60% !important;
    }
    .view-awardrecords .progress-container-main {
        padding-bottom:70px;
	}
}
@media (max-width: 768px) {
    .progress-container {
        width: 90% !important;
        padding: 15px 60px 100px 0px !important;
        height: 220px !important;
    }
    .milestone { font-size: 12px; }
    .milestone img {
        width: 80px !important; height: 80px;
    }
    .milestone:last-child{
        transform: translateX(-50px);
    }
    .view-awardrecords .award-remark table{
        width:100% !important;
    }
    .view-awardrecords .milestones .milestone:last-child{
        left: auto !important;
        right: -50px !important;
        width: 50% !important;
    }
}
@media (max-width: 500px) {
    .progress-container {
        width: 90% ;
        padding: 15px 50px 100px 0px !important;
    }
    .milestone:last-child{
        transform: translateX(-40px);
    }
    .view-awardrecords .milestones .milestone:last-child{
        left: auto !important;
        right: -40px !important;
        width: 50% !important;
    }
}
@media (max-width: 450px) {
    .progress-container {
        width: 90%;
        padding: 15px 40px 100px 0px !important;
    }
    .milestone:last-child{
        transform:translateX(-50px);
    }
    .view-awardrecords .milestones .milestone:last-child{
        left: auto !important;
        right: -50px !important;
        width: 50% !important;
    }
}
#member-profile legend{
    font-family: 'Inter', sans-serif;
    font-weight:800;
    color: #3F3F3F;
    font-size:32px;
    margin-bottom: 20px;
}
.profile-edit form#member-profile .form-label {
    color: #3F3F3F;
    font-weight: 400;
    font-size: 14px;
}
.profile-edit form#member-profile button, .profile-edit form#member-profile a {
    font-size: 14px !important;
    padding: 10px 20px;
    line-height: 1;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 5px !important;
    flex: 0;
}
.profile-edit form#member-profile button:hover, .profile-edit form#member-profile button:focus {
    background: #bababa !important;
    color: #444 !important;
}
#jform_com_fields_avatar-lbl{
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
}
@media (max-width:767px){
    #member-profile legend {
    font-size: 24px !important;
}
    #jform_com_fields_avatar-lbl{
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
}
}
.js-stools .js-stools-container-bar .filter-search-bar input {
    background: #111b3b;
    border: 0;
    color: #3f3f3f;
    font-size: 14px;
}
.js-stools .js-stools-container-bar .filter-search-bar input::placeholder {
    color: #9b9b9b; 
}
.js-stools .js-stools-field-filter select, .js-stools .js-stools-field-filter input {
    /* display: block !important; */
    background: #111b3b;
    border: 0;
    color: #9b9b9b;
    font-size: 14px;
}
.js-stools .js-stools-field-filter input::placeholder {
    color: #9b9b9b;
}
/* .js-stools .js-stools-field-filter .chosen-container {
    display: none !important;
} */
.view-profile .modal-header h3 {
    font-family: 'Montserrat';
    text-transform: uppercase;
}

/*table*/
table#commissionList tbody tr:nth-child(odd),
table#awardrecordList tbody tr:nth-child(odd) {
    background: rgb(255 255 255 / 10%);
}
table#commissionList tr td,
table#commissionList tr th,
table#awardrecordList tr td,
table#awardrecordList tr th {
    border: 0;
}
table#commissionList tr th,
table#awardrecordList tr th {color: #000000;text-align: left;}
table#commissionList tr td,
table#awardrecordList tr td {
    color: #000000;
}
table#commissionList tbody button {
    padding: 10px 12px !important;
    color: #fff !important;
    line-height: 1;
    font-size: 12px !important;
    font-weight: 500 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    width: 100%;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    border: 0 !important;
    background: #6ca852 !important;
    text-transform:capitalize !important;
}
table#commissionList tbody button.js-stools-btn-rejected-2 {
    background: #e30000 !important;
}
table#commissionList tbody button:hover, table#commissionList tbody button:focus {
    opacity: 0.8;
}
/*end of table*/

/*popup*/
.commission-modal-content {
    border-radius: 10px;
    position: relative;
    max-width: 500px;
    text-align: center;
    margin: 0 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 30px 30px 30px !important;
}
.commission-modal-content textarea {
    width: 100%;
    height: 180px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid rgb(0 0 0 / 30%);
    border-radius: 5px;
}
.commission-modal-content p {
    max-width:400px;
    margin:auto;
    margin-bottom:15px;
}
.commission-modal-content span.modal-close {
    position: absolute;
    top: 5px;
    right: 10px;
    line-height: 1;
}
/*end of popup*/

/* Commission Form */
.view-commissionform .fileColumn a,
.view-commissionform .fileColumn p{
    color: #198754;
}
.view-commissionform .fileColumn p{
    padding-left:20px;
}
.fileColumn span {
    top:3px !important;
    border-radius:100% !important;
    width:15px !important;
    height:15px !important;
    padding-left: 4px;
}


.view-commissions .parent-table-responsive,
.view-commission .parent-table-responsive,
.view-awardrecords .parent-table-responsive {
    width: 100%;
    overflow: hidden;
}

.view-commissions .table-responsive,
.view-commission .table-responsive {
    height:fit-content;
    padding:11px;
    margin-right:-11px;
    overflow-x: scroll;
}
.view-awardrecords .table-responsive{
    padding:0;
}
.view-commissions .table-responsive p {
    color: #3f3f3f !important;
    font-weight:600;
}

.comm-download-page p {
    font-size: 20px;
    font-weight: 700;
    color: #3f3f3f;
    margin: 30px 0 5px 0 !important;
}