@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");


body {
  background-color: #ffffff;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  height: 100vh;
  /* overflow-y: hidden !important; */
}

body:not('.privacy-container'){
    overflow-y: hidden !important;
    overscroll-behavior-y: none;
}

.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}

.product-img-slide {
  display: inline-block;
  width: 100%;
}
.product-img-slide .slider-for {
  width: 85%;
  float: right;
  padding: 40px;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 10px;
}
.product-img-slide .slider-nav {
  width: 15%;
  padding: 35px 0;
}
.product-img-slide .slider-nav .thumb-slide {
  padding: 4px;
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 4px;
}
.product-img-slide .slider-nav .thumb-slide:last-child {
  margin-bottom: 0;
}
.product-img-slide .slider-nav .thumb-slide.slick-current {
  border-color: #ddd;
}
.product-img-slide .slider-nav .thumb-slide img {
  max-width: 175px;
}
.product-img-slide .slider-nav .slick-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.product-img-slide .slider-nav .slick-arrow.slick-next {
  top: auto;
  bottom: 0;
  transform: translateX(-50%) rotate(-90deg);
}
.product-img-slide .slick-slide img {
  margin: 0 auto;
}

/* //translate */
/* //animation */
@keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.3;
  }
  50% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0);
    opacity: 0.3;
  }
}
/* //transform */
/* //transition */
::-moz-placeholder {
  /* Firefox */
  font-style: italic;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
}
::placeholder {
  /* Firefox */
  font-style: italic;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  /* Firefox */
  font-style: italic;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
}

::-ms-input-placeholder { /* Microsoft Edge */
  /* Firefox */
  font-style: italic;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
}

/* ====== Common Style :: Start */
@font-face {
  font-family: Coiny-Regular;
  src: url(../fonts/Coiny-Regular.ttf);
}
* {
  font-family: "Coiny-Regular";
  font-size: 14px;
}

html {
  /* overflow: hidden; */
  font-size: 14px;
}
body a.ux-button {
  text-decoration: none;
}
body.body-transparent {
  background-color: transparent;
}

input, select, textarea {
  background: transparent;
}

a {
  cursor: pointer;
  color: #ffdc00;
  text-decoration: none;
}

a:hover {
  color: rgba(255, 220, 0, 0.85);
  text-decoration: underline;
}

a, a:hover, a:focus {
  outline: none;
}

input:hover, input:focus, select:hover, select:focus,
input[type=checkbox], input[type=checkbox]:focus,
input[type=radio], input[type=radio]:focus, .form-control:focus {
  outline: none;
  box-shadow: none;
}

li {
  list-style-type: none;
}

ul {
  padding-left: 0;
}

h1 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 2.2rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 2rem;
  margin: 6px 0px;
  z-index: 1;
  display: block;
}

h2 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.8rem;
  margin: 6px 0px;
  z-index: 1;
  display: block;
}

h3 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.8rem;
  margin: 6px 0px;
  z-index: 1;
  display: block;
}

h4 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.6rem;
  margin: 6px 0px;
  z-index: 1;
  display: block;
}

h5 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.4rem;
  margin: 6px 0px;
  z-index: 1;
  display: block;
}

h6 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2rem;
  margin: 6px 0px;
  z-index: 1;
  display: block;
}

em {
  font-style: normal;
}

small {
  color: rgba(0, 0, 0, 0.5);
}

.radio, .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

.space-margin {
  margin: 0 -15px;
}

.vspacer5 {
  height: 5px;
  display: block;
  width: 100%;
  clear: both;
}

.vspacer10 {
  height: 10px;
  display: block;
  width: 100%;
  clear: both;
}

.vspacer15 {
  height: 15px;
  display: block;
  width: 100%;
  clear: both;
}

.vspacer20 {
  height: 20px;
  display: block;
  width: 100%;
  clear: both;
}
@media (max-width: 767px) {
  .vspacer20.customize {
    height: 5px !important;
  }
}

.vspacer30 {
  height: 30px;
  display: block;
  width: 100%;
  clear: both;
}
@media (max-width: 767px) {
  .vspacer30.customize {
    height: 15px !important;
  }
}

.vspacer40 {
  height: 40px;
  display: block;
  width: 100%;
  clear: both;
}

.vspacer50 {
  height: 50px;
  display: block;
  width: 100%;
  clear: both;
}

.vspacer100 {
  height: 100px;
  display: block;
  width: 100%;
  clear: both;
}

.vspacer150 {
  height: 150px;
  display: block;
  width: 100%;
  clear: both;
}

.full-width1 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.no-gutters {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .no-gutters {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.minus-nav {
  left: 0 !important;
}

.minus-rt-col {
  margin-left: 0 !important;
}

.action-btns {
  padding: 5px 0; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 20px;
  width: calc(100% - 40px);
}
.action-btns.cust-width {
  width: calc(100% - 40px);
}
@media (max-width: 767px) {
  .action-btns.cust-width {
    width: calc(100% - 30px);
  }
}
.action-btns .ux-button.btn-cancel {
  display: none;
}
@media (min-width: 767px) {
  .action-btns .ux-button.btn-cancel {
    display: inline-block;
  }
}
.action-btns .ux-button + .ux-button {
  margin-left: 15px;
}
.action-btns .btn-timelog {
  display: none;
}
@media (min-width: 767px) {
  .action-btns .btn-timelog {
    display: inline-block;
    text-decoration: underline;
  }
}
.action-btns > div {
  width: 100%; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
}
@media (min-width: 767px) {
  .action-btns > div {
    /*width: auto;*/
    display: block;
  }
}
.action-btns.sticky-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #ffffff;
  width: 100%;
  margin: 0;
  padding: 10px 40px;
  display: block;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
}

.chargesPopup .popup-body {
  max-height: 75vh;
  margin: 0 -15px;
  padding: 0 15px;
  overflow: auto;
  text-align: left;
}
.chargesPopup .popup-body h5, .chargesPopup .popup-body p, .chargesPopup .popup-body b {
  display: block;
  text-align: left;
}
.chargesPopup .popup-body ul {
  list-style: disc;
}

.card-carousal .owl-theme .owl-dots .owl-dot.active span {
  background-color: #f7b335;
}
.card-carousal .owl-theme .owl-dots .owl-dot span {
  margin: 2px 3px;
}

.center-div {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}

.legend ul {
  margin: 0;
}
.legend ul li {
  color: #000;
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 0.9rem;
  line-height: 100%;
}

.row3 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (min-width: 300px) {
  .row3 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row3 .col-1, .row3 .col-2, .row3 .col-3, .row3 .col-4, .row3 .col-5, .row3 .col-6, .row3 .col-7, .row3 .col-8, .row3 .col-9, .row3 .col-10,
  .row3 .col-11, .row3 .col-12, .row3 .col, .row3 .col-auto, .row3 .col-sm-1, .row3 .col-sm-2, .row3 .col-sm-3, .row3 .col-sm-4,
  .row3 .col-sm-5, .row3 .col-sm-6, .row3 .col-sm-7, .row3 .col-sm-8, .row3 .col-sm-9, .row3 .col-sm-10, .row3 .col-sm-11,
  .row3 .col-sm-12, .row3 .col-sm, .row3 .col-sm-auto, .row3 .col-md-1, .row3 .col-md-2, .row3 .col-md-3, .row3 .col-md-4,
  .row3 .col-md-5, .row3 .col-md-6, .row3 .col-md-7, .row3 .col-md-8, .row3 .col-md-9, .row3 .col-md-10, .row3 .col-md-11,
  .row3 .col-md-12, .row3 .col-md, .row3 .col-md-auto, .row3 .col-lg-1, .row3 .col-lg-2, .row3 .col-lg-3, .row3 .col-lg-4, .row3 .col-lg-5,
  .row3 .col-lg-6, .row3 .col-lg-7, .row3 .col-lg-8, .row3 .col-lg-9, .row3 .col-lg-10, .row3 .col-lg-11, .row3 .col-lg-12, .row3 .col-lg,
  .row3 .col-lg-auto, .row3 .col-xl-1, .row3 .col-xl-2, .row3 .col-xl-3, .row3 .col-xl-4, .row3 .col-xl-5, .row3 .col-xl-6, .row3 .col-xl-7,
  .row3 .col-xl-8, .row3 .col-xl-9, .row3 .col-xl-10, .row3 .col-xl-11, .row3 .col-xl-12, .row3 .col-xl, .row3 .col-xl-auto {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.success-text {
  color: #fff !important;
  font-size: 13px !important;
}
.success-text.text-underline {
  text-decoration: underline;
}

.bg-white1 .dataRow h6 {
  color: #000;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2rem;
  margin: 2px 0px;
  z-index: 1;
  display: block;
}
.bg-white1 .dataRow h5 {
  color: #000;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.4rem;
  margin: 2px 0px;
  z-index: 1;
  display: block;
}

.custom-width-50 {
  width: 50%;
}

#background-video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.main {
  height: 100vh !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

.boy {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  width: 600px;
}
@media (max-width: 767px) {
  .boy {
    width: 300px;
  }
}

.heading {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .heading {
    font-size: 19px;
    line-height: 1.2;
  }
}

.main-sec {
  xbackground: url(../assets/images/background/NewBG.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 2rem;
}
.main-sec.ms {
  overflow-x: hidden;
  overflow-y: scroll;
}
.main-sec .logo {
  width: 60px;
  margin: 5px 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .main-sec .logo {
    width: 100px;
    margin: 5px 0;
  }
}
.main-sec .bharat-logo {
  width: 400px;
  margin: 20px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .main-sec .bharat-logo {
    width: 200px;
  }
}
.main-sec h3 {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 1rem 0 1.5rem;
}
.main-sec h3:before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: rgb(217, 217, 217);
  left: 0;
  top: 50%;
  position: absolute;
}
.main-sec h3:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: rgb(217, 217, 217);
  right: 0;
  top: 50%;
  position: absolute;
}
@media (max-width: 767px) {
  .main-sec h3:after {
    width: 80px;
  }
  .main-sec h3:before {
    width: 80px;
  }
}
.main-sec ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
}
.main-sec ul li a {
  display: block;
}
.main-sec ul li a img {
  margin: 0 15px;
}

.dd {
  float: unset !important;
  text-align: center !important;
}
.dd a {
  color: #329AD6;
  font-size: 13px;
  text-decoration: underline;
}

#main-footer {
  background-color: #222222;
}
#main-footer p, #main-footer a {
  color: #fff;
}
#main-footer #footer-widgets {
  padding: 4rem 0;
}
#main-footer #footer-bottom {
  background-color: #66cd00;
  padding: 1rem;
  text-align: center;
}

.content-area {
  xmargin: -4rem 0 0;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .content-area {
    margin: unset;
    padding: 0 0 2rem;
  }
}

@media (max-width: 767px) {
  header {
    text-align: center;
  }
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  xbackground: linear-gradient(179.95deg, rgba(14, 35, 141, 0.9) 0.05%, #16191E 61.33%, #21252E 100.18%, #141519 87.43%, #17181D 95.7%);
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgb(2, 0, 36) 0%, rgba(14, 35, 141, 0.7511379552) 0%, rgb(22, 25, 30) 60%, rgb(33, 37, 46) 76%, rgb(20, 21, 25) 86%, rgb(23, 24, 29) 100%);
  opacity: 0.8;
}

.overlay2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  xbackground: linear-gradient(179.95deg, rgba(14, 35, 141, 0.9) 0.05%, #16191E 61.33%, #21252E 100.18%, #141519 87.43%, #17181D 95.7%);
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgb(2, 0, 36) 0%, rgba(14, 35, 141, 0.7511379552) 0%, rgb(22, 25, 30) 60%, rgb(33, 37, 46) 76%, rgb(20, 21, 25) 86%, rgb(23, 24, 29) 100%);
  opacity: 0.8;
}

.OTP-hide-sec {
  xdisplay: none;
}

