:root {
    --bgColor: #15171B;
    --secbgColor:#1E222B;
    --borderColor:#dadada;
    --highlight:#F1A341;
    --font:'Montserrat', sans-serif;
    --btnbg:#1E222A;  
    --sectxtColor:#5A5A5A;
    --regular:500;
    --medium:600;
    --semi-bold:700;
    --bold:800;
    --light:300;
    --red:#DC5354;
    --errorbg: #dc535338;
    --green:#3BBD77;
    --blue:#369FEC;
  }
  
  .material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 300,
    'GRAD' 0,
    'opsz' 16
  }

  *{ box-sizing:border-box;}
  body { font-family: var(--font)!important; background-color: var(--bgColor)!important; }
.yellow-gradient{ color: #fff; background: rgb(0,159,219);
    background: linear-gradient(180deg, rgba(0,159,219,1) 0%, rgba(0,111,153,1) 100%); transition: all 0.3s ease-out; }
.fill_btn.yellow-gradient:hover{  background: rgb(0,159,219);
    background: linear-gradient(180deg, rgba(0,159,219,1) 0%, rgba(0,111,153,1) 100%); transform: scale(1.03) }
.fill_btn:after { content: ""; background: #ffffffbd; display: block; position: absolute; width: 100px; height: 100px; border-radius: 100%; opacity: 0; transition: all 0.8s; left:50%; top:50%; transform: translate(-50%, -50%); }
.fill_btn{ overflow: hidden;}
.fill_btn:active:after { padding: 0; margin: 0; opacity: 1; transition: 0s; width: 0%; height: 0%; border-radius: 100%; }
.fill_btn img{ width: 28px;}
  .black-gradient{ background: -moz-linear-gradient(top,  #00000000 0%, #000000 50%); background: -webkit-linear-gradient(top,  #00000000 0%,#000000 50%); background: linear-gradient(to bottom,  #00000000 0%,#000000 50%); }
  .black-overlay{ position: absolute; left: 0; right:0; top:0; bottom: 0;z-index:1; background-color: rgba(0,0,0,0.15);}
  /*SIGNIN*/
  .signin-wrapper{ width: 100%; max-width: 900px; margin: 25px auto; text-align: center;}
  .signin-wrapper .logo{ height: 60px!important; max-height: 60px!important;}
  .signin-body{ display: flex; align-items: stretch; flex-direction: row; width: 100%; min-height: calc(100vh - 210px); margin-top: 20px; margin-bottom: 60px; background-color: #202329; border-radius: 5px; overflow: hidden;}
  .signin-body .signin-graphic{ width: 320px;   position: relative; overflow: hidden;}
  .signin-body .signin-graphic h2{ color: #fff; line-height: 31px; text-shadow: 1px 2px 2px rgb(0 0 0 / 10%); position: absolute; top: 27%; font-size: 25px; font-weight: bold; text-align: center; width: 100%;}
  .signin-body .signin-graphic img{ min-height: 100%;}
  .signin-body .signin-section{ width: calc(100% - 320px); height: 100%; padding: 45px; position: relative; color: #fff;}
  .signin-section h1{ text-align: left;}
  .signin-section p{ text-align: left; font-size: 18px; margin-bottom: 8px;}
  .signin-section .note-msg  {text-align: left; font-size: 13px; margin-bottom: 0px; font-weight: 700; position: relative;}
  /* .signin-section .note-msg  span{    color: #ed3c0d; font-size: 21px; position: absolute; top: -9px; left: -9px;} */
  .signin-footer{ display: flex; align-items: center; justify-content: space-between; margin-top: 2.5rem!important; position: relative;}
  .signup-prompt{ font-size: 13px!important; font-weight: normal!important; color: #fff!important;}
  .flex-wrap{ display: flex; align-items: stretch; flex-wrap: nowrap;}
  .sign-block { margin-bottom: 20px;}
  
  /*--------------------------------------------------------------
  # Signup/Signin
  --------------------------------------------------------------*/
  .sign-wrapper{ width: 95%; margin: 15px auto; max-width: 500px; text-align: center; min-height: calc(100vh - 80px); padding-bottom: 15px; color: #fff; }
  .sign-wrapper .sign-header h1{ font-weight: var(--bold); font-size: 28px; margin-top: 15px;}
  .sign-wrapper .sign-header p{ font-weight: var(--light); font-size: 18px;}
  .sign-wrapper .sign-body{ background-color:#202329; border-radius: 10px; overflow: hidden;}
  .sign-block{ padding: 20px; color: #fff;}
  .sign-block h2{ text-align: center;}
  .sign-wrapper .sign-body .sign-block .form-floating label {line-height: 2.5; font-size: 10px; color: #b8b8b8; font-weight: 700;}
  .sign-wrapper .sign-body .sign-block .input-group.custom-drop_down .colorselect{border: 1px solid #585e6a; width:110px; font-size: 10px; color: #fff; font-weight: 700; border-radius: 0.25rem 0 0 0.25rem; background-color:transparent; padding: 5px; overflow: auto !important;}
  .sign-wrapper .sign-body .sign-block .input-group.custom-drop_down .colorselect:focus{outline: none !important;}
  .sign-wrapper .sign-body .sign-block .input-group.custom-drop_down .form-floating{width: calc(100% - 110px);}
  .sign-wrapper .sign-body .sign-block .input-group.custom-drop_down .form-floating .form-control{border-radius: 0 0.25rem 0.25rem 0;}
  .sign-wrapper .sign-body .sign-block .errormsg {font-size: 12px !important; font-weight: 500 !important; position: absolute; left: 38.5%;}
  .sign-wrapper .sign-body .sign-block .form-floating.mb-3, .sign-wrapper .sign-body .sign-block .input-group.mb-3{margin-bottom: 21px !important;}
  
  .otp-block{ background-color: #fff; border-radius: 5px; padding: 15px; margin-bottom: 20px; margin-top: 20px; box-shadow: 0px 0px 6px rgb(0 0 0 / 17%);}
  .otp-block p{ text-align: center; font-size: 1em; color: var(--secbgColor); margin-bottom: 15px; margin-top: 15px; line-height: 1;}
  .otp-inputs{ display: flex; align-items: center; justify-content: space-between; width: 100%; text-align: center; max-width: 291px; margin: 0 auto; position: relative; margin-bottom: 25px;} 
  .otp-inputs input{ height: 50px !important; border-radius: 3px !important; border:1px solid var(--borderColor) !important; appearance: none !important; -webkit-appearance: none !important; margin:5px !important; width: 50px !important; text-align: center !important; background-color: #f2f2f2 !important;}
  .otp-inputs p{ position: absolute; left: -5px; bottom: -20px; margin-bottom: 0; line-height: 1; font-size: 10px; color: var(--red); font-style: normal; display: none; font-weight: var(--medium);}
  .signin-body .signin-section .otp-blocks {margin-top: 25px !important; margin-bottom: 12px !important; position: relative;}
  .signin-body .signin-section .resend-button {background-color: #f3f3f3; border: 1px solid #f3f3f3; border-radius: 40px; font-size: 10px; padding: 2px 9px; text-align: center; display: flex; align-items: center;
  justify-content: center; color: #636363; font-weight: 500; margin-top: 24px;}
  .signin-body .signin-section .signin-footer .lgn-otp-btn {background-color: #ffffff !important; background: unset; color: #494949;}
  .signup-otp-inputs {margin-bottom: 15px;}
  
  .otp-inputs input:first-child{ margin-left: 0 !important;}
  .otp-inputs input:last-child{ margin-right: 0 !important;}
  
  .otp-block .otp-footer{ display: flex; align-items: center; justify-content: space-between; max-width: 291px; width: 100%; margin: 22px auto 10px auto}
  .otp-block .otp-footer p{ color: var(--red); font-size: 12px; font-weight: var(--semi-bold); line-height: 1; display: inline-flex; align-items: center; margin-top: 0!important; margin-bottom: 0!important; } 
  .otp-block .otp-footer p span{ margin-right: 3px; font-size: 18px;}
  .otp-block .otp-footer button{ appearance: none; -webkit-appearance: none; border-radius: 18px; font-size: 10px; padding: 5px 10px; border: none; color: var(--secbgColor); background-color: var(--bgColor); font-weight: var(--semi-bold); text-transform: uppercase; display: flex; align-items: center;}
  .otp-block .otp-footer button .loading-icon{ width: 9px; animation: 0.8s linear 0s infinite rotate;}
  
  .invalid p{ display: block!important;}
  .invalid input{ border-color:var(--red)!important; color: var(--red)!important; }
  .signin-section .form-control { border: 1px solid #585e6a; background-color: transparent; color: #fff !important;}
  .sign-block .form-control { border: 1px solid #585e6a; background-color: transparent; color: #fff !important;}
  input:focus ~ label, input:valid ~ label, textarea:focus ~ label { color: #e4e4e4; }
  .form-floating>.form-control:focus { background-color: transparent;}
  .form-floating>.form-control:focus~label {color: #e4e4e4;}
  .close-btn { color: #fff; background-color: #6a6a6a; }
  .sign-block { border-bottom: 1px solid #3a3a3a !important; }

  
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--red);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  
  .back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
  }
  
  .back-to-top:hover {
    background: var(--highlight);
    color: #fff;
  }
  
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
  
  /*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
  }
  
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid var(--highlight);
    border-top-color: #e7e4fe;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
  }
  
  @-webkit-keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  

  
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }

  
  .orasi-preloader{ position: absolute; top:0; bottom:0; left:0; right: 0; background-color: rgba(0, 0, 0, 0.41); display: flex; align-items: center; justify-content: center; z-index: 99;}
  .lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    zoom: 0.7;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--highlight);
    margin: -4px 0 0 -4px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .orasi-preloader img {
    width: 36px;
    height: 36px;
    animation: 1.5s ease 0s infinite beat;
  }
  @keyframes beat {
    0%, 50%, 100% { transform: scale(1, 1) rotate(0deg); }
    30%, 80% { transform: scale(0.8, 0.8) rotate(360deg); }
  }
  /*SIGN UP*/
  .form-floating .material-symbols-outlined{    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
    color: var(--sectxtColor);}

  /*--------------------------------------------------------------
  # create password
  --------------------------------------------------------------*/
  .create-password {max-width: 870px;}
  .create-password h1{color: #000;font-size: 36px; font-weight: bold; margin-top: 17px;}
  .create-password .strong{color: #000; font-size: 21px; margin-bottom: 30px; margin-top: 10px;}
  .create-password .secure-icon{font-size: 50px; width: 120px; height: 120px; background-color: #f3f3f3; display: flex; align-items: center;  justify-content: center; border-radius: 100%; margin: 0 auto; margin-bottom: 27px; color: #5a5a5a;}
  .create-password .create-password-body{background-color: transparent; width: 57%; margin-left: auto; margin-right: auto; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; min-height: calc(100vh - 358px);}
  .create-password .create-password-body .signin-section{width: 100%; padding-top: 0px; padding-bottom: 0px;}
  .create-password .create-password-body .signin-footer{justify-content: center; margin-top: 40px !important;}
  .create-password .crpsd-cnt-blk{display: flex; width: 100%; position: relative;}
  .create-password .crpsd-cnt-blk .create-password-instruction{width: 43%; display: block !important; padding: 15px; height: fit-content; border: 1px solid #b7babd; padding-bottom: 10px; position: absolute; right: -180px;}
  .create-password .crpsd-cnt-blk .ins-dsp-none{display: none !important;}
  .create-password .create-password-body .text-danger {font-size: 12px !important; font-weight: 500 !important;}
  .create-password .crpsd-cnt-blk .create-password-instruction .error{display: flex; align-items: center; text-align: left; font-size: 12px; color: #000; margin-bottom: 5px; color: red;}
  .create-password .crpsd-cnt-blk .create-password-instruction .vaild { color: green;}
  .create-password .crpsd-cnt-blk .create-password-instruction .material-symbols-outlined{font-size: 20px;}
  
  @media (min-width: 750px) and (max-width: 1080px) {
  .signin-body { min-height: calc(100vh - 234px);}
  .signin-wrapper { width: 94%;}
  .signin-body .signin-graphic {width: 45%;}
  .signin-body .signin-section { width: 55%; padding: 30px;}
  .create-password .crpsd-cnt-blk { display: flex; width: 100%; position: relative; flex-direction: column;}
  .create-password .crpsd-cnt-blk .create-password-instruction {position: unset !important; margin-top: 20px !important; width: 100%;}
  .create-password .create-password-body {min-height: calc(100vh - 479px);}
  }
  
  @media (min-width: 300px) and (max-width: 480px) {
    .create-password .create-password-body {background-color: transparent; width: 100%;}
    .create-password .strong {padding: 0px 20px; font-size: 16px;}
    .create-password h1 {padding: 0px 20px; font-size: 30px;}
    .signin-body .signin-section {padding: 20px;}
    .cart .body-content .md-container .cart-block .table td .comments_area{width: 200px;}
    .signin-body .signin-graphic {display: none}
    .signin-body { flex-direction: column; min-height: calc(100vh - 368px);}
    .signin-body .signin-section {width: 100%;}
    .signin-wrapper {width: 95%; margin: 55px auto;}
    .sign-wrapper .sign-body .sign-block .errormsg {left: 33.5%;}
    .sign-wrapper .sign-body .sign-block.type-block .errormsg {left: 30% !important;}
    .fill_btn {font-size: 10px; padding: 8px 17px;}
    .create-password {margin-top: 15px;}
  .emaillogin .signin-footer .errormsg-floating {top: -41px;}
  .create-password .crpsd-cnt-blk { display: flex; width: 100%; position: relative; flex-direction: column;}
  .create-password .crpsd-cnt-blk .create-password-instruction {position: unset !important; margin-top: 20px !important; width: 100%;}
  .create-password .create-password-body {min-height: auto;}
  }

  @media (min-width: 1025px) and (max-width: 1367px) {
     .sign-wrapper .sign-body .sign-block .form-floating .errormsg, .sign-wrapper .sign-body .sign-block .input-group .errormsg{position: absolute; left: 0 !important;}
  }
  @media (min-width: 1600px) {
    .signin-wrapper { height: calc(100vh - 74px);}
    .signin-body {min-height: calc(100vh - 421px); max-height: 800px;}
    .logo { max-height: 65px;}
    .sign-wrapper .sign-header h1 {font-size: 30px;}
    .sign-wrapper .sign-header p { font-size: 20px;}
    .title {font-size: 18px;}
    .buy-icon-bg:hover, .buy-icon-bg.selected {background-size: 50%; }
    .icon-btn {width: 77px; height: 77px; padding-top: 43px; font-size: 14px;}
    .individual-icon-bg:hover, .individual-icon-bg.selected {background-size: 50%; }
    .sm-font { font-size: 10px!important;}
    .sign-wrapper .sign-body .sign-block .form-floating label {font-size: 12px;}
    .sign-wrapper .sign-body .sign-block .input-group.custom-drop_down .colorselect {width: 125px; font-size: 12px;}
    .sign-wrapper .sign-body .sign-block .input-group.custom-drop_down .form-floating { width: calc(100% - 125px);}
    .signup-prompt { font-size: 15px!important;}
    .signin-wrapper .logo { height: 90px!important; max-height: 90px!important;}
    .signin-body .signin-graphic h2 {font-size: 26px;}
    .pending-header h1, .bold-heading { font-size: 30px;}
    .signin-section p { font-size: 20px;}
    input:focus ~ label, input:valid ~ label, textarea:focus ~ label { font-size: 12px; }
    .signin-body .signin-section .resend-button {font-size: 12px; padding: 3px 11px;}
    .sm-btn {font-size: 12px; padding: 8px 12px;}
    .otp-inputs input {height: 54px !important; width: 54px !important; font-size: 18px;}
    .close-btn {top: 22px; right: 22px; padding: 6px; width: 36px; height: 36px;}
    .otp-inputs {max-width: 310px;}
    .otp-block .otp-footer {max-width: 310px;}
  }

  

  /*--------------------------------------------------------------
  # Lnding Page Start
  --------------------------------------------------------------*/
.upload_landing .upload_block {display: flex; align-items: center; justify-content: center; flex-direction: column;}
.upload_landing .upload_block .video_file{width: 136px; height: 136px; border-radius: 100%; background-color: #3a3c40; border: 1px solid #606162; display: flex; align-items: center; justify-content: center;}
.upload_landing .upload_block .video_file input[type="file"] {opacity: 0; overflow: hidden; position: absolute; border-radius: 100%; cursor: pointer; width: 136px; height: 136px;}
.upload_landing .upload_block .video_file span{color: #898989; font-size: 60px;}
.upload_landing .upload_block h6 {font-size: 17px; line-height: 22px; margin-top: 23px; color: #fff;}
.upload_landing .upload_block p{font-weight: 400; font-size: 13px; margin-top: 8px; margin-bottom: 37px;}
.upload_landing .upload_block .btn{cursor: pointer; width: auto; border-radius: 5px; background-color: #006f99; border: 1px solid #006f99; position: relative; padding: 10px 20px; text-transform: uppercase; font-size: 13px; line-height: 18px; color: #fff; height: auto;}
.upload_landing .upload_block .btn input[type="file"] {opacity: 0; overflow: hidden; position: absolute; border-radius: 100%; cursor: pointer; width: 100%; height: 37.1px; top: 0; left: 0;}
.upload_landing .join_row  {max-width: 500px; z-index: 99;}
.upload_landing .cols {      width: 100%; padding: 40px; background-color: #15171b; color: #fff; border-radius: 5px; border: 2px dashed #30343c;}
.upload_landing .footer-container { display: flex; align-items: center; justify-content: space-between;}
.upload_landing .footer-container ul { margin: 0; display: flex; align-items: center; padding: 0; margin-right: 40px;}
.upload_landing .footer-container ul li { list-style: none; line-height: 1; display: flex; align-items: center;}
.upload_landing .footer-container ul li a { color: #fff !important; font-size: 12px; padding: 8px; line-height: 1; font-size: 12px; transition: all 0.2s ease-out;}
.upload_landing .footer {position: absolute; bottom: 0px; width: 100%; bottom: 0; padding: 10px 0px !important; border-top: 1px solid #3a3a3a; background-color: #111215; z-index: 2;}
.upload_landing header form {flex-direction: row;}
.upload_landing header .bg-light {background-color: #15171b !important; padding: 0px;}
.upload_landing header .btn {background-color: #006f99; color: #fff; font-weight: 500; border-radius: 3px; text-transform: uppercase; margin-bottom: 0px !important; padding: 5px 20px !important; font-size: 13.5px !important;  border: 1px solid #006f99; height: auto; margin-left: 10px;}
.upload_landing header .btn:focus {outline: none; border: none; box-shadow: none;}
.upload_landing {  background-repeat: repeat; background-position: bottom center; height: 100vh;}
.upload_landing header {padding: 5px 0; position: fixed; width: 100%; top: 0; background-color: #15171b; z-index: 999;}
.upload_landing .nav-link { color: #fff !important; font-size: 14px; font-weight: 600; margin: 0 5px;}
.upload_landing .nav-link:hover {  color: #006f99 !important;}
.upload_landing::after {     content: ""; position: absolute; bottom: 0; width: 100%; height: 100vh; background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6896008403361344) 27%, rgba(0,0,0,0.9753151260504201) 47%, rgba(0,0,0,1) 100%); z-index: 1;}
.upload_landing .footer-para { margin-bottom: 0; text-align: center; color: #9b9b9b; font-size: 13px; }
.upload_landing .float_center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.upload_landing .join_row { width: 100%; display: flex; align-items: center; max-width: 1200px; padding: 0 15px; position: relative; flex-direction: row; z-index: 999999; }
.upload_landing .navbar ul { width: 100%; justify-content: center;}
/* body { background-color: #15171B !important;} */
.upload_landing .wp_logo { width: 130px;}
.upload_landing .container { width: 100%; max-width: 1920px;}

  /*--------------------------------------------------------------
  # Lnding Page End
  --------------------------------------------------------------*/