/**::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
border-radius: 0px;
background-color: #c33670;
}

*::-webkit-scrollbar
{
width: 8px;
height: 8px;
background-color: #F5F5F5;
border-radius: 0px;
}

*::-webkit-scrollbar-thumb
{
border-radius: 0px;
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
background-color: #775ba3;
}*/
.last-li
{
    padding-right: 0px !important;
}
.field
{
  border: 0 !important;
  background: #eaeaea !important;
  border-radius: 12px !important;
  padding: 5px 25px !important;
  width: 100% !important;
  color: #000 !important;
  display: block !important;
}
.popField
{
  border: 0 !important;
  background: #fff !important;
  border-radius: 12px !important;
  padding: 5px 25px !important;
  width: 100% !important;
  color: #000 !important;
  display: block !important;
}
.content-wrapper
{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
}
/*main color*/
.main-panel
{
    padding-top: 0px !important;
    background: #fff !important;
    padding-bottom: 1rem !important;
}
.badge
{
    cursor: pointer;
}
/*Popup start*/
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    min-width: 860px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 26px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
.h1_01 {
    color: #dedede;
    font-weight: bold;
    font-size: 60px;
    font-family: sans-serif;
    text-align: center;
    margin-bottom: 6px;
}
.border_01{
    background: #073c39d1;
    margin-left: -15px;
    border: 5px double #06719a59;
    margin-right: -15px;
      padding-bottom: 30px;  
}
.h3_01{
    color: #216c8c;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    font-family: cursive;
}
.span_01{
  color: #fff;

}
.vdo{
    padding: 5px 0px 15px 0px;
    /*width: 88%;*/
    margin-left: auto;
    margin-right: auto;
}
.check_01{
    color: #c33670;
    font-size: 1rem;
}
.first_row{
    background: #171717;
}
.input_pop{
    text-align: center;
    cursor: pointer;
}
/*popup end*/
.zopim
{
  display: none;
}
.funnel-selection-dropdown
{
  margin-top: 0.4rem !important;
  border: #30637D !important;
  outline: 1px solid #30637D !important;
  color: #30637D !important;
}
body
{
    font-family: 'Prompt' !important;
    margin: 0;
    background-color: #fff;
    text-transform: uppercase;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 10px 40px;
}
.modal-header .display-4
{
    margin-top: 0.5rem;
}
  .modal-prg{
    padding: 0px 0px;
    margin-top: 0%;
    color: #2f2f2f;
    margin-bottom: 2%;
  }

  .modal .modal-dialog .modal-content .modal-body {
    padding: 10px;
}
.modal .modal-dialog .modal-content .modal-footer {
    padding: 10px;
}
.modal-header {
    background: #775ba3 !important;
    color: #fff !important;
    border-bottom: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}



.modal .modal-dialog .modal-content .modal-header .close span {
    font-size: 30px;
    font-weight: 400;
    color: #fff !important;
}

.modal .modal-dialog {
     margin-top: 10px;
     margin-bottom: 10px; 
     max-width: 100%;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: none !important; 
    border-radius: 0 !important; 
    outline: 0;
}
/*Modal CSS Ends*/
.icons_menu{
    margin-right: 7px;
    margin-top: -2px;
}
.preview-list .preview-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 4px 0;
}
.preview-list .preview-item .preview-thumbnail img, .preview-list .preview-item .preview-thumbnail .preview-icon {
    width: 32px;
    height: 32px;
    border-radius: 100%;
}
.bg-success1{
    background: #f5a623 !important;
}
.bg-success2{
    background: #ff4747 !important;
}
.bg-success3{
    background: #248afd !important;
}
.bg-success4{
    background: #ffc100 !important;
}
.logo_db{
    background: #f4f4f4;
    border-radius: 4px;
    padding: 2px;
}
.horizontal-menu .top-navbar {
    font-weight: 400;
    background: #022148;
    border-bottom: 1px solid #c9ccd7;
}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link .menu-title {
    font-size: 18px;
    font-weight: 400;
}
.icon_submenu_01{
    width: auto !important;
    height: auto !important;
}
.breadcrumb-custom
{
    margin-bottom: 0;
}
.tooltip {
    z-index: 10000000;
}