.ux-button, a.ux-button {
  background-color: #ffffff;
  border: 1px solid #FFDC00;
  text-transform: capitalize;
  color: #FFDC00;
  font-size: 0.95rem;
  line-height: 1.2rem;
  padding: 0.6rem 0.7rem;
  max-width: 100%;
  width: 160px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  position: relative;
  margin: 1px 0px;
  z-index: 0;
  overflow: hidden;
  vertical-align: middle;
  outline: none;
  transition: 0.1s linear;
  border-radius: 50px;
  background-position: center;
  box-shadow: 0px 3px 6px transparent;
}
.ux-button.b-overflow, a.ux-button.b-overflow {
  overflow: inherit;
}
@media (max-width: 340px) {
  .ux-button, a.ux-button {
    font-size: 0.9rem;
  }
}
.ux-button img, a.ux-button img {
  margin-top: -5px;
  width: 20px;
  height: 20px;
}
.ux-button em, a.ux-button em {
  font-style: normal;
  font-size: 0.8rem;
  padding-left: 5px;
  color: #ffffff;
  vertical-align: middle;
}
.ux-button.md, a.ux-button.md {
  padding: 0.6rem 0.7rem;
  width: 260px;
  max-width: 100%;
  margin: 2px auto;
}
.ux-button.md em, a.ux-button.md em {
  font-size: 0.8rem;
}
.ux-button.sm, a.ux-button.sm {
  padding: 0.4rem 0.7rem;
  width: 120px;
  max-width: 100%;
  margin: 1px 0px;
  font-size: 0.9rem;
  max-width: 100%;
}
.ux-button.sm em, a.ux-button.sm em {
  font-size: 0.8rem;
}
.ux-button.sm1, a.ux-button.sm1 {
  padding: 0.6rem 0.7rem;
  width: 160px;
  max-width: 100%;
  margin: 0px auto;
  margin: 1px 0px;
  font-size: 0.9rem;
}
.ux-button.sm1 em, a.ux-button.sm1 em {
  font-size: 0.8rem;
}
.ux-button.sm2, a.ux-button.sm2 {
  padding: 0.6rem 0.7rem;
  width: 160px;
  margin: 1px 0px;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  font-size: 0.9rem;
}
.ux-button.sm2.w-100, a.ux-button.sm2.w-100 {
  width: 100%;
}
.ux-button.sm2 em, a.ux-button.sm2 em {
  font-size: 0.8rem;
}
.ux-button.sm2 .point, a.ux-button.sm2 .point {
  width: 10px;
  height: 10px;
  border-radius: 30px;
  color: #ffffff;
  padding: 1px 2px;
  font-size: 0.6rem;
  line-height: 0.7rem;
  color: #ffffff;
  text-align: center;
  background-color: #f37373;
  position: absolute;
  right: 5px;
  top: -5px;
  z-index: 10;
}
.ux-button.sm3, a.ux-button.sm3 {
  padding: 0.4rem 0.7rem;
  width: 100px;
  display: block;
  margin: 1px 0px;
  margin: 0 auto;
  max-width: 100%;
  font-size: 0.85rem;
}
@media (max-width: 991px) {
  .ux-button.sm3, a.ux-button.sm3 {
    padding: 0.3rem 0.5rem;
    font-size: 0.85rem;
  }
}
.ux-button.sm3 em, a.ux-button.sm3 em {
  font-size: 0.75rem;
}
.ux-button.primary, a.ux-button.primary {
  background-color: #ff5abd !important;
  color: white;
  outline: none;
}
.ux-button.primary.custom-btn-w100, a.ux-button.primary.custom-btn-w100 {
  width: 100%;
  background: linear-gradient(90deg,rgba(239, 144, 223, 1) 55%, rgba(34, 202, 224, 1) 100%);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  color: #ffffff;
  border-radius: 8px;
  padding: 12px 24px;
  border: none;
  text-transform: unset !important;
  font-size: 16px;
  font-weight: 700;
}
.ux-button.primary img, a.ux-button.primary img {
  margin-top: -2px;
  width: 20px;
  height: 20px;
  margin-right: 2px;
}
.ux-button.primary:hover, a.ux-button.primary:hover {
  background: #ff5abd;
  /* transition-delay: 0.6s; */
}
.ux-button.primary:active, a.ux-button.primary:active {
  color: rgba(255, 255, 255, 0.85) !important;
  background-color: #ffe74d;
  outline: none;
}
.ux-button.primary:focus, a.ux-button.primary:focus {
  outline: none;
}
.ux-button.secondary, a.ux-button.secondary {
  color: #ffdc00;
  border: 1px solid rgba(255, 220, 0, 0.2);
  background: white;
  background-position: center;
  outline: none;
}
.ux-button.secondary:hover, a.ux-button.secondary:hover {
  color: rgba(255, 220, 0, 0.7);
  background: #f1f5f9;
  outline: none;
}
.ux-button.secondary:active, a.ux-button.secondary:active {
  color: rgba(255, 220, 0, 0.7);
  background: #f1f5f9;
  outline: none;
}
.ux-button.secondary em, a.ux-button.secondary em {
  color: #FFDC00;
}
.ux-button.secondary img, a.ux-button.secondary img {
  margin-top: -2px;
  width: 20px;
  height: 20px;
  margin-right: 2px;
}
.ux-button.blue-mid, a.ux-button.blue-mid {
  color: white;
  border: 1px solid rgba(255, 220, 0, 0.2);
  background: #4f46e5;
  background-position: center;
  outline: none;
}
.ux-button.blue-mid:hover, a.ux-button.blue-mid:hover {
  color: white;
  background: #3a30e2;
  outline: none;
}
.ux-button.blue-mid:active, a.ux-button.blue-mid:active {
  color: rgba(255, 255, 255, 0.85);
  background: #3a30e2;
  outline: none;
}
.ux-button.blue-mid em, a.ux-button.blue-mid em {
  color: #ffffff;
}
.ux-button.blue-mid img, a.ux-button.blue-mid img {
  margin-top: -2px;
  width: 20px;
  height: 20px;
  margin-right: 2px;
}
.ux-button.success, a.ux-button.success {
  color: #ffffff;
  border: 1px solid #22c55e;
  background: #22c55e;
}
.ux-button.success:hover, a.ux-button.success:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.ux-button.success:active, a.ux-button.success:active {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.ux-button.disable, a.ux-button.disable {
  background: #e8e8e8;
  border-color: #B2B2B2;
  color: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
  outline: none;
  text-shadow: none;
}
.ux-button.disable:hover, a.ux-button.disable:hover {
  box-shadow: none;
  background: none;
  background: #e8e8e8;
  color: rgba(0, 0, 0, 0.4);
}
.ux-button.disable:active, a.ux-button.disable:active {
  background: none;
  box-shadow: none;
  transition: none;
  background: none;
  background: #e8e8e8;
  color: rgba(0, 0, 0, 0.4);
}
.ux-button.disable em, a.ux-button.disable em {
  color: rgba(0, 0, 0, 0.4);
}
.ux-button:disabled, a.ux-button:disabled {
  background: #e8e8e8;
  border-color: #B2B2B2;
  color: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
  outline: none;
  text-shadow: none;
}
.ux-button:disabled:hover, a.ux-button:disabled:hover {
  box-shadow: none;
  background: none;
  background: #e8e8e8;
  color: rgba(0, 0, 0, 0.4);
}
.ux-button:disabled:active, a.ux-button:disabled:active {
  background: none;
  box-shadow: none;
  transition: none;
  background: none;
  background: #e8e8e8;
  color: rgba(0, 0, 0, 0.4);
}
.ux-button:disabled em, a.ux-button:disabled em {
  color: rgba(0, 0, 0, 0.4);
}
.ux-button img, a.ux-button img {
  margin-top: -5px;
  width: 20px;
  height: 20px;
}
.ux-button.full-width, a.ux-button.full-width {
  width: 300px;
  text-transform: capitalize;
}

.ux-linkbutton, a.ux-linkbutton {
  background-color: transparent;
  border: none;
  text-transform: capitalize;
  padding: 0.2rem 0.2rem;
  margin: 0px auto;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
  cursor: pointer;
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.65);
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  text-decoration: none;
  transition: 0.5s linear;
}
@media (max-width: 480px) {
  .ux-linkbutton, a.ux-linkbutton {
    font-size: 0.9rem;
  }
}
.ux-linkbutton.custom-pad, a.ux-linkbutton.custom-pad {
  padding: 20px 20px;
}
.ux-linkbutton.sm, a.ux-linkbutton.sm {
  padding: 0.3rem 0.8rem;
  color: rgba(0, 0, 0, 0.6);
  margin: 2px auto;
  font-size: 0.85rem;
  line-height: 0.8rem;
  font-weight: 500;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .ux-linkbutton.sm, a.ux-linkbutton.sm {
    font-size: 0.7rem;
    padding: 0.2rem 0.6rem;
  }
}
.ux-linkbutton.sm1, a.ux-linkbutton.sm1 {
  padding: 0.3rem 0.8rem;
  color: rgba(0, 0, 0, 0.6);
  margin: 2px auto;
  font-size: 0.85rem;
  line-height: 0.8rem;
  font-weight: 500;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .ux-linkbutton.sm1, a.ux-linkbutton.sm1 {
    font-size: 0.8rem;
    padding: 0.2rem 0.6rem;
  }
}
.ux-linkbutton img, a.ux-linkbutton img {
  width: 18px !important;
  height: 18px !important;
  position: relative;
  margin-top: -2px;
  margin-right: 5px;
  display: inline-block !important;
}
.ux-linkbutton:hover, a.ux-linkbutton:hover {
  text-decoration: underline !important;
}
.ux-linkbutton.primary, a.ux-linkbutton.primary {
  color: #ffdc00;
}
.ux-linkbutton.primary:hover, a.ux-linkbutton.primary:hover {
  color: #ffdc00;
  text-decoration: underline;
}
.ux-linkbutton.primary1, a.ux-linkbutton.primary1 {
  color: #ffdc00;
}
.ux-linkbutton.primary1:hover, a.ux-linkbutton.primary1:hover {
  color: #ffdc00;
  text-decoration: underline;
}
.ux-linkbutton.disable, a.ux-linkbutton.disable {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.ux-linkbutton:disabled, a.ux-linkbutton:disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.ux-linkbutton:focus, a.ux-linkbutton:focus {
  outline: none;
}

.ux-button-small, a.ux-buttonp-small {
  background-color: transparent;
  border: 1px solid #FFDC00;
  text-transform: capitalize;
  padding: 0.25rem 1rem;
  margin: 0px auto;
  font-size: 0.7rem;
  line-height: 1rem;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: #FFDC00;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  transition: 0.5s linear;
  border-radius: 50px;
}
[theme=dark] .ux-button-small, [theme=dark] a.ux-buttonp-small {
  color: #ffffff;
}
.ux-button-small.custom-pad, a.ux-buttonp-small.custom-pad {
  padding: 20px 20px;
}
.ux-button-small img, a.ux-buttonp-small img {
  width: 14px !important;
  height: 14px !important;
  position: relative;
  margin-top: -2px;
  margin-right: 3px;
  display: inline-block !important;
}
.ux-button-small:hover, a.ux-buttonp-small:hover {
  background-color: rgba(0, 0, 0, 0.03);
  text-decoration: none;
}
.ux-button-small.sm, a.ux-buttonp-small.sm {
  padding: 0.3rem 0.5rem;
  width: 100px;
  max-width: 100%;
  margin: 1px 0px;
  font-size: 0.7rem;
  max-width: 100%;
}
.ux-button-small.sm em, a.ux-buttonp-small.sm em {
  font-size: 0.7rem;
}
.ux-button-small.sm1, a.ux-buttonp-small.sm1 {
  padding: 0.4rem 0.5rem;
  width: 120px;
  max-width: 100%;
  margin: 0px auto;
  margin: 1px 0px;
  font-size: 0.7rem;
}
.ux-button-small.sm1 em, a.ux-buttonp-small.sm1 em {
  font-size: 0.7rem;
}
.ux-button-small.primary, a.ux-buttonp-small.primary {
  background-color: #ffe01a;
  color: white;
  outline: none;
}
.ux-button-small.primary.bor-w, a.ux-buttonp-small.primary.bor-w {
  border: 1px solid #ffffff;
}
.ux-button-small.primary img, a.ux-buttonp-small.primary img {
  margin-top: -2px;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.ux-button-small.primary:hover, a.ux-buttonp-small.primary:hover {
  background-color: #ffdc00;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.ux-button-small.primary:active, a.ux-buttonp-small.primary:active {
  color: rgba(255, 255, 255, 0.85);
  background-color: #ffdc00;
  outline: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.ux-button-small.primary:focus, a.ux-buttonp-small.primary:focus {
  outline: none;
}
.ux-button-small.secondary, a.ux-buttonp-small.secondary {
  color: #ffdc00;
  background: white;
  background-position: center;
  outline: none;
}
.ux-button-small.secondary:hover, a.ux-buttonp-small.secondary:hover {
  color: rgba(255, 220, 0, 0.7);
  background: rgba(255, 255, 255, 0.9);
  outline: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.ux-button-small.secondary:active, a.ux-buttonp-small.secondary:active {
  color: rgba(255, 220, 0, 0.7);
  background: rgba(255, 255, 255, 0.9);
  outline: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.ux-button-small.secondary em, a.ux-buttonp-small.secondary em {
  color: #FFDC00;
}
.ux-button-small.secondary img, a.ux-buttonp-small.secondary img {
  margin-top: -2px;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.ux-button-small.default, a.ux-buttonp-small.default {
  color: rgba(0, 0, 0, 0.9);
  background: #dedede;
  background-position: center;
  outline: none;
  border: none;
}
.ux-button-small.default:hover, a.ux-buttonp-small.default:hover {
  color: rgba(0, 0, 0, 0.8);
  background: #e0e0e0;
  outline: none;
}
.ux-button-small.default:active, a.ux-buttonp-small.default:active {
  color: rgba(0, 0, 0, 0.8);
  background: #e0e0e0;
  outline: none;
}
.ux-button-small.default em, a.ux-buttonp-small.default em {
  color: rgba(0, 0, 0, 0.9);
}
.ux-button-small.default img, a.ux-buttonp-small.default img {
  margin-top: -2px;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.ux-button-small.success, a.ux-buttonp-small.success {
  color: #ffffff;
  border: 1px solid #22c55e;
  background: #22c55e;
}
.ux-button-small.success:hover, a.ux-buttonp-small.success:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.ux-button-small.success:active, a.ux-buttonp-small.success:active {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.ux-button-small.disable, a.ux-buttonp-small.disable {
  background: #e8e8e8;
  border-color: #B2B2B2;
  color: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
  outline: none;
  text-shadow: none;
}
.ux-button-small.disable:hover, a.ux-buttonp-small.disable:hover {
  box-shadow: none;
  background: none;
  background: #e8e8e8;
  color: rgba(0, 0, 0, 0.4);
}
.ux-button-small.disable:active, a.ux-buttonp-small.disable:active {
  background: none;
  box-shadow: none;
  transition: none;
  background: none;
  background: #e8e8e8;
  color: rgba(0, 0, 0, 0.4);
}
.ux-button-small.disable em, a.ux-buttonp-small.disable em {
  color: rgba(0, 0, 0, 0.4);
}
.ux-button-small:disabled, a.ux-buttonp-small:disabled {
  background: #e8e8e8;
  border-color: #B2B2B2;
  color: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
  outline: none;
  text-shadow: none;
}
.ux-button-small:disabled:hover, a.ux-buttonp-small:disabled:hover {
  box-shadow: none;
  background: none;
  background: #e8e8e8;
  color: rgba(0, 0, 0, 0.4);
}
.ux-button-small:disabled:active, a.ux-buttonp-small:disabled:active {
  background: none;
  box-shadow: none;
  transition: none;
  background: none;
  background: #e8e8e8;
  color: rgba(0, 0, 0, 0.4);
}
.ux-button-small:disabled em, a.ux-buttonp-small:disabled em {
  color: rgba(0, 0, 0, 0.4);
}
.ux-button-small:focus, a.ux-buttonp-small:focus {
  outline: none;
}

/*ux-input*/
.ux-input {
  margin: 20px 0;
  position: relative;
  height: 45px;
  /* For IE10 */
  /*select*/
}
.ux-input.floating-error .errormsg {
  position: absolute;
  bottom: 5px;
  left: 0;
}
.ux-input .info-icon-img {
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  cursor: pointer;
}
.ux-input .info-icon-img img {
  width: 16px;
  height: 16px;
  text-align: center;
}
.ux-input label {
  display: block;
  margin-bottom: 6px;
  font-weight: 400;
  color: white;
  font-size: 0.9em;
  text-align: left;
}
.ux-input label.custom-check-nolabel {
  height: 25px;
  width: 25px;
  margin: 0;
  padding: 0;
  margin: 0;
}
.ux-input label.active {
  color: black;
}
.ux-input label .right-img2 {
  right: 2px;
  position: absolute;
  top: 0px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.ux-input label .right-img2:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .ux-input label .right-img2 {
    position: relative;
    margin-left: 5px;
  }
}
.ux-input label.pin-label {
  text-align: left;
}
@media (max-width: 767px) {
  .ux-input label.pin-label {
    text-align: center;
  }
}
.ux-input label .tick-img {
  width: 12px;
  display: inline-block;
}
.ux-input label .currency-icon {
  width: 12px;
  height: 12px;
  position: relative;
  margin-top: -2px;
  display: inline-block;
}
.ux-input label.focused {
  color: rgba(0, 0, 0, 0.65);
}
.ux-input label.custom-file-label {
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.55);
}
.ux-input label.custom-text2 {
  display: block;
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.9em;
}
.ux-input label.text1 {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .ux-input label.text1 {
    margin-top: 5px;
  }
}
.ux-input label.text-lg {
  font-size: 1.1rem !important;
  line-height: 1.4rem;
  margin: 3px 0;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-weight: 500;
}
.ux-input input[type=text], .ux-input input[type=password], .ux-input input[type=number], .ux-input input[type=tel], .ux-input input[type=date], .ux-input input[type=time], .ux-input input[type=email], .ux-input select, .ux-input textarea {
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: none;
  margin-bottom: 5px;
  color: black;
  display: block;
  width: 100%;
  font-size: 14px;
  height: 39px;
  padding: 5px 30px 5px 5px;
  background-color: #fff;
}
.ux-input input[type=text].active, .ux-input input[type=password].active, .ux-input input[type=number].active, .ux-input input[type=tel].active, .ux-input input[type=date].active, .ux-input input[type=time].active, .ux-input input[type=email].active, .ux-input select.active, .ux-input textarea.active {
  border: 1px solid #0075b0;
}
.ux-input input[type=text].ng-invalid, .ux-input input[type=password].ng-invalid, .ux-input input[type=number].ng-invalid, .ux-input input[type=tel].ng-invalid, .ux-input input[type=date].ng-invalid, .ux-input input[type=time].ng-invalid, .ux-input input[type=email].ng-invalid, .ux-input select.ng-invalid, .ux-input textarea.ng-invalid {
  border: 1px solid #dc3545;
}
.ux-input input[type=text].ng-invalid.ng-untouched, .ux-input input[type=password].ng-invalid.ng-untouched, .ux-input input[type=number].ng-invalid.ng-untouched, .ux-input input[type=tel].ng-invalid.ng-untouched, .ux-input input[type=date].ng-invalid.ng-untouched, .ux-input input[type=time].ng-invalid.ng-untouched, .ux-input input[type=email].ng-invalid.ng-untouched, .ux-input select.ng-invalid.ng-untouched, .ux-input textarea.ng-invalid.ng-untouched {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.ux-input input[type=text].custom-pad, .ux-input input[type=password].custom-pad, .ux-input input[type=number].custom-pad, .ux-input input[type=tel].custom-pad, .ux-input input[type=date].custom-pad, .ux-input input[type=time].custom-pad, .ux-input input[type=email].custom-pad, .ux-input select.custom-pad, .ux-input textarea.custom-pad {
  padding: 5px 5px 5px 0px;
}
.ux-input input[type=text]:focus, .ux-input input[type=password]:focus, .ux-input input[type=number]:focus, .ux-input input[type=tel]:focus, .ux-input input[type=date]:focus, .ux-input input[type=time]:focus, .ux-input input[type=email]:focus, .ux-input select:focus, .ux-input textarea:focus {
  border: 1px solid #0075b0;
}
.ux-input input[type=text]::-moz-placeholder, .ux-input input[type=password]::-moz-placeholder, .ux-input input[type=number]::-moz-placeholder, .ux-input input[type=tel]::-moz-placeholder, .ux-input input[type=date]::-moz-placeholder, .ux-input input[type=time]::-moz-placeholder, .ux-input input[type=email]::-moz-placeholder, .ux-input select::-moz-placeholder, .ux-input textarea::-moz-placeholder {
  font-style: normal;
}
.ux-input input[type=text]::placeholder, .ux-input input[type=password]::placeholder, .ux-input input[type=number]::placeholder, .ux-input input[type=tel]::placeholder, .ux-input input[type=date]::placeholder, .ux-input input[type=time]::placeholder, .ux-input input[type=email]::placeholder, .ux-input select::placeholder, .ux-input textarea::placeholder {
  font-style: normal;
}
.ux-input input[type=text]::-moz-placeholder, .ux-input input[type=password]::-moz-placeholder, .ux-input input[type=number]::-moz-placeholder, .ux-input input[type=tel]::-moz-placeholder, .ux-input input[type=date]::-moz-placeholder, .ux-input input[type=time]::-moz-placeholder, .ux-input input[type=email]::-moz-placeholder, .ux-input select::-moz-placeholder, .ux-input textarea::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.45);
  opacity: 1; /* Firefox */
}
.ux-input input[type=text]::placeholder, .ux-input input[type=password]::placeholder, .ux-input input[type=number]::placeholder, .ux-input input[type=tel]::placeholder, .ux-input input[type=date]::placeholder, .ux-input input[type=time]::placeholder, .ux-input input[type=email]::placeholder, .ux-input select::placeholder, .ux-input textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.45);
  opacity: 1; /* Firefox */
}
.ux-input input[type=text]::-ms-input-placeholder, .ux-input input[type=password]::-ms-input-placeholder, .ux-input input[type=number]::-ms-input-placeholder, .ux-input input[type=tel]::-ms-input-placeholder, .ux-input input[type=date]::-ms-input-placeholder, .ux-input input[type=time]::-ms-input-placeholder, .ux-input input[type=email]::-ms-input-placeholder, .ux-input select::-ms-input-placeholder, .ux-input textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.45);
}
.ux-input input[type=text]::-ms-input-placeholder, .ux-input input[type=password]::-ms-input-placeholder, .ux-input input[type=number]::-ms-input-placeholder, .ux-input input[type=tel]::-ms-input-placeholder, .ux-input input[type=date]::-ms-input-placeholder, .ux-input input[type=time]::-ms-input-placeholder, .ux-input input[type=email]::-ms-input-placeholder, .ux-input select::-ms-input-placeholder, .ux-input textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.45);
}
.ux-input input[type=text]:disabled, .ux-input input[type=password]:disabled, .ux-input input[type=number]:disabled, .ux-input input[type=tel]:disabled, .ux-input input[type=date]:disabled, .ux-input input[type=time]:disabled, .ux-input input[type=email]:disabled, .ux-input select:disabled, .ux-input textarea:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.ux-input.password1 label {
  display: block;
  margin-bottom: 0px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1rem;
  text-align: center;
}
[theme=dark] .ux-input.password1 label {
  color: #ffffff;
}
.fnt-large .ux-input.password1 label {
  font-size: 1.1rem;
  line-height: 1.2rem;
}
.fnt-xlarge .ux-input.password1 label {
  font-size: 1.2rem;
  line-height: 1.3rem;
}
.ux-input.password1 input[type=password], .ux-input.password1 input[type=number], .ux-input.password1 input[type=text], .ux-input.password1 input[type=tel], .ux-input.password1 input[type=date], .ux-input.password1 input[type=time] {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: none !important;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #ffffff;
  color: rgba(255, 220, 0, 0.9);
  display: block;
  width: 100%;
  font-size: 22px;
  line-height: normal !important;
  text-align: center;
  height: 39px;
  padding: 0px;
  -webkit-text-security: disc !important;
  -moz-text-security: disc !important;
  -ms-text-security: disc !important;
  -o-text-security: disc !important;
}
.fnt-large .ux-input.password1 input[type=password], .fnt-large .ux-input.password1 input[type=number], .fnt-large .ux-input.password1 input[type=text], .fnt-large .ux-input.password1 input[type=tel], .fnt-large .ux-input.password1 input[type=date], .fnt-large .ux-input.password1 input[type=time] {
  font-size: 22px;
  line-height: 23px;
}
.fnt-xlarge .ux-input.password1 input[type=password], .fnt-xlarge .ux-input.password1 input[type=number], .fnt-xlarge .ux-input.password1 input[type=text], .fnt-xlarge .ux-input.password1 input[type=tel], .fnt-xlarge .ux-input.password1 input[type=date], .fnt-xlarge .ux-input.password1 input[type=time] {
  font-size: 23px;
  line-height: 24px;
}
.ux-input.password1 input[type=password].ng-invalid, .ux-input.password1 input[type=number].ng-invalid, .ux-input.password1 input[type=text].ng-invalid, .ux-input.password1 input[type=tel].ng-invalid, .ux-input.password1 input[type=date].ng-invalid, .ux-input.password1 input[type=time].ng-invalid {
  border: 2px solid #dc3545;
  box-shadow: none !important;
}
.ux-input.password1 input[type=password].ng-invalid.ng-untouched, .ux-input.password1 input[type=number].ng-invalid.ng-untouched, .ux-input.password1 input[type=text].ng-invalid.ng-untouched, .ux-input.password1 input[type=tel].ng-invalid.ng-untouched, .ux-input.password1 input[type=date].ng-invalid.ng-untouched, .ux-input.password1 input[type=time].ng-invalid.ng-untouched {
  border: 2px solid rgba(0, 0, 0, 0.3);
  box-shadow: none !important;
}
.ux-input.password1 input[type=password].active, .ux-input.password1 input[type=number].active, .ux-input.password1 input[type=text].active, .ux-input.password1 input[type=tel].active, .ux-input.password1 input[type=date].active, .ux-input.password1 input[type=time].active {
  border: 2px solid #FFDC00 !important;
  border-bottom: 2px solid #FFDC00;
  box-shadow: none !important;
}
.ux-input.password1 input[type=password]:focus, .ux-input.password1 input[type=number]:focus, .ux-input.password1 input[type=text]:focus, .ux-input.password1 input[type=tel]:focus, .ux-input.password1 input[type=date]:focus, .ux-input.password1 input[type=time]:focus {
  border: 2px solid #FFDC00 !important;
  border-bottom: 2px solid #FFDC00;
  box-shadow: none !important;
}
.ux-input.password1 input[type=password]::-webkit-input-placeholder, .ux-input.password1 input[type=number]::-webkit-input-placeholder, .ux-input.password1 input[type=text]::-webkit-input-placeholder, .ux-input.password1 input[type=tel]::-webkit-input-placeholder, .ux-input.password1 input[type=date]::-webkit-input-placeholder, .ux-input.password1 input[type=time]::-webkit-input-placeholder { /* Edge */
  color: rgba(0, 0, 0, 0.2);
  position: relative;
  top: -1px;
}
.ux-input.password1 input[type=password]::-moz-input-placeholder, .ux-input.password1 input[type=number]::-moz-input-placeholder, .ux-input.password1 input[type=text]::-moz-input-placeholder, .ux-input.password1 input[type=tel]::-moz-input-placeholder, .ux-input.password1 input[type=date]::-moz-input-placeholder, .ux-input.password1 input[type=time]::-moz-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.2);
}
.ux-input.password1 input[type=password]::-moz-placeholder, .ux-input.password1 input[type=number]::-moz-placeholder, .ux-input.password1 input[type=text]::-moz-placeholder, .ux-input.password1 input[type=tel]::-moz-placeholder, .ux-input.password1 input[type=date]::-moz-placeholder, .ux-input.password1 input[type=time]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.ux-input.password1 input[type=password]::placeholder, .ux-input.password1 input[type=number]::placeholder, .ux-input.password1 input[type=text]::placeholder, .ux-input.password1 input[type=tel]::placeholder, .ux-input.password1 input[type=date]::placeholder, .ux-input.password1 input[type=time]::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.ux-input.password1 input[type=password]:disabled, .ux-input.password1 input[type=number]:disabled, .ux-input.password1 input[type=text]:disabled, .ux-input.password1 input[type=tel]:disabled, .ux-input.password1 input[type=date]:disabled, .ux-input.password1 input[type=time]:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
}
.ux-input.password1 input[type=password] #partitioned, .ux-input.password1 input[type=number] #partitioned, .ux-input.password1 input[type=text] #partitioned, .ux-input.password1 input[type=tel] #partitioned, .ux-input.password1 input[type=date] #partitioned, .ux-input.password1 input[type=time] #partitioned {
  padding-left: 15px;
  letter-spacing: 42px;
  border: 0;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 220px;
  min-width: 220px;
}
.ux-input.password1 input[type=password] #divInner, .ux-input.password1 input[type=number] #divInner, .ux-input.password1 input[type=text] #divInner, .ux-input.password1 input[type=tel] #divInner, .ux-input.password1 input[type=date] #divInner, .ux-input.password1 input[type=time] #divInner {
  left: 0;
  position: sticky;
}
.ux-input.password1 input[type=password] #divOuter, .ux-input.password1 input[type=number] #divOuter, .ux-input.password1 input[type=text] #divOuter, .ux-input.password1 input[type=tel] #divOuter, .ux-input.password1 input[type=date] #divOuter, .ux-input.password1 input[type=time] #divOuter {
  width: 190px;
  overflow: hidden;
}
.ux-input.password1 input[type=password] {
  color: rgb(0, 125, 196);
}
.ux-input.password1 input[type=number]::-webkit-inner-spin-button,
.ux-input.password1 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ux-input.password1 input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.ux-input.password1 p {
  font-size: 0.8rem;
  margin-bottom: 0;
  text-align: left;
}
.fnt-large .ux-input.password1 p {
  font-size: 0.9rem;
  line-height: 1rem;
}
.fnt-xlarge .ux-input.password1 p {
  font-size: 1rem;
  line-height: 1.1rem;
}
.ux-input.password1 p.col-w {
  color: rgba(255, 255, 255, 0.9);
}
.ux-input.password1 p.error-message {
  text-align: left;
  color: #c51523;
  display: block;
}
.ux-input.password1 p.success-message {
  text-align: left;
  color: #22c55e;
  display: block;
}
.ux-input.password1 p.info-message {
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
.ux-input.password1 p.info-message span {
  font-size: 0.75rem;
}
.ux-input.password1 p.info-message span.success {
  color: #ffdc00;
}
.ux-input.password1 p.info-message img {
  width: 10px;
  height: 10px;
  position: relative;
  margin-top: -2px;
  display: inline-block;
}
.ux-input.white-input label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9em;
  text-align: left;
}
.ux-input.white-input label.active {
  color: white;
}
.ux-input.white-input input[type=text], .ux-input.white-input input[type=password], .ux-input.white-input input[type=number], .ux-input.white-input input[type=tel], .ux-input.white-input input[type=date], .ux-input.white-input input[type=time], .ux-input.white-input input[type=email], .ux-input.white-input select, .ux-input.white-input textarea {
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  box-shadow: none;
  margin-bottom: 5px;
  background-color: #ffffff;
  color: black;
  display: block;
  width: 100%;
  font-size: 1rem;
  height: 39px;
  padding: 5px 30px 5px 5px;
}
.ux-input.white-input input[type=text].active, .ux-input.white-input input[type=password].active, .ux-input.white-input input[type=number].active, .ux-input.white-input input[type=tel].active, .ux-input.white-input input[type=date].active, .ux-input.white-input input[type=time].active, .ux-input.white-input input[type=email].active, .ux-input.white-input select.active, .ux-input.white-input textarea.active {
  border: 1px solid #0075b0;
}
.ux-input.white-input input[type=text].ng-invalid, .ux-input.white-input input[type=password].ng-invalid, .ux-input.white-input input[type=number].ng-invalid, .ux-input.white-input input[type=tel].ng-invalid, .ux-input.white-input input[type=date].ng-invalid, .ux-input.white-input input[type=time].ng-invalid, .ux-input.white-input input[type=email].ng-invalid, .ux-input.white-input select.ng-invalid, .ux-input.white-input textarea.ng-invalid {
  border: 1px solid #dc3545;
}
.ux-input.white-input input[type=text].ng-invalid.ng-untouched, .ux-input.white-input input[type=password].ng-invalid.ng-untouched, .ux-input.white-input input[type=number].ng-invalid.ng-untouched, .ux-input.white-input input[type=tel].ng-invalid.ng-untouched, .ux-input.white-input input[type=date].ng-invalid.ng-untouched, .ux-input.white-input input[type=time].ng-invalid.ng-untouched, .ux-input.white-input input[type=email].ng-invalid.ng-untouched, .ux-input.white-input select.ng-invalid.ng-untouched, .ux-input.white-input textarea.ng-invalid.ng-untouched {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.ux-input.white-input input[type=text].custom-pad, .ux-input.white-input input[type=password].custom-pad, .ux-input.white-input input[type=number].custom-pad, .ux-input.white-input input[type=tel].custom-pad, .ux-input.white-input input[type=date].custom-pad, .ux-input.white-input input[type=time].custom-pad, .ux-input.white-input input[type=email].custom-pad, .ux-input.white-input select.custom-pad, .ux-input.white-input textarea.custom-pad {
  padding: 5px 5px 5px 0px;
}
.ux-input.white-input input[type=text]:focus, .ux-input.white-input input[type=password]:focus, .ux-input.white-input input[type=number]:focus, .ux-input.white-input input[type=tel]:focus, .ux-input.white-input input[type=date]:focus, .ux-input.white-input input[type=time]:focus, .ux-input.white-input input[type=email]:focus, .ux-input.white-input select:focus, .ux-input.white-input textarea:focus {
  border: 1px solid #0075b0;
}
.ux-input.white-input input[type=text]::-moz-placeholder, .ux-input.white-input input[type=password]::-moz-placeholder, .ux-input.white-input input[type=number]::-moz-placeholder, .ux-input.white-input input[type=tel]::-moz-placeholder, .ux-input.white-input input[type=date]::-moz-placeholder, .ux-input.white-input input[type=time]::-moz-placeholder, .ux-input.white-input input[type=email]::-moz-placeholder, .ux-input.white-input select::-moz-placeholder, .ux-input.white-input textarea::-moz-placeholder {
  font-style: normal;
}
.ux-input.white-input input[type=text]::placeholder, .ux-input.white-input input[type=password]::placeholder, .ux-input.white-input input[type=number]::placeholder, .ux-input.white-input input[type=tel]::placeholder, .ux-input.white-input input[type=date]::placeholder, .ux-input.white-input input[type=time]::placeholder, .ux-input.white-input input[type=email]::placeholder, .ux-input.white-input select::placeholder, .ux-input.white-input textarea::placeholder {
  font-style: normal;
}
.ux-input.white-input input[type=text]::-moz-placeholder, .ux-input.white-input input[type=password]::-moz-placeholder, .ux-input.white-input input[type=number]::-moz-placeholder, .ux-input.white-input input[type=tel]::-moz-placeholder, .ux-input.white-input input[type=date]::-moz-placeholder, .ux-input.white-input input[type=time]::-moz-placeholder, .ux-input.white-input input[type=email]::-moz-placeholder, .ux-input.white-input select::-moz-placeholder, .ux-input.white-input textarea::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.45);
  opacity: 1; /* Firefox */
}
.ux-input.white-input input[type=text]::placeholder, .ux-input.white-input input[type=password]::placeholder, .ux-input.white-input input[type=number]::placeholder, .ux-input.white-input input[type=tel]::placeholder, .ux-input.white-input input[type=date]::placeholder, .ux-input.white-input input[type=time]::placeholder, .ux-input.white-input input[type=email]::placeholder, .ux-input.white-input select::placeholder, .ux-input.white-input textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.45);
  opacity: 1; /* Firefox */
}
.ux-input.white-input input[type=text]::-ms-input-placeholder, .ux-input.white-input input[type=password]::-ms-input-placeholder, .ux-input.white-input input[type=number]::-ms-input-placeholder, .ux-input.white-input input[type=tel]::-ms-input-placeholder, .ux-input.white-input input[type=date]::-ms-input-placeholder, .ux-input.white-input input[type=time]::-ms-input-placeholder, .ux-input.white-input input[type=email]::-ms-input-placeholder, .ux-input.white-input select::-ms-input-placeholder, .ux-input.white-input textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.45);
}
.ux-input.white-input input[type=text]::-ms-input-placeholder, .ux-input.white-input input[type=password]::-ms-input-placeholder, .ux-input.white-input input[type=number]::-ms-input-placeholder, .ux-input.white-input input[type=tel]::-ms-input-placeholder, .ux-input.white-input input[type=date]::-ms-input-placeholder, .ux-input.white-input input[type=time]::-ms-input-placeholder, .ux-input.white-input input[type=email]::-ms-input-placeholder, .ux-input.white-input select::-ms-input-placeholder, .ux-input.white-input textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.45);
}
.ux-input.white-input input[type=text]:disabled, .ux-input.white-input input[type=password]:disabled, .ux-input.white-input input[type=number]:disabled, .ux-input.white-input input[type=tel]:disabled, .ux-input.white-input input[type=date]:disabled, .ux-input.white-input input[type=time]:disabled, .ux-input.white-input input[type=email]:disabled, .ux-input.white-input select:disabled, .ux-input.white-input textarea:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.ux-input h5 {
  font-size: 1.1rem;
  line-height: 1.2rem;
  margin: 3px 0;
  color: rgba(0, 0, 0, 0.9);
  text-align: left;
  font-weight: 500;
}
.ux-input h5.light-text {
  color: rgba(0, 0, 0, 0.75);
}
.ux-input h6 {
  font-size: 0.85rem;
  line-height: 1rem;
  margin: 2px 0;
  color: rgba(0, 0, 0, 0.55);
  text-align: left;
  font-weight: 500;
}
.ux-input h6.dark-text {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}
.ux-input h6.success-text {
  color: #ffdc00;
  font-weight: 500;
}
.ux-input.mt3 {
  margin-top: 1rem !important;
}
@media (min-width: 767px) {
  .ux-input.mt3 {
    margin-top: 1rem !important;
  }
}
.ux-input.mt5 {
  margin-top: 1rem !important;
}
@media (min-width: 767px) {
  .ux-input.mt5 {
    margin-top: 2.5rem !important;
  }
}
.ux-input.file-upload .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  height: calc(2.25rem + 6px);
  padding: 0.5rem 0.75rem 0.5rem 0.75em;
  line-height: 1.5;
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.55);
  background-color: transparent !important;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.ux-input.file-upload .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  height: calc(2.25rem + 2px - 2px);
  padding: 0.375rem 0.2rem;
  line-height: 1.5;
  width: 25px;
  text-align: right;
  font-size: 0.75rem;
  color: #ffdc00;
  background-image: url("../assets/images/icons/arrow-top.png");
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  border-radius: 0 0.25rem 0.25rem 0;
  cursor: pointer;
}
.ux-input.file-upload .custom-file-input:focus ~ .custom-file-label {
  border-color: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.ux-input.file-upload .custom-file-input.active ~ .custom-file-label {
  border-color: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.ux-input h4 {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 2px 0;
  color: rgba(0, 0, 0, 0.85);
  text-align: left;
}
.ux-input h6 {
  text-align: left;
  color: rgba(127, 127, 127, 0.65);
}
.ux-input h6.success {
  color: rgba(34, 197, 94, 0.8);
}
.ux-input em {
  display: block;
  clear: both;
  font-size: 0.8rem;
  margin-bottom: 0;
  text-align: left;
}
.ux-input em.mar-top {
  margin-top: 22px;
}
@media (max-width: 767px) {
  .ux-input em.mar-top {
    margin-top: 0px;
  }
}
.ux-input em.error-message {
  text-align: left;
  color: #c51523;
  display: block;
}
.ux-input em.success-message {
  text-align: left;
  color: #22c55e;
  display: block;
}
.ux-input em.info-message {
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
.ux-input em.info-message span {
  font-size: 0.75rem;
}
.ux-input em.info-message span.success {
  color: #ffdc00;
}
.ux-input em.info-message2 {
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-size: 0.85rem;
  line-height: 1.2rem;
}
.ux-input em.message {
  display: inline-block;
  text-align: left;
  font-size: 0.9rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.4);
}
.ux-input em.message1 {
  display: inline-block;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: rgba(0, 0, 0, 0.6);
}
.ux-input.rounded-icons {
  padding-left: 56px;
}
.ux-input.rounded-icons h5 {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.2rem;
  margin: 2px 0px 8px 0px;
  color: rgba(0, 0, 0, 0.85);
  text-align: left;
}
.ux-input.rounded-icons .span-round {
  position: absolute;
  top: 5px;
  left: 0;
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
}
.ux-input.rounded-icons .span-round img {
  position: relative;
  top: 12px;
  width: 20px;
  height: 20px;
}
.ux-input .info {
  display: flex;
  background-color: rgba(255, 220, 0, 0.05);
  padding: 8px 8px;
  position: relative;
  margin-top: -4px;
  clear: both;
  overflow: hidden;
}
.ux-input .info em {
  font-size: 0.8rem;
  line-height: 0.9rem;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
}
.ux-input .info em.message {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.4);
}
.ux-input .info em.message span.success {
  font-size: 0.8rem;
  margin-left: 3px;
  color: #ffdc00;
}
.ux-input.search-input input[type=text], .ux-input.search-input input[type=password], .ux-input.search-input input[type=number], .ux-input.search-input input[type=tel], .ux-input.search-input input[type=date], .ux-input.search-input input[type=time], .ux-input.search-input input[type=email] {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px;
  color: black;
  display: block;
  width: 100%;
  font-size: 1rem;
  height: 39px;
  padding: 5px 5px 5px 30px;
  position: relative;
}
.ux-input.search-input input[type=text].active, .ux-input.search-input input[type=password].active, .ux-input.search-input input[type=number].active, .ux-input.search-input input[type=tel].active, .ux-input.search-input input[type=date].active, .ux-input.search-input input[type=time].active, .ux-input.search-input input[type=email].active {
  border-bottom: 1px solid #0075b0;
  box-shadow: 0 1px 0 0 #0075b0;
}
.ux-input.search-input input[type=text].ng-invalid, .ux-input.search-input input[type=password].ng-invalid, .ux-input.search-input input[type=number].ng-invalid, .ux-input.search-input input[type=tel].ng-invalid, .ux-input.search-input input[type=date].ng-invalid, .ux-input.search-input input[type=time].ng-invalid, .ux-input.search-input input[type=email].ng-invalid {
  border-bottom: 1px solid #dc3545;
  box-shadow: 0 1px 0 0 #dc3545;
}
.ux-input.search-input input[type=text].ng-invalid.ng-untouched, .ux-input.search-input input[type=password].ng-invalid.ng-untouched, .ux-input.search-input input[type=number].ng-invalid.ng-untouched, .ux-input.search-input input[type=tel].ng-invalid.ng-untouched, .ux-input.search-input input[type=date].ng-invalid.ng-untouched, .ux-input.search-input input[type=time].ng-invalid.ng-untouched, .ux-input.search-input input[type=email].ng-invalid.ng-untouched {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
}
.ux-input.search-input input[type=text]:focus, .ux-input.search-input input[type=password]:focus, .ux-input.search-input input[type=number]:focus, .ux-input.search-input input[type=tel]:focus, .ux-input.search-input input[type=date]:focus, .ux-input.search-input input[type=time]:focus, .ux-input.search-input input[type=email]:focus {
  border-bottom: 1px solid #0075b0;
  box-shadow: 0 1px 0 0 #0075b0;
}
.ux-input.search-input input[type=text]::-moz-placeholder, .ux-input.search-input input[type=password]::-moz-placeholder, .ux-input.search-input input[type=number]::-moz-placeholder, .ux-input.search-input input[type=tel]::-moz-placeholder, .ux-input.search-input input[type=date]::-moz-placeholder, .ux-input.search-input input[type=time]::-moz-placeholder, .ux-input.search-input input[type=email]::-moz-placeholder {
  font-style: normal;
}
.ux-input.search-input input[type=text]::placeholder, .ux-input.search-input input[type=password]::placeholder, .ux-input.search-input input[type=number]::placeholder, .ux-input.search-input input[type=tel]::placeholder, .ux-input.search-input input[type=date]::placeholder, .ux-input.search-input input[type=time]::placeholder, .ux-input.search-input input[type=email]::placeholder {
  font-style: normal;
}
.ux-input.search-input input[type=text]::-moz-placeholder, .ux-input.search-input input[type=password]::-moz-placeholder, .ux-input.search-input input[type=number]::-moz-placeholder, .ux-input.search-input input[type=tel]::-moz-placeholder, .ux-input.search-input input[type=date]::-moz-placeholder, .ux-input.search-input input[type=time]::-moz-placeholder, .ux-input.search-input input[type=email]::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.45);
  opacity: 1; /* Firefox */
}
.ux-input.search-input input[type=text]::placeholder, .ux-input.search-input input[type=password]::placeholder, .ux-input.search-input input[type=number]::placeholder, .ux-input.search-input input[type=tel]::placeholder, .ux-input.search-input input[type=date]::placeholder, .ux-input.search-input input[type=time]::placeholder, .ux-input.search-input input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.45);
  opacity: 1; /* Firefox */
}
.ux-input.search-input input[type=text]::-ms-input-placeholder, .ux-input.search-input input[type=password]::-ms-input-placeholder, .ux-input.search-input input[type=number]::-ms-input-placeholder, .ux-input.search-input input[type=tel]::-ms-input-placeholder, .ux-input.search-input input[type=date]::-ms-input-placeholder, .ux-input.search-input input[type=time]::-ms-input-placeholder, .ux-input.search-input input[type=email]::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.45);
}
.ux-input.search-input input[type=text]::-ms-input-placeholder, .ux-input.search-input input[type=password]::-ms-input-placeholder, .ux-input.search-input input[type=number]::-ms-input-placeholder, .ux-input.search-input input[type=tel]::-ms-input-placeholder, .ux-input.search-input input[type=date]::-ms-input-placeholder, .ux-input.search-input input[type=time]::-ms-input-placeholder, .ux-input.search-input input[type=email]::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.45);
}
.ux-input.search-input input[type=text]:disabled, .ux-input.search-input input[type=password]:disabled, .ux-input.search-input input[type=number]:disabled, .ux-input.search-input input[type=tel]:disabled, .ux-input.search-input input[type=date]:disabled, .ux-input.search-input input[type=time]:disabled, .ux-input.search-input input[type=email]:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.ux-input.search-input .show-searchicon {
  background: url("../assets/images/svg/search-icon.svg") no-repeat center center;
  background-size: 20px;
  position: absolute;
  left: 5px;
  height: 20px;
  width: 20px;
  top: 12px;
}
.ux-input.custom-search-input {
  background: #ffffff;
  height: auto;
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.03) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 1px 2px -1px;
}
.ux-input.custom-search-input input[type=text],
.ux-input.custom-search-input input[type=password] {
  border: none;
  border-bottom: 1px solid rgba(127, 127, 127, 0.05);
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.9);
  display: block;
  width: 100%;
  font-size: 1rem;
  height: 39px;
  position: relative;
  padding: 30px 50px 30px 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ux-input.custom-search-input input[type=text].active,
