body {
    font-family: 'Quicksand', sans-serif !important;
   
}

.form-control {
    display: block;

    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
 
    line-height: 1.5;
    color: #000;
    -webkit-box-shadow: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.CreateGroup {
    margin: 0;
    padding: 5px;
}
.addHed {
    border: 1px solid red;
    padding: 10px;

    background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #E5D9D929;
border: 1px solid #D9D9D9;
border-radius: 2px;
opacity: 1;
}

.pr-d {
    background-color: #ececec;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 6px;
    border: 1px solid #f1f1f1 !important;
}

.FormSection {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #E5D9D929;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    opacity: 1;
    padding: 30px;
}
.CreateDo{

    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DEDEDE !important;
   
    border-radius: 4px;
    opacity: 1;

}

select:focus{
     border-color: none !important;
     box-shadow: none !important;
}
.form-control_price {
    display: block;
  
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input.form-control.border-right-0 {
    width: 100%;

}
button.btn.btn-primary {
    background: #4D4D4D 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    opacity: 1;
    border: none;
    padding: 9px 51px;
}

.FinalBtn {
    text-align: center;
    padding: 10px;
}


.AddBtn {
    padding: 30px;
    float: right;
}

.SelctPick{
    padding: 30px;
}
button.btn.dropdown-toggle.bs-placeholder.btn-default.btn-light {
    background: url("assets/img/product/funnel.svg");
}


.image-upload{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    opacity: 1;
    text-align: center;
    /* padding: 17px; */
    /* width: 267px; */
    height: 129px;
    padding: 23px;
}
label.file_place {
    font-size: 13px;
}


.image-upload > input
{
    display: none;
}
.image-upload img {
    width: 52px;
    cursor: pointer;
}


label.hd_for {
    color: #404553;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}



button.btn.dropdown-toggle.Form_drop {

    
    /* border-radius: 4px; */ 
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DEDEDE;
    /* padding: 7px 51px; */
    width: 100%;
}


.border_option {
    display: flex;
    margin: 20px;
    color: #4D4D4D;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #DEDEDE;
}




i.fas.fa-plus-circle {
    font-size: 18px;
    color: #4D4D4D;
}
i.fas.fa-minus-circle {
    color: #DD4011;
    font-size: 18px;
}

/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    width: 100%;
    display: inline-block;
  }
  
  input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
  }
  
  input[type=text] {
    background-color: #ffff;
    width: 100%;
  }
  
  input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
    cursor: pointer;
  }
.textarea {
    width: 100%;
    border: 2px solid #dedede;
    padding: 8px;
    font-size: 14px;
}
  .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
  }
  
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
  }
  
  /*when hovering an item:*/
  .autocomplete-items div:hover {
    background-color: #e9e9e9; 
  }
  
  /*when navigating through the items using the arrow keys:*/
  .autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
  }
 
  input.next.action-button {
background: white;
    border: 1px solid #4D4D4D;
    color: #4D4D4D;
}

.Pwd_block {
    padding: 10px 0px;
}
    .Pwd_block a {
        justify-content: space-between;
        display: flex;
        border-radius: 4px;
        text-decoration: none;
        padding: 6px;
        background: #4D4D4D 0% 0% no-repeat padding-box;
        opacity: 1;
        color: white;
        /* background: red; */
        width: 174px;
    }
.Pwd_block a:hover{
 
  box-shadow: 0 0 8px 0 #4D4D4D
}


.input-title {
    font-size: 22px;
    color: #2C3E50;
    margin-bottom: 10px;
    border-bottom: 1px solid #DEDEDE;;
    /* font-weight: bold; */
    margin: 0px 31px;
    padding: 10px;
    text-align: center;
}

.Surface {
    padding: 0px 4px;
    display: flex;
    justify-content: flex-start;
    border-left: 5px solid #4D4D4D;
}

.modal-dialog.Succes_dialog {
    float: right;
    width: 300px;
    /* height: 45px; */
}
span.Img_surface{

}span.Img_surface img {
    width: 30px;
}

p.P_italic {
    text-align: left;
    font-style: italic;
    letter-spacing: 0px;
    color: #4D4D4D;
    font-size: 14px;
    opacity: 1;
}
p.P_normal {
  color: #959595;
  font-size: 14px;
  margin-top: 7px;
}

.modal-body.Succes_body {
    padding: 5px 0px;
}
span.message_s {
    margin-left: 20px;
}

.Profile_btn a {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 20px;
    color: white;
    background: #4D4D4D 0% 0% no-repeat padding-box;
    opacity: 1;
}

form.form-grid-flex {
display:inline-flex;
justify-content:space-between;
  position: relative;
  margin: 10px 0;
  font-size: 15px;
}
.radiobtn {
  position: relative;
  width: 50vh;
  margin: 5px;
  display: block;
}
.radiobtn label {
 display: block;
    background: white;
    color: #444;
    
    padding: 10px 20px;
  
    border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
  border-color: #E0E0E0;
 
    cursor: pointer;
}
.radiobtn label:after{
        content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 37px;
    height: auto;

    
    background: #E0E0E0;
}


 .radiobtn label:before {
  content: "";
  position: absolute;
  right: 11px;
  top: 18px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #fdcb77;
}





.radiobtn label:before {
  background: transparent;
  -webkit-transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  z-index: 2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 0;
  height: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
.radiobtn input[type="radio"] {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.radiobtn input[type="radio"]:checked + label {
  background: #ffff;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
          border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
  border-color: #4D4D4D;
}

.variance{
    background: none !important;
}

.radiobtn input[type="radio"]:checked + label span{
  background: #4D4D4D;
}
.radiobtn input[type="radio"]:checked + label:after {
  background: #4D4D4D;
}
.radiobtn input[type="radio"]:checked + label:before {
  width: 20px;
  height: 20px;
}

p.Code-Data {
  text-align: left;
  font-size: 14px;
  padding: 0;
}




span.border-left-span{
  width: 4px;
  height: 80%;
  background-color: #E6E4E4;
  content: '';
  position: absolute;
  top: 10%;
  left: 0;
}
/* 
.radiobtn input[type="radio"]:checked+span.border-left-span {
  background-color: #4D4D4D;
} */
/* 
.radiobtn:focus + border-left-span{
  background-color: #4D4D4D;
} */

.lb-mn {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.lb-box {
    padding: 10px
}
input.Submit_form:hover {
    box-shadow: 0 0 8px 0 #4D4D4D;
    transition: all 0.3s ease-out;
}
.input-title-profile {
    font-size: 16px;
    color: #2C3E50;
    margin-bottom: 10px;
    /* border-bottom: 1px solid #DEDEDE; */
    /* font-weight: bold; */
    margin: 0px 0px;
    /* padding: 10px; */
    text-align: left;
    font-weight: bold;
}

@media only screen and (max-width: 568px) {
  form.form-grid-flex {
    display: block;
    justify-content: center;
    
    margin: 0;
    padding: 10px;
}
    .nt-des {
        font-size: 15px;
        margin-top: 10px;
    }
    .radiobtn {
        position: relative;
        width: 100%;
        margin: 0 0px 10px 0;
        display: block;
    }
.input-title-profile {
  font-size: 18px;
}
}
.form-control:focus {
     box-shadow: none; 
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 0rem;
    border-bottom: transparent;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.model-title {
    font-weight: bold;
}
.lft-ali-tb
{
    text-align:left;
}