.height-auto{
    height: auto;
}

#footer{
    height:auto;
    min-height: unset;
}

.mx-w-100{
    max-width: 100% !important;
}

.mx-w-500{
    max-width: 500px!important;
}

.mx-w-600{
    max-width: 600px!important;
}

.mx-w-280{
    max-width: 280px;
}

.mn-w-280{
    min-width: 280px;
}
.form-label{
    color: rgba(0, 0, 0, 0.54)
}

.btn-outline-danger:hover{
    color: white!important;
}

.footer-nav>.nav-item>.nav-link:hover{
    background: rgba(255, 255, 255, 0.04) !important;
    color: inherit!important;
}
/*#profile .page-header,*/
/*#login,*/
/*#login-v2,*/
/*#register,*/
/*!*#register-v2,*!*/
/*#forgot-password,*/
/*#reset-password,*/
/*#lock-screen,*/
/*#coming-soon,*/
/*#maintenance {*/
/*    background: url("../img/dark-material-bg.jpg") no-repeat;*/
/*    background-size: cover;*/
/*}*/


.banner{
    /*background-image: url("../img/header-bg.png") !important;*/
    /*-webkit-background-size: cover;*/
    /*background-size: cover*/
    background: #0D47A1;
}

.index-link-profile{
    width: auto;
    text-decoration: none;
}

.index-link-profile:hover{
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.65);
    text-decoration: none;
}

.btn-icon-group>button>i{
    color: #0d95e8;
}

.btn-fab.btn-success>i{
    color: #ffffff!important;
}

.price-package{
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    margin: 8px;
    display: flex;
    flex-direction: column;
    cursor: pointer
}

.price-package:hover,
.price-package.active{
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2), 0 12px 17px 2px rgba(0,0,0,.14), 0 5px 22px 4px rgba(0,0,0,.12);
}