.ux-input.custom-search-input input[type=password].active {
  border-bottom: 1px solid rgba(127, 127, 127, 0.05);
}
.ux-input.custom-search-input input[type=text].ng-invalid,
.ux-input.custom-search-input input[type=password].ng-invalid {
  border-bottom: 1px solid #dc3545;
}
.ux-input.custom-search-input input[type=text].ng-invalid.ng-untouched,
.ux-input.custom-search-input input[type=password].ng-invalid.ng-untouched {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.ux-input.custom-search-input input[type=text]:focus,
.ux-input.custom-search-input input[type=password]:focus {
  border-bottom: 1px solid rgba(127, 127, 127, 0.05);
}
.ux-input.custom-search-input input[type=text]::-moz-placeholder, .ux-input.custom-search-input input[type=password]::-moz-placeholder {
  font-style: normal;
}
.ux-input.custom-search-input input[type=text]::placeholder,
.ux-input.custom-search-input input[type=password]::placeholder {
  font-style: normal;
}
.ux-input.custom-search-input input[type=text]::-moz-placeholder, .ux-input.custom-search-input input[type=password]::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.45);
  opacity: 1;
  /* Firefox */
}
.ux-input.custom-search-input input[type=text]::placeholder,
.ux-input.custom-search-input input[type=password]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.45);
  opacity: 1;
  /* Firefox */
}
.ux-input.custom-search-input input[type=text]::-moz-placeholder, .ux-input.custom-search-input input[type=password]::-moz-placeholder {
  font-style: normal;
}
.ux-input.custom-search-input input[type=text]::placeholder,
.ux-input.custom-search-input input[type=password]::placeholder {
  font-style: normal;
}
.ux-input.custom-search-input input[type=text]::-moz-placeholder, .ux-input.custom-search-input input[type=password]::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.45);
  opacity: 1;
  /* Firefox */
}
.ux-input.custom-search-input input[type=text]::placeholder,
.ux-input.custom-search-input input[type=password]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.45);
  opacity: 1;
  /* Firefox */
}
.ux-input.custom-search-input input[type=text]:disabled,
.ux-input.custom-search-input input[type=password]:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ux-input.custom-search-input p {
  font-size: 0.8rem;
  line-height: 0.8rem;
  margin-top: 2px;
  margin-bottom: 0;
  text-align: left;
}
.ux-input.custom-search-input p.col-w {
  color: rgba(255, 255, 255, 0.9);
}
.ux-input.custom-search-input p.error-message {
  text-align: left;
  color: #c51523;
  display: block;
}
.ux-input.custom-search-input p.success-message {
  text-align: left;
  color: #22c55e;
  display: block;
}
.ux-input.custom-search-input p.info-message {
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
.ux-input.custom-search-input p.info-message.align-r {
  text-align: right;
}
@media (max-width: 767px) {
  .ux-input.custom-search-input p.info-message.align-r {
    text-align: center;
  }
}
.ux-input.custom-search-input p.info-message.bg-color {
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  padding: 4px;
  display: block;
  margin: 10px 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
.ux-input input[type=date] {
  padding: 5px 8px;
}
.ux-input input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.ux-input select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}
.ux-input select::-ms-expand {
  display: none;
}
.ux-input select {
  background: url("../assets/images/icons/arrow-down-r.png") no-repeat center right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: bottom 11px right 6px;
  background-size: 15px;
}
.ux-input select::-ms-expand {
  display: none;
}
.ux-input select:disabled {
  background: url("../assets/images/icons/arrow-down-rd.png") no-repeat center right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: bottom 11px right 6px;
  background-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  background-color: #efefef;
  cursor: not-allowed;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.ux-input textarea {
  width: 100%;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  resize: none;
}
.ux-input textarea:focus {
  outline: none;
}
.ux-input textarea.active {
  border: 1px solid #0075b0;
}
.ux-input textarea:focus {
  border: 1px solid #0075b0;
}
.ux-input p {
  font-size: 0.8rem;
  margin-bottom: 0;
  line-height: 0.9rem;
  text-align: left;
  color: #ffffff;
}
.ux-input p.col-w {
  color: rgba(255, 255, 255, 0.9);
}
.ux-input p.error-message {
  text-align: left;
  color: #ffb6b6;
  display: block;
}
.ux-input p.success-message {
  text-align: left;
  color: #22c55e;
  display: block;
}
.ux-input p.info-message {
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
.ux-input p.info-message span {
  font-size: 0.75rem;
}
.ux-input p.info-message span.success {
  color: #ffdc00;
}
.ux-input p.info-message.align-r {
  text-align: right;
}
@media (max-width: 767px) {
  .ux-input p.info-message.align-r {
    text-align: center;
  }
}
.ux-input p.info-message img {
  width: 10px;
  height: 10px;
  position: relative;
  margin-top: -2px;
  display: inline-block;
}
.ux-input p span {
  display: inline-block;
  font-size: 0.9rem;
  margin: 4px 0px;
  text-align: left;
}
.ux-input p span.success-text {
  text-align: left;
  color: #22c55e;
  font-size: 0.9rem;
  margin: 4px 0px;
  display: block;
}
.ux-input p span.info-text {
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9rem;
  margin: 4px 0px;
  display: block;
}
.ux-input .currency {
  position: absolute;
  right: 8px;
  top: 37px;
}
.ux-input.input-error {
  color: #c51523;
  text-align: left;
}
.ux-input.input-error input[type=text], .ux-input.input-error input[type=password], .ux-input.input-error input[type=tel], .ux-input.input-error input[type=date], .ux-input.input-error input[type=time], .ux-input.input-error select, .ux-input.input-error textarea {
  border: 1px solid rgba(197, 21, 35, 0.5);
}
.ux-input.input-success {
  color: #22c55e;
  text-align: left;
}
.ux-input.input-success input[type=text], .ux-input.input-success input[type=password], .ux-input.input-success input[type=tel], .ux-input.input-success input[type=date], .ux-input.input-success input[type=time], .ux-input.input-success select, .ux-input.input-success textarea {
  border: 1px solid rgba(35, 145, 5, 0.5);
}
.ux-input.input-info {
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
}
.ux-input .show-pwd {
  background: url("../assets/images/icons/show-pin-b.png") no-repeat center center;
  background-size: 18px;
  position: absolute;
  right: 3px;
  height: 18px;
  width: 18px;
  top: 30px;
}
.ux-input .show-pwd.showing {
  background: url("../assets/images/icons/hide.png") no-repeat center center;
  background-size: 18px;
}
.ux-input .show-keyboard {
  background: url("../assets/images/icons/hardware.png") no-repeat center center;
  background-size: 30px;
  position: absolute;
  right: 3px;
  height: 18px;
  width: 33px;
  top: 30px;
}
@media (max-width: 767px) {
  .ux-input .show-keyboard {
    display: none;
  }
}
.ux-input .show-search {
  background: url("../assets/images/svg/search.svg") no-repeat center center;
  background-size: 20px;
  position: absolute;
  right: 5px;
  height: 20px;
  width: 20px;
  top: 30px;
}
.ux-input .show-match {
  background: url("../assets/images/icons/toast-success.png") no-repeat center center;
  background-size: 18px;
  position: absolute;
  right: 5px;
  height: 18px;
  width: 18px;
  top: 24px;
  transition: all 0.3s ease-out;
}
.ux-input .show-info {
  background-size: 50px;
  position: absolute;
  right: 0px;
  height: 18px;
  width: 33px;
  top: 32px;
  text-decoration: none;
  font-size: 0.85rem;
}
.ux-input .show-info:hover {
  color: #ffdc00;
  text-decoration: underline;
}
.ux-input .show-info.disabled {
  display: none;
  cursor: not-allowed;
}
.ux-input .show-currency {
  background-size: 11px;
  position: absolute;
  left: 0px;
  height: 11px;
  width: 11px;
  top: 31px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .ux-input .show-currency {
    top: 31px;
  }
}
.ux-input .rupee-icon {
  position: absolute;
  color: white;
  text-align: center;
  padding: 0px;
  left: -1px;
  height: 34px;
  width: 34px;
  top: 3px;
  text-decoration: none;
  opacity: 1;
}
.ux-input .rupee-icon img {
  width: 34px;
  height: 34px;
}
.ux-input .rupee-icon img.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ux-input .rupee-icon img:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ux-input .rupee-icon.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ux-input .rupee-icon:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ux-input .show-info1 {
  background-size: 90px;
  position: absolute;
  right: 0px;
  height: 18px;
  width: 90px;
  text-align: left;
  top: 32px;
  text-decoration: none;
  font-size: 0.8rem;
}
.ux-input .show-info1:hover {
  color: #ffdc00;
  text-decoration: underline;
}
.ux-input .show-info1.disabled {
  display: none;
  cursor: not-allowed;
}
.ux-input span.show-info2 {
  background-size: 50px;
  position: absolute;
  right: 0px;
  background-color: white;
  height: 30px;
  width: 35px;
  letter-spacing: 0.5px;
  top: 32px;
  text-decoration: none;
  font-size: 1rem;
}
.ux-input span.show-info2.light-bg {
  background-color: #fcfdfd;
}
.ux-input span.show-info2.disabled {
  display: none;
  cursor: not-allowed;
}
.ux-input span.show-info3 {
  background-size: 50px;
  position: absolute;
  right: 0px;
  height: 30px;
  width: 65px;
  letter-spacing: 0.5px;
  top: 32px;
  text-decoration: none;
  font-size: 1rem;
}
.ux-input span.show-info3.light-bg {
  background-color: #fcfdfd;
}
.ux-input span.show-info3.disabled {
  display: none;
  cursor: not-allowed;
}
.ux-input span.show-digit {
  background-size: 50px;
  position: absolute;
  left: 0px;
  background-color: white;
  height: 36px;
  width: 102px;
  top: 26px;
  text-decoration: none;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
.ux-input span.show-digit.disabled {
  display: none;
  cursor: not-allowed;
}
.ux-input span.show-digit1 {
  background-size: 50px;
  position: absolute;
  right: 0px;
  background-color: white;
  height: 36px;
  width: 102px;
  text-align: right;
  top: 26px;
  text-decoration: none;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
.ux-input span.show-digit1.disabled {
  display: none;
  cursor: not-allowed;
}
.ux-input span.show-digit2 {
  background-size: 50px;
  position: absolute;
  left: 128px;
  background-color: white;
  height: 35px;
  width: 60px;
  text-align: left;
  top: 26px;
  text-decoration: none;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.ux-input span.show-digit2.disabled {
  display: none;
  cursor: not-allowed;
}
.ux-input .show-link {
  background-size: 90px;
  position: absolute;
  right: 0px;
  height: 18px;
  width: 90px;
  text-align: right;
  top: 0px;
  text-decoration: none;
  font-size: 0.8rem;
}
.ux-input .show-link:hover {
  color: #ffdc00;
  text-decoration: underline;
}
.ux-input .show-link.disabled {
  display: none;
  cursor: not-allowed;
}
.ux-input .show-link3 {
  background-size: 90px;
  position: absolute;
  right: 0px;
  height: 18px;
  width: 90px;
  text-align: right;
  top: 30px;
  text-decoration: none;
  text-transform: inherit;
  font-size: 0.8rem;
}
.ux-input .show-link3:hover {
  color: #ffdc00;
  text-decoration: underline;
}
.ux-input .show-link3.disabled {
  display: none;
  cursor: not-allowed;
}
.ux-input .show-pwd-number {
  background: url("../assets/images/icons/visible.png") no-repeat center center;
  background-size: 18px;
  position: absolute;
  right: 3px;
  height: 18px;
  width: 18px;
  top: 33px;
}
.ux-input .show-pwd-number.showing {
  background: url("../assets/images/icons/hide.png") no-repeat center center;
  background-size: 18px;
}
.ux-input .ux-dropdown {
  background-color: #ffdc00;
  position: absolute;
  right: 0px;
  height: 37px;
  width: 37px;
  top: 14px;
  border-radius: 2px;
}
@media (min-width: 481px) {
  .ux-input .ux-dropdown {
    height: 39px;
  }
}
.ux-input .ux-dropdown span.chevron {
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -6px;
  margin-left: -7px;
  transition: all 0.3s ease-out;
}
.ux-input .ux-dropdown span.chevron::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  display: block;
  border-top: 0;
  border-right: 0;
  margin-left: 0px;
  transform: rotate(-45deg);
}
.ux-input .ux-dropdown.active span.chevron {
  transform: rotate(180deg);
}
.ux-input .ux-dropdown.active svg {
  fill: #ffffff;
}
.ux-input .calendar-disable {
  background: url("../assets/images/svg/calendar-disabled.svg") no-repeat center center;
  background-size: 18px;
  position: absolute;
  right: 4px;
  height: 18px;
  width: 18px;
  top: 30px;
}
.ux-input .calendar-disable.cal-top {
  top: 12px;
}
.ux-input .calendar-enable {
  background: url("../assets/images/svg/calendar.svg") no-repeat center center;
  background-size: 18px;
  position: absolute;
  right: 4px;
  height: 18px;
  width: 18px;
  top: 30px;
}
.ux-input .calendar-enable.cal-top {
  top: 12px;
}
.ux-input .right-text {
  position: absolute;
  right: 0px;
  top: 36px;
  font-size: 11px;
  text-decoration: none;
}
.ux-input .calendar-ic {
  background: url("../assets/images/svg/calendar-b.svg") no-repeat center center;
  background-size: 20px;
  position: absolute;
  right: 4px;
  height: 20px;
  width: 20px;
  top: 18px;
}
.ux-input .calendar-ic.cal-top {
  top: 34px;
}
.ux-input .clock-ic {
  background: url("../assets/images/svg/clock.svg") no-repeat center center;
  background-size: 20px;
  position: absolute;
  right: 4px;
  height: 20px;
  width: 20px;
  top: 18px;
}
.ux-input .clock-ic.cal-top {
  top: 34px;
}
.ux-input .search-ic {
  background: url("../assets/images/icons/search-s.png") no-repeat center center;
  background-size: 18px;
  position: absolute;
  right: 0px;
  height: 18px;
  width: 18px;
  top: 30px;
}
.ux-input .show-search2 {
  background: url("../assets/images/svg/search.svg") no-repeat center center;
  background-size: 24px;
  position: absolute;
  left: 20px;
  height: 24px;
  width: 24px;
  top: 18px;
}
.ux-input a.cross-btn {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  list-style: none;
  position: absolute;
  right: 15px;
  height: 40px;
  width: 40px;
  top: 10px;
}
.ux-input a.cross-btn .icon {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  padding: 8px 5px;
}
.ux-input a.cross-btn .icon img {
  width: 18px;
  height: 18px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  opacity: 1;
}
.ux-input a.cross-btn .icon img:hover {
  opacity: 0.7;
}
.ux-input a.cross-btn .icon:hover {
  background-color: #f1f5f9;
}
.ux-input a.cross-btn .icon:active {
  background-color: #f1f5f9;
}
.ux-input.ux-label-values .input-values {
  display: none;
}
.ux-input.ux-label-values .label-values {
  display: block;
}
.ux-input.ux-label-values .label-values .inline {
  margin-bottom: 5px;
}
.ux-input.ux-label-values .label-values .inline h6 {
  display: inline-block;
}
.ux-input.ux-label-values .label-values .inline .title {
  font-weight: normal;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.7);
}
.ux-input.ux-drop-select select {
  max-width: 50px;
  display: inline-block;
  font-size: 12px;
  border-bottom: none;
}
.ux-input.ux-disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.6);
  cursor: not-allowed;
}
.ux-input.ux-disabled label {
  color: rgba(0, 0, 0, 0.3);
}
.ux-input.ux-disabled input {
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.ux-input.ux-disabled input:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.ux-input.ux-disabled textarea {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.ux-input.ux-disabled textarea:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.ux-input.ux-disabled .calendar-ic {
  background: url("../assets/images/svg/calendar-disabled.svg") no-repeat center center;
  background-size: 16px;
  position: absolute;
  right: 4px;
  height: 18px;
  width: 18px;
  top: 18px;
}
.ux-input.ux-disabled .calendar-ic.cal-top {
  top: 30px;
}
.ux-input.ux-disabled select {
  background: url("../assets/images/icons/arrow-down-rd.png") no-repeat center right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: bottom 11px right 10px;
  background-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.ux-input.ux-disabled select:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.ux-input.ux-readonly label {
  padding-left: 0px;
}
.ux-input.ux-readonly input {
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ux-input.ux-readonly textarea {
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ux-input.ux-readonly .calendar-ic {
  background: url("../assets/images/svg/calendar.svg") no-repeat center center;
  background-size: 16px;
  position: absolute;
  right: 4px;
  height: 18px;
  width: 18px;
  top: 18px;
}
.ux-input.ux-readonly .calendar-ic.cal-top {
  top: 30px;
}
.ux-input.ux-readonly select {
  background: url("../assets/images/icons/arrow-down-rd.png") no-repeat center right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0.6);
  background-position: bottom 11px right 10px;
  background-size: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.ux-input a.reg-txt {
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.5px;
  color: #FFDC00;
}
.ux-input a.reg-txt.mar-top {
  margin-top: 32px;
  display: inline-block;
}
@media (max-width: 767px) {
  .ux-input a.reg-txt.mar-top {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
.ux-input a.reg-txt:hover {
  text-decoration: underline;
}
.ux-input .btn1 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ux-input .btn1 {
    margin-top: 0px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
.ux-input .message {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.4);
}
.ux-input .message1 {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.6);
}
.ux-input.ux-input-sm select {
  height: 30px;
  font-size: 12px;
  background-position: bottom 8px right 6px;
}
.ux-input.ux-input-sm label {
  xheight: 32px;
  font-size: 12px;
}

/*ux-input*/
/* -- Toggle Switch  starts*/
label.toggle {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  line-height: 0;
  padding: 0 5px;
  border-radius: 20px;
  /* //input[type="checkbox"] */
}
label.toggle em, label.toggle b {
  vertical-align: super;
  display: inline-block;
  font-style: normal;
  zoom: 1;
  opacity: 0.5;
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: none;
  color: #FFDC00;
}
label.toggle input[type=checkbox] {
  position: relative;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 20px;
  width: 44px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* //&::before */
  /* //&:checked */
  /* //&:disabled */
  /* //&:focus */
}
label.toggle input[type=checkbox]::before {
  content: "";
  width: 18px;
  height: 18px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: -1px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
label.toggle input[type=checkbox]:checked {
  border-color: #FFDC00;
  background-color: #FFDC00;
  /* //&:disabled */
}
label.toggle input[type=checkbox]:checked::before {
  background: #ffffff;
  transform: translate(22px, 0);
}
label.toggle input[type=checkbox]:checked:disabled {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.3);
}
label.toggle input[type=checkbox]:checked:disabled::before {
  background: rgba(255, 255, 255, 0.7);
}
label.toggle input[type=checkbox]:checked ~ b {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
label.toggle input[type=checkbox]:disabled {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.1);
}
label.toggle input[type=checkbox]:disabled::before {
  background: rgba(255, 255, 255, 0.1);
}
label.toggle input[type=checkbox]:focus {
  outline: none;
}
label.toggle.label-inactive em {
  opacity: 1;
}

/* //label.toggle */
.label-values {
  display: none;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}
.ux-otp-input {
  text-align: center;
  /* input */
  /* em */
}
.ux-otp-input input {
  width: 130px;
  display: inline-block;
  font-size: 24px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
  background: transparent;
  color: #000000;
  text-align: center;
  letter-spacing: 4px;
}
.ux-otp-input em {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.ux-otp-input.input-error {
  color: #FFDC00;
}

/*ux-otp-input*/
.ux-large-btn {
  max-width: 170px;
}

.ux-noteborder {
  border: 1px dashed rgba(0, 0, 0, 0.4);
  padding: 10px;
}

.ux-selection {
  margin: 5px 0;
  margin-right: 5px;
  text-align: left;
  float: left;
  /*benefit*/
}
@media (max-height: 700px) {
  .ux-selection.mar-custom {
    margin: 10px 0 5px 0;
  }
}
.ux-selection.dis-b {
  display: block;
  width: 100%;
  margin: 4px 0px 4px 0;
}
@media (max-width: 991px) {
  .ux-selection.dis-b {
    margin: 15px 0px 4px 0;
  }
}
.ux-selection.pad-r {
  padding-right: 20px;
}
.ux-selection small.message {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 0.9rem;
  color: rgba(0, 0, 0, 0.4);
}
.ux-selection.benefit input[type=radio] {
  top: 20px;
}
.ux-selection label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  color: white;
  margin-right: 10px;
  line-height: 1.35rem;
  word-wrap: break-word;
  font-size: 12px;
  /* //input[type="checkbox"] */
}
.ux-selection label.custom-check-nolabel {
  width: 20px;
  height: 20px;
  padding: 0;
}
.ux-selection label.lang-sel {
  color: black;
  font-weight: 400;
}
.ux-selection label.pad-custom {
  padding-left: 20px;
}
.ux-selection label.pad-custom1 {
  padding-left: 68px;
}
.ux-selection label.pad-custom2 {
  padding-left: 30px;
}
.ux-selection label.pad-left {
  padding-left: 0px;
}
.ux-selection label.pad-r {
  padding-right: 30px;
  margin-right: 0px;
}
.ux-selection label.mar-custom {
  margin-right: 0px;
}
.ux-selection label span {
  position: relative;
  color: rgba(127, 127, 127, 0.8);
}
.ux-selection label span img {
  position: absolute;
  left: -35px;
  top: 0px;
  margin: 0px;
  width: 28px;
  height: 28px;
}
.ux-selection label span.fs-1 {
  font-size: 1.1rem;
  color: rgba(127, 127, 127, 0.9);
  font-weight: 500;
  margin: 3px 0px;
}
.ux-selection label span.fs-2 {
  font-size: 0.8rem;
  color: rgba(127, 127, 127, 0.5);
  font-weight: 400;
  margin: 3px 0px;
}
.ux-selection label h4 {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.ux-selection label h4 span {
  display: inline-block;
  position: relative;
  color: rgba(127, 127, 127, 0.85);
  margin-right: 2px;
  font-size: 1.2rem;
  font-weight: 500;
}
.ux-selection label input[type=radio],
.ux-selection label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0;
  margin-top: -10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ux-selection label input[type=radio] {
  border-radius: 100%;
}
.ux-selection label input[type=radio]:checked {
  border-color: #ffdc00;
  background-color: #ffdc00;
  border-width: 2px;
  /* //$::after */
}
.ux-selection label input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  background-color: white;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 100%;
}
.ux-selection label input[type=radio]:checked:disabled {
  border-color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.ux-selection label input[type=radio]:checked:disabled::after {
  border-color: rgba(0, 0, 0, 0.3);
}
.ux-selection label input[type=checkbox] {
  border-radius: 4px;
  background: #ffdc00;
  -ms-background: #ffdc00;
}
.ux-selection label input[type=checkbox]:checked {
  border-color: #ffdc00;
  -ms-border-color: #ffdc00;
  border-width: 2px;
  -ms-border-width: 2px;
  background: #ffdc00;
  -ms-background: #ffdc00;
}
.ux-selection label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  border: 2px solid white;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  -ms-border: 2px solid white;
  -ms-border-top: 0px solid transparent;
  -ms-border-right: 0px solid transparent;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -4px;
  transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.ux-selection label input[type=checkbox]:disabled {
  border-color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.ux-selection label input[type=checkbox]:disabled::after {
  border-color: rgba(0, 0, 0, 0.3);
}
.ux-selection label input[type=radio]:disabled,
.ux-selection label input[type=checkbox]:disabled {
  background: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.ux-selection label input[type=radio]:disabled::before,
.ux-selection label input[type=checkbox]:disabled::before {
  content: none;
}
.ux-selection label input[type=radio]:disabled ~ em,
.ux-selection label input[type=checkbox]:disabled ~ em {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.ux-selection label em {
  display: block;
  color: rgba(0, 0, 0, 0.8);
}
.ux-selection label em i {
  font-size: 80%;
  font-style: normal;
  padding: 4px;
}

/* //.ux-selection */
.custom-checkbox {
  display: inline-block;
}
.custom-checkbox label {
  min-height: 5px;
  padding-right: 25px;
}

/* custom-checkbox */
.accept-terms {
  text-align: center;
}
.accept-terms .ux-selection {
  display: block;
}

/*accept-terms*/
.selection-group .ux-selection {
  display: block;
  margin: 10px 0;
}

.file-input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  /* //input[type="file"] */
  /* //label */
  /* //&:hover */
  /* //&.fileuploading */
}
.file-input input[type=file] {
  width: 0px;
  height: 0px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
}
.file-input label {
  display: block;
  padding: 15px 10px;
  margin: 0;
  /*// @include transition(all .3s ease);*/
  /* //h4 */
  /* //p */
  /* //&::before */
}
.file-input label h4 {
  margin: 0;
  padding: 0 0 5px;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
}
.file-input label p {
  margin: 0;
  padding: 0;
  font-size: 0.7rem;
  text-align: center !important;
}
.file-input label::before {
  content: "";
  border: 1px dashed rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 8px;
  z-index: 0;
  transition: all 0.3s ease;
}
.file-input:hover {
  border-color: rgba(59, 130, 246, 0.6);
  background-color: rgba(59, 130, 246, 0.08);
}
.file-input:hover label::before {
  border-color: rgba(59, 130, 246, 0.6);
}
.file-input.fileuploading {
  border-color: rgba(34, 197, 94, 0.6);
  background-color: rgba(34, 197, 94, 0.08);
}
.file-input.fileuploading label::before {
  border-color: rgba(34, 197, 94, 0.6);
}

.msg-toast {
  position: fixed;
  background: #333;
  color: #ffffff;
  /*top: 100px;*/
  top: 75px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  z-index: 200;
  text-align: center;
  /*@include box-shadow(0 0 10px rgba($black, .7));*/
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate(0, -20%);
  /*@include transition(all .3s cubic-bezier(.25, .5, .5, .9));*/
  transition: all 0.2s ease-in;
  /* //em */
  /* //&.msg-success */
  /* //&.msg-error */
  /* //&.msg-warning */
  /* //&.msg-close */
  /* //&.msg-showing */
}
.msg-toast em {
  padding: 10px 20px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
}
.msg-toast.msg-success {
  /*color: darken($success-color, 20%);*/
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.7);
}
.msg-toast.msg-error {
  background-color: #FFDC00;
  /*color: darken($action-danger-color, 20%);*/
  /*background: rgba($action-danger-color, 1);*/
  /*@include box-shadow(0 0 10px rgba($action-danger-color, .7));*/
}
.msg-toast.msg-warning {
  /*color: darken($warning-color, 20%);*/
  color: rgba(0, 0, 0, 0.9);
  background: #f59e0b;
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.7);
}
.msg-toast.msg-close {
  padding-right: 30px;
  cursor: pointer;
  /* //&::before */
}
.msg-toast.msg-close::before {
  content: "";
  position: absolute;
  background: url("../assets/images/icons/cross-w.png") no-repeat center;
  background-size: 14px;
  display: block;
  width: 20px;
  height: 20px;
  right: 5px;
  top: 50%;
  margin-top: -10px;
}
.msg-toast.msg-showing {
  transform: translate(0, 0);
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

@keyframes hover-color {
  from {
    border-color: #c0c0c0;
  }
  to {
    border-color: #3e97eb;
  }
}
/* checkbox */
.ux-selection1 {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  margin-right: 12px;
  font-size: 14px;
}
.ux-selection1.mar-rcustom {
  margin-right: 0px;
}
.ux-selection1 label {
  color: rgba(0, 0, 0, 0.65);
}
.ux-selection1 label.fsmall {
  font-size: 0.7rem;
}
.ux-selection1 label a {
  color: #ffdc00 !important;
  text-decoration: none;
  font-size: 0.95rem;
}
.ux-selection1 label a:hover {
  text-decoration: underline !important;
}
.ux-selection1 label.custom-label {
  font-size: 0.8rem;
  cursor: default;
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
}
.ux-selection1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 1.3em;
  height: 1.3em;
}
.ux-selection1 input:checked {
  /* //&:disabled */
}
.ux-selection1 input:checked ~ .checkmark {
  background-color: #329AD6;
}
.ux-selection1 input:checked ~ .checkmark:after {
  display: block;
}
.ux-selection1 .checkmark:after {
  top: 0.02em;
  left: 0.35em;
  box-sizing: border-box;
  width: 0.5em;
  height: 0.85em;
  transform: rotate(45deg);
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
.ux-selection1.disabled label {
  cursor: not-allowed;
}
.ux-selection1.disabled input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.ux-selection1.disabled input:checked {
  /* //&:disabled */
}
.ux-selection1.disabled input:checked ~ .checkmark {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.1);
}
.ux-selection1.disabled input:checked ~ .checkmark:after {
  display: block;
}
.ux-selection1.disabled .checkmark:after {
  top: 0.02em;
  left: 0.35em;
  box-sizing: border-box;
  width: 0.5em;
  height: 0.85em;
  transform: rotate(45deg);
  border-right: 2px solid rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
.ux-selection1 .checkmark {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3em;
  height: 1.3em;
  border-radius: 3px;
  vertical-align: middle;
  background-color: #f3f3f3;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.ux-selection1 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.ux-selection1 .checkmark.disabled {
  cursor: not-allowed;
  background-color: #f3f3f3;
}

/* radio button */
.ux-selection2 {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0px;
  margin-right: 12px;
  cursor: pointer;
  font-size: 14px;
}
.ux-selection2.dis-custom {
  display: block;
}
.ux-selection2 label span {
  display: inline-block;
  position: relative;
  color: rgba(127, 127, 127, 0.85);
  margin-right: 2px;
  line-height: 1.35rem;
  font-size: 0.95rem;
}
.ux-selection2 label.lang-sel {
  color: black;
  font-weight: 400;
}
.ux-selection2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.ux-selection2 input:checked ~ .checkmark {
  background-color: #0075b0;
  border: 2px solid #006497;
}
.ux-selection2 input:checked ~ .checkmark:after {
  display: block;
}
.ux-selection2 .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.ux-selection2.disabled label {
  cursor: not-allowed;
}
.ux-selection2.disabled input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.ux-selection2.disabled input:checked {
  /* //&:disabled */
}
.ux-selection2.disabled input:checked ~ .checkmark {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.ux-selection2.disabled input:checked ~ .checkmark:after {
  display: block;
}
.ux-selection2.disabled .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.ux-selection2 .checkmark {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3em;
  height: 1.3em;
  background-color: #f3f3f3;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.ux-selection2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.ux-selection2 .checkmark.disabled {
  cursor: not-allowed;
  background-color: #f3f3f3;
}

.ux-selection5 {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  margin-right: 12px;
  cursor: pointer;
  font-size: 14px;
}
.ux-selection5 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.ux-selection5 input:checked ~ .checkmark {
  background-color: #0075b0;
  border: 2px solid #006497;
}
.ux-selection5 input:checked ~ .checkmark:after {
  display: block;
}
.ux-selection5 .checkmark:after {
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
}
.ux-selection5.disabled label {
  cursor: not-allowed;
}
.ux-selection5.disabled input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.ux-selection5.disabled input:checked {
  /* //&:disabled */
}
.ux-selection5.disabled input:checked ~ .checkmark {
  cursor: not-allowed;
  background-color: #f3f3f3;
  border: 2px solid rgba(0, 0, 0, 0.4);
}
.ux-selection5.disabled input:checked ~ .checkmark:after {
  display: block;
}
.ux-selection5.disabled .checkmark:after {
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
}
.ux-selection5 .checkmark {
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background-color: rgba(0, 0, 0, 0.05);
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.ux-selection5 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.ux-selection5 .checkmark.disabled {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.05);
}

.ux-selection-custom {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  margin-right: 12px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ux-selection-custom.mar-rcustom {
  margin-right: 0px;
}
.ux-selection-custom label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.8rem;
  line-height: 0.9rem;
}
.ux-selection-custom label a {
  color: white;
  text-decoration: underline;
}
.ux-selection-custom label a:hover {
  text-decoration: none;
}
.ux-selection-custom label.custom-label {
  font-size: 0.8rem;
  cursor: default;
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
}
.ux-selection-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 1.3em;
  height: 1.3em;
}
.ux-selection-custom input:checked {
  /* //&:disabled */
}
.ux-selection-custom input:checked ~ .checkmark {
  background-color: #ffffff;
}
.ux-selection-custom input:checked ~ .checkmark:after {
  display: block;
}
.ux-selection-custom .checkmark:after {
  top: 0.02em;
  left: 0.35em;
  box-sizing: border-box;
  width: 0.5em;
  height: 0.85em;
  transform: rotate(45deg);
  border-right: 2px solid #0075b0;
  border-bottom: 2px solid #0075b0;
}
.ux-selection-custom.disabled label {
  cursor: not-allowed;
}
.ux-selection-custom.disabled input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.ux-selection-custom.disabled input:checked {
  /* //&:disabled */
}
.ux-selection-custom.disabled input:checked ~ .checkmark {
  cursor: not-allowed;
  background-color: #f3f3f3;
}
.ux-selection-custom.disabled input:checked ~ .checkmark:after {
  display: block;
}
.ux-selection-custom.disabled .checkmark:after {
  top: 0.02em;
  left: 0.35em;
  box-sizing: border-box;
  width: 0.5em;
  height: 0.85em;
  transform: rotate(45deg);
  border-right: 2px solid rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
.ux-selection-custom .checkmark {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3em;
  height: 1.3em;
  border-radius: 3px;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.ux-selection-custom .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.ux-selection-custom .checkmark.disabled {
  cursor: not-allowed;
  background-color: rgba(255, 255, 255, 0.2);
}

/* Rounded sliders */
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 20px;
}
.switch em {
  font-size: 0.5rem;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgna(#000000, 0.3);
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: #ffffff;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #0075b0;
}
input:checked + .slider:before {
  transform: translateX(26px);
}
input:focus + .slider {
  box-shadow: 0 0 1px #0075b0;
}

.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}

.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}

.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
}

.custom-control {
  position: relative;
  margin: 5px;
  min-height: 1.40625rem;
  padding-left: 1.5rem;
  text-align: left;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.20313rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #0075b0;
  background-color: #0075b0;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: transparent;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #0075b0;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(0, 0, 0, 0.4);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.4);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}

.custom-control-input[disabled] ~ .custom-control-label {
  color: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
}
.custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.75);
  padding-top: 5px;
  cursor: pointer;
}
.custom-control-label::before {
  position: absolute;
  top: 0.5rem;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1.2rem;
  pointer-events: none;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  border: 0px solid rgba(0, 0, 0, 0.5);
  box-shadow: none;
}
.custom-control-label::after {
  position: absolute;
  top: 0.20313rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-switch {
  padding-left: 3.5rem;
}
.custom-switch .custom-control-label::before {
  left: -3.5rem;
  width: 2.6rem;
  pointer-events: all;
  border-radius: 0.5625rem;
}
.custom-switch .custom-control-label::after {
  top: 0.23rem;
  left: -3.5rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: white;
  border-radius: 0.5625rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fcfcfc;
  transform: translateX(1.5rem);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

.custom-control2 {
  text-align: left;
}
.custom-control2 .custom-control {
  position: relative;
  display: inline-block;
  margin: 5px;
  min-height: 1.40625rem;
  padding-left: 1.5rem;
}
.custom-control2 .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control2 .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.20313rem;
  opacity: 0;
}
.custom-control2 .custom-control-input:checked ~ .custom-control-label::before {
  color: rgba(0, 0, 0, 0.75);
  border-color: #0075b0;
  background-color: #0075b0;
}
.custom-control2 .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: transparent;
}
.custom-control2 .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #0075b0;
}
.custom-control2 .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control2 .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(0, 0, 0, 0.4);
}
.custom-control2 .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.4);
}
.custom-control2 .custom-control-input:disabled ~ .custom-control-label {
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}
.custom-control2 .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.custom-control2 .custom-control-input[disabled] ~ .custom-control-label {
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}
.custom-control2 .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.custom-control2 .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.75);
  padding-top: 5px;
  cursor: pointer;
}
.custom-control2 .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1.2rem;
  pointer-events: none;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  border: 0px solid rgba(0, 0, 0, 0.5);
  box-shadow: none;
}
.custom-control2 .custom-control-label::after {
  position: absolute;
  top: 0.20313rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-control2 .custom-switch {
  padding-left: 3.5rem;
}
.custom-control2 .custom-switch .custom-control-label::before {
  left: -3.5rem;
  width: 2.6rem;
  pointer-events: all;
  border-radius: 0.5625rem;
}
.custom-control2 .custom-switch .custom-control-label::after {
  top: 0.26rem;
  left: -3.5rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #fcfcfc;
  border-radius: 0.5625rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.custom-control2 .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: white;
  transform: translateX(1.5rem);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.custom-control2 .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

.custom-control3 {
  text-align: left;
}
.custom-control3 .custom-control {
  position: relative;
  display: inline-block;
  margin: 5px;
  min-height: 1.40625rem;
  padding-left: 1.5rem;
}
.custom-control3 .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control3 .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.20313rem;
  opacity: 0;
}
.custom-control3 .custom-control-input:checked ~ .custom-control-label::before {
  color: rgba(0, 0, 0, 0.75);
  border-color: #0075b0;
  background-color: #0075b0;
}
.custom-control3 .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: transparent;
}
.custom-control3 .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #0075b0;
}
.custom-control3 .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control3 .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(0, 0, 0, 0.4);
}
.custom-control3 .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.4);
}
.custom-control3 .custom-control-input:disabled ~ .custom-control-label {
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}
.custom-control3 .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.custom-control3 .custom-control-input[disabled] ~ .custom-control-label {
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}
.custom-control3 .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.custom-control3 .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.75);
  padding-top: 5px;
  cursor: pointer;
}
.custom-control3 .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1.6rem;
  pointer-events: none;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  border: 0px solid rgba(0, 0, 0, 0.4);
  box-shadow: none;
}
.custom-control3 .custom-control-label::after {
  position: absolute;
  top: 0.20313rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-control3 .custom-switch {
  padding-left: 3.5rem;
}
.custom-control3 .custom-switch .custom-control-label::before {
  left: -3.5rem;
  width: 3rem;
  pointer-events: all;
  border-radius: 0.8rem;
}
.custom-control3 .custom-switch .custom-control-label::after {
  top: 0.55rem;
  left: -3.3rem;
  width: 1rem;
  height: 1rem;
  background-color: #fcfcfc;
  border-radius: 0.5625rem;
}
.custom-control3 .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: white;
  transform: translateX(1.5rem);
}
.custom-control3 .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.custom-control-new {
  text-align: left;
  position: absolute;
  width: 50px;
  height: 25px;
  right: 10px;
  top: 6px;
}
.custom-control-new.right-align {
  right: 0;
  top: 0px;
}
.custom-control-new.custom-size {
  text-align: left;
  width: 79px;
  height: 25px;
  position: relative;
  right: 0;
}
.custom-control-new .custom-control {
  position: relative;
  display: inline-block;
  margin: 5px;
  min-height: 1.40625rem;
  padding-left: 1.5rem;
}
.custom-control-new .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-new .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.20313rem;
  opacity: 0;
}
.custom-control-new .custom-control-input:checked ~ .custom-control-label::before {
  color: rgba(0, 0, 0, 0.75);
  border-color: #0075b0;
  background-color: #0075b0;
}
.custom-control-new .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: transparent;
}
.custom-control-new .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #0075b0;
}
.custom-control-new .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-new .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(0, 0, 0, 0.4);
}
.custom-control-new .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.4);
}
.custom-control-new .custom-control-input:disabled ~ .custom-control-label {
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}
.custom-control-new .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.custom-control-new .custom-control-input[disabled] ~ .custom-control-label {
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}
.custom-control-new .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.custom-control-new .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.75);
  padding-top: 5px;
  cursor: pointer;
}
.custom-control-new .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1.6rem;
  pointer-events: none;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  border: 0px solid rgba(0, 0, 0, 0.4);
  box-shadow: none;
}
.custom-control-new .custom-control-label::after {
  position: absolute;
  top: 0.20313rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-control-new .custom-switch {
  padding-left: 3.5rem;
}
.custom-control-new .custom-switch .custom-control-label::before {
  left: -3.5rem;
  width: 3rem;
  pointer-events: all;
  border-radius: 0.8rem;
}
.custom-control-new .custom-switch .custom-control-label::after {
  top: 0.55rem;
  left: -3.3rem;
  width: 1rem;
  height: 1rem;
  background-color: #fcfcfc;
  border-radius: 0.5625rem;
}
.custom-control-new .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: white;
  transform: translateX(1.5rem);
}
.custom-control-new .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.errormsg {
  width: 100%;
  position: relative;
  z-index: 9;
  text-align: left;
  clear: both;
  font-size: 0.75rem;
  margin-bottom: 0;
  color: #c51523;
  display: block;
}

