body {

    /*font-family: 'Noto Sans', sans-serif;*/
    font-family: 'Lato', sans-serif;
}
.dashboard-section {
    padding: 10px 0;
}
/*@media (min-width:992px) {
    .vertical-nav {
    position: fixed;
    top: 56px;
    left: 0;
    width: 200px;
    height: 100%;
    background-color: #f8f8f8;
    overflow-y: auto;
    padding-top: 30px
    }
        }*/
.sidebar {
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: relative;    /* box-shadow: rgb(0 0 0 / 10%) 0px 0.3rem 1.525rem -0.375rem; */
    /*padding: 0 30px;*/
    border-right: 1px solid #efefef;
}

.dash-head {
    /* padding-left: 15px; */
    color: #025fa2 !important;
    border-bottom: 1px solid #d2d2d2;
    display: block;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}

.vertical-nav {
    width: 100%;       /*margin-left: 15px;*/
}

.navbar .navbar-nav li {
    position: relative;
    list-style: none;
    transition: all 0.3s ease 0s;
}

.vertical-nav li a {
    font-size: 16px;
    font-weight: 500;
    color: #151515;
    z-index: 0;
    display: inline-block;
    align-items: center;
    position: relative;
    padding: 10px 25px 10px 10px;
    background: transparent;
    width: 100%;
    text-decoration: none;
}

.vertical-nav li a i {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

li.nav-item.active {
    background: #025fa2;
}

li.nav-item.active a, li.nav-item.active a i  {
    color: #fff;
}
.body-content {
    /* border-left: 1px solid #efefef; */
    padding-left: 30px;
}
.setting-dropdown {
    text-align: right;
    border-bottom: 1px solid #d2d2d2;
    /*padding-bottom: 15px;
    padding-top: 10px;*/
}

.setting-dropdown button {
    background: transparent;
    border: 0px;
    cursor: pointer;
    outline: 0;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.setting-dropdown button i {
    position: relative;
    top: 2px;
}

.setting-dropdown .dropdown-menu.show {
    display: block;
    background: #f7f7f7;
    border-color: #f7f7f7;
}
.book-list {
    /* box-shadow: 0 0 25px #eee; */
    margin-bottom: 30px;
}
.book-info {
    /* background: #f2f2f2; */
    /* padding: 15px; */
}
.book-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 5px;
  }
.book-info p {
    font-size: 14px;
    margin-bottom: 0;
}
.book-image img {
    height: 300px;
    object-fit: cover;
}
.view-all {
    text-align: right;
}
.view-all a {
    font-size: 18px;
    color: #025fa2;
    text-decoration: none;
    font-weight: 600;
}
.heading h2 {
    font-size: 25px;
    font-weight: 600;
    /* margin-bottom: 20px; */
    color: #025fa2;
}
.form-part input{
    height: 45px;
    border-radius: 0;
    background: #f8f8f8;
    margin-bottom: 20px;
    /*border-color: #f8f8f8;*/
}
.form-part select {
    height: 45px !important;
    border-radius: 0;
    background: #f8f8f8;
    margin-bottom: 20px;
    /*border-color: #f8f8f8;*/
}
.form-part label {
    font-size: 16px;
    font-weight: 600;
}
.form-part label span {
    color: #d80000;
}
.form-part textarea {
    border-radius: 0;
    background: #f8f8f8;
    margin-bottom: 20px;
    /*border-color: #f8f8f8;*/
}
.form-part .form-control-file{
    background: transparent !important;
}
.form-part p {
    color: #858585;
}
.form-part button {
    background: #025fa2;
    border-radius: 0;
    border-color: #025fa2;
    padding: 10px 50px;
    display: inline-block;
}
.form-part p span {
    color: #025fa2;
}
.form-check-input{
    height: auto !important;
    margin-left: 0 !important;

}
.forget a {
    color: #025fa2;
}
.login-section {
    min-height: 100vh;
}
.login-part {
    /* border-right: 2px solid #f1f1f1; */
    padding-left: 70px;
}
.login-part h3 {
    font-weight: 500;
    margin-bottom: 20px;
}
.create-account h3 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 21px;
}
.create-account a {
    background: #025fa2;
    color: #fff;
    padding: 15px 40px;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
}
.social-modal {
    margin-top: 30px;
}
.social-modal h6 {
    font-size: 18px;
    font-weight: 600;
}
.social-modal ul {
    padding: 0;
    margin: 0;
}
.social-modal ul li {
    display: inline-block;
    padding: 5px;
}
.social-modal ul li a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4f5f7;
    font-size: 22px;
    border-radius: 4px;
    text-decoration: none;
}
.social-modal ul li.fb-login a {
    color: #3e52c1;
}
.social-modal ul li.gp-login a {
    color: #d63232;
}
.social-modal ul li.ln-login a {
    color: #14a3c3;
}
.create-account h5 {
    font-weight: 600;
    margin-bottom: 20px;
}
.make-me-sticky {
    position: sticky;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}
