.text-margin-top-10 {
    margin-top: 10px;
    display: inline-block;
}
::placeholder{
    color: #FFFFFF;
    opacity: 1;
    font-weight: bold;
}
.text-padding-left-10 {
    padding-left: 10px;
    display: inline-block;
}
.text-padding-left-4 {
    padding-left: 4px;
    display: inline-block;
}
.div-margin-top-50 {
    margin-top: 50px;
}
.w-150 {
    width: 150px;
}
.pl-40{
    padding-left: 40px;
}
.pt-5{
    padding-top: 5px!important;
}
.mr-50{
    margin-right: 50px;
}
.mr-130{
    margin-right:130px;
}
.ml-5{
    margin-left:5px;
}
.ml-10{
    margin-left:10px;
}
.ml-40{
    margin-left: 40px;
}
.mb-60{
    margin-bottom:60px;
}
.mt-14{
    margin-top: 14px;
}
.mt-30{
    margin-top: 30px;
}
.mt-10{
    margin-top: 10px;
}
.mt-40{
    margin-top: 40px;
}
.mt-100{
    margin-top: 100px;
}
.mt-110{
    margin-top:110px;
}
.mt-50{
    margin-top: 50px;
}
.mt-125{
    margin-top: 125px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-10{
    margin-bottom: 10px;
}
.pt-140 {
    padding-top: 140px;
}
.pt-150 {
    padding-top: 150px;
}
.mt-5{
    margin-top:5px!important;
}
.mt-15{
    margin-top:15px!important;
}
.mt-25 {
    margin-top: 25px;
}

.mt-75{
    margin-top: 75px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-32{
    margin-bottom: 32px;
}

.mb-40{
    margin-bottom: 40px;
}


.mb-100 {
    margin-bottom: 100px;
}
.mb-200 {
    margin-bottom: 200px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-25 {
    padding-top: 25px;
}

.pl-30{
    padding-left: 30px!important;
}

.pl-50 {
    padding-left: 50px;
}

.pb-10{
    padding-bottom: 10px;
}

.pb-50{
    padding-bottom: 50px;
}

.div-margin-top-100 {
    margin-top: 100px;
}

.div-margin-top-300 {
    margin-top: 300px;
}

.w-90 {
    width: 90px;
}

.w-40 {
    width: 40px;
}

.w-150 {
    width: 150px;
}

.w-185 {
    width: 185px;
}

.w-200 {
    width: 200px;
}

.w-330 {
  width: 330px;
}

.blur {
    filter: blur(2px);
}

.no-select {
    user-select: none;
}

.btn {
    /*text-transform: uppercase;*/
    font-weight: bold;
    font-size: 14px;
}

.btn-large {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    height: 48px;
    padding-top: 6px;
}
.btn-large-download {
    padding-left: 6.8rem;
    padding-right: 6.8rem;
    height: 48px;
    padding-top: 6px;
}
.btn-feature-large {
    margin-left: 10px;
    margin-bottom: 16px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    height: 28px;
    padding-top: 5px;
    font-size: 10px;
    border-radius:0.15rem!important;
}

.btn-primary-checkout, .btn-primary-checkout:active  {
    background: #468EF0!important;
    border-color: #468EF0!important;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    border-width: 2px;
    height: 50px;
    width:100%;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
}

.btn-primary, .btn-primary:active  {
    background: #468EF0!important;
    border-color: #468EF0!important;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    border-width: 2px;
    padding: 16px 24px;
    gap: 10px;
    height: 56px;
    border-radius: 8px;
}
.btn-landing, .btn-landing:active  {
    color: #FFF;
    background: #468EF0!important;
    border-color: #468EF0!important;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    border-width: 2px;
    gap: 10px;
    height: 56px;
    border-radius: 8px;
}

.btn-dashboard, .btn-dashboard:active  {
    color: #FFF;
    background: #468EF0!important;
    border-color: #468EF0!important;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    border-width: 2px;
    gap: 10px;
    height: 40px;
    border-radius: 8px;
}


.btn-primary-3, .btn-primary-3:active  {
    background: #468EF0;
    border-color: #468EF0;
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
    border-width: 2px;
    color: #FFFFFF;
    padding: 6px 24px;
    gap: 10px;
    border-radius: 0px;

}
.btn-primary-3:hover{
    background-color: #3f80d8;
    color: #FFFFFF;
    border-color: #3f80d8;
}

.btn-download-primary, .btn-download-primary:active  {
    color: #FFFFFF;
    background-color: #468EF0;
    border-width: 2px;
    margin-right: 45px;
}

.btn-download-not-active {
    pointer-events: none;
    filter: blur(2px);

}

.btn-download-primary:hover{
    border-width: 2px;
    background-color: #FFFFFF;
    color: #468EF0;
}

.btn-primary:hover{
    border-width: 2px;
    background-color: #3f80d8!important;
    color: #FFFFFF;
    border-color: #3f80d8;
}
.btn-primary-checkout:hover{
    border-width: 2px;
    background-color: #3f80d8!important;
    color: #FFFFFF;
    border-color: #3f80d8;
}
.btn-landing:hover{
    border-width: 2px;
    background-color: #3f80d8!important;
    color: #FFFFFF;
    border-color: #3f80d8!important;}

.btn-check:focus+.btn-primary, .btn-primary:focus {

}

.btn-outline-light-dark:hover {
    background-color: #FFFFFF;
    color: #262E3A!important;
}

.btn-outline-light:hover, .btn-outline-primary:hover {
    color: #468EF0;
}

.btn-outline-primary {
    border-color: #FFFFFF;
    color: #FFFFFF;
    border-width: 2px;
    font-weight: bold;
}

.fs-18 {
    font-size: 18px;
}

.fs-16b {
    font-size: 16px;
}

.fs-36 {
    font-size: 36px;
}

.fs-12 {
    font-size: 12px;
}


/**
Size sm: 576px
 */
@media only screen and (max-width: 576px) {
}

/**
Size md: 768px
 */
@media only screen and (max-width: 768px) {
}

/**
Size lg: 992px
 */
@media only screen and (max-width: 992px) {
    .pt-lg-50 {
        padding-top: 50px;
    }
}

/**
Size xl: 1200px
 */
@media only screen and (max-width: 1200px) {
    .btn-download-primary, .btn-download-primary:active  {
        color: #FFFFFF;
        border-width: 2px;
        margin-right: 34px;
    }
    .btn-download-not-active {
        color: #FFFFFF;
        border-width: 2px;
        pointer-events: none;
        filter: blur(2px);
        margin-right: 34px;
    }
    .btn-large-download{
        padding-left: 4rem;
        padding-right: 4rem;
    }

}



/**
Size 2xl: 1400px
 */
@media only screen and (max-width: 1400px) {

}