/*selectize custom css*/
 .selectize-input {
      min-height: 2.875rem !important;
      border-radius: 0px !important;
    }
    .selectize-input.focus {
      border-color: #66afe9 !important;
      outline: 0 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
    }
    .selectize-input.focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .selectize-input.dropdown-active {
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }
/*Selectize custom css*/


/*custom calsses */

.bg-color {
  background-color : #775ba3 !important;
  color : #fff;
}
.hover-color:hover {
  color : #c33670 !important;
}
.hover-color-bg:hover {
  background-color : #c33670 !important;
}

.text-color {
  color : #775ba3 !important;
}
.text-color-hover:hover {
  color : #fff !important;
}
.btn-outline-logo
{
  border-color: #775ba3;
}
.img_icontop{
  height: auto !important;
  width: auto !important;
}


/* our Custom Badge with number*/
.custom-badge {
    position:relative;
}
.custom-badge[data-badge]:after {
    content:attr(data-badge);
    position:absolute;
    top:-14px;
    right:-14px;
    font-size:.7em;
    background:#ff4747;
    color:white;
    width:18px;height:18px;
    text-align:center;
    margin: auto;
    line-height:18px;
    border-radius:50%;
    box-shadow:0 0 1px #333;
}
/*custom badge end*/

/*top instruction text css starts*/
.package_info{
    background: #e9e9e9;
    border-radius: 15px;
  }
   .payment_pkg_info{
    padding-top: 2%;
    padding-bottom: 1%;
  }
  .package-prg{
    color: #000 !important;
  }

  .package-ul{
    color: #000 !important;
  }
  /*top instruction text css ends*/

  /*A button which is at the end of page*/
.bottom-button
{
  margin-bottom: 2%;
}



.form-group .help-block
{
  color: #ff4747 !important;
}

.form-group .error 
{
  border: solid 1px #ff4747 !important;
}


.toggle-button-cover
{
    display: table-cell;
    position: relative;
    width: 200px;
    height: 140px;
    box-sizing: border-box;
}
.button-cover, .knobs, .layer
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button
{
    position: relative;
    top: 0%;
    width: 90px;
    height: 40px;
    margin-left: 0px !important;
    overflow: hidden;
}

.button.r, .button.r .layer
{
    background: #e9e9e9 !important;
    border-radius: 5px;
    height: 28px !important;
}

.button.b2
{
    border-radius: 2px;
}

.checkbox
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs
{
    z-index: 2;
}

.layer
{
    width: 100%;
    background-color: #2f2f2f66;
    transition: 0.3s ease all;
    z-index: 1;
}

