.contine {
    margin: auto;
    width: auto;
}
.gg-bound-control-input:not([disabled]):focus ~ .gg-bound-control-label, .gg-bound-control.hasValue .gg-bound-control-label {
    transform: scale(0.75) translateY(-39px);
}
.gg-bound-control {
    -webkit-tap-highlight-color: transparent;
    box-sizing: content-box;
    width: 100%;
    font-size: 15px;
    outline: none;
}
.gg-bound-control-outer {
    box-sizing: inherit;
    height: 56px;
    position: relative;
    vertical-align: top;
    padding-top: 24px;
}
.gg-bound-control-inner {
    box-sizing: inherit;
    display: flex;
    position: relative;
    top: 14px;
}
.gg-bound-control-wrapper {
    box-sizing: inherit;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0%;
    position: relative;
}
.gg-bound-control-input {
    box-sizing: inherit;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    background-color: transparent;
    border: none;
    display: block;
    font: 400 17px Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    height: 28px;
    line-height: 24px;
    min-width: 0%;
    outline: none;
    border-radius: 4px;
    color: #202124;
    margin: 1px 1px 0 1px;
    padding: 13px 15px;
    z-index: 1;
}
.gg-bound-control-input:not([disabled]):focus ~ .gg-bound-control-label {
    color: #fd6e0d;
}
.gg-bound-control-label {
    box-sizing: border-box;
    color: #80868b;
    transform-origin: bottom left;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: color, bottom, transform;
    color: rgba(0, 0, 0, 0.38);
    font: 400 17px Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    font-size: 17px;
    pointer-events: none;
    position: absolute;
    transform: scale(0.75) translateY(-39px);

    bottom: 17px;
    left: 8px;
    padding: 0 8px;
    background: #fff;
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    width: auto;
    z-index: 1;
}
.gg-bound-control-df-bottom-border {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #dadce0;
    border-radius: 4px;
}
.gg-bound-control-df-bottom-border:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -2px;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    pointer-events: none;
}
.gg-bound-control-ef-bottom-border {
    box-sizing: content-box;
    animation: quantumWizPaperInputRemoveUnderline 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: transparent;
    height: calc(100% - 2*2px);
    width: calc(100% - 2*2px);
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    opacity: 0;
    transform: none;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.gg-bound-control.active-gg-bound-control .gg-bound-control-ef-bottom-border {
    animation: none;
    transform: scale(1);
    border: 2px solid #fd6e0d;
    opacity: 1;
}
@keyframes quantumWizPaperInputRemoveUnderline {
    0% {
        transform: scaleX(1);
        opacity: 1;
   }
    100% {
        transform: scaleX(1);
        opacity: 0;
   }
}
@keyframes quantumWizPaperInputAddUnderline {
    0% {
        transform: scaleX(0);
   }
    100% {
        transform: scaleX(1);
   }
}
/* Input Box Ends here   */
/* Radio Button Starts Here  */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: 400;
    font-size: 16px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #585858;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #FD6E0D;
    border: 1px solid;
    border-color: #FD6E0D;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Uload css  */

input[type="file"]{
    display: none!important;
  }
  .file-name {
    position: relative;
    overflow: hidden;
    line-height: 30px;
    padding: 5px;
    box-sizing: border-box;
    font-size: 15px;
    vertical-align: middle;
    width: 100%;
    border: none;
    color: #585858;
    font-weight: 500;
    border-radius: 0;
    font-family: "Inter", sans-serif;
    border-bottom: 1px solid rgba(32, 33, 36, 0.17);
    height: calc(2em + 0.75rem + 2px);
    outline: none;
  }
  .btn-org-adhar1,.btn-org-adhar,.btn-org {
    background: #3479ce;
    border: none;
    border-radius: 0;
    width: 100px;
    box-sizing: border-box;
    padding: 2px 10px;
    background-color: #FDF5F0;
    transition: all 0.6s;
    color: #FD6E0D;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    vertical-align: middle;
    text-transform: uppercase;
    margin-left: 1rem;
    position: absolute;
    right: 10px;
  }
  #divImageMediaPreview,#adharImageMediaPreview,#adhar1ImageMediaPreview{
    display: inline-block;
  }