input[type=text].otpinput {
  text-align: center;
  letter-spacing: 30px;
}
input[type=text].otpinput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  letter-spacing: 1px;
  text-align: left;
}
input[type=text].otpinput::-moz-placeholder { /* Firefox 19+ */
  letter-spacing: 1px;
  text-align: left;
}
input[type=text].otpinput:-ms-input-placeholder { /* IE 10+ */
  letter-spacing: 1px;
  text-align: left;
}
input[type=text].otpinput:-moz-placeholder { /* Firefox 18- */
  letter-spacing: 1px;
  text-align: left;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.btn-group-xs > .btn, .btn-xs {
  padding: 3px 15px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn:focus, .btn-xs:focus {
  outline: none;
  box-shadow: none;
}
.btn-group-xs > .btn.disabled, .btn-xs.disabled {
  cursor: not-allowed;
}

.btn-info1 {
  background-color: #ffdc00;
  border-color: #ccc;
  color: #ffffff;
  outline: none !important;
  z-index: 0 !important;
}
.btn-info1:hover {
  color: #ffffff;
  background-color: #ffdc00;
}

.btn-default {
  color: rgba(0, 0, 0, 0.75);
  background-color: #fff;
  border-color: #ccc;
}

::-moz-placeholder {
  font-style: normal;
}

::placeholder {
  font-style: normal;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: 98%;
  min-width: 200px;
  height: 35px;
  font-style: normal;
}
@media (max-width: 480px) {
  div.dataTables_wrapper div.dataTables_filter input {
    min-width: 100%;
  }
}

.toggle-col {
  position: relative;
  display: block;
  width: 90px;
  text-align: left;
  float: left;
}
.toggle-col.f-right {
  text-align: right;
  float: right;
}
.toggle-col input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.toggle-col input[type=checkbox]:checked ~ div {
  background-color: #0075b0;
}
.toggle-col input[type=checkbox]:checked ~ div:hover span {
  color: #0075b0;
  cursor: pointer;
}
.toggle-col input[type=checkbox]:checked ~ div:after {
  background-color: white;
  transform: translateX(22px);
}
.toggle-col input[type=checkbox]:checked ~ div > span {
  color: #0075b0;
}
[theme=dark] .toggle-col input[type=checkbox]:checked ~ div > span {
  color: #ffffff;
}
.toggle-col .flat-toggle {
  width: 3rem;
  display: block;
  border-radius: 0.8rem;
  height: 1.6rem;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  margin: 10px 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.toggle-col .flat-toggle:after {
  border-radius: 100%;
  background-color: white;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 3px;
  top: 0.31rem;
  width: 1rem;
  height: 1rem;
  content: "";
  transform: translateX(0);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.toggle-col .flat-toggle span {
  margin-left: 35px;
  float: left;
  position: relative;
  top: -1px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.85rem;
  white-space: nowrap;
  display: block;
  cursor: pointer;
}
.toggle-col .flat-toggle:hover {
  cursor: pointer;
}
.toggle-col .flat-toggle:hover span {
  color: black;
  cursor: pointer;
}

.toggle-col2 {
  position: relative;
  display: block;
  width: 90px;
  text-align: left;
  float: left;
}
.toggle-col2.f-right {
  text-align: right;
  float: right;
}
.toggle-col2 input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.toggle-col2 input[type=checkbox]:checked ~ div {
  background-color: rgba(0, 117, 176, 0.2);
}
.toggle-col2 input[type=checkbox]:checked ~ div:hover span {
  color: #0075b0;
  cursor: pointer;
}
.toggle-col2 input[type=checkbox]:checked ~ div:after {
  background-color: #0075b0;
  transform: translateX(17px);
}
.toggle-col2 input[type=checkbox]:checked ~ div > span {
  color: #0075b0;
}
.toggle-col2 .flat-toggle {
  width: 30px;
  display: block;
  border-radius: 8px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 10px 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.toggle-col2 .flat-toggle:after {
  border-radius: 100%;
  background-color: #efefef;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: -1px;
  width: 15px;
  height: 15px;
  content: "";
  transform: translateX(0);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.toggle-col2 .flat-toggle span {
  margin-left: 35px;
  float: left;
  position: relative;
  top: -1px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.85rem;
  white-space: nowrap;
  display: block;
  cursor: pointer;
}
.toggle-col2 .flat-toggle:hover {
  cursor: pointer;
}
.toggle-col2 .flat-toggle:hover span {
  color: black;
  cursor: pointer;
}

.toggle-col3 {
  position: relative;
  display: block;
  width: 138px;
  text-align: left;
  float: right;
}
.toggle-col3.f-right {
  text-align: right;
  float: right;
}
.toggle-col3 input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.toggle-col3 input[type=checkbox]:checked ~ div {
  background-color: rgba(0, 117, 176, 0.2);
}
.toggle-col3 input[type=checkbox]:checked ~ div:hover span {
  color: #0075b0;
  cursor: pointer;
}
.toggle-col3 input[type=checkbox]:checked ~ div:after {
  background-color: #0075b0;
  transform: translateX(17px);
}
.toggle-col3 input[type=checkbox]:checked ~ div > span {
  color: #0075b0;
}
[theme=dark] .toggle-col3 input[type=checkbox]:checked ~ div > span {
  color: #ffffff;
}
.toggle-col3 .flat-toggle {
  width: 30px;
  display: block;
  border-radius: 8px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 10px 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.toggle-col3 .flat-toggle:after {
  border-radius: 100%;
  background-color: #efefef;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: -1px;
  width: 15px;
  height: 15px;
  content: "";
  transform: translateX(0);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.toggle-col3 .flat-toggle span {
  margin-left: 35px;
  float: left;
  position: relative;
  top: 0px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 0.85rem;
  white-space: nowrap;
  display: block;
  cursor: pointer;
}
.toggle-col3 .flat-toggle:hover {
  cursor: pointer;
}
.toggle-col3 .flat-toggle:hover span {
  color: black;
  cursor: pointer;
}

.toggle-col-custom {
  position: relative;
  display: block;
  width: 90px;
  text-align: left;
  float: left;
}
.toggle-col-custom.f-right {
  text-align: right;
  float: right;
}
.toggle-col-custom input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.toggle-col-custom input[type=checkbox]:checked ~ div {
  background-color: rgba(0, 117, 176, 0.2);
}
.toggle-col-custom input[type=checkbox]:checked ~ div:hover span {
  color: #0075b0;
  cursor: pointer;
}
.toggle-col-custom input[type=checkbox]:checked ~ div:after {
  background-color: #0075b0;
  transform: translateX(17px);
}
.toggle-col-custom input[type=checkbox]:checked ~ div > span {
  color: #0075b0;
}
.toggle-col-custom .flat-toggle {
  width: 28px;
  display: block;
  border-radius: 4px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 10px 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.toggle-col-custom .flat-toggle:after {
  border-radius: 100%;
  background-color: #ececec;
  position: absolute;
  left: 0;
  top: -4px;
  width: 13px;
  height: 13px;
  content: "";
  transform: translateX(0);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.toggle-col-custom .flat-toggle span {
  margin-left: 35px;
  float: left;
  position: relative;
  top: -7px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.85rem;
  white-space: nowrap;
  display: block;
  cursor: pointer;
}
.toggle-col-custom .flat-toggle:hover {
  cursor: pointer;
}
.toggle-col-custom .flat-toggle:hover span {
  color: black;
  cursor: pointer;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.552rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  box-shadow: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn.btn-secondary2 {
  color: #ffdc00;
  background-color: rgba(0, 0, 0, 0.06);
  border-color: none;
  box-shadow: none !important;
  opacity: 1;
}
.btn.btn-secondary2 img {
  text-align: center;
}
.btn.btn-secondary2:hover {
  color: rgba(255, 220, 0, 0.85);
  box-shadow: none !important;
  opacity: 0.8;
}
.btn.btn-secondary2:focus {
  color: rgba(255, 220, 0, 0.85);
  box-shadow: none !important;
  opacity: 0.8;
}
.btn.btn-secondary2:active {
  color: rgba(255, 220, 0, 0.85);
  box-shadow: none !important;
  opacity: 0.8;
}
.btn.btn-secondary2.active {
  color: rgba(255, 220, 0, 0.85);
  box-shadow: none !important;
  opacity: 0.8;
}
.btn.btn-primary2 {
  color: #fff;
  background-color: #ffdc00;
  border-color: #ffdc00;
  box-shadow: none !important;
}
.btn.btn-primary2 img {
  text-align: center;
}
.btn.btn-primary2:hover {
  color: #fff;
  background-color: rgba(255, 220, 0, 0.9);
  border-color: #ffdc00;
  box-shadow: none !important;
}
.btn.btn-primary2:focus {
  color: #fff;
  background-color: rgba(255, 220, 0, 0.9);
  border-color: #ffdc00;
  box-shadow: none !important;
}
.btn.btn-primary2:active {
  color: #fff;
  background-color: rgba(255, 220, 0, 0.9);
  border-color: #ffdc00;
  box-shadow: none !important;
}
.btn.btn-primary2.active {
  color: #fff;
  background-color: rgba(255, 220, 0, 0.9);
  border-color: #ffdc00;
  box-shadow: none !important;
}
.btn:disabled {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem 0.375rem 0rem;
  line-height: 1.5;
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.55);
  background-color: transparent !important;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2.25rem + 2px - 2px);
  padding: 0.375rem 0.2rem;
  line-height: 1.5;
  font-size: 0.75rem;
  color: #ffdc00;
  content: "" !important;
  background-image: url("../assets/images/icons/arrow-top.png");
  background-position: -10% 10%;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  border-radius: 0 0.25rem 0.25rem 0;
  cursor: pointer;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.custom-file-input.active ~ .custom-file-label {
  border-color: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

a.show-link2 {
  text-align: right;
  float: right;
  text-decoration: none;
  color: #ffdc00;
  font-size: 0.9rem;
}
a.show-link2:hover {
  color: #ffdc00;
  text-decoration: underline;
}
a.show-link2.disabled {
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
}

.pay-rupee {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.custom-selectbox {
  border: none;
  border-bottom: 0px solid rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 220, 0, 0.7);
  border-radius: 8px;
  box-shadow: none;
  margin-bottom: 5px;
  color: white;
  display: none;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  padding: 8px 20px 8px 15px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .custom-selectbox.custom-width {
    width: 85%;
  }
}
.custom-selectbox span {
  font-size: 1rem;
  text-align: left;
  line-height: 1rem;
  margin: 2px 0;
  color: white;
}
.custom-selectbox span em {
  font-size: 0.8rem;
  display: inline-block;
  text-align: left;
  line-height: 1rem;
  margin: 2px 0;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 5px;
}
.fnt-xlarge .custom-selectbox {
  font-size: 1.1rem;
  line-height: 1.2rem;
}
@media (max-width: 767px) {
  .custom-selectbox {
    display: block;
    padding: 12px 20px 12px 15px;
  }
}
.custom-selectbox .right-arrow {
  background: url("../assets/images/icons/arrow-down-w.png") no-repeat center center;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  right: 12px;
  top: 10px;
  background-size: 12px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .custom-selectbox .right-arrow {
    top: 12px;
  }
}

.custom-selectbox2 {
  border: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: none;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.6);
  display: none;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  padding: 8px 20px 8px 15px;
  position: relative;
  cursor: pointer;
}
.ux-disabled .custom-selectbox2 {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.6);
}
.custom-selectbox2 span {
  font-size: 1rem;
  text-align: left;
  line-height: 1rem;
  margin: 2px 0;
  color: rgba(0, 0, 0, 0.6);
}
.fnt-xlarge .custom-selectbox2 {
  font-size: 1.1rem;
  line-height: 1.2rem;
}
@media (max-width: 767px) {
  .custom-selectbox2 {
    display: block;
  }
}
.custom-selectbox2 .right-arrow {
  background: url("../assets/images/icons/arrow-down-r.png") no-repeat center center;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  right: 12px;
  top: 10px;
  background-size: 12px;
  cursor: pointer;
}
.ux-disabled .custom-selectbox2 .right-arrow {
  background: url("../assets/images/icons/arrow-down-rd.png") no-repeat center center;
}

.hideDetails {
  display: none;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 8px 0;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animation: 0.2s;
  background: grey;
  border-radius: 25px;
}

input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #FFDC00;
  box-shadow: 0 0 4px 0 rgb(0, 0, 0);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: grey;
}

.range-wrap {
  width: 500px;
  position: relative;
}

.range-value {
  position: absolute;
  top: -50%;
}

.range-value span {
  width: 30px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #FFDC00;
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 6px;
}

.range-value span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #03a9f4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}

.slider-info .sliderticks {
  display: block;
}
.slider-info .sliderticks p {
  padding: 0 10px;
}

.custom-text3 {
  font-size: 2rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.link-text {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.85);
  text-transform: inherit;
  display: inline-block;
}
.link-text a {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
  color: #0075b0;
  text-transform: capitalize;
  display: inline-block;
}
.link-text a.mar-top {
  margin-top: 39px;
  display: inline-block;
}
@media (max-width: 992px) {
  .link-text a.mar-top {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.link-text a:hover {
  color: #FFDC00;
  text-decoration: underline;
}

a.link-txt {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
  color: #ffdc00;
  text-transform: capitalize;
  display: inline-block;
}
a.link-txt.mar-top {
  margin-top: 39px;
  display: inline-block;
}
@media (max-width: 992px) {
  a.link-txt.mar-top {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
a.link-txt:hover {
  color: #FFDC00;
  text-decoration: underline;
}

p.custom-text2 {
  font-size: 2rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  margin: 10px auto;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

table .show-desktop {
  display: table-cell;
}
@media (max-width: 767px) {
  table .show-desktop {
    display: none;
  }
}
table .show-mobile {
  display: none;
}
@media (max-width: 767px) {
  table .show-mobile {
    display: table-cell;
    word-break: break-all;
  }
}
table .show-mobile.credit div, table .show-mobile.debit div {
  white-space: nowrap;
}

textarea {
  resize: none;
  text-align: justify;
  white-space: pre-line;
  -moz-text-align-last: left;
  text-align-last: left;
}

* {
  font-family: "Raleway", sans-serif;
}

.login-container {
  height: 100vh; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* //.promo-container */
}
@media (max-width: 992px) {
  .login-container {
    height: 100vh;
    min-height: 110vh;
  }
}
.login-container .promo-container, .login-container .instruction-container {
  display: none;
  /* //.loginpromovid */
}
@media (min-width: 992px) {
  .login-container .promo-container, .login-container .instruction-container { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
    background: #2f2f2f;
    background-position: center center;
    position: relative;
    z-index: 999;
    /* //.virtual-box */
  }
  .login-container .promo-container:before, .login-container .instruction-container:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url("../assets/images/background/login-bg.png") no-repeat;
    opacity: 0.7;
    background-size: 110%;
    background-position: center center;
  }
  .login-container .promo-container .virtual-box, .login-container .instruction-container .virtual-box {
    position: absolute;
    left: 7%;
    top: 35%;
    background: #404040;
    margin: auto;
    padding: 0;
    margin-top: -150px;
    width: 86%;
    height: 300px;
    display: none;
  }
  .login-container .promo-container .virtual-box h3, .login-container .instruction-container .virtual-box h3 {
    color: #ffffff;
    font-size: 18px;
  }
  .login-container .promo-container #inter, .login-container .instruction-container #inter {
    position: relative;
    padding: 10px 10px 5px 10px;
  }
}
.login-container .promo-container .loginpromovid, .login-container .instruction-container .loginpromovid {
  position: absolute;
  width: 1000px;
  margin-left: -500px;
  left: 50%;
  top: 50%;
  height: 600px;
  margin-top: -300px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0; /* Safari 4+ */ /* Fx 5+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: fadeIn 0.6s linear forwards 0.6s; /* IE 10+, Fx 29+ */
}
.login-container .promo-container .info-box, .login-container .instruction-container .info-box {
  width: 86%;
  position: absolute;
  top: 35%;
  margin: 0 auto;
  left: 7%;
  padding: 10px 80px 10px 20px;
  border-radius: 4px;
}
.login-container .promo-container .info-box ~ .info-box, .login-container .instruction-container .info-box ~ .info-box {
  top: 77%;
}
.login-container .promo-container .info-box h6, .login-container .instruction-container .info-box h6 {
  text-transform: uppercase;
  font-weight: 600;
  color: #4d4d4d;
}
.login-container .promo-container .info-box h1, .login-container .instruction-container .info-box h1 {
  text-transform: none;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 3.8rem;
  color: white;
  margin-bottom: 20px;
  text-align: center;
}
.login-container .promo-container .info-box ol, .login-container .instruction-container .info-box ol {
  padding: 0px 10px;
  margin: 0;
}
.login-container .promo-container .info-box ol li, .login-container .instruction-container .info-box ol li {
  list-style-type: decimal;
  font-size: 11px;
  margin-top: 3px;
  color: #ffffff;
}
.login-container .promo-container .info-box p, .login-container .instruction-container .info-box p {
  font-size: 11px;
  margin-top: 3px;
  color: #4d4d4d;
}
@media (max-width: 1024px) {
  .login-container .promo-container .info-box, .login-container .instruction-container .info-box {
    top: 55%;
  }
  .login-container .promo-container .info-box ~ .info-box, .login-container .instruction-container .info-box ~ .info-box {
    top: 74%;
  }
}
.login-container .promo-container1 {
  display: none;
}
@media (min-width: 992px) {
  .login-container .promo-container1 { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
  }
}
.login-container .instruction-container {
  background-color: rgba(0, 0, 0, 0.06);
  color: gray;
  /* //.instruction-box */
}
.login-container .instruction-container .instruction-box {
  margin: auto;
  width: 90%;
  max-width: 400px;
  /* //h5 */
  /* //ul */
}
.login-container .instruction-container .instruction-box ul {
  margin: 0;
  padding: 0 0 0 25px;
}
[theme=dark] .login-container .instruction-container .instruction-box {
  background-color: rgba(0, 0, 0, 0.96);
  color: gray;
}
.login-container .loginform-container {
  flex: 1 1 50%; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  /* //&>img */
  /* //.lf-header */
  /* //.hdl-language */
  /* //.lf-form */
  /* //.lf-footer */
}
@media (max-width: 767px) {
  .login-container .loginform-container {
    overflow: auto;
  }
}
.login-container .loginform-container > img {
  zoom: 1;
  filter: alpha(opacity=8);
  opacity: 0.08;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000px;
  height: 600px;
  margin-top: -300px;
  margin-left: -500px;
  display: none;
  z-index: 0;
}
@media (min-width: 992px) {
  .login-container .loginform-container {
    position: relative;
    overflow: hidden;
  }
  .login-container .loginform-container img {
    display: block;
  }
}
.login-container .loginform-container .lf-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0; /* Safari 4+ */ /* Fx 5+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: fadeIn 0.6s linear forwards 0.3s; /* IE 10+, Fx 29+ */
  /* //.afsbranding */
}
[theme=dark] .login-container .loginform-container .lf-header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.login-container .loginform-container .lf-header .afsbranding {
  display: inline-block;
  /* //img */
}
.login-container .loginform-container .lf-header .afsbranding img {
  width: 48px;
  height: 48px;
}
.login-container .loginform-container .hdl-language {
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.2s ease-in;
  max-height: 0;
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  /* //.hdl-langlist */
  /* //&.dlh-lang-showing */
}
@media (min-width: 992px) {
  .login-container .loginform-container .hdl-language {
    display: none;
  }
}
[theme=dark] .login-container .loginform-container .hdl-language {
  background-color: #333333;
}
.login-container .loginform-container .hdl-language .hdl-langlist { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-around;
  padding: 10px 10px;
  transition: all 0.2s ease-in;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.login-container .loginform-container .hdl-language .hdl-langlist > a {
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding: 5px;
  border: 2px solid rgba(255, 255, 255, 0);
  /* //&::before */
  /* //&:hover */
  /* //&.lang-selected */
}
.login-container .loginform-container .hdl-language .hdl-langlist > a::before {
  content: "";
  display: block;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 117, 176, 0.5);
  transform: scale(0);
  transition-property: transform, opacity;
}
.login-container .loginform-container .hdl-language .hdl-langlist > a:hover {
  text-decoration: none;
  /* //&::before */
}
.login-container .loginform-container .hdl-language .hdl-langlist > a:hover::before {
  transform: scale(1);
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.login-container .loginform-container .hdl-language .hdl-langlist > a.lang-selected {
  background-color: #0075b0;
  border-color: rgba(255, 255, 255, 0.2);
}
.login-container .loginform-container .hdl-language.dlh-lang-showing {
  max-height: 100px;
  visibility: visible;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  /* //div.hdl-langlist */
}
.login-container .loginform-container .hdl-language.dlh-lang-showing div.hdl-langlist {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.login-container .loginform-container .lf-form {
  margin: auto;
  padding: 0; /* Safari 4+ */ /* Fx 5+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: slideIn 0.4s linear forwards 0.5s; /* IE 10+, Fx 29+ */
  /* //.company-branding */
  /* //.login-form */
}
@media (max-width: 640px) {
  .login-container .loginform-container .lf-form {
    margin: 20px auto;
  }
}
@media (min-width: 576px) {
  .login-container .loginform-container .lf-form {
    padding: 15px 0;
  }
}
.login-container .loginform-container .lf-form .company-branding {
  text-align: center;
  padding: 0 0 15px;
  /* //img */
}
.login-container .loginform-container .lf-form .company-branding img {
  /*width: 84px;
  height: 32px;*/
  width: 100px;
  height: 38px;
  display: block;
  margin: 0 auto;
}
.login-container .loginform-container .lf-form .login-form {
  width: 300px;
  /* //h5 */
  /* //.stepindicator */
  /* //.form-footer */
  /* //.form-footer-second */
}
.login-container .loginform-container .lf-form .login-form h2 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.8rem;
  margin: 6px 0px;
  z-index: 1;
  display: block;
}
.login-container .loginform-container .lf-form .login-form h6 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2rem;
  margin: 6px 0px;
  z-index: 1;
  display: block;
}
.login-container .loginform-container .lf-form .login-form h6 a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2rem;
  color: #4f46e5;
}
.login-container .loginform-container .lf-form .login-form h6 a:hover {
  text-decoration: underline;
}
@media (min-width: 576px) {
  .login-container .loginform-container .lf-form .login-form {
    width: 400px;
  }
}
.login-container .loginform-container .lf-form .login-form h5 {
  text-align: center;
}
.login-container .loginform-container .lf-form .login-form .stepindicator {
  display: block;
  text-align: right;
  font-size: 0.8rem;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  /* //em */
}
.login-container .loginform-container .lf-form .login-form .stepindicator em {
  font-size: 120%;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  padding-left: 3px;
  letter-spacing: 2px;
}
.login-container .loginform-container .lf-form .login-form .form-footer {
  padding: 10px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .login-container .loginform-container .lf-form .login-form .form-footer {
    text-align: right;
  }
}
.login-container .loginform-container .lf-form .login-form .form-footer-second {
  padding: 50px 0 0;
  text-align: center;
  /* //>span */
}
.login-container .loginform-container .lf-form .login-form .form-footer-second > span {
  font-size: 0.8rem;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .login-container .loginform-container .lf-form .login-form .form-footer-second {
    padding: 100px 0 0;
  }
}
.login-container .loginform-container .lf-form .login-form .ux-input {
  padding: 10px 0 5px 0;
}
.login-container .loginform-container .lf-form .login-form .ux-input .item1 {
  padding: 0;
}
.login-container .loginform-container .lf-form .forgot-text {
  width: 650px;
  text-align: center;
}
@media (max-width: 600px) {
  .login-container .loginform-container .lf-form .forgot-text {
    width: 100%;
  }
}
.login-container .loginform-container .lf-form .forgot-text p {
  margin-top: 25px;
}
.login-container .loginform-container .lf-form .forgot-text p a {
  text-decoration: underline;
}
@media (max-height: 500px) {
  .login-container .loginform-container .lf-form {
    margin: 10% auto;
  }
}
.login-container .loginform-container .lf-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.07); /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-size: 0.6rem;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0; /* Safari 4+ */ /* Fx 5+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: fadeIn 0.4s linear forwards 1s; /* IE 10+, Fx 29+ */
  /* //.lf-links */
  /* //.lf-copyrights */
  /* //.lf-poweredby */
}
[theme=dark] .login-container .loginform-container .lf-footer {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.login-container .loginform-container .lf-footer .lf-links {
  display: none;
  /* //.lf-lst-links */
}
@media (min-width: 992px) {
  .login-container .loginform-container .lf-footer .lf-links {
    display: block;
  }
}
.login-container .loginform-container .lf-footer .lf-links .lf-lst-links {
  margin: 0;
  padding: 0;
  /* //li */
}
.login-container .loginform-container .lf-footer .lf-links .lf-lst-links li {
  display: block;
  float: left;
  border-right: 1px solid #e6e6e6;
  padding: 0 5px;
  /* //a */
  /* //&:last-child */
}
[theme=dark] .login-container .loginform-container .lf-footer .lf-links .lf-lst-links li {
  border-right-color: rgba(255, 255, 255, 0.1);
}
.login-container .loginform-container .lf-footer .lf-links .lf-lst-links li a {
  font-size: 0.6rem;
}
.login-container .loginform-container .lf-footer .lf-links .lf-lst-links li:last-child {
  border-right: none;
}
.login-container .loginform-container .lf-footer .lf-copyrights {
  width: 100%;
  display: block;
  /* //.copyrights */
}
@media (min-width: 992px) {
  .login-container .loginform-container .lf-footer .lf-copyrights {
    display: block;
    width: auto;
  }
}
.login-container .loginform-container .lf-footer .lf-copyrights .copyrights {
  font-size: 0.6rem;
  margin: 0;
  padding: 0;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.login-container .loginform-container .lf-footer .lf-poweredby {
  display: none;
  /* //em */
  /* //img */
}
@media (min-width: 992px) {
  .login-container .loginform-container .lf-footer .lf-poweredby {
    display: block;
  }
}
.login-container .loginform-container .lf-footer .lf-poweredby em {
  font-size: 0.6rem;
  font-style: normal;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: inline-block;
  padding-right: 3px;
}
.login-container .loginform-container .lf-footer .lf-poweredby img {
  height: 16px;
  display: inline-block;
}
.login-container .loginform-container .link-footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
}
.login-container .loginform-container .link-footer .copyrights a {
  font-size: 12px;
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .login-container .loginform-container .link-footer .copyrights a {
    font-size: 10px;
    padding: 0 4px;
  }
}
.login-container .loginform-container .link-footer .copyrights a:hover {
  color: #0075b0;
  transition: all 0.4s ease;
}
@media (max-width: 992px) {
  .login-container .loginform-container .link-footer {
    bottom: 45px;
  }
}
.login-container .loginform-container .logo-info {
  margin: 20px 0;
  text-align: left;
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.8s ease;
}
.login-container .loginform-container .logo-info img {
  width: 100%;
  max-width: 110px;
  height: auto;
  text-align: left;
}
.login-container .loginform-container .ux-input1 label {
  color: #000000;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.login-container .loginform-container .ux-input1 input[type=text], .login-container .loginform-container .ux-input1 input[type=password], .login-container .loginform-container .ux-input1 input[type=number], .login-container .loginform-container .ux-input1 input[type=tel], .login-container .loginform-container .ux-input1 input[type=date], .login-container .loginform-container .ux-input1 input[type=time], .login-container .loginform-container .ux-input1 input[type=email] {
  box-shadow: none;
  margin-bottom: 5px;
  color: #000000;
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 0 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  height: 39px;
}
.login-container .loginform-container .ux-input1 input[type=text]:focus, .login-container .loginform-container .ux-input1 input[type=password]:focus, .login-container .loginform-container .ux-input1 input[type=number]:focus, .login-container .loginform-container .ux-input1 input[type=tel]:focus, .login-container .loginform-container .ux-input1 input[type=date]:focus, .login-container .loginform-container .ux-input1 input[type=time]:focus, .login-container .loginform-container .ux-input1 input[type=email]:focus {
  border: 1px solid #0075b0;
}
.login-container .loginform-container .social-icon {
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  min-width: 64px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  line-height: 1;
  padding: 0 16px;
  border-radius: 4px;
  overflow: visible;
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225/var(--tw-border-opacity)) !important;
}

header {
  /* background-color: #007DC4;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  width: 100%; */
  position: relative;
  z-index: 9;
  text-align: center;
}
header .header-sec .logo {
  max-width: 200px;
  width: 200px;
}

.avatar-main {
  background: url(../assets/images/background/Avtarbg.jpg);
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1800px) {
  .avatar-main {
    background-repeat: no-repeat;
  }
}

.main-area, .logo {
  position: relative;
  z-index: 9;
}

.avt-main-img {
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgb(2, 0, 36) 0%, rgb(31, 38, 48) 76%, rgb(29, 34, 41) 82%, rgb(21, 20, 25) 100%);
}
@media (max-width: 767px) {
  .avt-main-img {
    height: 300px;
  }
}

.avt-thumb {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #2a304d;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .avt-thumb {
    width: 100px;
  }
}

.img-t {
  background: transparent;
  border: none;
  width: 140px;
  xdisplay: block;
  margin: 0 auto 12px;
}
@media (max-width: 767px) {
  .img-t {
    width: 75px;
  }
}

.heading {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  margin: 0 0 10px 0;
  color: #fff;
  text-align: center;
  font-family: "Coiny-Regular";
}
@media (max-width: 767px) {
  .heading {
    font-size: 13px;
  }
}

.main-area {
  margin: 10px 0;
  /* Firefox */
  /* WebKit */
  /* Opera */
  height: -o-calc(100vh - 130px);
  /* Standard */
  height: calc(100vh - 130px);
}
@media (min-width: 1400px) {
  .main-area {
    max-width: 1300px;
    margin: auto;
  }
}

.active {
  border: 3px solid #329AD6;
}

.btn_ {
  background: linear-gradient(80.06deg, #FFDC00 0%, #FFDC00 100%);
  background: linear-gradient(80.06deg, #329AD6 0%, #66CD00 100%);
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  letter-spacing: 1px;
  margin: 15px auto 40px;
  padding: 1px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 200px;
  z-index: 2;
  text-decoration: none !important;
}

.btn_:hover {
  color: #fff;
  background: linear-gradient(80.06deg, #329AD6 0%, #66CD00 100%);
  transition: 0.5s;
}

.btn_ span:hover {
  background: linear-gradient(80.06deg, #329AD6 0%, #66CD00 100%);
  transition: 0.5s;
  border: #329AD6;
  color: #000;
  text-decoration: none !important;
}

.btn_ span {
  align-items: center;
  background: rgba(23, 24, 29, 0.51);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 5px;
  font-size: 12px;
  font-family: "Baloo 2", cursive;
}
@media (max-width: 767px) {
  .btn_ span {
    font-size: 10px;
  }
}

.btn:hover span {
  background: transparent;
}

@media (max-width: 767px) {
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
}
.m-btn {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  margin: 20px;
}

.right-sec-grad {
  background: rgb(31, 38, 48);
  background: linear-gradient(103deg, rgba(31, 38, 48, 0.3085609244) 0%, rgb(29, 34, 41) 100%, rgb(21, 20, 25) 100%);
}

.login-sec .main {
  background: url(./../../bharatmeta/images/background/LoginBG.png) no-repeat;
  height: unset;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 9;
}
.login-sec .main-sec {
  position: relative;
  padding-bottom: 2rem;
}
.login-sec .main-sec .content-area {
  padding: 1rem 0;
}
.login-sec .main-sec .logo {
  width: 200px;
  margin: 10px 40px;
  position: relative;
  z-index: 9;
  max-width: 200px;
}
.login-sec .main-sec .heading {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-family: "Raleway", sans-serif;
}
.login-sec .main-sec header {
  background: unset;
  position: unset;
}
.login-sec .main-sec .main {
  height: 100vh;
  overflow-y: scroll;
}
.login-sec .main-sec .form-sec {
  background: linear-gradient(180deg,rgba(83, 6, 89, 1) 44%, rgba(255, 255, 255, 0) 100%);
  border: 3px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  /* Note: backdrop-filter has minimal browser support */
  position: relative;
    /* left: 25%; */
  z-index: 99;
  border-radius: 12px;
  width: 350px;
  margin: 1rem auto 1rem;
  padding: 5px 25px 5px 25px;
  height: 590px;
}
@media (max-width: 767px) {
  .login-sec .main-sec .form-sec {
    width: 300px;
    padding: 15px;
  }
}
.login-sec .main-sec .form-sec h2 {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
  text-transform: unset !important;
}
.login-sec .logo-absolute-right {
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 5rem;
  width: 150px;
}
@media (min-width: 1400px) {
  .login-sec .logo-absolute-right {
    left: 20%;
  }
}
@media (max-width: 1024px) {
  .login-sec .logo-absolute-right {
    left: 2rem;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .login-sec .logo-absolute-right {
    display: none;
  }
}
.login-sec .overlay {
  opacity: 0;
}

.footer-logo {
  margin: 0 5px;
  max-width: 50px;
  width: 50px;
}

.charts-samples {
  position: relative;
  margin: 30px 0px;
}
.charts-samples .chart-heading {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 40%;
  text-align: center;
  /* em */
  /* h3 */
}
@media (min-width: 992px) and (max-width: 1200px) {
  .charts-samples .chart-heading {
    top: 30%;
  }
}
@media (max-width: 767px) {
  .charts-samples .chart-heading {
    position: static;
  }
}
.charts-samples .chart-heading em {
  /*font-weight: 100;*/
  font-style: normal;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.5);
}
.charts-samples .chart-heading h3 {
  font-size: 1.3rem;
  line-height: 1.1rem;
  margin: 3px 0;
  font-weight: 700;
  /*font-weight: 500;*/
  color: rgba(0, 0, 0, 0.45);
  margin: 0px;
  padding: 0px;
  /* span */
}
.charts-samples .chart-heading h3 svg {
  width: 20px;
  height: 23px;
  fill: rgba(0, 0, 0, 0.5);
}
.charts-samples .chart-heading h3 img {
  width: 13px;
  height: 13px;
  margin-top: -3px;
  position: relative;
}
.charts-samples .chart-heading h3 span {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 0 3px;
}

.breadcrumb {
  padding: 0.5rem 0.8rem;
  margin: 0;
  background-color: #eef2ff;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.06) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px -1px;
  border-radius: 0;
}
.breadcrumb .lst-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb .lst-breadcrumb li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0.2rem 0.3rem;
  padding-right: 1rem;
  font-weight: 500;
  font-size: 0.8rem;
  /* //&::after */
  /* //a */
}
@media (max-width: 767px) {
  .breadcrumb .lst-breadcrumb li {
    padding: 0.2rem 0.3rem;
    padding-left: 1.5rem;
  }
}
.breadcrumb .lst-breadcrumb li::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid rgba(0, 0, 0, 0.5); /* #777 */
  border-bottom: 0;
  border-left: 0;
  margin-left: 0px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  transform: rotate(45deg);
}
.breadcrumb .lst-breadcrumb li a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 12px;
  color: #707273;
  text-decoration: none;
  /* //a */
}
.breadcrumb .lst-breadcrumb li a:hover {
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  .breadcrumb .lst-breadcrumb li:nth-child(1) {
    display: none;
  }
}
@media (max-width: 767px) {
  .breadcrumb .lst-breadcrumb li:nth-child(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  .breadcrumb .lst-breadcrumb li:nth-child(3) {
    display: none;
  }
}
.breadcrumb .lst-breadcrumb li:last-child {
  color: #0075b0;
  font-size: 12px;
  font-weight: 500;
  padding-left: 0.2rem;
  text-transform: capitalize;
}
.breadcrumb .lst-breadcrumb li:last-child::after {
  content: none;
}
@media (max-width: 767px) {
  .breadcrumb .lst-breadcrumb li:last-child {
    display: inline-block;
  }
}
.breadcrumb .lst-breadcrumb li:last-child a {
  color: #FFDC00;
  pointer-events: none;
}
.breadcrumb .right-logo {
  position: absolute;
  content: "";
  width: 60px;
  height: 25px;
  right: 15px;
  top: 3px;
}
.breadcrumb .right-logo img {
  width: 100%;
  max-width: 60px;
  height: auto;
  margin: 0;
}
@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.toast-messages {
  /* //.msg-toast */
}
.toast-messages .msg-toast {
  position: fixed;
  background: #333;
  color: #ffffff;
  /*top: 100px;*/
  top: 150px;
  left: 50%;
  max-width: 600px;
  margin-left: -150px;
  z-index: 1060;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate(0, -20%);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  /* //em */
  /* //&.msg-info */
  /* //&.msg-success */
  /* //&.msg-error */
  /* //&.msg-warning */
  /* //&.msg-close */
  /* //&.msg-showing */
}
.toast-messages .msg-toast:before {
  content: "";
  width: 16px;
  height: 16px;
  top: 12px;
  left: 10px;
  position: absolute;
}
.toast-messages .msg-toast em {
  padding: 10px 10px 10px 25px;
  display: block;
  font-weight: normal;
  font-size: 15px;
}
.toast-messages .msg-toast.msg-info {
  /*color: darken($danger-color, 20%);*/
  background: #e3f2fd;
  border: 1px solid rgba(255, 220, 0, 0.39);
  color: #ffdc00;
}
.toast-messages .msg-toast.msg-info:before {
  content: "";
  background: url("../assets/images/icons/toast-info.png") no-repeat center;
  background-size: 16px;
}
.toast-messages .msg-toast.msg-success {
  /*color: darken($danger-color, 20%);*/
  background: #ebf5eb;
  border: 1px solid rgba(34, 197, 94, 0.39);
  color: #22c55e;
}
.toast-messages .msg-toast.msg-success:before {
  content: "";
  background: url("../assets/images/icons/toast-success.png") no-repeat center;
  background-size: 16px;
}
.toast-messages .msg-toast.msg-error {
  /*color: darken($danger-color, 20%);*/
  background: #ffebeb;
  border: 1px solid rgba(239, 68, 68, 0.39);
  color: #ef4444;
}
.toast-messages .msg-toast.msg-error:before {
  content: "";
  background: url("../assets/images/icons/toast-error.png") no-repeat center;
  background-size: 16px;
}
.toast-messages .msg-toast.msg-warning {
  /*color: darken($danger-color, 20%);*/
  background: #fff8eb;
  border: 1px solid rgba(0, 180, 240, 0.39);
  color: #00b4f0;
}
.toast-messages .msg-toast.msg-warning:before {
  content: "";
  background: url("../assets/images/icons/toast-warning.png") no-repeat center;
  background-size: 16px;
}
.toast-messages .msg-toast.msg-close {
  padding-right: 30px;
  cursor: pointer;
  /*zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;*/
}
.toast-messages .msg-toast.msg-close:before, .toast-messages .msg-toast.msg-close:after {
  position: absolute;
  left: 20px;
  content: " ";
  height: 15px;
  width: 2px;
  top: 12px;
  background-color: rgba(0, 117, 176, 0.8);
}
.toast-messages .msg-toast.msg-close:before {
  transform: rotate(45deg);
}
.toast-messages .msg-toast.msg-close:after {
  transform: rotate(-45deg);
}
.toast-messages .msg-toast.msg-showing {
  transform: translate(0, 0);
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.featured-owl .owl-dots {
  display: block;
  position: absolute;
  width: 100%;
  top: 100px;
}
.featured-owl .owl-carousel .owl-item img {
  padding: 15px;
  height: auto;
  margin: 0 0 20px;
}
.featured-owl.ux-small-scroll {
  overflow: visible;
}
.featured-owl .owl-nav {
  position: absolute;
  right: 10px;
  /* //button.owl-prev */
}
.featured-owl .owl-nav .owl-prev,
.featured-owl .owl-nav .owl-next {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 0px;
  border-radius: 50%;
  float: left;
  background: #ffffff;
  /*@include box-shadow;*/
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  margin-right: 10px;
  outline: none;
  /* //&.disabled */
}
.featured-owl .owl-nav .owl-prev span,
.featured-owl .owl-nav .owl-next span {
  display: none;
}
.featured-owl .owl-nav .owl-prev.disabled,
.featured-owl .owl-nav .owl-next.disabled {
  cursor: default;
  background-color: #bfbfbf;
}
.featured-owl .owl-nav .owl-prev {
  background: #ffffff url("../assets/images/icons/left-arrow-r.png") no-repeat center;
  background-size: 16px 16px;
  /* //&.disabled */
}
.featured-owl .owl-nav .owl-prev.disabled {
  background: #ffffff url("../assets/images/icons/oic-prev-disabled.png") no-repeat center;
  background-size: 16px 16px;
}
.featured-owl .owl-nav .owl-next {
  margin-right: 0;
  background: #ffffff url("../assets/images/icons/right-arrow-r.png") no-repeat center;
  background-size: 16px 16px;
  /* //&.disabled */
}
.featured-owl .owl-nav .owl-next.disabled {
  background: #ffffff url("../assets/images/icons/oic-next-disabled.png") no-repeat center;
  background-size: 16px 16px;
}

.ux-input.ux-disabled.no-label .calendar-ic.cal-top {
  top: 50%;
  margin-top: -10px;
  /*right: 16px;*/
}

.panel-footer {
  padding: 15px;
  border-top: 1px solid #EFEFEF;
}

.panel-footer .ux-button {
  text-decoration: none;
  width: 100px;
  font-size: 0.7rem;
}

.panel-footer.detstat-action {
  padding: 10px 15px;
}

.panel-footer.detstat-action .ux-button {
  text-decoration: none;
  width: 160px;
  font-size: 1rem;
}

.custom-drop-sec {
  height: 100vh;
  border-radius: unset;
  border-right: 1px solid #eee;
}
.custom-drop-sec ul .btn {
  padding: 3px 0;
  xdisplay: flex;
  align-items: center;
}
.custom-drop-sec ul .btn em:before {
  cursor: pointer;
  content: "";
}
.custom-drop-sec ul .btn:focus {
  box-shadow: none;
}
.custom-drop-sec ul .card-body {
  border: none;
  padding: 0;
}
.custom-drop-sec ul .card-body ul {
  margin-left: 30px;
}
.custom-drop-sec ul .card-body ul li {
  margin: 0;
  text-align: left;
}
.custom-drop-sec ul .card-body ul li a {
  font-size: 12px;
}
.custom-drop-sec ul .card-body ul li a span {
  float: right;
  margin: 0 10px 0 0;
  background: url(../assets/images/svg/dots_.svg);
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-position: center;
}

.common-url {
  display: flex;
}
.common-url select {
  width: 20%;
  padding: 0 0 0 10px;
  border-radius: 6px 0 0 6px;
  margin: 0;
}
.common-url input {
  width: 70% !important;
  border-radius: 0 6px 6px 0 !important;
  margin: 0 10px 0 0 !important;
}

.select2-drop.dropdown {
  position: relative;
  font-size: 14px;
  color: #333;
  height: 30px;
}
.select2-drop.dropdown .dropdown-list {
  padding: 12px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 2px;
  right: 2px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  max-height: 66vh;
  overflow-y: scroll;
  z-index: 9;
}
.select2-drop.dropdown .dropdown-option {
  display: block;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.select2-drop.dropdown .dropdown-label {
  display: block;
  height: 30px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 12px;
  font-size: 12px !important;
  background-position: bottom 8px right 6px !important;
  background: url(../assets/images/icons/arrow-down-r.png) no-repeat center right !important;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: none;
  margin-bottom: 5px;
  color: black;
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 5px 30px 5px 5px;
  width: 100%;
}
.select2-drop.dropdown.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
}
.select2-drop.dropdown.on .dropdown-list span {
  margin: 5px 0;
  display: block;
}
.select2-drop.dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
  padding: 0;
}
.select2-drop.dropdown [type=checkbox] {
  position: relative;
  top: -1px;
  margin-right: 4px;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.88);
  color: #fff;
  font-size: 12px;
  padding: 0.5rem 3rem;
}
footer img {
  width: 30px;
}
@media (max-width: 767px) {
  footer img {
    width: 25px;
  }
}
footer p {
  color: #cfcfcf;
  font-size: 10px;
  margin: 0;
}
@media (max-width: 767px) {
  footer p {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 10px;
  }
}

.cust-height {
  /* height: 33rem; */
}

.heading {
  font-family: "Raleway", sans-serif !important;
  text-transform: unset !important;
  font-size: 18px !important;
}

.content-area {
  padding: 0.5rem 0 !important;
}

.main {
  position: relative;
  top:-21px;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  background-color: #ffffff;
  padding-top: constant(safe-area-inset-top); /* iOS 11.0 */
}
.main.bg-none {
  background: none;
}
.main.main-bg {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  z-index: 0;
}
.main .right-main-column {
  position: relative;
  height: 100vh;
  transition: 0.3s;
  overflow: auto;
  transition: all 0.3s ease;
  z-index: 0;
  background: #f1f5f9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main .right-main-column {
    margin-left: 0;
  }
}
.main .right-main-column.bg-transparent {
  background: none;
}
.main .right-main-column.bg1 {
  background: #efefef;
  background-size: initial;
  position: relative;
  transition: 0.2s;
  z-index: 0;
}
@media (max-width: 991px) {
  .main .right-main-column.bg1 {
    background-size: initial;
  }
}
.main .right-main-column .right-col-container {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 63px 0px 69px;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .main .right-main-column .right-col-container {
    padding: 66px 0px 69px;
    -webkit-padding: 66px 0px 69px;
    -ms-padding: 66px 0px 69px;
    -moz-padding: 66px 0px 69px;
  }
}
@media screen and (max-width: 767px) {
  .main .right-main-column .right-col-container {
    padding: 61px 0px 69px;
    -webkit-padding: 61px 0px 69px;
    -ms-padding: 61px 0px 69px;
    -moz-padding: 61px 0px 69px;
  }
}
.main .right-main-column .right-col-container.pad-b {
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .main .right-main-column .right-col-container.pad-b {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .main .right-main-column .right-col-container.pad-b2 {
    padding-bottom: 45px;
  }
}
.main .right-main-column .right-col-container.cust-pb {
  padding-bottom: 96px;
}
.main .right-main-column .right-col-container.cust-pb2 {
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .main .right-main-column .right-col-container.cust-pb2 {
    padding-bottom: 110px;
  }
}
.main .right-main-column .right-col-container.cust-padb {
  padding-bottom: 280px;
}
@media (max-width: 767px) {
  .main .right-main-column .right-col-container.pad-b1 {
    padding-bottom: 71px;
  }
}
@media (max-height: 600px) {
  .main .right-main-column .right-col-container.pad-b1 {
    padding-bottom: 75px;
  }
}
.main .right-main-column .right-col-container.pad-tb {
  padding-bottom: 0px;
  padding-top: 0;
}
.main .right-main-column .right-col-container.pad-t {
  padding-top: 0;
}
.main .footer-container {
  /*position: fixed;
  bottom: 0;
  left: 0;
  right: 0;*/
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0);
  text-align: center;
  z-index: 99;
}
@media (min-width: 1024px) {
  .main .footer-container {
    position: absolute;
    bottom: 0;
    background-color: #ffffff;
  }
  .main .footer-container.sticky-actions {
    position: absolute;
    background-color: transparent;
    box-shadow: none;
  }
}
@media (max-width: 1024px) {
  .main .footer-container {
    background-color: #ffffff;
    position: absolute;
    bottom: 0px;
  }
}
.main .footer-container.box-shadow {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}
.main .footer-container.bg-transparent {
  background-color: transparent !important;
  box-shadow: none !important;
}
.main .footer-container.login-footer {
  border-top: 1px solid #ccc;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.main .footer-container.login-footer a img {
  width: 30px;
}
.main .footer-container .footer-inactions {
  padding: 10px 0px 10px 0;
  margin-left: 0;
}
@media (min-width: 992px) {
  .main .footer-container .footer-inactions {
    margin-left: 280px;
  }
}
.main .footer-container .footer-inactions .company-logo {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}
.main .footer-container .footer-inactions .company-logo img {
  margin: 0px auto;
  text-align: center;
  width: 100%;
  max-width: 105px;
  height: auto;
  opacity: 0.1;
}
.main .footer-container .footer-inactions .powered-logo {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}
.main .footer-container .footer-inactions .powered-logo img {
  margin: 0px auto;
  text-align: center;
  width: 100%;
  height: 25px;
}
.main .footer-container .footer-inactions .bottom-content {
  position: relative;
  padding: 20px 20px;
  text-align: center;
}
.main .footer-container .footer-inactions .bottom-content p {
  text-align: center;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.85);
}
.main .footer-container .footer-inactions em {
  text-align: center;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.4);
}
.main .footer-container .footer-inactions a {
  text-align: center;
  color: #000000;
  text-decoration: none;
}
.main .footer-container .footer-inactions a img {
  width: 30px;
}
.main .footer-container .footer-inactions a em {
  display: block;
  font-size: 11px;
  /*margin-top: 5px;*/
}
.main .footer-container .footer-inactions .foot-btn {
  max-width: 300px;
}
.main .footer-container.sticky-actions {
  position: absolute;
  bottom: 0;
  /*left: 0;
  right: 0;*/
  /*background-color: rgba($white, .93);
  @include box-shadow(0 -1px 5px rgba(0, 0, 0, 0.2));*/
}
.main .sticky-actions-spacer {
  width: 100%;
  display: block;
}
.main .top-head-spacer {
  margin-top: 45px;
}

/* main end here */
.desk-header-space {
  height: 20px;
  width: 100%;
  display: block;
}

.btn-notification-bell {
  position: relative;
}
.btn-notification-bell span {
  position: absolute;
  right: 0;
  top: -3px;
  background: rgba(255, 255, 255, 0.96);
  color: rgba(0, 0, 0, 0.9);
  border: 1px solid #FFDC00;
  /*@include box-shadow(0 0 8px rgba($black, 0.4));*/
  font-size: 0.7em;
  font-weight: bold;
  /*border: 1px solid rgba($white, 0.9);*/
  /*@include border-radius(18px);*/
  border-radius: 50%;
  display: block;
  margin: 0;
  padding: 2px 5px 1px;
}

.btn-notification-bell2 {
  position: relative;
}
.btn-notification-bell2 span.red-dot {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  background-color: #c51523;
  top: 9px;
  right: 7px;
}

.profile-bg1 {
  height: auto;
  position: relative;
  padding: 9px 0px 5px 0px;
  display: block;
  text-align: center;
  /*myprofile*/
  /*pro-update*/
}


#unity-container {
  position: absolute;
  height:100%;
  width:100%;
  }
  
  #unity-container.unity-desktop {
  width: 100%;
  height: 100%
  }
  
  #unity-container.unity-mobile {
  width: 100%;
  height: 100%
  }
  
  #unity-canvas {
  position: absolute;
  top: -7.5%;
  height:101vh;
  width:100%;
  background: #FFFFFF
  }
  
  .unity-mobile #unity-canvas {
  width: 100%;
  height: 100%
  }
  
  #unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none
  }
  
   /* #unity-logo {
   width: 154px;
   height: 130px;
   background: url('assets/js/TemplateData/unity-logo-dark.png') no-repeat center
   } */
  
  #unity-progress-bar-empty {
    width: 141px;
    height: 18px;
    background: url(../images/unityloader/progress-bar-empty-light.png) no-repeat center;
    margin: auto;
  }
  
  #unity-progress-bar-full {
  width: 0%;
  height: 18px;
  margin-top: 10px;
  background: url(../images/unityloader/progress-bar-full-dark.png) no-repeat center
  }
  
  #unity-footer {
  position: relative
  }
  
  .unity-mobile #unity-footer {
  display: none
  }
  
  /* #unity-webgl-logo {
  float: left;
  width: 204px;
  height: 38px;
  background: url('assets/js/TemplateData/webgl-logo.png') no-repeat center
  } */
  
  #unity-build-title {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  font-family: arial;
  font-size: 18px
  }
  
   /* #unity-fullscreen-button {
   float: right;
   width: 38px;
   height: 38px;
   background: url('assets/js/TemplateData/fullscreen-button.png') no-repeat center
   } */
  
  #unity-mobile-warning {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
  background: white;
  padding: 10px;
  display: none
  }