/* Button 1 */
.button.r, .button.r .layer
{
    border-radius: 15px;
}
.button-1
{
    width: 5.6rem !important;
    height: 1.7rem !important;
}
.button.r, .button.r .layer {
    border-radius: 15px !important;
}
.button-1 .knobs:before
{
    content: 'OFF';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 2.5rem;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 6px 0;
    background-color: #775ba3;
    border-radius: 15px;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

.button-1 .checkbox:checked + .knobs:before
{
    content: 'ON';
    left: 46px;
    background-color: #c33670;
}

.button-1 .checkbox:checked ~ .layer
{
    background-color: #e9e9e9 !important;
}

.button-1 .knobs, .button-1 .knobs:before, .button-1 .layer
{
    transition: 0.3s ease all;
}

/*Saad works Starts from Here*/
.mine-nav-top {
background-color: #ffffff!important;
/*border-bottom: 2px solid #30637d;*/
background: linear-gradient(90deg, rgb(119 91 163) 0%, rgb(152 91 163) 65%, rgb(195 54 112) 100%);
    background-size: 100% 2px;
    background-position: bottom 0 left 0,bottom 2px left 0;
    background-repeat: no-repeat;
}
.navbar{
color: black;
}
.section-2{
background: linear-gradient(90deg, rgb(119 91 163) 0%, rgb(152 91 163) 65%, rgb(195 54 112) 100%) !important;
padding-top: 2%;color: white !important;padding-bottom: 2%;
}
.custom-btn-pri{
    padding: 5px 25px !important;
    background: #775ba3 !important;
    color: white !important;
    font-size: 0.7rem !important;
    border: 0px !important;
    border-radius: 11px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}
.custom-btn-pri:hover
{
   background: #c33670 !important;
}
.custom-btn-sec
{
    padding: 5px 25px !important;
    background: #e9e9e9 !important;
    color: #000 !important;
    font-size: 0.7rem !important;
    border: 0px !important;
    border-radius: 11px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}
.custom-btn-sec:hover
{
   background: #e9e9e999 !important;
}
.custom-btn-spe{
    padding: 5px 25px !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 0.5rem !important;
    border: 2px #fff solid !important;
    border-radius: 15px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    width: 80% !important;
    cursor: pointer !important;
}
.popup-btn-sec{
    padding: 5px 25px !important;
    background: #d3d1d1 !important;
    color: #000 !important;
    font-size: 0.7rem !important;
    border: 0px !important;
    border-radius: 11px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}
.popup-btn-sec:hover
{
    background: #d3d1d17a !important;
}
.container {
max-width: 1200px;
}
.mine-h5 {
font-size: 65%;margin-bottom: 0px;
}
.sec-2-h3{
font-size: 120%;
margin-bottom: -8px;
}
.sec-2-span{
font-size: 50%;
}
.mine-search-field{
    background-color: #e9e9e9; 
    border-radius: 10px 0px 0px 10px !important;
    border-right: 0px  !important;
    border : 0px !important;
    font-size: 0.7rem !important;
}
.fa-search
{
    color: #775ba3;
}
.mine-search-top-box{
    border-radius: 0px 10px 10px 0px !important;
    border: 0px solid #ced4da  !important;
    border-left: 0px  !important;
    background-color: #e9e9e9 !important; 
}
.mine-search-top-box : focus{
    border-radius: 0px 10px 10px 0px !important;
    border: 0px solid #ced4da  !important;
    border-left: 0px  !important;
    background-color: #e9e9e9 !important; 
}


.mine-search-field , .mine-input-group-prepend{
    height:30px;
}
.mine-search-field:focus {

    border: 0px !important;
    background-color: #e9e9e9;
}

.my-vr-line{
    position: relative;
}
.my-vr-line:after {
  content: '';
    width: 0;
    height: 48%;
    position: absolute;
    border: 1px solid #abb8c1;
    top: 10px;
    left: 102px;
}
.top-icon-mar{
    margin-right: 9px;
}
.section-6 footer{
    text-align: center;
    color: white;
    font-size: 58%;
    
}
.mastfoot
{
    margin-top: 0.6rem;
}
.section-6{
background: #775ba3;
padding-top: 1%;
padding-bottom:1%;
height: 3.5rem !important;
}

.section-5 {
padding-top: 2%;
padding-bottom: 2%;
background: #eaeaea !important;
}
.section-5 h5{
font-weight: 700;
font-size: 70%;
color: #775ba3;
}
.section-5 h6{
/*font-weight: 700;*/
font-size: 60%;
}
.section-5 h6 a{
color: #000000;
}
.section-5 .fab{
color: #775ba3;
font-size: 136%;
}
.section-5 .fab:hover{
color: #c33670;
}
/*.social-links-5{
margin-top: 3%;
}*/
.address-sec-5 > div{
font-size: 65%;
}
.address-sec-5 img{
/*margin-bottom: 6%;*/
}
.sec-2-links .nav-item a{
	font-size: 84%;
	font-weight: 900;
	color: #775ba3 !important;
	border-bottom: 2px solid #fff;
    padding-bottom: 0; 
}
.sec-2-links .active .nav-link{
	color: #c33670 !important;
	border-bottom: 2px solid #c33670; 
}

.my-account-img 
{
    max-width: 22px;
    height: auto;

}
/*Modal CSS Starts*/
.modal .modal-dialog .modal-content .modal-header 
{
    padding: 15px 30px 15px 30px;
    border-top-left-radius: 13px !important;
    border-top-right-radius: 13px !important;
}
.mine-funnel-modal-header 
{
    background: linear-gradient(90deg, rgb(119 91 163) 0%, rgb(152 91 163) 65%, rgb(195 54 112) 100%) !important;
    color: #fff!important;  
}

.mine-funnel-modal-dialog .mine-funnel-modal-footer
{
  background: white !important;
}
 .mine-funnel-modal-body .col{
        position: relative;
      }
.mine-funnel-modal-body .row{
    padding-left: 2%;padding-right: 2%;
    
     }
     .mine-funnel-modal-body .row{
    margin-left: 1%;
    margin-right: 1%;
}
.mine-modal-content
{
    margin-left: auto !important; 
    margin-right: auto !important; 
    width: 75% !important;
    border-radius: 15px !important;
    padding-bottom: 2rem !important;
    background-color: #e9e9e9 !important;
}



/*Saad Order mgt CSS*/


.mine-top-or-mgt{
      background: #fff !important;
    border-radius: 15px !important;
    /* padding-top: 4%; */
    /* padding-left: 4%; */
    padding: 4%;
    border: 1px solid #e9e9e9!important;
}
.mine-top-or-mgt hr{
  font-size: 88%;
    font-weight: 900;
        margin-left: -34px;
    width: 109%;
}

.mine-mgt-r1{
      padding-bottom: 2%;
}

.mine-mgt-r1 h5{
      font-size: 88%;
    font-weight: 900;
}


.mine-mgt-r1 h5 > i{

    font-size: 137%;
    margin-right: 3%;
   
}


.mine-mgt-r1 .custom-mine-mgt-sel{
    margin-left: 3%;
    background: #e9e9e9;
    border: 0px;
    width: 22%;
    font-weight: 600;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 4%;
    font-size: 84%;
    border-radius: 11px;
}

.mine-mgt-r1 .custom-mine-mgt-sel-2{
    margin-left: 3%;
    background: #e9e9e9;
    border: 0px;
    width: 77%;
    font-weight: 600;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 4%;
    font-size: 84%;
    border-radius: 11px;margin-left: 25%;
}

.mine-mgt-r2{
  margin-top: 4%;
}

.mine-mgt-r2 .search-mine-mgt-mine{
      background-color: #e9e9e9;
    border-radius: 10px 0px 0px 10px !important;
    border-right: 0px !important;
    border: 0px !important;
    font-size: 0.7rem !important;
    height: 35px;
}

.mine-mgt-r2 .input-group-prepend{
  color: #c9c8c8;
    width: auto;
    border: none;
    height: 35px;
}

.mine-mgt-r2 .input-group-prepend .input-group-text{
  border-radius: 0px 10px 10px 0px !important;
    border: 0px solid #ced4da !important;
    border-left: 0px !important;
    background-color: #e9e9e9 !important;
}


.mine-mgt-r2 .col-4 button{
  width: 100%;
    padding: 0px !important;
    padding-top: 3% !important;
    padding-bottom: 3% !important;
    padding: 5px 20px;
    font-weight: 600;
    background: #c33670;
    color: white;
    font-size: 89%;
    border: 0px;
    border-radius: 17px;
}

.mine-scnd-or-mgt .col-12 p{
  background-color: #e9e9e9;
    border-radius: 10px !important;
    text-align: center;
    font-weight: 600;
    padding-bottom: 1%;
    padding-top: 1%;
    color: #775ba3;
}

.mine-scnd-or-mgt .col-12 p span{
  color: #c33670;
}

.mine-scnd-or-mgt .col-12{
  margin-top: 2%;
}


/*table code starts*/
.table-responsive table{
    border-radius: 15px 15px 0px 0px !important;
}

#renderPartial thead{
    color: #30637d;
    text-transform: uppercase;
}