.head-detail h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
}
.head-detail a {
    background: #025fa2;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
}
.head-detail p {
    margin-bottom: 20px;
}
.detail-info h3 {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    /*border-bottom: 1px solid #000;*/
    padding-bottom: 10px;
    padding-top: 10px;
}
.detail-info {
    padding: 20px 0;
}
.detail-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.detail-list {
    display: flex;
    align-items: center;
    align-self: center;
}

.detail-list h4 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    margin-right: 16px;
}
.detail-list h6 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    margin-right: 16px;
}
.detail-info table tbody tr th {
    font-size: 17px;
}
.similar-section h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}

@media (max-width: 767.98px) { 
.setting-dropdown button span{
    display: none;
}
.body-content {
    border-left: 0px solid #efefef;
    padding-left: 0px;
}
.book-image img {
    height: 300px;
    object-fit: cover;
}
.vertical-nav {
    display: inline-flex;
    position: fixed;
    bottom: 0;
    background: #6462621f;
    z-index: 99999;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    justify-content: space-between;
    flex-direction: row !important;
}
.vertical-nav li {
/*    float: left;
    width: 17%;
    margin-right: 8px;*/
    flex-grow: 1;
}
.vertical-nav li a {
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    color: #151515;
    z-index: 0;
    display: block;
    align-items: center;
    position: relative;
    padding: 10px 0 2px;
    background: transparent;
    width: 100%;
    text-decoration: none;
}
.make-me-sticky {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}
.vertical-nav li a i {
    position: relative;
    /*top: 0px;*/ width: 100%;
        font-size: 18px;
        display: flow-root !important;
        margin-bottom: 3px;
        color: #025fa2;
}
.vertical-nav li a span {
    font-size: 10px;
}

 }
 .tooltip > .arrow {
  left: 50% !important;
  transform: translateX(-50%);
}
.logo-mobile {
    height: 60px;
    width: 60px;
    display: block !important;
    margin-bottom: 0;
    object-fit: contain;
}
.welcome-user {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
    align-items: center;
}
.welcome .dash-head {
    /* padding-left: 15px; */
    color: #025fa2 !important;
    border-bottom: 0px solid #d2d2d2;
    display: block;
    padding-bottom: 0px;
    font-weight: 700;
    margin-bottom: 10px;
}
.user-head .setting-dropdown {
    border-bottom: 0px solid #d2d2d2;
}
.user-head img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
}
.welcome {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.welcome span {
    font-size: 13px;
    font-weight: 600;
    margin-left: 10px;
}
#file {
    border: 2px dashed #92B0B3 !important;
}
.files {
    position: relative;
}
.files:before {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    content: attr(data-before);
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}
#file {
    display: inline-block;
    width: 100%;
    padding: 95px 0 0 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M1 14.5a6.496 6.496 0 0 1 3.064-5.519 8.001 8.001 0 0 1 15.872 0 6.5 6.5 0 0 1-2.936 12L7 21c-3.356-.274-6-3.078-6-6.5zm15.848 4.487a4.5 4.5 0 0 0 2.03-8.309l-.807-.503-.12-.942a6.001 6.001 0 0 0-11.903 0l-.12.942-.805.503a4.5 4.5 0 0 0 2.029 8.309l.173.013h9.35l.173-.013zM13 13v4h-2v-4H8l4-5 4 5h-3z' fill='rgba(2,95,162,1)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 55px 55px;
    background-position: 50% 25%;
}
.no-product {
    text-align: center;
}
.no-product h3 {
    font-size: 26px;
    margin-top: 15px;
}