/******
***
*** This is stylesheet for common 
***
*******/
/* HEADER STYLE */
.navbar{
    background: #F55E98!important;
}
.navbar .navbar-brand {
    color: white;
}

.btn-pink {
    background: #F55E98;
    color: white;
    border: 1px solid #F55E98;
}

.btn-pink:hover{
    color: #F55E98;
    text-decoration: none;
    background: transparent;
}

.header {
  width: 100%;
  position: relative;
}

.header .title {
  padding: 40px 0 10px 180px;
  background: #F55E98;
  color: white;
  font-size: 27px;
  font-weight: 600;
}

.header .sub-title {
  padding: 15px 0vw 15px 180px;
  display: none;
}

.header .sub-title .sub-title-item {
  display: flex;
  margin-right: 15px;
}

.header .sub-title .sub-title-item .label {
  margin-right: 10px;
}

.header .sub-title .sub-title-item .text {
  font-weight: bold;
}

.header .logo {
  position: absolute;
  top: 45px;
  left: 40px;
}

.header .logo img {
  width: 100px;
  border-radius: 15px;
  -webkit-box-shadow: 4px 4px 26px -9px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: 4px 4px 26px -9px rgba(0, 0, 0, 0.69);
  box-shadow: 4px 4px 26px -9px rgba(0, 0, 0, 0.69);
}

.header .breadcrumb {
  background: white;
}

.header .breadcrumb .breadcrumb-item a {
  color: #787170;
}

.header .breadcrumb .breadcrumb-item.active a {
  color: #707070;
  font-weight: 500;
}

/* CONTENT STYLE */
.content {
  padding: 50px 30px;
  min-height: 520px;
}

.content .has-search {
  margin-left: 15px;
  width: 300px;
  min-width: 480px;
  position: relative;
}

.content .has-search .form-control {
  padding: 20px 30px 20px 50px;
  font-size: 18px;
  border-radius: 15px;
  border-color: #7C7C7C;
}

.content .has-search .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 94, 152, .25);
  border-color: #F55E98;
}

.content .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 40px;
  min-width: 30px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.content .has-search .form-control-feedback img {
  max-width: 100%;
}

.content .has-search .remove-btn {
  position: absolute;
  top: 3px;
  right: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #EBE8E8;
  text-align: center;
  border-radius: 50%;
  color: #727272;
  cursor: pointer;
  transition: .2s all;
  -webkit-transition: .2s all;
  display: none;
}

.content .has-search .remove-btn:hover {
  color: #F55E98;
}

.content .content-currency.row {
  max-width: 1200px;
  margin: 20px 0px;
}

.content .content-currency .currency-wrapper {
  border: 1px solid;
  border-radius: 15px;
  padding: 1vw;
  margin: 1vw 0px;
  border-color: #212529;
  color: #212529;
  transition: .3s all;
}
.content .content-currency .currency-wrapper:hover {
  background: #F55E98;
  border-color: #F55E98;
  color: white;
}
.content .content-currency .currency-wrapper .currency-header {}

.content .content-currency .currency-wrapper .currency-header .currency-code {
  display: inline-block;
  font-size: 30px;
}

.content .content-currency .currency-wrapper .currency-header .currency-desc {
  display: inline-block;
  margin-left: 10px;
  line-height: 30px;
  vertical-align: bottom;
  position: relative;
  color: #ACACAC;
}
.content .content-currency .currency-wrapper:hover .currency-header .currency-desc {
  color: white;
}

.content .content-currency .currency-wrapper .currency-body {
  margin-top: 1vw;
}

.content .content-currency .currency-wrapper .currency-body .currency-rate {
  display: inline-block;
  font-size: 60px;
  font-family: serif;
}

.content .content-currency .currency-wrapper .currency-body .currency-mmk {
  display: inline-block;
  font-size: 30px;
  margin-left: 10px;
}

.content .no-result {
  font-size: 24px;
  text-align: left;
  display: none;
}

/* MONEY CHANGER BANNER STYLE */
#money-changer-banner{
    background: #F8F8F8;
    padding: 60px;
}
/* MONEY CHANGER SUBSCRIBE STYLE */
#money-changer-subscribe{
  background: #F8F8F8;
  padding: 60px;
}


/* FOOTER STYLE */
.footer {
  background-color: #F55E98;
  padding: 50px;
  color: white;
}

.footer .company-info {
  display: flex;
  margin-bottom: 10px;
}

.footer .company-info .logo img {
  width: 100px;
  border-radius: 15px;
}

.footer .company-info .text {
  margin-left: 10px;
  position: relative;
  width: 100%;
}

.footer .company-info .text .text-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.footer .company-info .text .text-wrapper .big-text {
  font-size: 27px;
  margin-bottom: 5px;
}

.footer .company-info .text .text-wrapper .small-text {}

.footer .copyright-text {}

.footer .footer-right {
  float: right;
}

.footer .social {
  margin-bottom: 20px;
}

.footer .email {
  margin-bottom: 10px;
}

