.select_box .form-control {
  /* background-image: url(../images/svg/down.svg) !important; */
  background-position: right 0.75rem center !important;
  background-repeat: no-repeat !important;
  color: #fff !important;
  line-height: 34px;
}

.select_box option {
  background-color: #fff;
  color: #6c757d;
}

.select_box .form-control option:hover {
  background-color: yellow !important;
}

.sign-in-page-data .form-control {
  background-position: right 0.75rem center !important;
  background-repeat: no-repeat !important;
}

.copyright {
  margin-top: 10%;
}

.copyright .copyright_icon {
  color: #0E8DDA;
}

.sign-in-from {
  top: 20px;
}

.fa-life-ring.iq-arrow-left,
.fa-user-circle.iq-arrow-left {
  font-size: 14px !important;
}

body.sidebar-main .iq-sidebar-menu .iq-menu li img.iq-arrow-left {
  margin: 0 auto;
  display: none;
}

.iq-sidebar-menu .iq-menu li .profile_img:hover {
  color: #777d74 !important;
  background: transparent;
}

.ri-logout-box-line {
  font-size: 20px !important;
}

.iq-sidebar-menu .iq-menu .login.active {
  background: transparent;
}

.iq-sidebar-menu .iq-menu>.login.active>a,
.iq-sidebar-menu .iq-menu .login a:hover {
  background: none;
  color: #777d74 !important;
}

.watchlist_scroll,
.orders_scroll {
  overflow-y: scroll;
  scrollbar-color: #757575 #eee;
  scrollbar-width: thin;
}

/* .watchlist_scroll-webkit-scrollbar-track,
.orders_scroll::-webkit-scrollbar-track
 {max-height: 20%; height: 20%;}

 .orders_scroll::-webkit-scrollbar {
  width: 5px;
} */

.border_rdi {
  height: 100vh;
}

.border_rig {
  /* border-right: 5px solid #c3c3c3; */
  /* border-radius: 60px 0 0 60px; */
}

.watchlist_scroll {
  height: 700px;
}

.orders_scroll {
  height: 755px;
}

.bg-blue {
  background: #2C409A;
}

.bg-border-blue {
  border: 1px solid #2C409A;
}

.text-orange {
  color: #FF9E45;
}

.profile_name {
  font-size: 18px;
}

/* login new page  css */

#container-ani {
  background: -moz-linear-gradient(-45deg, #00adef 0%, #cce7ff 100%);
  background: -webkit-linear-gradient(-45deg, #00adef 0%, #cce7ff 100%);
  background: linear-gradient(135deg, #00adef 0%, #cce7ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adef', endColorstr='#0076e5', GradientType=1);
  width: 100%;
  margin: 0px auto;
  padding: 0px auto;
  position: absolute;
  height: 100vh;
}

#container-ani #container-inside {
  position: relative;
  min-width: 960px;
  max-width: 1280px;
  height: auto;
  min-height: 100%;
  margin: 0px auto;
  padding: 0px auto;
  overflow: visible;
}

#container-ani #circle-small {
  -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
  animation: circle-small-scale 3s ease-in-out infinite alternate;
  animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
  animation-delay: 0s;
  position: absolute;
  top: 200px;
  left: -150px;
  background: #fff;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  opacity: 0.4;
}

#container-ani #circle-medium {
  -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
  animation: circle-small-scale 3s ease-in-out infinite alternate;
  animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
  animation-delay: 0.3s;
  position: absolute;
  top: 50px;
  left: -300px;
  background: #fff;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  opacity: 0.3;
}

#container-ani #circle-large {
  -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
  animation: circle-small-scale 3s ease-in-out infinite alternate;
  animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
  animation-delay: 0.6s;
  position: absolute;
  top: -100px;
  left: -450px;
  background: #fff;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  opacity: 0.2;
}

#container-ani #circle-xlarge {
  -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
  animation: circle-small-scale 3s ease-in-out infinite alternate;
  animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
  animation-delay: 0.9s;
  position: absolute;
  top: -250px;
  left: -600px;
  background: #fff;
  width: 1200px;
  height: 1200px;
  border-radius: 50%;
  opacity: 0.1;
}

#container-ani #circle-xxlarge {
  -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
  animation: circle-small-scale 3s ease-in-out infinite alternate;
  animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
  animation-delay: 1.2s;
  position: absolute;
  top: -400px;
  left: -750px;
  background: #fff;
  width: 1500px;
  height: 1500px;
  border-radius: 50%;
  opacity: 0.05;
}

@-webkit-keyframes circle-small-scale {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
  }
}

@keyframes circle-small-scale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.sign-in-page-data {
  position: relative;
}

.sign-in-page {
  overflow: hidden;
}

.agree-text {
  font-family: "Noto Sans", sans-serif !important;
  display: block;
  margin-top: 15px;
  color: #000;
  font-size: 15px;
  line-height: 26px;
}

.agree-text a {
  color: #0037d4;
  font-weight: 500;
}

.form-control {
  font-family: "Noto Sans", sans-serif !important;
}

/* .s-logo {
  text-align: center;
} */

.s-logo img {
  width: 70px;
}

.login_main_section {
  position: relative;
}

.login_main_section.sign-in-page {
  background: #afd3f1;
}

.login_main_section .left_block {
  height: 100vh;
  box-shadow: 0 0 4px 3px #e9e9e9;
  display: flex;
  /* align-items: center;
  */
  justify-content: center;
  align-items: center;
}