.profile-bg1.pad-custom {
  padding: 4px 0px 0px 0px;
}
@media (min-width: 767px) {
  .profile-bg1 {
    padding: 30px 0px 5px 0px;
  }
}
@media (max-width: 340px) {
  .profile-bg1 {
    padding: 9px 0px 5px 0px;
  }
}
.profile-bg1 .myprofile {
  position: relative;
  margin: 0 auto;
}
.profile-bg1 .myprofile a.add-btn {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 0;
  right: -8px;
}
.profile-bg1 .myprofile a.add-btn img {
  width: 18px;
  height: 18px;
}
.profile-bg1 .myprofile a.add-btn img:hover {
  opacity: 0.8;
}
.profile-bg1 .myprofile a.setting-btn {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 0;
  left: -8px;
}
.profile-bg1 .myprofile a.setting-btn img {
  width: 18px;
  height: 18px;
}
.profile-bg1 .myprofile a.setting-btn img:hover {
  opacity: 0.8;
}
.profile-bg1 .myprofile span {
  border: 2px solid #ffdc00;
  border-radius: 100%;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff;
}
.profile-bg1 .myprofile span img {
  width: 100%;
  height: 100%;
  display: block;
}
.profile-bg1 .myprofile h5 {
  display: block;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.8rem;
  text-align: center;
  padding-top: 0px;
  line-height: 1rem;
  margin: 4px 0px 4px 0px;
  font-weight: 400;
}
.profile-bg1 .myprofile h5 img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
@media (min-width: 767px) {
  .profile-bg1 .myprofile h5 {
    font-size: 0.85rem;
    margin: 10px 0px 5px 0px;
  }
}
.profile-bg1 .myprofile h5 em {
  display: inline-block;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.8rem;
  text-align: left;
  padding: 0px;
  line-height: 1rem;
  margin: 4px 2px 4px 2px;
  font-weight: 400;
}
.profile-bg1 .myprofile h6 {
  display: block;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.7rem;
  text-align: center;
  padding-top: 0px;
  line-height: 1rem;
  margin: 3px 0 0 0;
  font-weight: 400;
}
.profile-bg1 .myprofile h6 img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
@media (min-width: 767px) {
  .profile-bg1 .myprofile h6 {
    font-size: 0.8rem;
  }
}
@media (max-width: 340px) {
  .profile-bg1 .myprofile h6 {
    font-size: 0.65rem;
  }
}
.profile-bg1 .myprofile em {
  display: inline-block;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.8rem;
  text-align: left;
  padding: 0px;
  line-height: 1rem;
  margin: 4px 2px 4px 2px;
  font-weight: 400;
}
.profile-bg1 .myprofile small {
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
  margin: 1px 0;
  font-size: 0.65rem;
  display: block;
}
@media (min-width: 767px) {
  .profile-bg1 .myprofile small {
    font-size: 0.7rem;
    margin: 2px 0;
  }
}
.profile-bg1 .myprofile small img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.profile-bg1 .myprofile small.small-1 {
  font-size: 0.6rem;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 767px) {
  .profile-bg1 .myprofile small.small-1 {
    font-size: 0.7rem;
  }
}
.profile-bg1 .myprofile .chg-btn {
  position: absolute;
  padding: 5px 30px;
  left: 50%;
  bottom: -48px;
  margin-left: -70px;
  border-radius: 50px;
  background-color: #ffffff;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
}
.profile-bg1 .myprofile .chg-btn img {
  width: 20px;
  height: 20px;
  margin-top: 8px;
}
.profile-bg1 .myprofile .chg-btn:hover {
  background-color: #e6e6e6;
}
.profile-bg1.pro-update {
  padding-top: 35px;
}
.profile-bg1.pro-update a {
  display: block;
  position: relative;
  max-width: 90px;
}
.profile-bg1.pro-update a span .cam-click {
  position: absolute;
  background-color: #ffffff;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  text-align: center;
  right: 0px;
  bottom: 0px;
}
.profile-bg1.pro-update a span .cam-click img {
  width: 16px;
  height: 16px;
  display: inline;
  margin-top: 4px;
}
.profile-bg1 .remove-img {
  text-align: center;
  color: #ffffff;
  padding-top: 3px;
  margin: 0 auto;
  max-width: 100px !important;
  text-decoration: none;
}

