/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 .bootstrap-wrapper select option{ color: #0081ff; }

 .bootstrap-wrapper select option:disabled{ color: #cccccc; }
 
 .select2-container--default .select2-selection--multiple .select2-selection__choice{
     background-color: #ee6443 !important;
     border: 1px solid #ee6443 !important;
     padding: 10px 15px !important;
     color: #fff !important;
     font-weight:bold !important;
 }
 
 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  color: #fff !important;
  font-weight:bold !important;
 }
 
 
 .pisol-aafsw-td-name{
     width:30%;
 }
 
 .bootstrap-wrapper select option:disabled{
     background-color:#fff;
 }
 
 .bootstrap-wrapper a.additional-charges-tab.pi-active-tab, .bootstrap-wrapper a.additional-charges-tab.pi-active-tab:focus{
     background-color:#000 !important;
 }
 
 .additional-charges-tab.pi-tab-error{
     background-color:#f00 !important;
 }
 
 .additional-charges-tab-content{
     display:none;
 }
 
 .additional-charges-tab-content.pi-active-tab{
     display:block;
 }
 
 .pi-error{
     border:1px solid #f00 !important;
 }
 
 .pi-min-col, .pi-max-col{
     max-width:100px;
     width:100px;
 }
 
 .pi-fee-col{
     max-width:200px;
     width:200px;
 }
 
 #pisol-dpmw-notices{
     background:#fff;
 }
 
 #pisol-dpmw-notices .pi-dpmw-notice{
     padding:10px;
     margin:0px !important;
     font-weight:bold;
 }
 
 
 #pisol-dpmw-notices .pi-dpmw-notice.success{
     background:#4caf50;
     color:#FFF;
 }
 
 #pisol-dpmw-notices .pi-dpmw-notice.error{
     background:#f00;
     color:#FFF;
     border-bottom:1px solid #fff;
 }
 
 #pisol-dpmw-new-method.pi-blocked:after{
     content:"Saving...";
     display: flex;
     align-items: center;
     justify-content: center;
     width:100%;
     height:100%;
     top:0px;
     position: absolute;
     background-color: rgba(255,255,255,0.6);
     font-size:18px;
     font-weight:bold;
 }
 
 .pi-close-notification{
     position: absolute;
     right:30px;
     cursor:pointer;
 }
 
 .jc-bs3-container.container{
     width:400px;
     margin-left:auto;
     margin-right:auto;
 }
 
 .jc-bs3-container.container .pi-close-notification{
     display: none;
 }
 
 #pisol-dpmw-disable-rules-list-view{
     position: relative;
 }
 
 #pisol-dpmw-disable-rules-list-view table td{
     vertical-align: middle;
 }
 
 .blocktable:after{
     content:'Processing.....';
     width:100%;
     height:100%;
     display: flex;
     align-items: center;
     justify-content: center;
     position: absolute;
     top:0;
     left:0;
     background-color: rgba(255,255,255,0.6);
     font-size:18px;
     font-weight:bold;
 }
 
 /**
 * Row blocking when field is loading
 */
 .pi-block-condition-row{
     position: relative;
 }
 
 .pi-block-condition-row:after{
     content:"Loading....";
     color:#000;
     display: flex;
     font-weight:bold;
     justify-content: center;
     align-items: center;
     top:0px;
     left:0px;
     position: absolute;
     width:100%;
     height:100%;
     background:rgba(236, 74, 52, 0.2);
 }
 
 
 #pi-selection-columns{
     display:flex;
     flex-direction: column;
 }

 #pisol-dpmw-disable-rules-list-view td{
    vertical-align: middle !important;
 }

 /** promotion banner */
 .pisol-new-promotion-box-promotion-container{
	padding: 1.5rem !important;
	position: relative;
	margin-top:40px;
    position: sticky;
    top: 60px;
}

.pisol-new-promotion-box-promotion{
	/* background-color: rgb(194 98 151 / 1) !important; */
	background: linear-gradient(135deg, #1a4562 0%, #2c6a89 50%, #163f59 100%);
	border-radius: .5rem !important;
	padding: 1.5rem !important;
	box-shadow: 0px 4px 10px rgba(166, 30, 105, 0.3);
}

.pisol-new-promotion-box-promotion h4{
	color: rgb(255 255 255 / 1) !important;
	line-height: 1.25;
	font-size: 1rem !important;
	font-weight: 800 !important;
	margin-top:30px;
	margin-bottom:20px;
	text-align: center;
}

.pisol-new-promotion-box-promotion ul{
    margin-bottom:20px !important;
}

.pisol-new-promotion-box-promotion ul li{
	color: rgb(255 255 255 / 1) !important;
	margin-bottom: 0px;
}

.pisol-new-promotion-box-promotion .pisol-new-promotion-box-buy{
	border-radius:0.375rem;
	background-color: rgb(252 211 77 / 1) !important;
	border-color: #0000;
	color: rgb(120 53 15 / 1);
	display:flex;
	justify-content: center;
	padding: .5rem .75rem;
	text-align: center;
	gap:0.5rem;
	font-size: .8125rem;
    font-weight: 500;
}

.pisol-new-promotion-box-promotion .pisol-new-promotion-box-buy:hover{
	background-color: rgb(251 191 36 /  1) !important;
	text-decoration:none !important;
}

.pisol-new-promotion-box-promotion .pisol-new-promotion-box-buy svg{
	width:1rem;
}

.pisol-new-promotion-box-msg{
	font-weight:300;
	color:#fff;
	display:block;
	text-align:center;
}

.pisol-new-promotion-box-icon-container{
	width:70px;
	height:70px;
	border-radius:35px;
	box-shadow: 0px 4px 10px rgba(166, 30, 105, 0.3);
	background:#ffffff;
	display:flex;
	justify-content: center;
	align-items: center;
	position:absolute;
	left:calc(50% - 35px);
	top:-10px;
}

.pisol-new-promotion-box-promotion-footer-link{
    color:#fff !important;
    font-size:16px;
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid #fff;
    display:block;
}

.pisol-new-promotion-box-review-stars{
    display:flex;
    gap:5px;
    margin-top:10px;
    font-size:30px;
    color:rgb(251, 191, 36);
}

.pisol-new-promotion-box-review-wp-logo{
    height:26px;
    width:auto;
}

.pisol-new-promotion-box-read-reviews{
    color:#fff !important;
    font-size:10px;
    align-self: baseline;
}
/* end banner */

/* NEW NAVIGATION BAR */
#bootstrap-wrapper.pisol-setting-wrapper.pisol-container-wrapper #pisol-navbar .navbar-nav{
    background:transparent !important;
    display:flex;
    gap:10px;
}

