.result-container {
    position: relative;
    z-index: 100;
    background: #fff;
    width: 100%;
}
.logo-img {
    margin-top: 0px;
    margin-left: 1rem;
}
label {
    color: #554948;
}

@media only screen and (max-width: 600px), 
       only screen and (min-width: 768px) and (max-width: 1024px) {
    .small-book-covers {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .modal-header .close {
        padding: 11px !important;
    }
    .m-pad {
        padding-left: 15px;
        padding-right: 15px;
    }
    .m-pad-8 {
        padding: 8px;
    }
    .m-mt-2 {
        margin-top:20px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .m-pad {
        padding-left: 7px;
        padding-right: 7px;
    }
}

#move-to-top {
    background: rgba(0, 0, 0, .3);
    bottom: 20px;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 45px;
    cursor: pointer;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
}

.mt-10 {
    margin-top:100px;
}

.mt-1 {
    margin-top:10px;
}
.mt-2 {
    margin-top:20px;
}
.mt-3 {
    margin-top:30px;
}
.mt-4 {
    margin-top:40px;
}
.br-20 {
    border-radius:20px;
}
.field-icon {
    position: absolute;
    right: 1%;
    top: 20%;
    font-size: 20px;
}

.btn-success {
  color: #fff !important;
  font-weight: bold;
  background-color: var(--rp-primary-color-dark) !important;
  border-color: var(--rp-primary-color-dark) !important;
  min-width: 100px !important;
}
.btn-success:hover {
  background-color: var(--rp-primary-color-dark-hover) !important;
  border-color: var(--rp-primary-color-dark-hover) !important;
  color: #fff !important;
}
.btn-success-white {
  color: var(--rp-primary-color-dark) !important;
  font-weight: bold;
  background-color: #fff !important;
  border-color: var(--rp-primary-color-dark) !important;
  min-width: 100px !important;
}
.btn-success-white:hover {
  background-color: var(--rp-primary-color-dark) !important;
  border-color: var(--rp-primary-color-dark) !important;
  color: #fff !important;
}

.modal-header {
    padding: 0px;
    border-bottom: 1px solid #e5e5e5;
    background: #F6F6F6;
    border-radius: 10px 10px 0px 0px;
}
.span-header {
    font-size: 16px;
    font-weight: 600;
    color: var(--rp-gray-color-1);
    display: block;
    padding: 12px 20px 1px 15px;
    margin-bottom: 8px;
}
.modal-body {
    position: relative;
    padding: 20px !important;
}