
/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
}

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body, html {
  height: 100%;
  font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: #ec5324;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  margin: 0px;
}

p {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

ul, li {
  margin: 0px;
  list-style-type: none;
}

/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder { color: #999999;}
input::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder { color: #999999;}

textarea::-webkit-input-placeholder { color: #999999;}
textarea:-moz-placeholder { color: #999999;}
textarea::-moz-placeholder { color: #999999;}
textarea:-ms-input-placeholder { color: #999999;}

label {
  display: none;
  margin: 0;
}


/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}


/*==================================================================
[ Text ]*/
.txt1 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
}

.txt2 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  line-height: 1.4;
  color: #999999;
}

/*==================================================================
[ Size ]*/
.size1 {
  width: 355px;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
}

/*==================================================================
[ Background ]*/
.bg1 {background: #3b5998;}
.bg2 {background: #1da1f2;}
.bg3 {background: #cd201f;}

/*/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
}

.wrap-login100 {
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}

/*==================================================================
[ login more ]*/
.login100-more {
  width: calc(100% - 920px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  position: relative;
  z-index: 1;
  height:995px;
}

.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0);
}

/*==================================================================
[ Form ]*/

.login100-form {
  width: 920px;
  display: block;
  background-color: #ffffff;
  padding: 0px 0px 60px 150px;
}

.login100-form-title {
  width: 260px;
  display: block;
  font-family:  Ubuntu;
  font-size: 48px;
  color: #000000;
  line-height: 55px;
  text-align: left;
  margin-top:87px;
}

.login100-form-title-2nd {
  width:332px;
  font-size: 52px;
  font-weight: bold;
  color:  #FF7B24;
  font-family:  Arial;
}

/*------------------------------------------------------------------
[ Labels]*/

.haveanaccount-label{
  font-family:  Ubuntu;
  font-size: 14px;
  line-height: 22px;
  color: #A2A6B8;
  display:inline-block;
  margin-left: 500px;
  margin-top:40px;
}

.login-link{
  font-family: Ubuntu;
  font-size: 14px;
  color: #6D7285;
  display:inline-block;
  line-height: 22px;
  padding-left: 10px;
  text-decoration: underline;
}

.login100-label{
  font-family:  Ubuntu;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  line-height: 22px;
  color:#000000;
}

.register-label{
  font-family:  Ubuntu;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  line-height: 22px;
  color:#000000;
}

.label-input100 {
  font-family: Ubuntu;
  font-size: 12px;
  color: #A2A6B8;
  line-height: 16px;


  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding-left: 17px;
  padding-bottom: 17px;
  top: 14px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.label-input100-date{
  font-family: Ubuntu;
  font-size: 12px;
  color: #A2A6B8;
  line-height: 16px;


  display: block;
  position: relative;
  pointer-events: none;
  width: 100%;
  padding-left: 17px;
  top: 6px;
}

.label-input100-date-small{
  font-family: Ubuntu;
  font-size: 11px;
  color: #a2a6b8ef;
  line-height: 12px;


  display: block;
  position: relative;
  pointer-events: none;
  width: 100%;
  padding-left: 17px;
  top: 17px;
}

/*------------------------------------------------------------------
[ Input ]*/

.main-container{
  position:relative;
  top:121px;
  height:116px;
}

.wrap-input100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 300px;
  height: 48px;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  margin-bottom: 10px;
  background-color : 	#f5f5f5;
}

 .wrap-input100-register{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 300px;
  height: 48px;
  position: relative;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  background-color : 	#f5f5f5;
}

.tab {
  display: none;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family:Ubuntu;
  font-size: 14px;
  color: #555555;
  line-height: 1.0;
  padding: 0 15px;
}

input.input100 {
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.focus-input100 {
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #f5f5f5;
  border-radius: 10px;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.eff-focus-selection {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.input100:focus {
  height: 48px;
}

.input100:focus + .focus-input100 + .label-input100 {
  top: 6px;
  font-size: 12px;
  line-height: 16px;
}

.has-val {
  width:100%;
  position: relative;
}

.has-val + .focus-input100 + .label-input100 {
  top: 6px;
  font-size: 12px;
  line-height: 16px;
}

/*------------------------------------------------------------------
[ Button ]*/

.container-login100-form-btn {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position:relative;
}

 .container-register-button{
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position:relative;
  top: 400px;
  left:450px;
}

button:disabled{
  background: rgba(241, 135, 64, 0.514);
}

.login100-form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 150px;
  height: 33px;
  border-radius: 50px;
  background: #FF7B24;

  font-family: Ubuntu;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 1px;
  line-height:33px;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media screen and (max-width: 992px) {
  .login100-more {
    display: none;
  }

  .limiter{
    height:992px;
  }

  .container-login100{
    height:992px;
  }

  .wrap-login100{
    height:992px;
  }
}

@media screen and (max-width: 854px) {
  .login100-form {
    width: 100%;
  }

  .login100-more {
    display: none;
  }

  .haveanaccount-label{
    margin-left: 300px;
  }

   .container-register-button{
    left:300px;
  }
}

@media screen and (max-width: 768px) {
  .login100-form {
    width: 100%;
  }

  .login100-more {
    display: none;
  }

  .haveanaccount-label{
    margin-left: 0px;
  }

  .login100-form-title {
    margin-top:-30px;
  }

  .login100-label{
    top:0px;
  }

  .cont{
    top:50px;
  }

  .validate-input {
    position: relative;
    top:20px !important;
    height: 48px;
    width: 300px;
  }

  .main-container{
    position:relative;
    top:50px;
    height:116px;
  }

  .container-register-button{
    position:relative;
    width: 50%;
    top: 150px;
    left:15px;
  }
}


@media (max-width: 576px) {
  .limiter{
    height:700px;
  }

  .container-login100{
    height:700px;
  }

  .wrap-login100{
    height:700px;
  }

  .login100-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
  height:48px;
  top:20px;
  width:300px;
}
 .validate-input-register{
  position: relative;
  top:22px;
  height:48px;
  width:300px;
}
.validate-input-register-2{
  position: relative;
  top:22px;
  height:48px;
  width:300px;
}
.validate-input-register-3{
  position: relative;
  top:22px;
  height:48px;
  width:300px;
}

.alert-validate::before {
  content: attr(data-validate);
  position: relative;
  left:300px;
  z-index: 100;
  max-width: 70%;
  background-color: #ffffff;
  border: 0px solid #c80000;
  border-radius: 10px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: Ubuntu;
  color: #c80000;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: "Ubuntu", fontAwesome;
  display: block;
  position: absolute;
  font-weight: bold;
  z-index: 110;
  color: #c80000;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/*==================================================================
/* [ Date ]*/
.span4{
  position:relative;
  left:150px;
  padding-left:10px;
  background: #f5f5f5;
  border:none;
  font-family: Ubuntu;
  font-size: 16px;
  outline:none;
}

/*==================================================================
[ Stepper ]*/

.step {
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: rgb(255, 255, 255);
  border: 1.5px solid #c7c4c4;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
  border: none;
  background-color: #FF7B24;
}

.step.finish {
  background-color: #4CAF50;
}

label.error.help-block {
  font-size: 13px;
  font-family: ubuntu;
  font-weight: bolder;
  color: red;
}

.forgot-password{
  font-family:Ubuntu;
  font-size:13px;
  color: rgb(176, 178, 180);
  cursor:pointer;
  margin-bottom: 12px;
  display:block;
  font-weight: bolder;
  margin-top:50px;
}

@media (max-width: 570px) {
  .forgot-password{
    margin-top:0px;
    margin-left:30px;
  }
}


@media (max-height: 100000px) {
  .login100-more{
    overflow:auto;
  }

  .limiter{
    overflow:auto;
  }

  .wrap-login100{
    overflow:auto !important;
  }

  .container-login100{
    overflow:auto;
  }
}

/*==================================================================
[ Radio Buttons ]*/

.box-with-shadow{
  background: #ffffff;
  -webkit-box-shadow: 1px 10px 100px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 10px 100px 0px rgba(0,0,0,0.75);
  box-shadow: 1px 10px 100px 0px rgba(0,0,0,0.75);
}

.radio-custom {
  opacity: 0;
  position: absolute;
}

 .radio-custom, .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.wrap-input100-radio{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 300px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 0px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  background-color : 	#ffffff;

  -webkit-box-shadow: 0px 0px 36px -11px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px 0px 36px -11px rgba(0,0,0,0.28);
  box-shadow: 0px 0px 36px -11px rgba(0,0,0,0.28);
}

.radio-custom-label {
  position: relative;
  padding-left: 10px;
  height: 22px;
  color: #000000;
  font-family: Ubuntu;
  font-size: 14px;
  line-height: 22px;
}

.radio-custom + .radio-custom-label:before {
  content: '';
  background: #f2f2f2;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
  background: rgb(180, 179, 179);
  box-shadow: inset 0px 0px 0px 6px #f2f2f2;
}
#prevBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100px;
  height: 30px;
  border-radius: 50px;
  background: transparent;
  display:inline-block;

  font-family: Ubuntu;
  font-size: 14px;
  font-weight: bold;
  color: black;
  line-height: 1.2;
  letter-spacing: 1px;
  line-height:33px;
  touch-action: none;
  border:none;

  margin-left: 30px;
  z-index:10;
}

/*Custom checkbox*/
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family:ubuntu;
  color: rgb(176, 178, 180);
  font-size: 13px;
}

#conversions-cont{
  margin-top:10%;
  float:left;
}

.specific-checkbox-container{
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family:ubuntu;
  color: rgb(176, 178, 180);
  font-size: 13px;
  float:left;
  margin-right:10px;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark-label{
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid lightgrey;
  border-radius:5px;
}
.placement-label{
  background-color: #91dd80;
  border: none;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkbox-total{
  font-weight:bold;
}

.checkmark-label:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark-label:after {
  display: block;
}

.checkbox-container .checkmark-label:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid lightgrey;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-container .placement-label:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);}


  .checkbox-round {
    position: relative;
  }

  .checkbox-round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
  }

  .checkbox-round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
  }

  .checkbox-round input[type="checkbox"] {
    visibility: hidden;
  }

  .checkbox-round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
  }

  .checkbox-round input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }

  .title-general{
    font-size:14px;
    font-family:ubuntu;
    font-weight: bolder;
    text-align: left;
    margin-top:5px;
    display:block;
  }

  .orange-button{
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 100px;
    width:fit-content;
    height: 30px;
    border-radius: 50px;
    background: #FF7B24;
    display:inline-block;
    position: relative;
  
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    line-height:33px;
    touch-action: none;
    border:none;
  
    margin-top: 10px;
    margin-left:10px;
  }

  
.box-subtitle{
  font-family:ubuntu;
  font-size:14px;
  color:grey;
  margin-bottom:20px;
  float:left;
  font-weight: bolder;
  display:block;
}


.table-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  padding-right: 0px !important;
}
.table-modal.fade .table-modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.table-modal.in .table-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .table-modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.table-modal-dialog{
  position: relative;
  width: auto;
  margin: 10px;
}
.table-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .table-modal-dialog {
    min-width: 600px;
    width:fit-content;
    margin: 30px auto;
  }

  #sale-history-modal{
    padding-right:0px !important;
  }

  .full-width-modal {
    width: 100%;
    margin: 30px auto;
  }

  .table-modal-content{
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.table-modal-footer{
  font-family:ubuntu;
  padding-right: 0px !important;
  background-color: #F5F6FA;
    height: 100%;
}

.modal {
  padding-right:0px !important;
}

