.dropdown-menu.show[x-placement="top-start"] {
    margin-bottom: 0;
}
body{
    overflow-y: scroll;
    overflow-x: hidden;
}
.container-fluid{
    max-width: 1600px !important;

} 
.remove_border_focus:focus {
    outline: 0;
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;    
}
.hr-text:before {
    content: '';
    /* // use the linear-gradient for the fading effect */
    /* // use a solid background color for a solid bar */
    background: #5C187F;
    /* background: linear-gradient(to right, transparent, #5C187F, transparent); */
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
}
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;

    padding: 0 .5em;
    line-height: 1.5em;
    /* // this is really the only tricky part, you need to specify the background color of the container element... */
    color: #5C187F;
    background-color: #fcfcfa;
}

.margin-title{
    margin: 50px 25px 0px 25px;
}
.margin-footer_e{
    margin: 50px 25px 0px 25px;
}
.margin-login-reg{
    margin: 0px 0px 25px 0px;
}

.ratioSelector:active { 
    background : red
}

.validation-success {
    border-right : 5px !important;
    border-style : solid !important;
    border-color : green !important;
}   

.validation-error {
    border-right : 5px !important;
    border-style : solid !important;
    border-color : red !important;
}


.disabled{
    pointer-events: none;
}
i{
    cursor:pointer;
}
/* UNDERLINE CURVE */
.underlined-light-green {
    position: relative;
    /* margin-right: 1rem; */
}
.underlined-light-green:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  /* height: 100%; */
  height: 20px;
  width: 100%;
  background-image: url('/images/lines/light-green.png');
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: 100% 100%;
  

}
/* UNDERLINE CURVE */
.underlined-light-green-small {
    position: relative;
    
    /* margin-right: 0.5rem; */
}
.underlined-light-green-small:after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: -5px;
  background-image: url('/images/lines/light-green.png');
  background-repeat: no-repeat;
  background-size: contain;
}

/* UNDERLINE WHITE */
/* UNDERLINE CURVE */
.underlined-white {
    position: relative;
    /* margin-right: 1rem; */
}
.underlined-white:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 20px;
  width: 100%;
  background-image: url('/images/lines/white.png');
  background-repeat: no-repeat;
  background-size: contain;
  /* border-radius: 50%; */
}
/* UNDERLINE CURVE */
.underlined-white-small {
    position: relative;
    /* margin-right: 0.5rem; */
}
.underlined-white-small:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: -5px;
  height: 20px;
  width: 105%;
  background-image: url('/images/lines/white.png');
  background-repeat: no-repeat;
  background-size: contain;
  /* border-radius: 10%; */
}


/* UNDERLINE VIOLET */
.underlined-violet {
    position: relative;
    /* margin-right: 1rem; */
}
.underlined-violet:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 20px;
  width: 100%;
  background-image: url('/images/lines/violet.png');
  background-repeat: no-repeat;
  background-size: contain;
  /* border-radius: 50%; */
}