.price-package-header{
    background-color: #3c4252;
    padding: 16px 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.price-package.active>.price-package-header{
    background-color: #039be5;
}


.price-package-title{
    font-size: 17px;
    color: #ffffff;
    text-transform: uppercase;
}

.price-package-promo{
    font-size: 13px;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
}

.price-package-body{
    display: flex;
    flex-direction: column;
    padding: 32px;
}

.price-package-price{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.price-value{
    font-size: 58px;
    font-weight: 300;
    line-height: 1;
    color: #039be5;
}

.price-currency{
    padding-right: 4px;
    font-size: 24px;
    font-weight: 600;
    color: #039be5;
}

.price-package-details{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items:center;
}

.price-credit-value{
    font-size: 38px;
    font-weight: 300;
    line-height: 1;
    color: #039be5;
    margin: 20px 0;
}

.price-credits-text{
    font-size: 20px;
    font-weight: 300;
}

.price-package-separator{
    border: 1px solid rgba(0,0,0,.12);
    margin: 32px 0;
}

.price-radio{
    display: none;
}

.price.border {
    cursor: pointer;
}

.price.border.active {
    border: 4px solid #039be5!important;
    border-radius: 2px;
}
.icon-3x{
    font-size: 72px;
}

.icon-2x{
    font-size: 48px;
}

.step>a{
    font-size: 16px!important;
}

.step.success>a{
    color: #2196F3!important;
}

.step.success>a>i{
    color: #28A745!important;
}

.select2-container--material {
  width: 100% !important;
  /**
   * Textbox
   */
  /**
   * Dropdown
   */
  /**
   * Options
   */
  /**
   * Focused textbox
   */
  /**
   * Disabled textbox
   */
}
.select2-container--material ::-webkit-input-placeholder {
  color: inherit;
}
.select2-container--material :-ms-input-placeholder {
  color: inherit;
}
.select2-container--material ::-ms-input-placeholder {
  color: inherit;
}
.select2-container--material ::placeholder {
  color: inherit;
}
.select2-container--material .select2-selection {
  /* @extend input */
  overflow: visible;
  font: inherit;
  touch-action: manipulation;
  margin: 0;
  line-height: inherit;
  border-radius: 0;
  box-sizing: inherit;
  /* @extend .form-control */
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: .5rem 0 .6rem;
  font-size: 14px;
  line-height: 1.5;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  margin-top: .2rem;
  margin-bottom: 1rem;
  /* @extend input[type=text] */
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: 0;
  width: 100%;
  font-size: 14px;
  box-shadow: none;
  transition: all .3s;
  min-height: 2.1rem;
}

/*.select2-container .select2-selection--single .select2-selection__rendered {*/
/*  padding-left:0;*/
/*}*/
.select2-container--material .select2-selection .select2-selection__rendered {
  padding-left: 0!important;
}
.select2-container--material .select2-selection--single .select2-selection__rendered {
  float: left;
}
.select2-container--material .select2-selection--single .select2-selection__arrow {
  float: right;
}
.select2-container--material .select2-selection--multiple {
  /**
   * Multiple selected options
   */
  /**
   * Multiple selected option clear button
   */
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
}
.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice {
  /* @extend .mdl-chip */
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 16px;
  background-color: #dedede;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  margin: 2px 0;
  font-size: 0;
  white-space: nowrap;
  /* @extend .mdl-chip__text */
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-bottom: 4px;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
  /* Hide default content */
  font-size: 0;
  opacity: 0.38;
  cursor: pointer;
  float: right;
  margin-top: 4px;
  margin-right: -6px;
  margin-left: 6px;
  transition: opacity;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove::before {
  content: "cancel";
  /* @extend .material-icons */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color: #000;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 0.54;
}
.select2-container--material .select2-search--inline .select2-search__field {
  width: 100%;
  margin-top: 0;
  /* Match input[type=text] */
  height: 34px;
  line-height: 1;
}
.select2-container--material .select2-dropdown {
  border: 0;
}
.select2-container--material .select2-dropdown .select2-search__field {
  min-height: 2.1rem;
  margin-bottom: 16px;
  border: 0;
  border-bottom: 1px solid #ccc;
  transition: all .3s;
}
.select2-container--material .select2-dropdown .select2-search__field:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.87);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.87);
}
.select2-container--material .select2-results__options {
  /* @extend .zf-shadow-depth* */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  /* @extend .dropdown-content */
  background-color: #fff;
  margin: 0;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  z-index: 999;
  will-change: width,height;
  /* @extend .dropdown-content inline styles */
}
.select2-container--material .select2-results__option {
  /* @extend .dropdown-content li */
  cursor: pointer;
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5rem;
  text-align: left;
  text-transform: none;
  /* @extend .dropdown-content li>a, .dropdown-content li>span */
  font-size: 14px;
  display: block;
  padding: 1rem;
  /**
   * Disabled options
   */
  /**
   * Selected option
   */
  /**
   * Active/hovered option
   */
}
.select2-container--material .select2-results__option[aria-disabled=true] {
  /* @extend .select-dropdown li.disabled */
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent !important;
  cursor: context-menu;
  /* @extend .disabled */
  cursor: not-allowed;
}
.select2-container--material .select2-results__option[aria-selected=true] {
  /* @extend .dropdown-content li:active, .dropdow-content li:hover */
  color: rgba(0, 0, 0, 0.87);
  background-color: #eee;
}
.select2-container--material .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd;
}
.select2-container--material.select2-container--focus .select2-selection {
  /* @extend input[type=text]:focus */
  border-bottom: 1px solid rgba(0, 0, 0, 0.87);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.87);
}
.select2-container--material.select2-container--disabled .select2-selection {
  /* @extend .select-wrapper input.select-dropdown:disabled */
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
  box-shadow: none;
}

.media-box{
    position: relative;
}

.media-relative{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}


.media-buttons-group{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    padding: 4px;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

#chat{
    position: relative!important;
}

.text-decoration-none{
    text-decoration: none!important;
}

.word-break-all{
    word-break: break-all;
}

.btn-icon-group>a.btn.btn-outline-secondary>i {
    color: #0d95e8;
}
.btn-icon-group>a.btn.btn-outline-secondary:hover>i {
    color: #ffffff;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

#chat .page-content-wrapper > .page-content-card {
background: url("../img/rain-grey.png");
}

.chat-footer{
    max-height: unset!important;
}