.profile-bg {
  background-color: #FFDC00;
  height: 150px;
  position: relative;
  padding-top: 25px;
}
.profile-bg .myprofile {
  position: relative;
  max-width: 350px;
  margin: 0 auto;
}
.profile-bg .myprofile span {
  border: 3px solid #fff199;
  border-radius: 100%;
  display: block;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff;
}
.profile-bg .myprofile span img {
  width: 100%;
  height: 100%;
  display: block;
}
.profile-bg .myprofile h6 {
  text-align: center;
  color: #ffffff;
  padding-top: 8px;
}
.profile-bg .myprofile .chg-profile {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0px 2px 2px #000000;
}
.profile-bg .myprofile .chg-profile img {
  width: 20px;
  height: 20px;
  margin-top: 8px;
}
.profile-bg.pro-update {
  padding-top: 35px;
}
.profile-bg.pro-update a {
  display: block;
  position: relative;
  max-width: 90px;
}
.profile-bg.pro-update a span .cam-click {
  position: absolute;
  background-color: #ffffff;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  text-align: center;
  right: 0px;
  bottom: 0px;
}
.profile-bg.pro-update a span .cam-click img {
  width: 16px;
  height: 16px;
  display: inline;
  margin-top: 4px;
}
.profile-bg .remove-img {
  text-align: center;
  color: #ffffff;
  padding-top: 3px;
  margin: 0 auto;
  max-width: 100px !important;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}
