body {
    background: #FBFBFF;
}
/**search bar style **/
.dspdfvfw-wrapper {
    width: 100%;
    margin: auto;
    padding-top:20px;
}

.dspdfvfw-row {
    display: grid;
    grid-template-columns: 25fr 75fr;
    grid-column-gap:40px;
}

.dspdfvfw-catalog {
    display: grid;
    grid-template-columns: 75fr 25fr;
    grid-column-gap:50px;
}

input.dspdfvfw-add-search {
    width: 100%;
    
}
.dspdfvfw-cat-title h4 {
    margin: 0px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
    background: #7348ED;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  ul.dspdfvfw-cat-lists {
    padding: 0px;
  } 

  ul.dspdfvfw-cat-lists li {
    list-style-type: none;
     border-bottom: 1px solid #E3E3E3;
     padding-top: 5px;
     padding-bottom: 5px;
     transition: 1s;
     padding-left:5px;
     cursor:pointer !important;
  }

  ul.dspdfvfw-cat-lists li a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 35px;
    color: #34495e;
    text-decoration: none !important; 
    pointer-events: none !important;
    text-transform:capitalize;
  }

  ul.dspdfvfw-cat-lists li a:hover {
     color:#112A46;
  }
  ul.dspdfvfw-cat-lists li a::selection {
    color:#112A46;
  }

  ul.dspdfvfw-cat-lists li a:hover {
    font-size: 18px;
    transition-timing-function: ease-in;
    transition: 1s;
}
ul.dspdfvfw-cat-lists li a:hover {
  transition-timing-function: ease-out;
  transition: 1s;
}

ul.dspdfvfw-cat-lists li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  content: "\f058";
  padding-right: 8px;
}

ul.dspdfvfw-cat-lists li:hover {
  padding-left: 10px;
  transition: 0.6s;
}

/**SEARCH BOX**/

.dspdfvfw-search {
  padding-left: 25px;
  display: flex;
  align-items: center;
  margin : auto;
  width : 100%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #DAE0FF;
  border-radius: 3px;
}

.dspdfvfw-select-area {
  color : #4451FE;
  display : flex;
  align-items: center;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px; ;
}

.dspdfvfw-text {
  padding-left:10px;
  padding-right: 10px;
}

.dspdfvfw-search-text {
  width: 100%;
  border: none;
  color: #000000;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px; ;
}

.dspdfvfw-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px; 
}

.dspdfvfw-text-and-icon {
  width: calc(100% - 5%);
  display: flex;
  align-items: center;
}

.dspdfvfw-search-icon {
  color : #ADB6C8;
}

.dspdfvfw-search-text:focus {
  outline: none !important;
}

.dspdfvfw-search-text:focus + .search-icon{
  color :#7348ED;
}

.dspdfvfw-sort-options {
  width: 100%;
  height: 50px;
  background: #ffffff;
  background: #FFFFFF;
  border: 1px solid #DAE0FF;
  border-radius: 3px;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  padding-left: 5px;
  padding-right: 5px;
}
.dspdfvfw-feature img {
  width: 100%;
  height: auto;
  /* aspect-ratio: 1/1.4; */
}
.dspdfvfw-grid-container {
  padding-top: 32px;
}
.dspdfvfw-grid-col {
  padding: 10px;
  text-align: center;
}
.dspdfvfw-item-wrap {
  background: #FFFFFF;
  border: 1px solid #DAE0FF;
  padding: 10px;
}
.dspdfvfw-content a {
  text-decoration: none !important;
  display: inline-block;
  padding-left:5px;
  padding-right:5px;
  text-transform: capitalize;
}

.dspdfvfw-content h2 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #112A46;
  padding-top: 10px;
  margin-bottom: 8px;
}


.dspdfvfw-modal .modaal-container  {
  background:transparent !important;  
} 

.dspdfvfw-search-text {
  border: none !important;
  background: none !important;
}

 body.pdfviewer-template-default.single.single-pdfviewer  {
  background-color: transparent !important;
}

.modaal-container iframe :root {
  --body-bg-color: transparent !important;
}
 .modaal-fullscreen .modaal-close {
  top:50px !important;
}

ul.dspdfvfw-cat-lists li.active {
  background: #4b6584;
  color:#ffffff;
}
ul.dspdfvfw-cat-lists li.active a {
  color:#ffffff;
}

/*Responsive query */
@media only screen and (max-width: 786px) {
  .dspdfvfw-row {
    grid-template-columns: 100%;
  }
  .dspdfvfw-cat-filters {
    padding-bottom: 30px;
  }
  .dspdfvfw-search-text {
    padding-left:0px !important; 
  }
  .dspdfvfw-catalog {
    grid-column-gap:10px;
  }
}

/*list view css herer*/

.dspdfvfw-list-col {
  display: flex;
  background: #FFFFFF;
  border: 1px solid #DAE0FF;
  padding:25px;
  margin-top: 20px;
}

.dspdfvfw-list-content {
  padding-left: 37px;
} 

.dspdfvfw-list-titile a h2 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  }
  .dspdfvfw-list-titile a {
    text-decoration: none;
}

.dspdfvfw-list-desc p {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}

.dspdfvfw-list-featured {
  width: 100%;
  max-width: 200px;
}
.dspdfvfw-list-featured img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .dspdfvfw-list-col {
    display: flex;
    flex-direction: column;
}
.dspdfvfw-list-featured {
  width: 100%;
  max-width: 250px;
  margin: auto;
}
.dspdfvfw-list-titile a h2{
  padding-top: 20px;
}
.dspdfvfw-list-titile {
  text-align: center;
  padding-top: 20px;

}
.dspdfvfw-list-read {
  text-align: center;
  padding-bottom: 25px;
}

}

body.admin-bar .modaal-wrapper.modaal-fullscreen {
  margin-top: 30px;
}

body.admin-bar .modaal-fullscreen .modaal-close{
  top: 80px !important;
}