#renderPartial tbody tr{
  background: #fff;
  color: black;
}

/*table code ends*/



/*.view.row.mine-scnd-or-mgt .col-12 p{
    background-color: #e9e9e9;
    box-shadow: 0 0 10px #000000;
    border-radius: 10px 10px 10px 10px !important;
    text-align: center;
    font-weight: 600;
    padding-bottom: 1%;
    padding-top: 1%;
    color: #30637d;
}*/

.mine-pay-contacts .card{
      background: transparent !important;
    border: 0px;
}

.mine-pay-contacts .card-body{
 padding-left: 0px !important;
 padding-right: 0px !important;
}


.mine-pay-contacts #renderPartial label{
    padding: 5px 20px;
    background: #e9e9e9;
    color: black;
    font-size: 73%;
    border: 0px;
    border-radius: 8px;font-weight: 600;text-transform: uppercase;
}


.mine-pay-contacts #renderPartial .text-muted{
    font-size: 62%;
    font-weight: 600;
    color: black !important;
}

.mine-pay-contacts #renderPartial a h6{
    color: #30637d !important;
}

.mine-pay-contacts #renderPartial td{
    font-weight: 600;
}
.dropdown-menu-right 
{
    padding: 0 !important;
    padding-top: .5rem !important;
    margin-left: -1rem !important;
    right: unset !important;
    left: auto !important;
    top: 2.4rem !important;
    border :0 !important;
    text-transform: uppercase;
    font-size: 84%;
    font-weight: 900;
    color: rgb(51, 99, 122) !important;
    text-decoration: none;
}
.btn-logout
{
    right: unset !important;
    left: auto !important;
    top: 2.8rem !important;
    border :0 !important;
    text-transform: uppercase;
    font-size: 84%;
    font-weight: 900;
    color: #c33670 !important;
    text-decoration: none;
}
.logoutHr
{
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
    background-color: #c33670 !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent !important;
}
.jadooForm
{
    margin-right: auto !important;
    margin-left: auto !important;
}
.dropdown-item:hover:last-child, .dropdown-item:focus:last-child 
{
    border-bottom-right-radius : 5px !important;
    border-bottom-left-radius : 5px !important;
}
.mine-modal-content-large
{
    margin-left: auto !important;
    margin-right: auto !important;
    width: 90% !important;
    border-radius: 15px !important;
    padding-bottom: 2rem !important;
    background-color: #e9e9e9 !important;
}
.mine-modal-content-small
{
    margin-left: auto !important; 
    margin-right: auto !important; 
    width: 60% !important;
    border-radius: 15px !important;
    padding-bottom: 2rem !important;
    background-color: #e9e9e9 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background: #c33670 !important;
}
.featherlight-iframe .featherlight-content {
    border-radius: 15px !important;
}
.wizard > .content > .body input {
    border: none !important;
}
input:-internal-autofill-selected {
    background-color: none !important;
    background-image: none !important;
}
.control-label
{
    color: #000 !important;
}
[data-toggle ="tooltip"]
{
    color: #000 !important; 
}
div.tagsinput
{
    border: 0 !important;
    background: #e9e9e9 !important;
    border-radius: 12px !important;
    padding: 5px 25px !important;
    width: 100% !important;
    color: #000 !important;
    display: block !important;
}
.card-header {
    background-color: transparent !important;
    padding-left: 0 !important;
}
.open
{
    padding-top: 1rem;
}
.noDes
{
    font-size: 1.3rem !important;
    color: #775ba3 !important;
    font-weight: bold !important;
    text-align: center !important;
}
.noDesP
{
    color: #000 !important;
    font-size: 0.8rem !important;
}
.lead {
    font-size: 0.7rem !important;
    }