@media (min-width: 992px) {
  .main .right-main-column {
    margin-left: 225px;
  }
  .main .right-main-column.mar-custom {
    margin-left: 0px;
  }
  .main .right-main-column.active {
    margin-left: 0px;
  }
  .main .right-main-column.active .right-col-container .global-header {
    left: 0px;
  }
  .main .global-nav {
    left: 0;
  }
  .main .global-nav.active {
    left: -300px;
  }
}




.popup-bottom {
  z-index: 992;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /*height: 40%;*/
  padding: 10px 20px 20px 20px;
  /*background-color: $white;*/
  background: #ffffff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  margin: auto;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  max-height: 90vh;
  overflow: auto;
}
.popup-bottom .ifscList {
  max-height: calc(100vh - 110px);
  overflow: auto;
}
@media (min-width: 767px) {
  .popup-bottom {
    top: 30%;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    bottom: inherit;
    border-radius: 8px;
  }
  .popup-bottom.sm-popup {
    width: 400px;
  }
  .popup-bottom.md-popup {
    width: 600px;
  }
  .popup-bottom.lg-popup {
    width: 1000px;
  }
}
.popup-bottom .grid-list-section {
  height: calc(100vh - 450px);
  overflow: auto;
  overflow-x: hidden;
  z-index: 11;
  position: relative;
  width: 100%;
}
.popup-bottom h4 {
  font-weight: 500;
  font-size: 1.3rem;
  text-align: left;
  margin: 12px 0;
  line-height: 1.6rem;
  color: rgba(0, 0, 0, 0.9);
  text-transform: initial;
}
.popup-bottom h4.primary-text {
  color: #2169e5;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.popup-bottom h4 img {
  width: 22px;
  height: 22px;
  margin: 0 6px;
  text-align: center;
}
.popup-bottom h4.mar-b {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .popup-bottom h4.mar-b {
    margin-bottom: 10px;
  }
}
.popup-bottom h5 {
  font-weight: 500;
  font-size: 1.2rem;
  text-align: left;
  margin: 5px 0;
  line-height: 1.2rem;
  color: rgba(0, 0, 0, 0.9);
  text-transform: initial;
}
.popup-bottom h5.bold {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  line-height: 1.2rem;
}
@media (min-width: 767px) {
  .popup-bottom h5 {
    text-align: center;
    font-size: 14px;
  }
}
.popup-bottom h5.mar-b {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .popup-bottom h5.mar-b {
    margin-bottom: 10px;
  }
}
.popup-bottom h6 {
  font-weight: 400;
  font-size: 0.95rem;
  text-align: left;
  margin: 5px 0;
  line-height: 1.2rem;
  color: rgba(0, 0, 0, 0.65);
  text-transform: initial;
}
.popup-bottom h6.mar-tb {
  margin: 40px 0px 20px 0px;
}
@media (max-width: 767px) {
  .popup-bottom h6.mar-tb {
    margin: 10px 0px 10px 0px;
  }
}
.popup-bottom h6.mar-b {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .popup-bottom h6.mar-b {
    margin-bottom: 10px;
  }
}
.popup-bottom em {
  font-weight: 400;
  font-size: 0.8rem;
  text-align: left;
  vertical-align: top;
  margin: 2px 0;
  line-height: 0.8rem;
  color: rgba(0, 0, 0, 0.65);
  text-transform: initial;
}
.popup-bottom em.error-message {
  text-align: left;
  color: #c51523;
  display: block;
  font-size: 0.75rem;
}
.popup-bottom em.success-message {
  text-align: left;
  color: #22c55e;
  display: block;
  font-size: 0.75rem;
}
.popup-bottom em.info-message {
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 0.75rem;
}
.popup-bottom em.custom-text {
  margin: 18px 0px !important;
  display: block;
  text-align: center;
}
.popup-bottom p {
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  margin: 16px 0px;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.75);
  text-transform: initial;
}
.popup-bottom p.m-text {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: rgba(0, 0, 0, 0.75);
  text-align: left;
}
.popup-bottom p.m-text.red-text {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #ae131f;
  text-align: left;
}
.popup-bottom p.error-message {
  text-align: left;
  color: #c51523;
  display: block;
  font-size: 0.75rem;
  margin: 5px 0px;
}
.popup-bottom p.success-message {
  text-align: left;
  color: #22c55e;
  display: block;
  margin: 5px 0px;
  font-size: 0.75rem;
}
.popup-bottom p.info-message {
  text-align: left;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  margin: 5px 0px;
  font-size: 0.75rem;
}
.popup-bottom p.info-message a {
  text-decoration: underline;
  text-align: right;
  color: rgba(0, 0, 0, 0.75);
}
.popup-bottom p a.link-txt {
  font-size: 0.9rem;
  font-weight: 500;
  text-align: right;
  text-decoration: underline;
  letter-spacing: 0.5px;
  color: #2169E5;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
}
.popup-bottom p a.link-txt:hover {
  color: #2169E5;
  text-decoration: none;
}
.popup-bottom p.custom-text {
  font-size: 2rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  margin: 18px auto;
}
.popup-bottom p span {
  font-size: 0.9rem;
  margin: 8px 0px;
  text-align: left;
}
.popup-bottom p span.link-text {
  text-align: right;
  margin: 10px 0px;
  display: block;
}
.popup-bottom p span.success-text {
  text-align: left;
  color: #2169E5;
  font-size: 0.9rem;
  margin: 10px 0px;
  display: block;
}
.popup-bottom p span.info-text {
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9rem;
  margin: 10px 0px;
  display: block;
}
.popup-bottom .ux-button-icon {
  background: transparent;
  border: none;
  float: right;
  margin: 8px 0;
  padding: 4px 5px;
  outline: none;
  cursor: pointer;
  position: relative;
  opacity: 1;
}
@media (max-width: 767px) {
  .popup-bottom .ux-button-icon {
    padding: 4px 5px;
  }
}
@media (max-width: 350px) {
  .popup-bottom .ux-button-icon {
    padding: 4px 4px;
  }
}
.popup-bottom .ux-button-icon img {
  width: 23px;
  height: 23px;
}
.popup-bottom .ux-button-icon img.img-small {
  width: 18px;
  height: 18px;
}
.popup-bottom .ux-button-icon img.img-vsmall {
  width: 14px;
  height: 14px;
}
.popup-bottom .ux-button-icon:hover {
  opacity: 0.7;
}
.popup-bottom .ux-button-icon a {
  text-decoration: none;
}
.popup-bottom .success {
  text-align: center;
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 0px 0 12px 0;
  clear: both;
}
.popup-bottom .success h3 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2rem;
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
}
.popup-bottom .success h4 {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin: 5px 0;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
}
.popup-bottom .success h5 {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.2rem;
  margin: 5px 0;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
}
.popup-bottom .success img {
  margin: 20px 0px 15px 0;
  width: 48px;
  height: 48px;
  text-align: center;
}
.popup-bottom .success p {
  font-style: 400;
  font-size: 0.8rem;
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
}
.popup-bottom .sim-list {
  margin: 10px 0px 30px 0px;
  padding: 0px;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  /* Then we define the flow direction
     and if we allow the items to wrap
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
  flex-flow: row wrap; /* Then we define how is distributed the remaining space */
  justify-content: space-around;
}
.popup-bottom .sim-list ul {
  text-decoration: none;
  list-style: none;
}
.popup-bottom .sim-list li {
  text-decoration: none;
  list-style: none;
  display: inline-block;
  text-align: center;
}
.popup-bottom .sim-list li a {
  text-decoration: none;
}
.popup-bottom .sim-list li a img {
  width: 60px;
  height: 60px;
  margin: 10px 0;
  text-align: center;
  fill: #2169E5;
}
.popup-bottom .sim-list li a svg {
  width: 60px;
  height: 60px;
  margin: 10px 0;
  text-align: center;
  fill: #333333;
}
.popup-bottom .sim-list li a em {
  font-weight: 400;
  font-size: 0.9rem;
  text-align: center;
  margin: 1px 0;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.6);
  text-transform: initial;
}
.popup-bottom .sim-list li a:hover img {
  width: 60px;
  height: 60px;
  margin: 10px 0;
  text-align: center;
}
.popup-bottom .sim-list li a:hover svg {
  width: 60px;
  height: 60px;
  margin: 10px 0;
  text-align: center;
  fill: #2169e5;
}
.popup-bottom .sim-list li a:hover em {
  color: #2169e5;
}
.popup-bottom .sim-list li a.active img {
  width: 60px;
  height: 60px;
  margin: 10px 0;
  text-align: center;
}
.popup-bottom .sim-list li a.active svg {
  width: 60px;
  height: 60px;
  margin: 10px 0;
  text-align: center;
  fill: #2169e5;
}
.popup-bottom .sim-list li a.active em {
  color: #2169e5;
}
.popup-bottom a.reg-txt {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: right;
  text-decoration: underline;
  letter-spacing: 0.5px;
  color: #2169E5;
}
.popup-bottom a.reg-txt.mar-top {
  margin-top: 39px;
  display: inline-block;
}
@media (max-width: 992px) {
  .popup-bottom a.reg-txt.mar-top {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.popup-bottom a.reg-txt:hover {
  text-decoration: none;
}
.popup-bottom button.ux-button {
  margin: 10px 0 0 0;
}
.popup-bottom.popup-active {
  visibility: visible;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
@media (min-width: 767px) {
  .popup-bottom.popup-active {
  }
}
.popup-bottom.ioslist-active {
  visibility: visible;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.popup-bottom .nav-mobile-footer {
  padding: 10px 0;
  text-align: right;
}
.popup-bottom .nav-mobile-footer p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 10px;
  margin: -10px 0 14px;
  padding: 0px 8px;
}
@media screen and (min-width: 992px) {
  .popup-bottom .nav-mobile-footer {
    display: none;
  }
}

/* Disable vertical scrollbar everywhere */
html, body {
  /* overflow-y: hidden !important; */
  /* overscroll-behavior-y: none; */
}

/* Hide scrollbars for all elements */
* {
  scrollbar-width: none !important;      /* Firefox */
  -ms-overflow-style: none !important;   /* IE and Edge */
}
*::-webkit-scrollbar {
  display: none !important;              /* Chrome, Safari, Opera */
}