.bounceIn-profile-holder {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.bounceIn-profile-overlay {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    padding-top: 45%;
}

.bounceIn-profile-overlay i{
    opacity: 1;
}

.bounceIn-profile-overlay p {
    opacity: 1;
    color: white;
}

.bounceIn-profile {
    width: 250px;
    height: 280px;
    background-repeat:no-repeat;
    background-size:cover;

}

.not-like-holder {
    background-color: white;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    padding-top: 11px;
    position: absolute;
    bottom: -21px;
    left: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.chat-with-holder {
    background-color: white;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    padding-top: 11px;
    position: absolute;
    bottom: -21px;
    right: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.chat-with-v2-holder {
    background-color: white;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    padding-top: 19px;
    position: absolute;
    bottom: -26px;
    left: 94px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.match-these-holder {
    background-color: white;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    padding-top: 19px;
    position: absolute;
    bottom: -26px;
    left: 94px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.not-like {
    font-size: 1.9em;
    color: #6c757d;
}

.chat-with {
    font-size: 1.7em;
    color: #007bff;
}

.chat-with-v2 {
    font-size: 2.2em;
    color: #007bff;
}

.match-these {
    font-size: 2.2em;
    color: #dc3545;
}

.match-these-overlay {
    font-size: 3em;
    color: #dc3545;
    text-shadow: 0px 0px 13px white;
}

.match-details-holder {
    margin-top: 40px;
    margin-bottom: 0;
}

.fsize-35{
    font-size: 35px;
}

.messages-unread{
    top: -10px!important;
    right: -15px!important;
}

.left-side-col{
    min-width: 280px;
}

.chat-toolbar{
    height: unset!important;
    min-height: unset!important;
    max-height: unset!important;
}

main{
    overscroll-behavior:none;
    -webkit-overscroll-behavior: none;
    -webkit-overflow-scrolling: touch;
}

.content-alt{
    display: block!important;
    min-height: unset;
    flex: unset!important;
}

.animation-element {
    opacity: 0;
    position: relative;
}

.animation-element.fade-in{
    opacity: 0;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.animation-element.fade-in.in-view{
    opacity: 1;
}

@media (min-width: 771px) {
    .left-side-col{
        width: 100%!important;
    }
}

@media (max-width: 771px) {
    .company-info{
        font-size: 10px;
    }
    .footer-left>a{
        /*display: none;*/
    }
    .footer-nav>li>a{
        font-size: 9px;
        height: 1.5rem;
    }
}

@media (max-width: 991px) {
    #profile > div.page-header.profile-view-main {
        height: 456px;
        min-height: 456px;
        max-height: 456px;
    }

    #profile > div.page-header.profile-view-main>div>div>img{
        width: 260px;
        height: auto;
    }
}

@media (max-width: 580px) {
    /*.last-message-time,*/
    /*.unread-message-count{*/
    /*    display: none;*/
    /*}*/
    .unset-height{
        height: unset!important;
        min-height: unset!important;
        max-height: unset!important;
    }
}

@media (max-width: 550px) {
    .step{
        width: 100% !important
    }
}


@media (max-width: 409px) {
    .test-footer{
        margin-bottom: -200px;
    }
    nav#footer,
    nav#footer>div:first-child{
        padding-left: 4px!important;
        padding-right: 4px!important;
    }
    .footer-left > a{
        margin: 4px 16px;
    }
}

.build-logo{
    width: 40px;
    height: 40px;
    background-color: #2196F3;
    color: #fff;
    font-size: 24px;
    border-radius: 4px;
    text-align:center;
    line-height: 40px;
}

body.fuse-aside-folded:not(.fuse-aside-expanded) #aside > .aside-content > .aside-toolbar {
    padding-left: 12px!important;
}

.custom-file-label{
    overflow: hidden;
}

#login-v2 .form-wrapper .form-content {
    width: 600px;
    max-width: 100%;
}

body.fuse-aside-folded:not(.fuse-aside-expanded) #aside > .aside-content > .aside-toolbar > .logo > .aside-link{
    display: none;
}

.search-collapse{
    position: absolute;
    z-index:100;
    width:100%;
}

