@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');

:root {
   --orange: #ff5a00;
  --red:#d73333;
  --black: #000000;
  --white: #ffffff;
  --skyblue: #00A1F1;
  --naviblue:#005bbb;
  --successbtn:#3BB77E;
  --yellow:#fcc729;
}


body{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color:var(--black);
  margin: 0;
  padding: 0;
  font-size: 18px;
}
ul, li{
  list-style-type: none;
}
*, ul, li, p{
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, b, strong{
  font-weight: 700;
}
a, button{
  transition: 0.4s linear;
}
button:focus, .btn:focus{
    box-shadow: none;
}
.fa-chevron-left:before,
.fa-chevron-right:before {
    font-family: 'FontAwesome';
}
.picker-switch.accordion-toggle {
    display: none !important;
}
.bootstrap-datetimepicker-widget table td.today {
    background: var(--orange);
    color: var(--white);
}
.bootstrap-datetimepicker-widget table td.day:hover {
    background: rgba(255,90,0,0.05) !important;
    color: var(--orange) !important;
}
.newclsclslinj a {
    color: var(--naviblue) !important;
}
.bootstrap-datetimepicker-widget table td.day.disabled:hover {
    background: #ffffff !important;
    color: #dee2e6 !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bcc0e2;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bcc0e2;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bcc0e2;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bcc0e2;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-size: 14px;
}

.login_main_cls {
    float: left;
    width: 100%;
    position: relative;
}
.login_main_cls_inner {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}
.left_login_part {
    float: left;
    width: 700px;
    background: linear-gradient(45deg, #594735, #978069, #cf873f);
    padding: 10px 40px;
    position: relative;
    height: 100%;
    box-shadow: 5px 4px 6px rgb(219 219 219 / 25%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo_login_main {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    /* border: 1px dashed #fff; */
    padding: 10px;
    border-radius: 10px;
}
.logo_login_main img {
    /* max-height: 80px; */
    max-height: 300px;
}
.ui-autocomplete {
  overflow-y: auto;
}
.left_login_part_inner {
    float: left;
    width: 100%;
    padding: 0;
    max-width: 500px;
}
.right_login_part {
    float: right;
    width: calc(100% - 700px);
    max-height: 100vh;
}
.alert {
    padding: 10px 15px;
    height: auto;
    display: flex;
    align-items: center;
    margin: 8px 0 !important;
    float: left;
    width: 100%;
}
.alert strong {
    font-weight: 600 !important;
    font-size: 16px;
    letter-spacing: 0.3px;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: auto;
    right: 10px;
    z-index: 2;
    padding: 0;
}
.inner_img_randow_change {
    float: left;
    width: 100%;
    /* height: 100%; */
}
.bothforgotsrt a:hover {
    color: var(--white);
    opacity: 0.5;
}
.inner_img_randow_change img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.main_lgin_form {
    float: left;
    width: 100%;
}
.main_lgin_form h4 {
    margin: 0 0 5px 0;
    color: var(--white);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.main_lgin_form p {
    float: left;
    width: 100%;
    color: var(--white);
    font-size: 14px;
    letter-spacing: 0.3px;
}
.set_logindform {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.set_logindform .form-group {
    float: left;
    width: 100%;
}
.set_logindform .form-group label {
    margin-bottom: 0.5rem;
    color: var(--white);
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 14px;
    float: left;
    width: 100%;
}
.text-danger {
    font-size: 14px;
    letter-spacing: 0.3px;
    color: var(--orange);;
}
.form-control {
    float: left;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    font-size: 14px;
}
.form-control:focus {
    color: #212529;
    background-color: var(--white);
    border-color: var(--skyblue);
    outline: 0;
    box-shadow: none;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
}

.checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 9px;
    width: 7px;
    height: 14px;
    border: solid var(--black);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.btnset_primary {
    background: var(--yellow);
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-radius: 4px;
    height: 40px;
    padding: 0 20px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.set_logindform .form-group .checkbox label {
    font-weight: 500;
    margin: 0;
}
.checkbox label:before {
    border-radius: 4px;
    border-color: #9ba5ca;
}
.btnset_primary:hover {
    background: var(--yellow);
    color: var(--black);
    opacity: 0.5;
}
.role_selection_main_inner ul li .checkbox input:checked + label:before {
    border-color: var(--orange);
}
.bottom_set_clsd {
    position: relative;
    width: 100%;
    float: left;
    left: 0;
    bottom: auto;
    color: #4f556b;
    font-size: 14px;
    letter-spacing: 0.3px;
    text-align: center;
    padding: 0 20px;
}
.bottom_set_clsd a {
    color: var(--white);
    font-weight: 500;
    letter-spacing: 0.3px;
    text-decoration: none;
}
.bottom_set_clsd a:hover {
    color: var(--white);
    opacity: 0.5;
}
.bothforgotsrt {
    display: flex;
    justify-content: space-between;
}
.bothforgotsrt a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-decoration: none;
    font-size: 14px;
}
.flofullsetbtn {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.role_selection_main {
    float: left;
    width: 100%;
    background-color: rgba(241, 244, 251, 0.83);
     background-image:url(../images/rolebg.png);
    /* background-size: 80%; */
     background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: lighten; /* Changed from overlay to lighten */
    height: 100vh;
    position: relative;
}
.role_selection_main_inner {
    float: left;
    width: 100%;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.role_selection_main_inner h1 {
    font-size: 30px;
    letter-spacing: 0.3px;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
}
.role_selection_main_inner p {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.3px;
    margin-bottom: 50px;
}
.role_selection_main_inner ul {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}
.role_selection_main_inner ul li {
    display: inline-flex;
    width: 150px;
    margin: 0 20px;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.role_selection_main_inner ul li .box_cls_round {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background: var(--white);
    border: 2px solid #4f556b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.role_selection_main_inner ul li .box_cls_round svg {
    width: 60px;
    height: 60px;
}
.role_selection_main_inner ul li h5 {
    text-align: center;
    margin: 15px 0 0 0;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #4f556b;
}
.role_selection_main_inner ul li .checkbox label:before {
    margin: 0;
    position: absolute;
    right: 10px;
    border-radius: 50%;
    top: 7px;
    display: none;
}
.role_selection_main_inner ul li .checkbox input:checked + label:after {
    left: auto;
    right: 14px;
    top: 11px;
    border: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ff5c03;
    display: none;
}
.role_selection_main_inner ul li .checkbox input:checked + label .box_cls_round {
    border-color: #ff5c03;
}
.role_selection_main_inner ul li .checkbox label:before {
    background: var(--white);
}
.role_selection_main_inner ul li .checkbox input:checked + label .box_cls_round svg path {
    fill: #ff5c03;
}

.role_selection_main_inner ul li .checkbox input:checked + label h5 {
    color: #ff5c03;
}
.registration_section_main {
    float: left;
    width: 100%;
    background: #f1f4fb;
}
.registrationheader {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 60px;
    border-bottom: 1px solid #ebedfa;
    background: var(--white);
    box-shadow: 0px 6px 18px rgb(196 205 224 / 10%);
    justify-content: space-between;
}
.regis_logo {
    display: inline-flex;
}
.regis_logo img {
    max-height: 70px;
}
.right_linkc_section_dsc {
    display: inline-flex;
}
.registrationbody {
    float: left;
    width: 100%;
    padding: 20px 0;
    overflow-y: auto;
}
.btnset_primary.orangebtnset {
    background: var(--orange);
}
.right_linkc_section_dsc ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}
.right_linkc_section_dsc ul li {
    padding: 0;
}
.right_linkc_section_dsc ul li .btnset_primary:hover {
    background: var(--skyblue);
}
.registrationbody_inner {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(196 205 224 / 20%);
    border-radius: 13px;
    background-color: var(--white);
    float: left;
    width: 100%;
    padding: 16px;
}
.registrationbody_header {
    float: left;
    width: 100%;
}
.page-title {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    margin: 0;
    color: #263871;
    letter-spacing: 0.3px;
}
.role_selection_main_inner ul li a:hover .box_cls_round {
    border-color: var(--orange);
}
.inner_detail_title_ {
    float: left;
    width: 100%;
    position: relative;
}
.inner_detail_title_ h4 {
    margin: 0;
    position: relative;
    font-size: 17px;
    color: #263871;
    letter-spacing: 0.3px;
    font-weight: 600;
    margin: 10 0 25px 0;
}
.inner_detail_title_ h4:before {
    content: "";
    position: absolute;
    left: -16px;
    padding: 2px;
    height: 100%;
    background: var(--skyblue);
}
.form_elements_Pd {
    float: left;
    width: 100%;
}
.principal_div {
    float: left;
    width: 100%;
}
.faculty_div {
    float: left;
    width: 100%;
}
.student_div {
    float: left;
    width: 100%;
}


/* form fields */
.form_elements_Pd label {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #263871;
    letter-spacing: 0.3px;
}
.form_elements_Pd .formcontrolcls {
    float: left;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
}
.form_elements_Pd .formcontrolcls:focus,
.form_elements_Pd .formcontrolclsarea:focus {
    outline: none;
    border-color: var(--skyblue);
}
.form_elements_Pd .form-group {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}
.form_elements_Pd .formcontrolclsarea {
    float: left;
    width: 100%;
    height: 100px;
    border-radius: 4px;
    resize: none;
    border: 1px solid #dee2e6;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
}
.form_elements_Pd .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.form_elements_Pd .btn {
    border: 2px solid var(--red);
    color: var(--white);
    background-color: var(--red);
    padding: 0 20px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    letter-spacing: 0.3px;
    margin: 0;
}
.form_elements_Pd .btn:hover {
    background-color: var(--skyblue);
    border-color: var(--skyblue);
    color: var(--white);
}
.form_elements_Pd .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.divider {
    float: left;
    width: 100%;
    background: #dee2e6;
    height: 1px;
    margin: 10px 0 20px 0;
}
.divider-dashed {
    float: left;
    width: 100%;
    height: 1px;
    border-top:1px dashed #dee2e6;
    margin: 15px 0;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.file-input-label {
	padding: 0px 10px;
	display: table-cell;
	vertical-align: middle;
  border: 1px solid #ddd;
  border-radius: 4px;
}
input[readonly] {
  background-color: #f4f4f4 !important;
  cursor: text !important;
}
.fileuploadwrpapycls .file-input-label {
   width: calc(100% - 103px);
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    line-height: 38px;
}
.fileuploadwrpapycls .btn {
    border-radius: 4px 0 0 4px;
}
.form_elements_Pd .select2 {
    width: 100% !important;
}
.form_elements_Pd .select2 .select2-selection--single {
    height: 40px;
    border: 1px solid #dee2e6;
}
.form_elements_Pd .select2 .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    font-size: 14px;
    color: #212529;
}
.form_elements_Pd .select2 .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
.set_chkblockj {
    display: flex;
    align-items: center;
    width: 100%;
}
.set_chkblockj .checkbox {
    margin-right: 10px;
}
.set_chkblockj .checkbox label:before {
    padding: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.set_chkblockj .checkbox input:checked + label:after {
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff5a00;
    top: auto;
    left: 4px;
}
.set_chkblockj .checkbox .for-checkbox-tools {
    display: inline-flex;
    align-items: center;
    margin: 0;
    font-size: 13px;
}
.select2-results__option {
    font-size: 14px;
}
.dateselectmain {
    position: relative;
    float: left;
    width: 100%;
}
span.error {
    display: none !important;
}
.formcontrolcls.error,
.formcontrolcls.error:focus,
.formcontrolclsarea.error,
.formcontrolclsarea.error:focus {
    border-color: var(--orange);
}
.form_elements_Pd label b.required {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
}
.form_elements_Pd .setforclsflex label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.spinner-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    z-index: 999;
}

/* Cool Animation Loader */

.leo-border-1 {
  position: absolute;
  width: 150px;
  height: 150px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  background: linear-gradient(0deg, #fff 33%, #ffffff 100%);
  animation: spin3D 1.8s linear 0s infinite;
}

.leo-core-1 {
  width: 100%;
  height: 100%;
  background-color: #37474faa;
  border-radius: 50%;
}

.leo-border-2 {
  position: absolute;
  width: 150px;
  height: 150px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(251, 91, 83);
  background: linear-gradient(0deg, #ffffff 33%, rgba(251, 91, 83, 1) 100%);
  animation: spin3D 2.2s linear 0s infinite;
}

.leo-core-2 {
  width: 100%;
  height: 100%;
  background-color: #1d2630aa;
  border-radius: 50%;
}
.spinner-box p {
  position: relative;
  z-index: 1;
  color: #fff;
}
a.add_other_language,a.add_more_certificate {
 text-decoration: none;
}
@keyframes spin3D {
    from {
        transform: rotate3d(.5, .5, .5, 360deg);
    }

    to {
        transform: rotate3d(0deg);
    }
}
.newforwidthset .btnset_primary {
    width: 100%;
    font-size: 16px;
    height: 42px;
}
.ui-widget.ui-widget-content {
    border: 1px solid rgba(170, 170, 170, .3);
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 0.375rem;
}
.ui-widget.ui-widget-content .ui-state-active {
    background: rgba(255,90,0,0.05);
    color: var(--orange);
    border-color: rgba(255,90,0,0.05);
}
.verified_selection_main {
    background: url('../images/education.jpg') no-repeat center center;
    background-size: cover;
    padding: 0;
    height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}
.lgoemailset {
    position: absolute;
    z-index: 9999;
    left: 20px;
    top: 20px;
}
.lgoemailset  img {
    max-height: 80px;
}
.cxserflexqwer {
    display: flex;
    flex-direction: row;
    width: 400px;
}
.cxserflexqwer .btnset_primary {
    margin: 0 10px;
}

.verified_selection_main_inner {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 0;
    right: 50px;
    bottom: 0;
    left: 70px;
    z-index: 0;
}
.verified_selection_main_inner span {
    width: 1px;
    display: inline-block;
    height: 100%;
    background-color: #242C70;
}
.inner_set_box_msail {
    z-index: 999;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(26px);
    -webkit-backdrop-filter: blur(26px);
    padding: 30px;
    border-radius: 20px;
}
.inner_set_box_msail h4 {
    margin: 0 0 30px 0;
    color: var(--white);
}
.inner_set_box_msail h4 svg {
    width: 100px;
    height: 100px;
}
.inner_set_box_msail p {
    color: var(--white);
    font-size: 18px;
    letter-spacing: 0.3px;
    margin: 0 0 10px 0;
    padding: 0;
}
.inner_set_box_msail p i {
    color: var(--yellow);
    font-style: normal;
}

.pyro {
    overflow: hidden;
}

/* password */
.show-password-main{
    display: flex;
    align-items: center;
    position: relative;
    float: left;
    width: 100%;
}

.show-password-main .form-control{
    padding-right: 30px;
}

.show-password-main a{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
/* */

.pyro > .before,
.pyro > .after {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}

/* input file upload */
.input-file-error .file-input-label{
    border-color: var(--orange) !important;
}

@-webkit-keyframes bang {
  to {
    box-shadow: -66px -173.3333333333px #ff00fb, 87px -261.3333333333px #00ffa6, 14px -125.3333333333px #d000ff, -33px -76.3333333333px #c800ff, -33px -175.3333333333px #d5ff00, -227px -107.3333333333px #0009ff, -73px -104.3333333333px #00ffaa, -200px -72.3333333333px #a200ff, 16px -73.3333333333px #ffd000, 122px 54.6666666667px #ff007b, -103px 16.6666666667px #eeff00, -238px -50.3333333333px #80ff00, -45px -210.3333333333px #00ff04, -232px 36.6666666667px #00ff26, -78px -143.3333333333px #00ffae, 159px 2.6666666667px #ee00ff, 18px -215.3333333333px #ff2200, -44px -269.3333333333px #a2ff00, 172px 55.6666666667px #33ff00, 97px -90.3333333333px #ff0026, -118px -165.3333333333px #00ff26, 186px -227.3333333333px #00a6ff, 171px -248.3333333333px #ff00f7, 38px -264.3333333333px #ff004d, -233px -255.3333333333px #4d00ff, -15px -90.3333333333px #ff0004, 20px -169.3333333333px #00ffdd, -246px -57.3333333333px #ff00e6, -162px -36.3333333333px #d500ff, -176px -267.3333333333px #a2ff00, 214px -286.3333333333px #ff0004, 195px -187.3333333333px #ff00d9, 226px -195.3333333333px #0066ff, -175px -268.3333333333px #c800ff, -164px -199.3333333333px #fbff00, -104px -46.3333333333px #ff003c, 57px -8.3333333333px #ff00e6, -5px -70.3333333333px #e100ff, 214px -33.3333333333px #ffbb00, -245px -5.3333333333px #0077ff, 196px -275.3333333333px #00ffd5, -27px -293.3333333333px #6f00ff, 147px -328.3333333333px #5100ff, -147px -183.3333333333px #ff006a, 144px -216.3333333333px #00ffee, 130px 6.6666666667px #00ffe6, 89px -310.3333333333px #ffee00, -62px -113.3333333333px #006aff, -55px -77.3333333333px #ff00a6, 12px -288.3333333333px #d900ff, -183px 9.6666666667px #ff7700, 100px -206.3333333333px #00ff1e, -231px -239.3333333333px #09ff00, 187px -193.3333333333px #e6ff00, -138px -184.3333333333px #04ff00, -108px 66.6666666667px #15ff00, -108px 41.6666666667px #9dff00, -51px -103.3333333333px #ff4d00, -228px 43.6666666667px #8c00ff, -104px -17.3333333333px #00f7ff, -126px -203.3333333333px #2200ff;
  }
}
@-moz-keyframes bang {
  to {
    box-shadow: -66px -173.3333333333px #ff00fb, 87px -261.3333333333px #00ffa6, 14px -125.3333333333px #d000ff, -33px -76.3333333333px #c800ff, -33px -175.3333333333px #d5ff00, -227px -107.3333333333px #0009ff, -73px -104.3333333333px #00ffaa, -200px -72.3333333333px #a200ff, 16px -73.3333333333px #ffd000, 122px 54.6666666667px #ff007b, -103px 16.6666666667px #eeff00, -238px -50.3333333333px #80ff00, -45px -210.3333333333px #00ff04, -232px 36.6666666667px #00ff26, -78px -143.3333333333px #00ffae, 159px 2.6666666667px #ee00ff, 18px -215.3333333333px #ff2200, -44px -269.3333333333px #a2ff00, 172px 55.6666666667px #33ff00, 97px -90.3333333333px #ff0026, -118px -165.3333333333px #00ff26, 186px -227.3333333333px #00a6ff, 171px -248.3333333333px #ff00f7, 38px -264.3333333333px #ff004d, -233px -255.3333333333px #4d00ff, -15px -90.3333333333px #ff0004, 20px -169.3333333333px #00ffdd, -246px -57.3333333333px #ff00e6, -162px -36.3333333333px #d500ff, -176px -267.3333333333px #a2ff00, 214px -286.3333333333px #ff0004, 195px -187.3333333333px #ff00d9, 226px -195.3333333333px #0066ff, -175px -268.3333333333px #c800ff, -164px -199.3333333333px #fbff00, -104px -46.3333333333px #ff003c, 57px -8.3333333333px #ff00e6, -5px -70.3333333333px #e100ff, 214px -33.3333333333px #ffbb00, -245px -5.3333333333px #0077ff, 196px -275.3333333333px #00ffd5, -27px -293.3333333333px #6f00ff, 147px -328.3333333333px #5100ff, -147px -183.3333333333px #ff006a, 144px -216.3333333333px #00ffee, 130px 6.6666666667px #00ffe6, 89px -310.3333333333px #ffee00, -62px -113.3333333333px #006aff, -55px -77.3333333333px #ff00a6, 12px -288.3333333333px #d900ff, -183px 9.6666666667px #ff7700, 100px -206.3333333333px #00ff1e, -231px -239.3333333333px #09ff00, 187px -193.3333333333px #e6ff00, -138px -184.3333333333px #04ff00, -108px 66.6666666667px #15ff00, -108px 41.6666666667px #9dff00, -51px -103.3333333333px #ff4d00, -228px 43.6666666667px #8c00ff, -104px -17.3333333333px #00f7ff, -126px -203.3333333333px #2200ff;
  }
}
@-o-keyframes bang {
  to {
    box-shadow: -66px -173.3333333333px #ff00fb, 87px -261.3333333333px #00ffa6, 14px -125.3333333333px #d000ff, -33px -76.3333333333px #c800ff, -33px -175.3333333333px #d5ff00, -227px -107.3333333333px #0009ff, -73px -104.3333333333px #00ffaa, -200px -72.3333333333px #a200ff, 16px -73.3333333333px #ffd000, 122px 54.6666666667px #ff007b, -103px 16.6666666667px #eeff00, -238px -50.3333333333px #80ff00, -45px -210.3333333333px #00ff04, -232px 36.6666666667px #00ff26, -78px -143.3333333333px #00ffae, 159px 2.6666666667px #ee00ff, 18px -215.3333333333px #ff2200, -44px -269.3333333333px #a2ff00, 172px 55.6666666667px #33ff00, 97px -90.3333333333px #ff0026, -118px -165.3333333333px #00ff26, 186px -227.3333333333px #00a6ff, 171px -248.3333333333px #ff00f7, 38px -264.3333333333px #ff004d, -233px -255.3333333333px #4d00ff, -15px -90.3333333333px #ff0004, 20px -169.3333333333px #00ffdd, -246px -57.3333333333px #ff00e6, -162px -36.3333333333px #d500ff, -176px -267.3333333333px #a2ff00, 214px -286.3333333333px #ff0004, 195px -187.3333333333px #ff00d9, 226px -195.3333333333px #0066ff, -175px -268.3333333333px #c800ff, -164px -199.3333333333px #fbff00, -104px -46.3333333333px #ff003c, 57px -8.3333333333px #ff00e6, -5px -70.3333333333px #e100ff, 214px -33.3333333333px #ffbb00, -245px -5.3333333333px #0077ff, 196px -275.3333333333px #00ffd5, -27px -293.3333333333px #6f00ff, 147px -328.3333333333px #5100ff, -147px -183.3333333333px #ff006a, 144px -216.3333333333px #00ffee, 130px 6.6666666667px #00ffe6, 89px -310.3333333333px #ffee00, -62px -113.3333333333px #006aff, -55px -77.3333333333px #ff00a6, 12px -288.3333333333px #d900ff, -183px 9.6666666667px #ff7700, 100px -206.3333333333px #00ff1e, -231px -239.3333333333px #09ff00, 187px -193.3333333333px #e6ff00, -138px -184.3333333333px #04ff00, -108px 66.6666666667px #15ff00, -108px 41.6666666667px #9dff00, -51px -103.3333333333px #ff4d00, -228px 43.6666666667px #8c00ff, -104px -17.3333333333px #00f7ff, -126px -203.3333333333px #2200ff;
  }
}
@-ms-keyframes bang {
  to {
    box-shadow: -66px -173.3333333333px #ff00fb, 87px -261.3333333333px #00ffa6, 14px -125.3333333333px #d000ff, -33px -76.3333333333px #c800ff, -33px -175.3333333333px #d5ff00, -227px -107.3333333333px #0009ff, -73px -104.3333333333px #00ffaa, -200px -72.3333333333px #a200ff, 16px -73.3333333333px #ffd000, 122px 54.6666666667px #ff007b, -103px 16.6666666667px #eeff00, -238px -50.3333333333px #80ff00, -45px -210.3333333333px #00ff04, -232px 36.6666666667px #00ff26, -78px -143.3333333333px #00ffae, 159px 2.6666666667px #ee00ff, 18px -215.3333333333px #ff2200, -44px -269.3333333333px #a2ff00, 172px 55.6666666667px #33ff00, 97px -90.3333333333px #ff0026, -118px -165.3333333333px #00ff26, 186px -227.3333333333px #00a6ff, 171px -248.3333333333px #ff00f7, 38px -264.3333333333px #ff004d, -233px -255.3333333333px #4d00ff, -15px -90.3333333333px #ff0004, 20px -169.3333333333px #00ffdd, -246px -57.3333333333px #ff00e6, -162px -36.3333333333px #d500ff, -176px -267.3333333333px #a2ff00, 214px -286.3333333333px #ff0004, 195px -187.3333333333px #ff00d9, 226px -195.3333333333px #0066ff, -175px -268.3333333333px #c800ff, -164px -199.3333333333px #fbff00, -104px -46.3333333333px #ff003c, 57px -8.3333333333px #ff00e6, -5px -70.3333333333px #e100ff, 214px -33.3333333333px #ffbb00, -245px -5.3333333333px #0077ff, 196px -275.3333333333px #00ffd5, -27px -293.3333333333px #6f00ff, 147px -328.3333333333px #5100ff, -147px -183.3333333333px #ff006a, 144px -216.3333333333px #00ffee, 130px 6.6666666667px #00ffe6, 89px -310.3333333333px #ffee00, -62px -113.3333333333px #006aff, -55px -77.3333333333px #ff00a6, 12px -288.3333333333px #d900ff, -183px 9.6666666667px #ff7700, 100px -206.3333333333px #00ff1e, -231px -239.3333333333px #09ff00, 187px -193.3333333333px #e6ff00, -138px -184.3333333333px #04ff00, -108px 66.6666666667px #15ff00, -108px 41.6666666667px #9dff00, -51px -103.3333333333px #ff4d00, -228px 43.6666666667px #8c00ff, -104px -17.3333333333px #00f7ff, -126px -203.3333333333px #2200ff;
  }
}
@keyframes bang {
  to {
    box-shadow: -66px -173.3333333333px #ff00fb, 87px -261.3333333333px #00ffa6, 14px -125.3333333333px #d000ff, -33px -76.3333333333px #c800ff, -33px -175.3333333333px #d5ff00, -227px -107.3333333333px #0009ff, -73px -104.3333333333px #00ffaa, -200px -72.3333333333px #a200ff, 16px -73.3333333333px #ffd000, 122px 54.6666666667px #ff007b, -103px 16.6666666667px #eeff00, -238px -50.3333333333px #80ff00, -45px -210.3333333333px #00ff04, -232px 36.6666666667px #00ff26, -78px -143.3333333333px #00ffae, 159px 2.6666666667px #ee00ff, 18px -215.3333333333px #ff2200, -44px -269.3333333333px #a2ff00, 172px 55.6666666667px #33ff00, 97px -90.3333333333px #ff0026, -118px -165.3333333333px #00ff26, 186px -227.3333333333px #00a6ff, 171px -248.3333333333px #ff00f7, 38px -264.3333333333px #ff004d, -233px -255.3333333333px #4d00ff, -15px -90.3333333333px #ff0004, 20px -169.3333333333px #00ffdd, -246px -57.3333333333px #ff00e6, -162px -36.3333333333px #d500ff, -176px -267.3333333333px #a2ff00, 214px -286.3333333333px #ff0004, 195px -187.3333333333px #ff00d9, 226px -195.3333333333px #0066ff, -175px -268.3333333333px #c800ff, -164px -199.3333333333px #fbff00, -104px -46.3333333333px #ff003c, 57px -8.3333333333px #ff00e6, -5px -70.3333333333px #e100ff, 214px -33.3333333333px #ffbb00, -245px -5.3333333333px #0077ff, 196px -275.3333333333px #00ffd5, -27px -293.3333333333px #6f00ff, 147px -328.3333333333px #5100ff, -147px -183.3333333333px #ff006a, 144px -216.3333333333px #00ffee, 130px 6.6666666667px #00ffe6, 89px -310.3333333333px #ffee00, -62px -113.3333333333px #006aff, -55px -77.3333333333px #ff00a6, 12px -288.3333333333px #d900ff, -183px 9.6666666667px #ff7700, 100px -206.3333333333px #00ff1e, -231px -239.3333333333px #09ff00, 187px -193.3333333333px #e6ff00, -138px -184.3333333333px #04ff00, -108px 66.6666666667px #15ff00, -108px 41.6666666667px #9dff00, -51px -103.3333333333px #ff4d00, -228px 43.6666666667px #8c00ff, -104px -17.3333333333px #00f7ff, -126px -203.3333333333px #2200ff;
  }
}
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-ms-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
.set_abslupdatecss {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}
/* Cool Animation Loader */

.backtorolsetting {
    background: var(--naviblue) !important;
    color: var(--white) !important;
}
.form_elements_Pd .formcontrolcls.datepicker {
    background: #fff url(../images/calendar-svgrepo-com.svg) no-repeat right 16px center !important;
    background-size: 16px !important;
}
.loginskyplogi {
  background: var(--yellow) !important;
  color: var(--black) !important;
}
.loginskyplogi {
  background: var(--red) !important;
  color: var(--white) !important;
}
.languageset_for_multiplesec .select2-selection--multiple {
    min-height: 40px;
    border: 1px solid rgba(170, 170, 170, .3) !important;
}
.languageset_for_multiplesec .select2-container .select2-search--inline .select2-search__field {
    height: 28px;
}
.languageset_for_multiplesec .select2-selection--multiple {
    padding-left: 0.8rem;
}
.languageset_for_multiplesec .select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder { /* Edge */
  color: rgba(0, 0, 0, 0.55);
  font-family: 'Inter', sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 14px;
  line-height: 28px;
}
.languageset_for_multiplesec .select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.55);
  font-family: 'Inter', sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 14px;
  line-height: 28px;
}
.languageset_for_multiplesec .select2-container .select2-search--inline .select2-search__field::placeholder {
  color: rgba(0, 0, 0, 0.55);
  font-family: 'Inter', sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 14px;
  line-height: 28px;
}
.languageset_for_multiplesec .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border:1px solid rgba(170, 170, 170, .3);
}
.languageset_for_multiplesec .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none;
    background: none;
}
.languageset_for_multiplesec .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    line-height: 18px;
}
.languageset_for_multiplesec  .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    margin: 0;
}
.languageset_for_multiplesec .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #f7f7f7;
    height: 22px;
}
.languageset_for_multiplesec .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
    font-size: 13px;
    letter-spacing: 0.3px;
}
.backp_iplad_img_vid .modal-dialog {
    max-width: 800px;
}
.backp_iplad_img_vid .modal-dialog .modal-header {
    padding: 10px 15px;
    background: var(--naviblue);
}
.backp_iplad_img_vid .modal-dialog .modal-header h5 {
    color: var(--white);
    letter-spacing: 0.3px;
    font-weight: 400;
}
.backp_iplad_img_vid .modal-dialog .modal-header .btn-close {
    background-color: var(--white);
    padding: 5px !important;
    opacity: 0.7;
    right: 10px !important;
    position: relative;
}
.backp_iplad_img_vid .csv_list_upload_wrp .upload_set_div_fls .files input {
    padding: 65px 0px 65px 35%;
}
.backp_iplad_img_vid .upload_set_div_fls h6 {
    float: left;
    width: 100%;
    text-align: left;
    color: #212121;
    letter-spacing: 0.3px;
    margin: 0 0 10px 0;
}
.backp_iplad_img_vid .csv_list_upload_wrp .upload_set_div_fls .files {
    float: left;
    width: 200px;
}
.backp_iplad_img_vid .card {
    border: none;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.backp_iplad_img_vid .card-body {
    padding: 25.6px;
    padding: 1.6rem;
}
.backp_iplad_img_vid .modal-dialog .modal-header .btn-close:hover {
    opacity: 1;
}
#helpbackp_ipl .card a {
    text-decoration: none;
    color: #212121;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.3px;
}
#helpbackp_ipl .card a:hover {
  opacity: 0.7;
}
.right_linkc_section_dsc li.set_for_helpOp a {
  display: inline-flex;
  align-items: center;
  height: 40px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.3px;
  border-radius: 4px;
  padding: 0 10px;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.right_linkc_section_dsc li.set_for_helpOp a:hover {
  opacity: 0.7;
}
@-webkit-keyframes glowing {
  0% { color: var(--red); }
  50% { color: var(--naviblue); }
  100% { color: var(--red); }
}

@-moz-keyframes glowing {
  0% { color: var(--red); }
  50% { color: var(--naviblue); }
  100% { color: var(--red); }
}

@-o-keyframes glowing {
  0% { color: var(--red);}
  50% { color: var(--naviblue); }
  100% { color: var(--red); }
}

@keyframes glowing {
  0% { color: var(--red); }
  50% { color: var(--naviblue);}
  100% { color: var(--red); }
}
.right_linkc_section_dsc li.set_for_helpOp {
  margin-right: 1rem;
}
.right_linkc_section_dsc li.set_for_helpOp a svg {
  margin-right: 6px;
}

/* mobile back arrow */
.mobile-back-arrow{
    display: none;
}
/* */

.viewlinkpage {
    display: flex;
    align-items: center;
    margin-left: 15px !important;
    font-size: 15px;
    text-decoration: none;
}

.lblflxbet {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alert-dismissible .btn-close {
    padding: 0.80rem 1rem !important;
}

fieldset.custom_fieldset {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0px 15px;
    margin-bottom: 16px;
}

fieldset.custom_fieldset legend {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #263871;
    letter-spacing: 0.3px;
    float: unset;
    width: auto;
    padding: 0px 10px;
}

.addMoreCertificates ul {
    padding: 0;
}

.addMoreCertificates ul li {
    margin-bottom: 5px;
    display: flex;
}

.addMoreCertificates ul li > span {
    font-size: 15px;
}

/* Responsive */
@media(max-width: 1360px) {
    .left_login_part {
        padding: 10px 40px;
    }
}
@media(max-width: 991px) {
    .right_login_part {
        display: none;
    }
    .left_login_part {
        box-shadow: none;
        width: 100%;
        padding: 10px 60px;
        display: flex;
        justify-content: center;
    }
    .left_login_part_inner {
        max-width: 450px;
    }

    /* registration */
    .registrationheader{
        padding: 10px 15px;
        position: relative;
    }

    .regis_logo img{
        max-height: 55px;
    }

    .registrationheader .right_linkc_section_dsc li.set_for_helpOp a{
        padding: 0px;
    }
    /* */
}

@media(max-width: 767px) {
    /* registration */
    .registrationheader{
        padding: 10px 50px;
        position: relative;
        justify-content: center;
    }

    .regis_logo img{
        max-height: 55px;
    }

    .registrationheader .right_linkc_section_dsc li.set_for_helpOp a{
        padding: 0px;
        display: flex;
    }

    .registrationheader .right_linkc_section_dsc li.set_for_helpOp a span{
        display: none;
    }

    .registrationheader .right_linkc_section_dsc li.set_for_helpOp a svg{
        margin-right: 0px;
        width: 40px;
    }

    .registrationheader .right_linkc_section_dsc li.set_for_helpOp a svg path{
        opacity: 1;
    }

    .registrationheader .right_linkc_section_dsc li.set_for_helpOp a svg path.help-icon{
        fill: #fff;
    }

    .loginskyplogi{
        text-indent: -9999px;
        padding: 0;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent !important;
    }

    .mobile-back-arrow{
        width: 30px;
        display: flex;
    }

    .registrationheader .right_linkc_section_dsc li.set_for_helpOp{
        position: fixed;
        bottom: 100px;
        right: 10px;
        z-index: 1;
        margin-right: 0px;
    }

    .registrationheader .right_linkc_section_dsc ul li:last-child{
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 4;
        margin: 0 !important;
        padding: 15px;
        text-align: right;
        border-top: 1px solid #ebedfa;
    }

    .registrationheader .right_linkc_section_dsc ul li:last-child .user-signup-btn.backtorolsetting{
        height: 36px;
        font-size: 16px;
    }
    /* */
}
@media(max-width: 575px) {
    .logo_login_main img {
        max-height: 60px;
        max-width: 100%;
    }
    .logo_login_main {
        margin-bottom: 16px;
    }
    .set_logindform {
        margin-top: 20px;
    }
    .left_login_part {
      padding-left: 10px !important;
      padding-right: 10px !important;
    }
    .left_login_part_inner {
        max-width: 90%;
    }
    .role_selection_main_inner {
        padding: 20px 15px;
    }
    .role_selection_main_inner ul li .box_cls_round {
        width: 100px;
        height: 100px;
    }
    .role_selection_main_inner ul li {
        margin: 0 10px;
        text-align: center;
    }
    .role_selection_main_inner ul li .box_cls_round svg {
        width: 40px;
        height: 40px;
    }
    .role_selection_main_inner p {
        margin-bottom: 30px;
    }
    .role_selection_main_inner h1 {
        font-size: 26px;
    }

    /* registration */
    .regis_logo img{
        max-height: 50px;
    }

    .loginskyplogi{
        left: 5px;
    }
    /* */
}
@media(max-width: 480px) {
    /* registration */
    .regis_logo img{
        width: 100%;
    }

    .registrationheader{
        height: auto;
        padding: 10px 40px;
    }

    .mobile-back-arrow{
        width: 26px;
    }

    .registrationheader .right_linkc_section_dsc li.set_for_helpOp a svg{
        width: 34px;
    }
    /* */
}
@media(max-width: 375px) {
    .role_selection_main_inner ul li .box_cls_round {
        text-align: center;
    }
    .role_selection_main_inner ul li {
      width: auto;
    }
    .role_selection_main_inner p {
        margin-bottom: 16px;
    }
    .role_selection_main_inner h1 {
        font-size: 22px;
    }
    .role_selection_main_inner p {
        font-size: 14px;
    }

    /* registration */
    .registrationheader{
        padding: 10px 28px;
    }

    .mobile-back-arrow {
        width: 24px;
    }

    .loginskyplogi{
        left: 2px;
    }
    /* */
}
