* {
  box-sizing: border-box;
}

*,
*:focus {
  outline: none !important;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Poppins', sans-serif;
}

.btn:focus,
button:focus {
  box-shadow: none;
  outline: none;
}

.hide {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: none;
}

.main-section {
  height: 100vh;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../img/bg-img-9.jpg');
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center center;
}

html::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.section-spacing {
  padding-top: 90px;
  padding-bottom: 90px;
}

.top-nav {
  padding: 20px 0;
}

.logo {
  max-width: 180px;
  display: inline-block;
  margin-right: 10px;
}

.logo img {
  width: 100%;
  height: auto;
}

.top-nav .nav-link {
  color: black;
  font-weight: 500;
  padding: 0 1rem;
}

.header-section {
  margin-top: 80px;
}

.header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: .3s;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.04);
}

.currency-flag {
  vertical-align: middle;
}

.form-control-cust-padding {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.price-quotation .select2-selection {
  height: auto;
  padding: 0.6rem 0.75rem;
  border-color: #ced4da;
}

.price-quotation .select2-selection__rendered {
  padding: unset !important;
  color: #6c757d !important;
  line-height: 1.5 !important;
}

.price-quotation .select2-selection .select2-selection__arrow {
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
}

.price-quotation .select2-selection .select2-search__field {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .3);
}

.price-quotation .form-control:focus,
.payment .form-control:focus,
.price-quotation .select2-selection:focus,
.price-quotation .select2-selection:focus .select2-container .select2-dropdown {
  transition: all .3s;
  box-shadow: unset;
  border-color: #343a40;
}

.main-wrapper {
  height: 100%;
  overflow-y: scroll;
}

.price-quotation {
  background-color: rgba(255, 255, 255, .8);
}

.price-quotation input,
.price-quotation .form-control:focus,
.form-control:disabled,
.form-control[readonly],
.select2-container--default .select2-selection--single {
  background-color: transparent;
}

.w-20 {
  width: 20% !important;
}

.w-15 {
  width: 15% !important;
}

.w-13 {
  width: 13% !important;
}

.w-10 {
  width: 10% !important;
}

.mobile-nav .nav-item {
  width: 100%;
}

.mobile-nav .nav-item>a {
  background-color: rgba(255, 255, 255, .6);
  width: 100%;
  color: red;
  display: block;
  border: 1px solid #ececec;
  text-transform: uppercase;
  font-weight: 600;
}

.mobile-nav .nav-item:last-child button {
  border: 1px solid #ececec;
  width: 100%;
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: none;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-600 {
  font-weight: 600;
}

.text-justify {
  text-align: justify;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--bs-danger);
  color: #fff;
}

.nav-pills button {
  color: var(--bs-dark);
}

.menu-btn {
  width: 50px;
}

.menu-close {
  width: 30px;
}

.swap-currencies button {
  height: 42px;
  width: 42px;
  border: 1px solid #ced4da;
  padding: 10px;
}

.ConvertedFromAmount {
  color: rgb(92, 102, 123);
  font-weight: 600;
}

.ConvertedToAmount {
  font-size: 2.4rem;
  font-weight: 600;
  /* color: rgb(46, 60, 87); */
  margin-bottom: 24px;
}
.faded-digits{
  color: rgb(161, 166, 176);
}

.color-2-text{
  color: #6c757d;
}

#convert-btn{
    background-color: #52489c;
    color:#fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

#convert-btn:hover{
    background-color: #2a245c;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.30);
}

.copyright-area{
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #52489c;
}
.footer-menu ul{
    padding:0;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:first-child {
  margin-left:0;
}

.footer-menu li:hover a{
  color: #52489c;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

@media (max-width: 991.98px) { 
  #swap-currencies-btn{
    transform: rotate(90deg);
  }
  .w-sm-lg-100{
    width: 100%;
  }
}