:root {
  --fontFamily1: "Open Sans", sans-serif;
  --darkgreycolor-200: #dddddd;
  --backgroundColor: #ffffff;
  --lightgreycolor: #c2c2c2;
  --lightgreycolor100: #dfdfdf;
  --darkgreycolor: #888888;
  --greycolor-100: #ebebeb;
  --light-bgGrey: #f1f1f1;
  --lightbgGrey200: #f3f3f3;
  --accentColor: #202020;
  --TB_yellow: #fbea73;
  --primColor: #0046ff;
  --headLiveBtn: #0FBFFB;
  --lightBlue100: #e0e6f2;
  --lightBlue: #b4baca;
  --TB_black: #000000;
  --secColor: #225a8b;
  --darksecColor: #444d63;
  --darkblack: #04141D;
  --black-100: #13131a;
  --lightblue: #004fff;
  --greylight: #707070;
  --TB_torchred: #ff0046;
  --TB_darkgreycolor-300: #676767;
  --TB_halfCream: #f8f8f8;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 29, 2024 */



/* @font-face {
  font-family: 'helvetica_neueblack';
  src: url('../../fonts/helveticaFonts/helveticaneueblack-webfont.woff2') format('woff2'),
    url('../../fonts/helveticaFonts/helveticaneueblack-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'helvetica_neuebold';
  src: url('../../fonts/helveticaFonts/helveticaneuebold-webfont.woff2') format('woff2'),
    url('../../fonts/helveticaFonts/helveticaneuebold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'helvetica_neueheavy';
  src: url('../../fonts/helveticaFonts/helveticaneueheavy-webfont.woff2') format('woff2'),
    url('../../fonts/helveticaFonts/helveticaneueheavy-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'helvetica_neuemedium';
  src: url('../../fonts/helveticaFonts/helveticaneuemedium-webfont.woff2') format('woff2'),
    url('../../fonts/helveticaFonts/helveticaneuemedium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'helvetica_neueultra_light';
  src: url('../../fonts/helveticaFonts/helveticaneueultralight-webfont.woff2') format('woff2'),
    url('../../fonts/helveticaFonts/helveticaneueultralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} 
@font-face {
  font-family: 'helvetica_neueregular';
  src: url('../../fonts/helveticaFonts/helveticaneueroman-webfont.woff2') format('woff2'),
    url('../../fonts/helveticaFonts/helveticaneueroman-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} 

@font-face {
  font-family: 'helvetica_neueultra_light';
  src: url('../../fonts/helveticaFonts/helveticaneueultralight-webfont.woff2') format('woff2'),
    url('../../fonts/helveticaFonts/helveticaneueultralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} 

@font-face {
  font-family: 'helvetica_neueregular';
  src:  url('../../fonts/helveticaFonts/helveticaneueroman-webfont.woff2') format('woff2'),
        url('../../fonts/helveticaFonts/helveticaneueroman-webfont.woff') format('woff'),
        url('../../fonts/helveticaFonts/helveticaneueroman-webfont.eot'),
        url('../../fonts/helveticaFonts/helveticaneueroman-webfont.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/helveticaFonts/helveticaneueroman-webfont.ttf') format('truetype'),
        url('../../fonts/helveticaFonts/helveticaneueroman-webfont.svg#helvetica_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;
} */

/* src: url('../../fonts/helveticaneueroman-webfont.eot');
        url('../../fonts/helveticaneueroman-webfont.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/helveticaneueroman-webfont.ttf') format('truetype'),
        url('../../fonts/helveticaneueroman-webfont.svg#helvetica_neueregular') format('svg'); */

.primButton.button,
.secButton.button {
  height: 45px;
  border-radius: 0px !important;
}
.page-item.active .page-link{
  background-color: var(--darkblack) !important;
  border-color:var(--darkblack) !important;
  color: var(--backgroundColor) !important;
}
.page-link{
  color: var(--darkblack) !important;
}
.text-underline {
  text-decoration: underline;
}

.secButton.button {
  border: 1px solid var(--darkblack);
}

.primButton.small.button,
.secButton.small.button {
  height: 50px;
  min-width: max-content;
}

.primButton.large.button,
.secButton.large.button {
  height: 60px;
}

::-moz-selection {
  /* Code for Firefox */
  color: #4e4e4e;
  background: #ffddd6;
}

::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  position: absolute;
  right: 0;
}

::selection {
  color: #4e4e4e;
  background: #ffddd6;
}

.primButton:hover,
.primButton:active,
.primButton:focus {
  outline: 0;
  color: var(--backgroundColor);
  border: 1px solid var(--darkblack);
}

