/* Custom code from the <head> of axelradcapital.webflow.io/cash-advance-gap-loans, in page order, selectors scoped to .webflow-clone.
   Loaded after the slider stylesheets, where Webflow's head styles sit. */
/*  .yellow-btn:hover .gold-layer{
transform: translate(-50%, -50%) skew(10deg, 0);
    background-color:#FFD83C;
}*/
  
  .webflow-clone .yellow-btn:hover .gold-layer{
transform: translate(-50%, -50%) rotateZ(2deg);
    background-color:#FFD83C;
}
    .webflow-clone .transparent-btn:hover .blue-layer{
transform: translate(-50%, -50%) rotateZ(2deg);
    background-color:#00ffd1;
}
  
  .webflow-clone .w-tab-content {
overflow: visible !important;
}
  .webflow-clone .over{
overflow:hidden !important;
}
.webflow-clone .dropdown {
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.webflow-clone .dropdown.show {
  opacity: 1;
  visibility: visible;
}


.webflow-clone .rotate {
      transform: rotate(180deg);
    }

.webflow-clone input_color >
input:-webkit-autofill,
.webflow-clone input:-webkit-autofill,
.webflow-clone input:-webkit-autofill:focus,
.webflow-clone textarea:-webkit-autofill,
.webflow-clone textarea:-webkit-autofill,
.webflow-clone textarea:-webkit-autofill:focus,
.webflow-clone select:-webkit-autofill,
.webflow-clone select:-webkit-autofill:hover,
.webflow-clone select:-webkit-autofill:focus {
background-color:transparent !important;
-webkit-text-fill-color:#E7E8EB !important ;
-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
-webkit-transition: background-color 5000s ease-in-out 0s;
transition: background-color 5000s ease-in-out 0s;
}
/*
.slickprev,
.slicknext{
width:36px !important;
height:36px !important;
}
.swiper-button-next,
.swiper-button-prev{
width:36px !important;
height:36px !important;
}
*/
.webflow-clone .w-webflow-badge{
display:none !important;
}
.webflow-clone .collection-list-10 > :first-child .upcoming-card-main {
 border-top:none;
}
  

/* width */
.webflow-clone ::-webkit-scrollbar {
  width: 4px;
  height:4px;
}

/* Track */
.webflow-clone ::-webkit-scrollbar-track {
  border-radius: 10px;
}
 
/* Handle */
.webflow-clone ::-webkit-scrollbar-thumb {
  background: green; 
  border-radius: 10px;
}

.webflow-clone .click-box-parent:hover .tick-icon{
color:#1F8400;
}
.webflow-clone .click-box-parent:hover .funding-para{
color: #0A7D68 !important;
}

.webflow-clone .customer-section{
padding-top:0px !important;
}

.webflow-clone .custom_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('https://cdn.prod.website-files.com/6777a530e2d4c6b9b22adf2b/68bfc58acae8082ed75e9a0a_Vector.svg');
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 95% center;
}

.webflow-clone .financing-card:hover .financing-card-image{
transform:scale(1.1)
}
