.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs22 {
  font-size: 22px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs25 {
  font-size: 25px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  focnt-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
}

body {
  focnt-family: "Montserrat", sans-serif;
  font-weight: 500 !important;
}
.bg-primary {
  background: #4be362 !important;
  color: #021f1f !important;
}
.btn-primary {
  background: #4be362 !important;
  backdrop-filter: unset !important;
  color: black !important;
  border: 3px solid #14ab10 !important;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 600 !important;
}

.btn-primary:hover {
  background: #0e2a11 !important;
  color: #4be362 !important; 
}

.btn-success{
    background: #0e2a11 !important;
    color: #4be362 !important; 
    font-size: 16px !important;
    border: 3px solid #4be362 !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
} 

.btn-success:hover{
    border: 3px solid #14ab10 !important;
    background: #4be362 !important;
    color: #14ab10 !important; 
}

.btn-success-2{
    background: #0e2a11 !important;
    color: #4be362 !important; 
    font-size: 16px !important;
    border: 3px solid #14ab10 !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
} 
 
 
 .br-1{
     border: 3px solid #14ab10 !important;
 }
 .bg-1{
     background: #4be362 !important;;
 }
 
 .br-2{
     border: 3px solid #4be362 !important;
 }
 
 .bg-2{
     background: #0e2a11  !important;;
 }






.crancy-wc__button button {
  border: 3px solid #14ab10 !important;
}
.crancy-wc__button button:hover {
  background: #0e2a11 !important; 
  border: 3px solid #14ab10 !important;
  color: #4be362 !important; 
}


.subtitle-four {
    background-color: rgb(0 0 0 / 75%);
    color: var(--primary-color-4);
}


.text-primary {
  color: #4be362 !important;
}

.card, .round {
  border-radius: 15px !important;
  border: none;
}
.rounded {
  border-radius: 10px !important;
  border: none;
}
.opacity-90 {
  opacity: 90%;
}

.blur {
  backdrop-filter: blur(50px) !important;
  background: transparent !important; 
}

.blur-bg {
    backdrop-filter: saturate(180%) blur(10px) !important;
    background-color: rgb(186 241 199 / 75%) !important;
}

.blur-bg-danger {
    backdrop-filter: saturate(180%) blur(10px) !important;
    background-color: rgb(241 186 186 / 75%) !important;
}

.blur-bg-warning {
    backdrop-filter: saturate(180%) blur(10px) !important;
    background-color: rgb(241 234 186 / 75%) !important;
}

.blur-bg-success {
    backdrop-filter: saturate(180%) blur(10px) !important;
    background-color: rgb(186 241 203 / 75%) !important;
}

.card{
    border: 3px solid #2abf2621 !important;
}

.crancy-wc__form-input, .form-control{
    background: transparent !important;
    border: 3px solid #2abf2621 !important;
    color: #f5f5f5 !important;
    border-radius: 10px !important; 
}

.nice-select, select, .crancy-table-filter__single input {
    background: transparent !important;
    border: 3px solid #2abf2621 !important;
    border-radius: 10px !important; 
    color: #f5f5f5 !important;
}

.form-control::placeholder{
    color: white !important;
}
.form-control{
    color: white !important;
}
.crancy-table-filter__single::focus{
    border-radius: 10px !important; 
}

.crancy-wc__toggle { 
    color: #0e2a11 !important;
}

.nice-select .list li{
    color: #000 !important;
}

.crancy-wc__form-main input, .crancy-wc__form-main select  {
    color: #f5f5f5 !important;
}


.ntfmax-wc__btn{
    color: #000 !important;
}

.ntfmax-wc__btn:hover{
    background: #4be362 !important;
    color: #000 !important;
}

.form-control {
  font-size: 14px;
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.form-label {
  color: white !important;
}
.label{
    font-size: 14px !important;
    color: #021f1f !important;
}
.auth-form {
  width: 100%;
}
html,
body {
  height: 100%;
}



img{
    pointer-events: none !important;
}

footer {
    display: none;
}
@media (max-width: 768px) {
    footer {
        display: block;
    }
}

.un-bottom-navigation {
    padding-top: 56px
}

.un-bottom-navigation .em_body_navigation {
    background-color: rgb(186 241 199 / 75%) !important;
    backdrop-filter: blur(5px);
    min-height: 56px;
    position: fixed;
    width: 100%;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 99;
    border-top: 1px solid var(--gray-200);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: 20px;
    padding-right: 20px
}

@media(min-width: 576px) {
    .un-bottom-navigation .em_body_navigation {
        min-height: 60px
    }
}

.un-bottom-navigation .em_body_navigation .item_link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 56px;
}

.un-bottom-navigation .em_body_navigation .active {
    color: #4be362 !important;
}


.btn_navLink {
    color: #021f1f !important;
}

 


.un-bottom-navigation .em_body_navigation .item_link .btn_navLink {
    width: 45px;
    height: 45px;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 0;
    justify-items: center
}

.un-bottom-navigation .em_body_navigation .item_link .btn_navLink::after {
    content: "";
    background-color: var(--dark);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    bottom: 3px;
    opacity: 0;
    left: 45%
}

.un-bottom-navigation .em_body_navigation .item_link .btn_navLink .icon_active {
    display: none
}

.un-bottom-navigation .em_body_navigation .item_link .btn_navLink i {
    font-size: 20px;
}


.un-bottom-navigation .filter-blur .em_body_navigation {
    backcground: #101215 !important;
    -webkit-backdrop-filter: saturate(1) blur(20px);
    -o-backdrop-filter: saturate(1) blur(20px);
    -ms-backdrop-filter: saturate(1) blur(20px);
    backdrop-filter: saturate(1) blur(20px)
}