/* Down Circle Green*/
.circle-div{
    position: relative;
}
.down-circle-green{
    content: "";
    position: absolute;
    top:0;
    right:0;
    height: 90px;
    width: 90px;
    background-image: url('/images/default-images/VectorDown.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.up-circle-green{
    content: "";
    position: absolute;
    bottom:-15px;
    right:0;
    height: 90px;
    width: 90px;
    background-image: url('/images/default-images/VectorGreen.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.up-circle-cream{
    content: "";
    position: absolute;
    bottom:-15px;
    left:0;
    height: 90px;
    width: 90px;
    background-image: url('/images/default-images/VectorUpLightViolet.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.down-circle-cream{
    content: "";
    position: absolute;
    top:0;
    right:0;
    height: 90px;
    width: 90px;
    background-image: url('/images/default-images/VectoDownLightViolet.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.down-circle-white{
    content: "";
    position: absolute;
    top:0;
    left:0;
    height: 90px;
    width: 90px;
    background-image: url('/images/default-images/VectorWhite.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.down-circle-white-right{
    content: "";
    position: absolute;
    top:0;
    right:10px;
    height: 70px;
    width: 70px;
    background-image: url('/images/default-images/VectorWhite.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.up-circle-violet-footer{
    content: "";
    position: absolute;
    top:-120px;
    left:-30px;
    height: 90px;
    width: 90px;
    background-image: url('/images/default-images/UPVIOLET.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.font-small {
  font-size: 60%;
}
.font-big {
  font-size: 200%;
}
.text-bolder{
    font-weight: 900;
}

/* btngroup MAX WIDTH */
.btn-group.special {
    display: flex;
}
.da-input-bold{
    font-weight: 900;
}
.da-input-label{
    font-size: 20px;
    font-weight: 900;
}
.da-input-text{
    font-size: 20px;
    font-weight: 900;
}

input[type="text"].form-control-pao
/* ,select.form-control-pao */
{
  color: #5C187F;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

input[type="text"].form-control-pao:focus
/* ,select.form-control-pao:focus  */
{
  -webkit-box-shadow: none;
  box-shadow: none;
}

.da-green{
    background-color:#1C8B4D;
} 
.da-gray{
    background-color:#E7DEED;
} 
.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

.da-bg-header  {
    background-image: url("/images/default-images/db-header-banner.png");
    /* background-image: url("images/default-images/db-footer.png"); */
    background-color: #cccccc;
    /* background-size: contain; */
    background-size: 100% 100%;
    /* background-size: cover; */
    background-repeat: no-repeat;
}


.nav-link{
    /* background-color:; */
    font-weight: bolder;
    color: #5C187F !important;
}
.nav-link.active{
    background-color:#5C187F;
    color: #FFF !important;
}
.nav-link:hover{
    background-color:#5C187F;
    color: #FFF !important;
}
.bg-white{
    background-color: #FFFFFF !important;
}
/* //Violet Team */
.border-radius-da{
    border-radius: 25px;
}
.bg-orange{
    background-color:#EE892C !important;
}
.border-red{
    border-color:#FA0000 !important;
}
.text-red{
    color:#FA0000 !important;
}
.border-orange{
    border-color:#EE892C !important;
}
.text-orange{
    color: #EE892C !important;
}
.text-orange-bold{
    color: #EE892C !important;
    font-weight: 700 !important;
}

.border-violet{
    border-color:#5C187F !important;
}
.border-green{
    border-color:#00914D !important;
}
.border-red{
    border-color:#e3342f !important;
}
.text-violet{
    color: #5C187F !important;
}
.text-violet-darker{
    color: #4E0C70 !important;
}
.text-black{
    color: #000000 !important;
}

.text-red{
    color: #e3342f !important;
}
.text-red-bold{
    color: #e3342f !important;
    font-weight: 700 !important;
}

.input-isvalid:not([value=""]){
    background: #E5E5E599;
}

.input-isvalid:valid{
    background: #FFFFFFFF;
}

.bg-input-empty{
    background: #E5E5E599;   
    background-color: #E5E5E599;   
}
strong{
    font-family: GT-Walsheim-Bold !important;
}

.bg-light-red {
    /* Dark Purple */
    background: #f8e1e1 !important;
}
.bg-violet-darker {
    /* Dark Purple */
    background: #4E0C70 !important;
}

.text-green {
    /* Green */
    color: #00914D !important;
}
.text-green-bold {
    /* Green */
    color: #00914D !important;
    font-weight: 700 !important;
}
.text-green-application {
    /* Green */
    color: #00914D !important;
}
.font-bold {
    /* Bold */
    font-weight: bold !important;
}
.btn-no-border-radius{
    /* No Radius for Button*/
    border-radius:  0px;
}
.bg-white-application {
    /* White for Get Started Button */
    background-color: #fff !important;
}
.bg-green-application {
    /* Green for BG Spot & Refer Card */
    background: #00914D !important;
}
.bg-gray-darker
{
    background:#E5E5E566 !important;
}
.bg-gray-dark {
    background:#E5E5E5CC !important;
}
.bg-green {
    /* Green for BG Spot & Refer Card */
    background: #00914D !important;
}
.bg-green:hover{
    background-color: #00582f  !important;
}
.bg-violet-sar {
    /* Dark Purple for BG Spot & Refer Card */
    background: #44217A !important;
}
.bg-violet {
    /* Dark Purple */
    background: #5C187F !important;
    /* background: #00914D !important; */
}

.bg-green_e {
    /* Light Green  */
    background: #2FB763 !important;
}
.bg_green_e_lighter {
    /* Light Green  */
    background: #87dfaa !important;
}
.disabled-button{
    background:#E5E5E5 !important;
    color: #acacac !important;
    cursor:not-allowed;
}
.active-button{
    background: #00914D !important;
    color: #FFFFFF !important;
}
.active-button:hover{
    background: #005d32 !important;
    color: #d4d4d4 !important;
}
.bg-violet-light {
    /* Dark Purple */
    background: #F3EEF6 !important;
    /* background: #e1d5e8 !important; */
}
.bg-violet-lighter {
    /* Dark Purple */
    background: #fdfaff !important;
}


.da-text-title-header{
    font-family: GT Walsheim;
    text-align: center;
    /* Dark Purple */
    color: #5C187F;

}
.da-text-title{
    font-family: GT Walsheim;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    /* identical to box height, or 125% */
    text-align: center;

    /* Dark Purple */
    color: #5C187F;

}
.da-border-violet {
    /* border-style: ridge;  */
    border-color: #5C187F;
}

.form-control::-webkit-input-placeholder {
    color: #5C187F;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #5C187F;
    border-color: #5C187F;
}

.save_icon{
    width: 21px;
    height: 15px; 
    fill: none;
    src: url('http://www.w3.org/2000/svg');
}

@media only screen and (max-width: 600px) {
    .div_by_5 {
        width: 20%;
    }
}  

.validate_button_file_click{
    display: inline-block;
}
.validate_button_file_click ~ .input-group-append{
    display: none;
}
/* .document-upload-left{
    border:0;
    border-radius:0;
    background:#E5E5E5;
}
.document-uploaded-btn{
    background:#5cb85c;
    border: 1px solid #5cb85c;
    border-radius:5px;

    z-index:99;
} */
.custom-control-label{
    cursor:pointer;
}

.discount_round {
    background: #00914D;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 0px;
    border-radius: 50%;
    font-size: 12px;
    min-width: 38px;
    min-height: 38px;
}

.discount_round span {
    display: inline-block;
    padding-top: 50%;
    padding-bottom: 50%;
    margin-left: 1px;
    margin-right: 1px;
}
.have_coupon{
    display: none;
}
.filter-option-inner-inner{
    color: #5C187F;
}

/* .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  } */
  
/* .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  } */
.bootstrap-select .dropdown-menu .inner ul li .active{
    background-color: #5C187F;
    color: white !important;
}
.bootstrap-select .dropdown-menu .inner ul li a:focus{
    background-color: #5C187F !important;
    color: white !important;
}

.nav-link
{
    font-weight: 100;
}

/* 
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: none !important;
}
.nav-item:hover
{
    background-color: none !important;
}
.nav-item:focus
{
    background-color: none !important;
} */


.rounded-ol ol {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
.rounded-ol ol li {
    counter-increment: my-awesome-counter;
    margin: 0.5rem 0.25rem;
    line-height: 30px;
    padding-left: 3rem;
  }
  
.rounded-ol ol li::before {
    display: inline-block;
    content: counter(my-awesome-counter);
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #44217A !important;
    border-radius: 25px;
    color: white;
    text-align: center;
    margin-right: 0.5rem;
    font-size: 18px;
    font-weight: 700;
    margin-left: -3rem;
  }
/* select2 */
/* .select2NewTag{
    color: red!important;
    font-weight: bolder;
    background-color: red !important;
  
} */
.select2-container .select2-selection--single .select2-selection__rendered{
    width: 100% !important;
    color: #5C187F!important;
    font-weight: bolder;
  
}

.select2-container  .select2-selection--single{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.select2-container .select2-selection--single .select2-selection__arrow{
    align-self: center !important;
}
.select2-container--default  .select2-results__option--highlighted{
    color: #5C187F !important;
    font-weight: bolder;
}
.select2-container--default  .select2-results__option--highlighted[aria-selected] {
    background: #5C187F !important;
    color: white !important;
    font-weight: bolder;
}
.select2-selection__arrow {
    margin-top: 5px !important;
    align-self: center !important;
}
.select2-custom-validation-success{
    border: 1px solid #00914D !important;
    border-radius: 5px;
}
.select2-custom-validation-error{
    border: 1px solid red !important;
    border-radius: 5px;
}