#bootstrap-wrapper.pisol-setting-wrapper.pisol-container-wrapper #pisol-navbar a{
    background:#fff !important;
    color:var(--dark) !important;
    border-radius:60px !important;
    font-weight:600;
    letter-spacing:1px;
    transition: all 0.3s ease;
}

#bootstrap-wrapper.pisol-setting-wrapper.pisol-container-wrapper #pisol-navbar a .dashicons{
    margin-right:4px;
    color:var(--dark) !important;
}

#bootstrap-wrapper.pisol-setting-wrapper.pisol-container-wrapper #pisol-navbar a.bg-primary .dashicons{
    color:var(--primary) !important;
}

#bootstrap-wrapper.pisol-setting-wrapper.pisol-container-wrapper #pisol-navbar a.bg-primary, #bootstrap-wrapper.pisol-setting-wrapper.pisol-container-wrapper #pisol-navbar a:hover{
    background:#fff !important;
    color:var(--primary) !important;
    text-decoration:none;
}

@media(max-width:1400px){
    #bootstrap-wrapper.pisol-setting-wrapper.pisol-container-wrapper #pisol-navbar a{
        letter-spacing:inherit;
        padding:7px 7px !important;
    }
}

@media(max-width:1200px){
    #bootstrap-wrapper.pisol-setting-wrapper.pisol-container-wrapper #pisol-navbar .navbar-nav{
        display:grid;
        grid-template-columns:1fr 1fr 1fr;
        grid-gap:10px;
        & a{
            width:100%;
        }
    }
}

@media(max-width:576px){
    #bootstrap-wrapper.pisol-setting-wrapper.pisol-container-wrapper #pisol-navbar{
        margin-left:auto !important;
        margin-right:auto !important;
    }

    #bootstrap-wrapper.pisol-setting-wrapper.pisol-container-wrapper #pisol-navbar .container-fluid{
        width:100% !important;
    }

    #pi-logo{
        width:90%;
    }
}


.afrsm-head{
    background-color: var(--dark) !important;
    color:#FFF;
    position:sticky;
    top:32px;
    z-index:10000
}

.pisol-form-element-row small{
	color:var(--dark2);
	margin-top:10px;
	display:block;
    font-style:italic;
    font-size:0.8rem !important;
}

/* close side bar */
.pi-dpmw-arrow-circle {
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  border-radius: 50%;
  border:2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index:1000;
  position:absolute;
  top: -16px;
  right: -15px;
  transform: rotate(180deg);
}

.pi-dpmw-arrow-icon {
  width: 20px !important;
  height: 20px !important;
  display: block;
  transition: transform 0.3s ease;
}

/* Flip the arrow horizontally for "open" state (→) */
.pi-dpmw-arrow-circle.open .pi-dpmw-arrow-icon {
  transform: rotate(180deg);
}

/* Step */
.pi-step-container {
   padding: 20px 0px;
   border-bottom: 1px solid #eee;
}

.pi-step-container.pi-closed .pi-step-description {
   display: none;
}

.pi-step-container .dashicons-minus {
   display: block;
}

.pi-step-container .dashicons-plus-alt2 {
   display: none;
}

.pi-step-container.pi-closed .dashicons-plus-alt2 {
   display: block;
}

.pi-step-container.pi-closed .dashicons-minus {
   display: none;
}

.status-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--primary);
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-right: 60px;
}

.pi-step-content {
   padding:0px;
   border-radius: 5px;
   border:2px solid #ccc;
}

.pi-step-content:has(.pi-step-header.bg-primary) {
    border:2px solid var(--primary);
}

.pi-step-content:has(.pi-step-header.bg-dark) {
    border:2px solid var(--dark);
}

.pi-step-header{
    padding:1rem;
    display:flex;
    justify-content: space-between;
    align-items: center;
    cursor:pointer;
}

.pi-step-header p{
    margin-bottom:0px !important;
}

.pi-step-description{
    padding:0 15px ;
}

.pi-step-title {
    font-size: 1.2rem !important;
    color: #fff !important;
    margin-bottom:10px !important;
    display: block;
}

.pi-step-title > small{
    font-size: 0.8rem !important;
    color: #fff !important;
    margin-left: 5px;
    font-style: italic;
}

.select2-container {
    width: 100% !important;
}