.message-input-wrap>div {
    border-radius: 0;
}
.message-input-wrap>div>textarea,
.black-textarea{
    color: rgba(0, 0, 0, 0.87)!important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.24) !important;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.24)!important;
}

.message-input-wrap>div>textarea::placeholder,
.black-textarea::placeholder{
    color: rgba(0, 0, 0, 0.60)!important;
}
.black-textarea:disabled{
    background-color: lightgrey;
}
.msg-icons{
    font-size:34px;
    color: white!important;
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.btn-send, .btn-chat{
    min-width: 40px!important;
}

.label-text-color{
    color: rgba(0, 0, 0, 0.54)!important;
}

.form-group-small{
    padding-top: 8px;
    margin-bottom: 16px;
}

.bordered-textarea{
    border: 1px solid;
    padding: 8px;
}

.unread-message-count{
    font-weight: bold;
    font-size:18px;
}

.contact-wrapper:hover,
.contact.active {
    background: lightgrey;

}

.chat-list .contact > a{
    min-height: 8.8rem;
}
input:disabled,
textarea:disabled {
    cursor: not-allowed!important;
    color: grey!important;
}
input:disabled{
    padding-top:8px!important;
    background:lightgrey!important;
}

.fsize-24{
 font-size: 24px!important;
}
.fsize-18{
    font-size: 18px!important;
}

.aside-link{
    max-width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-success.redirect-button{
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
    color: #fff !important
}
.btn-success.redirect-button:hover{
    color: #fff;
    background-color: #0c83e2;
    border-color: #0c7cd5;
}
.legal-content>p>a{
    color: #2196F3;
}
.legal-content>p>a:hover{
    color: #0c7cd5;
}
#preloader{background:#2F3131 !important; bottom:0; height:100%; left:0; overflow:hidden !important;  position:fixed; right:0; top:0; width:100%; z-index:99999; text-align:center;}
.clear-loading { text-align: center;  position: absolute; top: 50%; left: 50%; margin-left: -175px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; display:inline-block;  text-align:center; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%);}

 /*Loading Effect */
.loading-effect{width:350px; height:350px;}
.loading-effect span{float:left; margin-top:28px;}
.loading-effect img {width: 300px;}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{display:none;}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor: url(../img/close.png) 25 25, pointer;}

.form-control.is-invalid.custom-invalid {
    padding-right: 0;
}

.invalid-feedback-custom {
    width: 250px;
}



/* ribbon */
.ribbon {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #b11818;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 180px;
    padding: 6px 0;
    background-color: #dc3545;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -29px;
  top: 25px;
  transform: rotate(45deg);
}

.old-credits {
    color: black;
    text-decoration: line-through;
}

.copyright-footer {
    color: white;
    font-size: 10px;
}

#chat .page-content-wrapper > .page-content-card > .page-content #chat-content-views #chat-view .chat-content {
    flex: 100;
}

.date-birth .js-select2.format,
.date-birth .select2-container--material {
    width: calc(33% - 4px)!important;
    display: inline-block;
    float: left;
}


.select-city .js-select2.format,
.select-city .select2-container--material {
    width: 100%!important;
    display: inline-block;
    float: left;
}

.phone-input input {
    color: black!important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22)!important;
}

.phone-input input::placeholder {
    color: red!important;
    opacity: 1; /* Firefox */
}





.item.media {
    position: relative;
}

.item:hover .locked ~ .overlay-b {
    display: block;
    z-index: 9999;
}

.overlay-b .btn {
    top: 50%;
    margin-top: -23px;
    margin-right: 0px;
}

.overlay-b {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
    display: none;
}

.item:hover .overlay-b {
    display: block;
}

.modal-backdrop {
    z-index: -100;
}

.messages-unread {
    top: -10px!important;
    right: -15px!important;
}

.footer .nav-link {
    height: 2.5rem;
    padding: 0 .5rem;
}

@media (max-width: 768px) {
    .footer {
        font-size: 9px;
    }

    .footer img {
        width: 50px!important;
    }

    .footer img.secure-bar {
        width: 100%!important;
    }

    .footer .nav-link {
        height: 1.5rem;
    }
}

.line-height-12 {
    line-height: 12px;
}