.footer .links {}

.footer .links a {
  color: white;
  transition: .2s all;
  -webkit-transition: .2s all;
}

.footer .links a:hover {
  text-decoration: none;
  color: white;
  transform: scale(2);
}

.social-btn {
  padding: 20px;
  font-size: 30px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background: #F883B0;
  color: white;
  transition: .2s all;
  -webkit-transition: .2s all;
}

.social-btn:hover {
  opacity: 0.7;
  text-decoration: none;
  color: white;
}

/*
#main-content p {
  font-size: 20px;
  font-weight: bold;
  font-family: sans-serif;
  color: #717070;
  margin-bottom: 15px;
}
*/

/* Currency detail page */
#currency-detail-page {}
#currency-detail-page .currency-chart {
  margin-bottom: 50px;
}
#currency-detail-page .currency-chart .current-rate .current-time {
  margin-bottom: 0px;
}
#currency-detail-page .currency-chart .current-rate .source-bank {
  color: #707070;
  font-weight: 600;
  margin-bottom: 20px;
}
#currency-detail-page .gray-title {
  font-size: 30px;
  font-weight: bold;
  color: #707070;
}
#currency-detail-page #money-changers {
  margin-bottom: 20px;
}
#currency-detail-page #money-changers .money-changer-items {
  margin-top: 30px;
}
#currency-detail-page #money-changers .money-changer-items .money-changer-item {
  display: block;
  border: 1px solid #2e2e2e;
  border-radius: 15px;
  margin: 5px 0px;
  padding: 15px;
  cursor: pointer;
  text-decoration: none;
  transition: .3s all;
}
#currency-detail-page #money-changers .money-changer-items .money-changer-item:hover {
  border-color: #f55e98;
  background: #f55e98;
}
#currency-detail-page #money-changers .money-changer-items .money-changer-item .money-changer-name {
  font-size: 24px;
  font-weight: bold;
  color: #2e2e2e;
}
#currency-detail-page #money-changers .money-changer-items .money-changer-item:hover .money-changer-name {
  color: white;
}
#currency-detail-page #money-changers .money-changer-items .money-changer-item .money-changer-content {}
#currency-detail-page #money-changers .money-changer-items .money-changer-item .money-changer-content .currency-item {
  margin: 5px 0px;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #707070;
}
#currency-detail-page #money-changers .money-changer-items .money-changer-item:hover .money-changer-content .currency-item {
  border-color: #F55E98;
  background: white;
}
#currency-detail-page #money-changers .money-changer-items .money-changer-item .money-changer-content .currency-item .currency {
  color: #808080;
  text-transform: uppercase;
}
#currency-detail-page #money-changers .money-changer-items .money-changer-item .money-changer-content .currency-item .rate {
  color: #2e2e2e;
}
#currency-detail-page #money-changers .money-changer-items .money-changer-item .money-changer-content .currency-item .rate small {
  font-size: 12px;
  color: #808080;
}
#currency-detail-page #rate-history {
  margin-bottom: 20px;
}
#currency-detail-page #rate-history .sub-title {
  margin-bottom: 20px;
  font-size: 14px;
  color: #717171;
}
#currency-detail-page #rate-history .rate-history-items {

}
#currency-detail-page #rate-history .rate-history-items .rate-history-item {
  border: 1px solid #707070;
  padding: 10px;
  margin: 10px 0px;
  font-size: 16px;
  color: #717171;
  max-width: 300px;
  cursor: pointer;
}
#currency-detail-page #rate-history .rate-history-items .rate-history-item .date {}
#currency-detail-page #rate-history .rate-history-items .rate-history-item .money-rate {
  text-transform: uppercase;
  text-align: right;
}

/* Money Changer Information */
#money-changer-information .information {
  padding: 30px;
  background: #f8f8f8;
  color: #151515;
}
#money-changer-information .information .changer-name {
  font-size: 48px;
  font-weight: 600;
}
#money-changer-information .information .address,
#money-changer-information .information .phone-number {
  font-size: 18px;
  font-weight: 500;
}
#money-changer-information .information .changer-logo {
  position: relative;
  background: white;
  height: 100px;
  width: 100px;
  float: right;
  border-radius: 15px;
  -webkit-box-shadow: -1px 2px 15px -4px rgba(0,0,0,0.59);
  -moz-box-shadow: -1px 2px 15px -4px rgba(0,0,0,0.59);
  box-shadow: -1px 2px 15px -4px rgba(0,0,0,0.59);
}
#money-changer-information .information .changer-logo .changer-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FF8362;
  font-size: 60px;
  font-weight: bold;
}