.table-responsive
{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
thead
{
    background-color: #e9e9e9;
}
th
{
    color: #775ba3 !important;
    font-size: 0.8rem !important;
    font-weight: bold !important;
}
td
{
    font-size: 0.8rem !important;
    font-weight: bold !important;
}
.myCursor
{
    cursor: pointer !important;
}
.whiteBg
{
    background-color: #fff !important;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.form-check .form-check-label input[type="checkbox"]:checked + .input-helper:before {
    background: #775ba3 !important;
}
.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
    border: solid #775ba3 !important;
}
.form-check .form-check-label input[type="radio"]:checked + .input-helper:before {
    background: #775ba3 !important;
}
.form-check .form-check-label input[type="radio"] + .input-helper:before {
    border: solid #775ba3 !important;
}
.wizard > .steps .current a {
    background: #c33670 !important;
}
.wizard > .steps .done a {
    background: #c3367099 !important;
}
.wizard > .steps .disabled a {
    background: #775ba3 !important;
    color: #fff !important;
}
.wizard > .steps .disabled a:hover {
    background: #775ba3 !important;
    color: #fff !important;
}
.wizard > .steps .done a:hover {
    background: #c33670 !important;
    color: #ffffff !important;
}
.btn-primary, .wizard > .actions a {
    padding: 5px 25px !important;
    background: #c33670 !important;
    color: white !important;
    font-size: 0.7rem !important;
    border: 0px !important;
    border-radius: 11px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}
