﻿@charset "UTF-8";
@font-face {
  font-family: "galano-grotesque-bold";
  src: url("/fonts/galanogrotesque-bold.woff2") format("woff2"), url("/fonts/galanogrotesque-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "galano-grotesque-semibold";
  src: url("/fonts/galanogrotesque-semibold.woff2") format("woff2"), url("/fonts/galanogrotesque-semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "galano-grotesque-regular";
  src: url("/fonts/galanogrotesque-regular.woff2") format("woff2"), url("/fonts/galanogrotesque-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "galano-grotesque-thin";
  src: url("/fonts/galanogrotesque-thin.woff2") format("woff2"), url("/fonts/galanogrotesque-thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0px;
  padding: 0px;
  outline: none;
  border: none;
  text-decoration: none;
  font-family: "galano-grotesque-regular";
  font-size: 14px;
}

body {
  width: 100%;
  overflow-x: hidden;
}

header {
  padding: 40px 20px;
  background-size: cover !important;
  background-color: #62269E;
}

h4 {
  font-family: "galano-grotesque-semibold";
}

footer {
  box-sizing: border-box;
  width: 100%;
  padding: 40px 20px;
  text-align: center;
  color: #FFF;
  background-color: #231B26;
}

/*---MENU--------------------------------------------------------*/
.navbar {
  max-width: 1200px;
  margin: 0 auto 0;
}

.nav-link-style {
  color: #231B26;
  font-family: "galano-grotesque-bold";
}
.nav-link-style:hover {
  text-decoration: underline !important;
  color: #231B26;
}

/*---MOBILE MENU--------------------------------------------------------*/
.topnav {
  display: none;
  overflow: hidden;
  position: relative;
}
.topnav a img {
  height: 40px;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: #231B26;
  font-family: "galano-grotesque-bold";
  padding: 14px 20px;
  text-decoration: none;
  display: block;
}
.topnav a:hover {
  color: #231B26;
  text-decoration: underline;
}

.topnav a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #62269E;
  margin: 10px;
  color: #FFF;
}
.topnav a.icon:hover {
  color: #FFF;
  background-color: #231B26;
}

/*---ABOUT--------------------------------------------------------*/
.title-text p {
  color: #FFF;
  font-size: 54px;
  font-family: "galano-grotesque-bold";
}

.header-title-text p {
  font-size: 100px;
  color: #FFF;
  text-shadow: 4px 4px #231B26;
  text-align: center;
  font-family: "galano-grotesque-bold";
}
.header-title-text div h1 {
  color: #FFF;
  text-shadow: 2px 2px #231B26;
  text-align: center;
}

.about {
  background: #FFF;
}

.about_text {
  margin-top: 25px;
  padding-right: 75px;
  text-align: justify;
}

.about_button {
  margin-top: 36px;
  display: block;
}
.about_button a {
  color: #FFF;
  padding: 15px;
  width: 250px;
  background-color: #62269E;
  display: inline-block;
  border-radius: 25px;
  text-align: center;
}
.about_button a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #231B26;
}

.about_image {
  width: 350px;
  margin: 0 auto 0;
  padding-top: 50px;
}

.section_subtitle {
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

.section_title {
  margin-top: 8px;
  color: #FFF;
}

.col-md-4 p {
  text-align: justify;
  margin-bottom: 40px;
}

/*---INTRO BOXES--------------------------------------------------------*/
.intro {
  padding-top: 40px;
}

.intro_boxes_wrap {
  width: 100%;
}

.intro_boxes_wrap > div {
  width: 100%;
  height: 498px;
}

.intro_box {
  width: 33.3333333333%;
  height: 100%;
  padding-left: 75px;
  padding-right: 75px;
}

.intro_box:first-child {
  background: #000;
}

.intro_box:nth-child(2) {
  background: #151017;
}

.intro_box:nth-child(3) {
  background: #231B26;
}

.intro_box_icon {
  width: 41px;
  height: 41px;
  fill: red;
}

.intro_box_icon img {
  max-height: 100%;
}

.intro_box_title {
  margin-top: 25px;
}

.intro_box_title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.intro_box_text {
  margin-top: 28px;
}

.intro_box_text p {
  color: #FFF;
}

/*---CONTENT--------------------------------------------------------*/
#cat-content {
  margin: 0 auto 0;
  max-width: 1400px;
  padding: 40px 60px;
}

.middle-text-title {
  color: #FFF;
  font-family: "galano-grotesque-bold";
}

.middle-text-content {
  color: #FFF;
}

.cat-item {
  display: inline-block;
  text-align: center;
  margin: 0 auto 0;
  max-width: 25%;
}
.cat-item p a img {
  width: 100%;
  padding: 20px;
}
.cat-item h5 {
  font-family: "galano-grotesque-semibold";
  text-transform: uppercase;
  font-size: 12pt;
}

/*---FLEXBOX--------------------------------------------------------*/
#flexbox {
  background: #007BFF;
  background: linear-gradient(to right, #62269E, #7C30C7);
  padding: 40px 20px;
}

/*---BRAND SLIDER--------------------------------------------------------*/
#brand {
  height: auto;
  border-top: 1px solid #E9E9E9;
}

.customer-logos {
  margin: 0 auto 0;
  max-width: 1400px;
  padding: 30px 0px;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*---FOOTER--------------------------------------------------------*/
.footer-content {
  padding: 40px 20px;
}

.footer-logo a {
  display: inline-block;
  position: relative;
}

.footer-bar {
  height: 56px;
}

.footer-row {
  margin-top: 59px;
}

.footer-icon {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #FFF;
}

/*
.footer-icon > div {
    width: 42px;
    height: 42px;
}
*/
.footer-icon > div img {
  max-width: 100%;
  max-height: 100%;
}

.footer-title {
  margin-top: 33px;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "galano-grotesque-bold";
}

.footer-list {
  margin-top: 25px;
}
.footer-list a {
  color: #FFF;
  text-transform: uppercase;
  font-family: "galano-grotesque-bold";
  letter-spacing: 2px;
  font-size: 12px;
}
.footer-list a:hover {
  color: #FFF;
}
.footer-list ul li,
.footer-list ul li a {
  color: #FFF;
  text-transform: uppercase;
  list-style: none;
  font-family: "galano-grotesque-semibold";
  font-size: 12px;
  letter-spacing: 1px;
}
.footer-list:not(:last-of-type) {
  margin-bottom: 15px;
}

/*---BOX--------------------------------------------------------*/
.box {
  padding: 60px 0px;
}
.box .box-part {
  border-radius: 0;
  padding: 0px 10px;
  margin: 30px 0px;
}
.box .box-part .fa {
  color: #62269E;
}
.box .box-part .text {
  margin: 20px 0px;
}

/*---VIEW BUTTON--------------------------------------------------------*/
.cart__action li.cart a {
  font-family: "galano-grotesque-semibold";
}

.cart__action_price li.cart a {
  font-family: "galano-grotesque-semibold";
}

/*---ADMIN--------------------------------------------------------*/
#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin 0.25s ease-out;
  -moz-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#page-content-wrapper {
  min-width: calc(100% - 52px);
  padding: 40px 20px;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

/*---ADMIN--------------------------------------------------------*/
.top-btn-wrapper {
  margin: 0 auto 0;
  padding: 10px 0px;
}
.top-btn-wrapper a i {
  color: #FFF !important;
}
.top-btn-wrapper a i a i span {
  color: #FFF !important;
  font-family: "galano-grotesque-regular" !important;
}

.fa {
  font-size: initial !important;
}

.form-group {
  margin-bottom: 0px !important;
  padding-bottom: 5px;
}

.spinner-border {
  margin: 0 auto 0;
  display: none !important;
}

.sidebar-menu-btn {
  padding: 14px 20px;
  background-color: #62269E;
  color: #FFF;
}

.table-btn {
  width: 50px;
  padding-right: 10px;
  text-align: center;
}

.table-isbn,
.table-code {
  width: 200px;
  padding: 0px 10px 0px 10px;
}

.table-date {
  width: 200px;
  padding: 0px 10px 0px 10px;
}

.table-title {
  text-overflow: ellipsis;
  max-width: 100px;
  white-space: nowrap;
  padding: 0px 10px 0px 10px;
  overflow-x: hidden;
}

.wn__pagination {
  margin-top: 20px !important;
}

.wrapper-spacing {
  padding: 10px;
}
.wrapper-spacing input {
  margin-right: 10px;
}

.select-book, .select-scolr {
  margin-right: 10px;
  border-radius: 0.25rem !important;
}

.btn-success {
  background-color: #62269E !important;
  border-color: #62269E !important;
}

.btn-success:focus, .btn-success.focus {
  background-color: #62269E !important;
  border-color: #62269E !important;
  box-shadow: 0 0 0 0.2rem rgba(133, 40, 167, 0.5) !important;
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #62269E !important;
  border-color: #62269E !important;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  background-color: #62269E !important;
  border-color: #62269E !important;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 40, 167, 0.5) !important;
}

.input-validation-error {
  border-color: #dc3545 !important;
}

.input-validation-error:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

/*---QL ÉDITOR--------------------------------------------------------*/
.ql-editor {
  min-height: 100px !important;
}

/*---SCHOOL--------------------------------------------------------*/
.form100-spacing-bottom {
  margin-bottom: 5px;
}

.tab-content .tab-pane {
  /*overflow: hidden;*/
}

.blazored-toast {
  box-shadow: none !important;
}

.scolr-order-table {
  table-layout: fixed;
  word-wrap: break-word;
}

.fa span {
  font-weight: normal !important;
}

.blazored-modal {
  width: 700px;
}

.blazored-modal-content {
  padding: 0 1.5rem !important;
}

.blazored-modal-header {
  padding: 0 1.5rem 1.5rem 1.5rem !important;
}

.blazored-modal-close span {
  font-size: 1.5rem !important;
}

.btn-order-scolr button {
  margin-bottom: 5px !important;
}

.btn-space-left button:nth-child(n+2) {
  margin-left: 10px;
}

.btn-confirm {
  margin: 5px;
}

.add {
  text-decoration: underline !important;
  font-size: 12px;
  color: #3BB3E5 !important;
  margin-top: -15px;
  cursor: pointer;
}

.remove {
  text-decoration: underline !important;
  font-size: 12px;
  color: #F63D0F !important;
  cursor: pointer;
}

/* Important part */
.modal-dialog {
  overflow-y: initial !important;
}

.modal-body {
  height: 80vh;
  overflow-y: auto;
}

.scolr-list-select-wrapper select {
  margin-bottom: 10px !important;
}