.secButton:hover,
.secButton:active,
.secButton:focus {
  outline: 0;
  background: #000;
  color: var(--backgroundColor) !important;
  border: 1px solid var(--primColor);
}

.primButton {
  background: var(--darkblack);
  color: var(--backgroundColor);
  display: flex;
  justify-content: center;
  align-items: center;
}

.secButton {
  /* border: 1px solid var(--primColor); */
  color: var(--lightbgGrey200);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* input style and textarea style css */

select[type="select"],
input,
textarea {
  background: none;
  color: var(--darkblack);
  font-size: 16px;
  padding: 10px 10px 10px 0px;
  display: block;
  width: auto;
  max-width: 320px;
  font-weight: 500;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--darkgreycolor-200);
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input:focus~label[type="label"],
input:valid~label,
select:valid~label,
select:invalid~label,
textarea:focus~label[type="label"],
input:read-only~label,
textarea:valid~label[type="label"],
input:not(:placeholder-shown)~label,
label[type="lable"] {
  top: -25px !important;
  font-size: 16px;
  font-weight: 400;
  color: #737373;
  /* text-transform: capitalize; */
}

input:read-only,
input:read-only~label {
  color: gray;
}

input:focus~.bar:before,
textarea:focus~.bar:before {
  width: auto;
  min-width: fit-content;
  max-width: fit-content;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

.modal-dialog.tradeModal {
  max-width: 600px;
}

.modal-content .modal-header {
  padding: 27px 40px;
  background: var(--light-bgGrey);
}

.bodyscroll {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}

.modal-body {
  padding: 40px;
  padding-bottom: 30px;
  max-height: calc(80vh - 100px);
  overflow-y: auto;
}

.modal-footer {
  padding: 0 40px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.modal-header .close {
  padding: 0;
  margin: 0;
}

.hrLine {
  margin-top: 30px;
  margin-bottom: 30px;
}

.modal-content .modal-header .modal-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: unset;
  color: var(--black-100);
}

.modal-content {
  border-radius: 0;
  border: 0;
}

.modal-dialog {
  max-width: 600px;
}

label[type="label"] {
  color: #737373;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: -25px;
  transition: 300ms ease all;
}

.bar {
  position: relative;
  display: block;
  width: 320px;
}

.bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: var(--primColor);
  transition: 300ms ease all;
  left: 0%;
}

/* input style and textarea style  end*/

/* steve css */

.tblPlnBtn {
  padding: 0;
  color: var(--darkblack);
  font-weight: 600;
}

.tblPlnBtn:focus,
.plnBtn:focus {
  box-shadow: none;
}

.plnBtn {
  padding: 0;
  font-size: 0.95rem;
  font-weight: 600;
}

/* steve css end */

@media (max-width : 1680px ) {
  .modal-content .modal-body ,
  .modal-content .modal-header {
    padding: 15px 30px;
  }
  .modal-content .modal-header .modal-title {
    font-size: 14px;
  }
  .modal-content .modal-body p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1520px) {
  .modal-dialog.tradeModal {
    max-width: 430px;
  }



  .modal.fade .group select[type="select"] {
    font-size: 13px;
  }
}

@media (max-width: 1450px) and (min-width: 991px) {

  input:focus~label[type="label"],
  input:valid~label,
  select:valid~label,
  select:invalid~label,
  textarea:focus~label[type="label"],
  input:read-only~label,
  textarea:valid~label[type="label"],
  input:not(:placeholder-shown)~label,
  label[type="lable"] {
    top: -25px !important;
    font-size: 13px;
    font-weight: 400;
  }
}

@media (max-width: 1380px) {
  .modal-content .modal-body {
    padding: 25px 30px;
  }
  .modal-content .modal-body p {
    font-size: 13px;
  }

  .modal-footer {
    padding: 0 30px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  /* .modal-content .modal-body,
  .modal-content .modal-header {
    padding: 17px 30px;
  }

  .modal-content .modal-body{
    padding: 40px 30px;
  } */

  .modal-content .modal-header .modal-title {
    font-size: 16px;
  }

  .swal-modal,
  .modal-dialog {
    max-width: 440px;
  }
}

@media (max-width: 991px) {

  .swal-modal,
  .modal-dialog {
    max-width: 350px;
  }

  select[type="select"],
  input,
  textarea {
    max-width: 100%;
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .modal-footer {
    padding: 0 15px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
}

@media (max-width: 500px) {

  .primButton button,
  .secButton button,
  .primButton.small button,
  .secButton.small button {
    height: 45px;
    font-size: 13px;
  }
}