.btn-primary:hover, .wizard > .actions a:hover
{
    background : #c3367099 !important;
}
.swal-title {
    color: #c33670 !important;
}
.swal-text {
    color: #775ba3 !important;
    font-weight: bold !important;
}
.btn-danger {
    color: #fff;
    background-color: #775ba3;
    border-color: #775ba3;
    padding: 5px 25px !important;
    font-size: 0.7rem !important;
    border: 0px !important;
    border-radius: 11px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}
.swal-content__input, .swal-content__textarea {
    border: 0 !important;
    background: #e9e9e9 !important;
    border-radius: 12px !important;
    padding: 5px 25px !important;
    color: #000 !important;
    display: block !important;
}

.table td{
    font-size: 0.8rem;
    font-weight: 500;
}

.table td {
    padding: 1.05rem 0.9375rem;
    vertical-align: middle;
    border-top: 0px !important;
    border-bottom: 1px #c9ccd7 solid !important;
}
label 
{
    margin-bottom: 0rem !important;
}
.table-responsive tbody>tr:hover {
    color: #ffffff !important;
    background-color: #c33670 !important;
}
.table-responsive tbody>tr>td:first-child
{
    color: #775ba3;
}
.table-responsive tbody>tr:hover>td:first-child
{
    color: #fff;
}
.table-responsive .table thead th
{
    border-bottom: none !important;
}
.pagination .page-item.active .page-link, .jsgrid .jsgrid-pager .page-item.active .page-link, .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .active.jsgrid-pager-page .page-link, .pagination .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .page-item.active .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-item.active a, .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button a, .pagination .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .page-item.active .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item.active a, .jsgrid .jsgrid-pager .active.jsgrid-pager-page a, .pagination .page-item:hover .page-link, .jsgrid .jsgrid-pager .page-item:hover .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-page:hover .page-link, .pagination .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .page-item:hover .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-item:hover a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover a, .pagination .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .page-item:hover .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item:hover a, .jsgrid .jsgrid-pager .jsgrid-pager-page:hover a, .pagination .page-item:focus .page-link, .jsgrid .jsgrid-pager .page-item:focus .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:focus .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-page:focus .page-link, .pagination .page-item:focus .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .page-item:focus .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-item:focus a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:focus a, .pagination .page-item:focus .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .page-item:focus .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item:focus a, .jsgrid .jsgrid-pager .jsgrid-pager-page:focus a, .pagination .page-item:active .page-link, .jsgrid .jsgrid-pager .page-item:active .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:active .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-page:active .page-link, .pagination .page-item:active .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .page-item:active .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-item:active a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:active a, .pagination .page-item:active .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .page-item:active .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item:active a, .jsgrid .jsgrid-pager .jsgrid-pager-page:active a {
    background: #c33670 !important;
    border-color: #c3367099 !important;
}
.page-link:focus, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a:focus, .jsgrid .jsgrid-pager .jsgrid-pager-page a:focus {
    box-shadow: none !important;
}
.toggle-button-cover
{
    display: table-cell;
    position: relative;
    width: 200px;
    height: 140px;
    box-sizing: border-box;
}