.login_main_section .left_block img {
  width: 960px;
}

.login_main_section .sign-in-page-data {
  width: 650px;
}

.login_main_section .s-logo img {
  width: 120px;
}

.login_main_section .heading {
  font-size: 50px;
  color: #3e4095;
  margin-bottom: 3px !important;
}

.login_main_section .heading1 {
  color: #209bf1;
  font-weight: 400 !important;
  font-size: 39px;
  margin-bottom: 20px;
}

.login_main_section input {
  height: 72px;
  font-size: 16px;
}

.login_main_section .form-control {
  font-size: 16px;
}

.login_main_section .icon-set {
  position: relative;
}

.login_main_section .icon-set .toggle-password {
  position: absolute;
  right: 20px;
  top: 42%;
}

.login_main_section .btn {
  height: 56px;
  font-size: 18px;
}

.login_main_section .agree-text a {
  color: #0037d4;
  font-weight: 600;
  font-size: 16px;
}

.login_main_section .sign-in-from {
  padding: 0 0;
}

.login_main_section .right_side {
  background-color: white;
}

.login_wrapper {
  /* background-image: url("../../assets/images/login/sl1.png"); */
  height: 100vh;
  background-size: cover;
}

.login_wrapper .s-logo img {
  width: 200px;
  margin-top: 20px;
}

.login_wrapper .heading {
  font-size: 14px;
  color: white;
  margin-bottom: 3px !important;
  /* background: linear-gradient(90deg, #33c8ff 0%, #000 100%); */
  background: linear-gradient(152deg, #209cf2 0%, #3e4095 100%);
  padding: 10px;
  border-radius: 0 20px 20px 0;
}

.login_wrapper .heading1 {
  color: #209bf1;
  font-weight: 600 !important;
  font-size: 28px;
  margin-bottom: 20px;
}

.login_wrapper input {
  height: 60px;
  font-size: 16px;
}

.login_wrapper .form-control {
  font-size: 16px;
}

.login_wrapper .icon-set {
  position: relative;
}

.login_wrapper .icon-set .toggle-password {
  position: absolute;
  right: 20px;
  top: 42%;
}

.login_wrapper .btn {
  height: 56px;
  font-size: 18px;
  border-radius: 8px;
}

.login_wrapper .agree-text a {
  color: #0037d4;
  font-weight: 600;
  font-size: 14px;
}

.login_wrapper .sign-in-from {
  padding: 0 0;
}

.login_wrapper .login_blokc {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.login_wrapper .login_inner {
  /* box-shadow: 0 0 26px -1px #cccccc;
  border-radius: 60px;
  width: 100%;
  height: 100vh; */
  background: linear-gradient(90deg, #ECF0FF 0%, #FAFBFF 100%);
}

.login_wrapper .left_side {
  /* background-image: url("../../assets/images/login/sl1.png");
  display: flex;
  align-items: center;
  justify-content: center; */
  /* max-width: 1270px;
  */
  /* height: 100vh; */
}

/* .login_wrapper form {
  padding: 0 15px;
} */

/* .login_wrapper img {
  width: 1000px;
} */

.login_wrapper .sign-in-page-data {
  padding: 20px;
  position: relative;
}

.login_wrapper .sign-in-page-data .welcm {
  position: absolute;
  left: -12px;
}

.log_in_page {
  background-image: url("../../assets/images/login/6767.png");
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.log_in_page .sign-in-from {
  padding: 30px 30px;
}

.log_in_page .login_blokc {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
}

.log_in_page .login_inner {
  position: relative;
  width: 100%;
}

.log_in_page .login_inner .overlay {
  position: absolute;
  left: 31px;
  right: 0;
  top: 35px;
  bottom: 0;
  background-color: #545454;
  z-index: 0;
  opacity: 0.3;
  height: 98%;
  width: 100%;
}

.log_in_page .left_side {
  display: flex;
  align-items: center;
  justify-content: center;
  /* max-width: 1270px;
  */
  height: 100%;
}

.log_in_page form {
  padding: 0 15px;
}

.log_in_page .sign-in-page-data {
  padding: 20px;
  position: relative;
}

.log_in_page .sign-in-page-data .welcm {
  position: absolute;
  left: 0;
}

.log_in_page .s-logo img {
  width: 90px;
  margin-top: 20px;
}

.log_in_page .heading {
  font-size: 34px;
  color: #2196f3;
  margin-bottom: 13px !important;
}

.log_in_page .container-custome {
  max-width: 1700px;
  margin: auto;
}

.log_in_page .s-logo {
  text-align: left;
}

.log_in_page .icon-set {
  position: relative;
}

.log_in_page .icon-set .toggle-password {
  position: absolute;
  right: 20px;
  top: 42%;
}

.log_in_page .btn {
  height: 56px;
  font-size: 18px;
}

.log_in_page .agree-text a {
  color: #0037d4;
  font-weight: 600;
  font-size: 16px;
}

.log_in_page input {
  height: 72px;
  font-size: 16px;
}

.log_in_page .form-control {
  font-size: 16px;
}

@media screen and (max-width:767px) {
  .border_rdi {
    border-radius: 0;
  }

  .border_rig {
    border-right: none;
    border-radius: 0;
  }

  .login_wrapper .login_inner {
    /* box-shadow: none; */
    border-radius: 0;
    width: 100%;
  }
}