/* Daily rates */
#money-changer-profile {}
#money-changer-profile .gray-title {
  font-size: 30px;
  font-weight: bold;
  color: #707070;
}
#money-changer-profile .daily-rates {}
#money-changer-profile .daily-rates .daily-rates-items {
  margin-top: 30px;
}
#money-changer-profile .daily-rates .daily-rates-items .daily-rates-item {
  border: 1px solid #2e2e2e;
  border-radius: 15px;
  padding: 15px;
  cursor: pointer;
  transition: .3s all;
  margin: 5px 0px;
}
#money-changer-profile .daily-rates .daily-rates-items .daily-rates-item:hover {
  border-color: #f55e98;
  background: #f55e98;
}
#money-changer-profile .daily-rates .daily-rates-items .daily-rates-item .daily-rates-name {
  font-size: 24px;
  font-weight: bold;
  color: #2e2e2e;
}
#money-changer-profile .daily-rates .daily-rates-items .daily-rates-item:hover .daily-rates-name {
  color: white;
}
#money-changer-profile .daily-rates .daily-rates-items .daily-rates-item .daily-rates-content {}
#money-changer-profile .daily-rates .daily-rates-items .daily-rates-item .daily-rates-content .currency-item {
  margin: 5px 0px;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #707070;
}
#money-changer-profile .daily-rates .daily-rates-items .daily-rates-item:hover .daily-rates-content .currency-item {
  border-color: #F55E98;
  background: white;
}
#money-changer-profile .daily-rates .daily-rates-items .daily-rates-item .daily-rates-content .currency-item .currency {
  color: #808080;
  text-transform: uppercase;
}
#money-changer-profile .daily-rates .daily-rates-items .daily-rates-item .daily-rates-content .currency-item .rate {
  color: #2e2e2e;
}
#money-changer-profile .daily-rates .daily-rates-items .daily-rates-item .daily-rates-content .currency-item .rate small {
  font-size: 12px;
  color: #808080;
}




@media only screen and (max-width: 1440px) {
  .content .content-currency .currency-wrapper .currency-body .currency-rate {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .content .has-search .form-control {}

  .content .has-search .form-control-feedback {
    left: 10px;
  }

  .content .content-currency .currency-wrapper .currency-header .currency-code,
  .content .content-currency .currency-wrapper .currency-body .currency-mmk {
    font-size: 28px;
  }
}

@media only screen and (max-width: 768px) {
  .content {
    min-height: 375px;
  }

  .content .has-search {
    width: 100%;
  }

  .content .no-result {
    text-align: center;
  }

  .footer .footer-right {
    margin-top: 10px;
    float: none;
  }
  #money-changer-information .information .changer-name {
    font-size: 32px;
  }
  #money-changer-information .information .address,
  #money-changer-information .information .phone-number {
    font-size: 16px;
  }
  #money-changer-information .information .changer-logo {
    width: 80px;
    height: 80px;
    border-radius: 12px;
  }
  #money-changer-information .information .changer-logo .changer-text {
    font-size: 50px;
  }
}

@media only screen and (max-width: 576px) {
  .header .title {
    padding: 40px 0 10px 100px;
  }

  .header .sub-title {
    padding: 15px 0px 15px 35px;
    display: block;
  }

  .header .logo {
    top: 45px;
    left: 35px;
  }

  .header .logo img {
    width: 55px;
    border-radius: 10px;
  }
  .header .breadcrumb {
    padding: 15px 0px 15px 35px; }
  .content {
    min-height: unset;
  }

  .content .no-result {
    text-align: center;
  }

  .content .has-search {
    min-width: auto;
    width: 100%;
    margin: 0px;
    padding: 0px 15px;
  }

  .content .has-search .remove-btn {
    right: 20px;
  }

  .content .has-search .form-control-feedback {
    left: 30px;
  }

  .content .has-search .form-control {
    border-radius: 15px;
    font-size: 14px;
  }

  .content .content-currency .currency-wrapper {
    margin: 10px 0px;
    padding: 20px;
  }

  .footer {
    padding: 15px;
  }

  .footer .company-info .text .text-wrapper .big-text {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .footer .company-info .text .text-wrapper .small-text {
    font-size: 12px;
  }

  .footer .copyright-text {
    font-size: 12px;
  }

  .footer .company-info .logo img {
    width: 50px;
    border-radius: 10px;
  }

  .footer .footer-right {
    float: none;
    margin-top: 30px;
  }

  .social-btn {
    padding: 15px;
    font-size: 20px;
    width: 50px;
  }

  .footer .email {
    font-size: 12px;
  }

  .footer .links a {
    font-size: 12px;
    display: block;
  }

  #main-content p {
    font-size: 14px;
  }
  
  #money-changer-information .information .changer-name {
    font-size: 20px;
  }
  #money-changer-information .information .address,
  #money-changer-information .information .phone-number {
    font-size: 14px;
  }
  #money-changer-information .information .changer-logo {
    width: 60px;
    height: 60px;
    border-radius: 8px;
  }
  #money-changer-information .information .changer-logo .changer-text {
    font-size: 40px;
  }
}

@media only screen and (max-width: 320px) {
  .content .content-currency .currency-wrapper .currency-body .currency-rate {
    font-size: 40px;
  }

  .content .content-currency .currency-wrapper .currency-body .currency-mmk {
    font-size: 20px;
  }

}