.button-cover:before
{
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}


.button-cover, .knobs, .layer
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button.b2
{
    border-radius: 2px;
}

.checkbox
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs
{
    z-index: 2;
}

.layer
{
    width: 100%;
    background-color: #2f2f2f66;
    transition: 0.3s ease all;
    z-index: 1;
}
.my-tab-pane
{
    background: #fff !important;
    border-radius: 15px !important;
    border: 1px solid #efefef !important;
}
.custom-col:last-child 
{
    border-bottom: none !important;
}
.card
{
    background-color: #fff !important;
}
.wizard > .content > .body input.error {
    border: 2px solid #ffadad !important;
}
.e9bg
{
    background: #e9e9e9 !important;
}
.darkTHead
{
    background-color: #cdcdcd !important;
}
.custom-close-btn
{
    color: #775ba3 !important;
    font-size: 0.8rem !important;
    font-weight: bold !important;
}
.custom-close-btn>i
{
    font-size: 1rem !important;
    font-weight: bold !important;
}
.custom-close-btn:hover
{
    color: #c33670 !important;
}
.popField+.tagsinput
{
    background: #fff !important;
    min-height: 42px !important;
    height: 42px !important;
}
.display-2
{
    font-size: 1.5rem !important;
    font-weight: bold !important;
    color: #775ba3 !important;
}


/*FLAG*/
/*.bootstrap-select .dropdown-menu.open.show
{
    display: block !important;
    padding: 0.5rem !important;
}*/
/*.bootstrap-select .dropdown-menu.open.show .dropdown-menu
{
    display: block !important;
}*/
/*.bootstrap-select .dropdown-menu.open.show .dropdown-menu a
{
    text-decoration: none !important;
}*/
.bootstrap-select .dropdown-menu.show .dropdown-menu .dropdown-item.active
{
    color: #000 !important;
}

.note-editor.note-frame.card
{
    text-transform: initial !important;
}
div>iframe#launcher
{
    display: none !important;
}
.loginCartBtn
{
    background-color: #c5353e;
    border-radius: 15px;
    font-size: 20px;
    text-align: left;width: 80%; 
    border: #c1545b 1px solid;
}
.loginCartBtn:hover
{
    background-color: #de4851 !important;
}
.loadme-circular {
    border-top: 6px solid #eaeaea !important;
    border-right: 6px solid #775ba3 !important;
    border-bottom: 6px solid #775ba3 !important;
    border-left: 6px solid #775ba3 !important;
}
.primary_color
{
    color: #775ba3;
}
.secondary_color
{
    color: #c33670;
}
.primary_bg
{
    background-color: #775ba3;
}
.secondary_bg
{
    background-color: #c33670;
}
.deletePlan,.deleteCoupon
{
    color: #775ba3;
    font-size: 1rem;
    cursor: pointer;
}
tbody>tr:hover .deletePlan,tbody>tr:hover .deleteCoupon 
{
    color: #fff;
}
.secNoHover:hover
{
    color: #c33670;
}
tr .custom-btn-pri
{
    border: 1px solid #775ba3 !important;
}
tr:hover .custom-btn-pri:hover
{
    border: 1px solid #fff !important;
}
tr:hover .text-hover-light
{
    color: #fff !important;
}
.table-bordered.detail-view th
{
    color: #000 !important;
}
.table-bordered.detail-view tr:hover th
{
    color: #fff !important;
}
.grid-view .table-bordered th a
{
    color: #775ba3 !important;
    text-decoration: none !important; 
}
.grid-view .table-bordered thead
{
    background-color: #e9e9e9 !important;
}
.grid-view .table-bordered tbody
{
    background-color: #f8f8f8 !important;
}
.grid-view .table-bordered tbody tr
{
    background-color: #f8f8f8 !important;
}
.grid-view .table-bordered tbody tr:hover
{
    background-color: #c33670 !important;
}
[class*="members-"] .display-2
{
    padding-top: 1rem;
}
.delete-btn
{
    color: #775ba3 !important;
    cursor: pointer !important;
}
tr>td i.fa.fa-times {
    color: #775ba3 !important;
}
table tr:hover td .fa.fa-times
{
    color: #fff !important;
}
table tr:hover td .fa.fa-times:hover
{
    color: #000 !important;
}
table tr:hover td .FUlistName
{
    color: #fff !important;
}
.btn-facebook {
  background: #775ba3 !important;
  color: #ffffff !important;
}

.btn-facebook:hover, .btn-facebook:focus {
  background: #c33670 !important;
  color: #ffffff !important;
}
ul.pagination
{
    margin-top: 1rem;
}
.pagination_anchor
{
    background-color: #775ba3;
}
.searchThis
{
    cursor: pointer;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #775ba3;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #775ba3;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #775ba3;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #775ba3;
}

@-moz-document url-prefix() {
  select
  {
    -moz-appearance: none;
  }
}
input[type="number"] {
    -moz-appearance: textfield;
}
/*Flating Wizard Button CSS*/
#floatingWizardBtn{
  position: fixed;
  right: 5px;
  top: 45%;
  height:50px;
  width:50px;
  border:none;
  border-radius:50%;
  transition:0.3s;
  background-color: #775ba3;
  animation: glow 1s infinite ;
  transition:0.5s;
  z-index: 10000;
}
#floatingChecklistBtn{
  text-decoration: none;
  position: fixed;
  right: 5px;
  top: 60%;
  height:50px;
  width:50px;
  border:none;
  border-radius:50%;
  transition:0.3s;
  background-color: #775ba3;
  animation: glow 1s infinite ;
  transition:0.5s;
  z-index: 10000;
  text-align: center;
}
.floatingSpan{
    animation: blinker 3s linear infinite;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 700;
    padding-top: 23.5%;
    padding-left: 36%;
    font-size: 1.2rem;
    transition: 0.3s;
    }
#floatingSpan2{
    animation: blinker 3s linear infinite;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 700;
    padding-top: 9%;
    padding-left: 0%;
    font-size: 1rem;
    transition: 0.3s;
    margin-top: 9px;
    }

#floatingWizardBtn:hover{
  background-color:#c33670;
}

#floatingChecklistBtn:hover
{
  background-color:#c33670;
}
@keyframes glow{
  0%{
  box-shadow: 5px 5px 20px #c33670,-5px -5px 20px #775ba3;}
  
  50%{
  box-shadow: 5px 5px 20px #c33670,-5px -5px 20px #c33670
  }
  100%{
  box-shadow: 5px 5px 20px #775ba3,-5px -5px 20px rgb(93, 52, 168)
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.locationButton 
{
    width: 40px;
    height: 40px;
    padding: 3px;
    background-color: #fff;
    color: #c33670;
    position: absolute;
    left: 10px;
    top: 100px;
    border: none;
    font-size: 1.5rem;
}
.modal{
    overflow: scroll;
}
.note-modal .form-check .form-check-label input
{
    opacity: 1 !important;
}

.action-dropdown {
    color: #7762ac;
    position: absolute;
    width: 120px;
    /* top: 94px; */
    margin-top: -20px;
    background: #e9e9e9;
    border-radius: 5px;
    padding: 10px;
    display: none;
    z-index: 10000;
}
.action-item {
    padding: 10px;
    display: block;
    cursor: pointer;
}
.action-item:hover {
    color :#c33670 !important;
}
.action-dropdown-show
{
    display: block;
}
.action_dropdown_menu
{
    cursor:pointer;
    padding: 5px;
}
.paginate_button.disabled,.paginate_button.active
{
 cursor : not-allowed;
} 