.background-light {
    background-color: #0B2236;
}
.background-darker {
    background-color: #0A0D21;
}
.btn-primary {
    color: #0B2236;
    background-color: #00A7FF;
    border-color: #091D3E;
    padding-left: 34px;
    padding-right: 31px;
    padding-top: 10px;
}
.shift-right {
    margin-left: 26px;
}


.btn-primary:hover {
    color: #0B2236;
    background-color: #31AFE7;
    border-color: #31AFE7;
}

.btn-primary:focus, .btn-primary.focus {
    color: #0B2236;
    background-color: #31AFE7;
    border-color: #31AFE7;
    box-shadow: 0 0 0 0.2rem #31AFE7;
    -webkit-box-shadow: 0 0 0 0.2rem #31AFE7;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #0B2236;
    background-color: #31AFE7;
    border-color: #31AFE7;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #0B2236;
    background-color: #31AFE7;
    border-color: #31AFE7;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #31AFE7;
    -webkit-box-shadow: 0 0 0 0.2rem #31AFE7;
    color: #0B2236;
}

.btn-secondary {
    color: #fff;
    background-color: #091D3E;
    border-color: #091D3E;
    padding-right: 31px;
    padding-left: 34px;
    padding-top: 10px;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #082E52;
    border-color: #294C86;
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #082E52;
    border-color: #294C86;
    box-shadow: 0 0 0 0.2rem #082E52;
    -webkit-box-shadow: 0 0 0 0.2rem #082E52;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #082E52;
    border-color: #294C86;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #082E52;
    border-color: #294C86;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #294C86;
    -webkit-box-shadow: 0 0 0 0.2rem #294C86;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #0A0D21;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 20.25px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #FFFFFF;
    text-align: left;
    list-style: none;
    background-color: #091D3E;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-item {
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #F4F4F4;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding-right: 31px;
    padding-left: 17px;
    display: block;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #F0F0F0;
    text-decoration: none;
    background-color: #082E52;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #091D3E;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.top-overlap {
    padding-top: 0px;
    background-color: #0A0D21;
}
.top-img {
    margin-top: -21px;
    padding-left: 0px;
}
.top-button-style {
    margin-top: 20px;
    margin-bottom: 20px;
}
.text-background-light {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #131629;
    border: 1px solid rgba(0, 0, 0, 0.125);
    background-clip: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
}
.review-title {
    padding-top: 24px;
}
.review-fix-title {
    padding-top: 39px;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 20px;
}
.review-box {
    background-color: #131629;
    border-radius: 5px;
}
.review-box-text-fix {
    padding-top: 10px;
}
.review-upper-fix {
    padding-top: 14px;
    padding-bottom: 14px;
}
.review-inner-fix {
    padding-left: 15px;
    padding-right: 15px;

}
.review-bottom {
    border: 0px solid transparent;
    border-bottom-left-radius: 20.25px;
    border-bottom-right-radius: 20.25px;
}
.review-img-fix {
    margin-top: -74px;
}
.review-card {
    margin-top: 52px;
}

.center {
    display: flex;
    justify-content: center;
}
.modal-user-fix {
    margin-top: 10px;
}
.modal-background-blue {
    background-color: #131629;
}

.form-control2 {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding-top: 0.375rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    padding-bottom: 0.375rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: #181C34;
    background-clip: padding-box;
    border: 1px solid #082E52;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.review-box-spacings {
    margin-top: 25px;
    margin-bottom: 30px;
}
.btn-star-ext-spacing {
    margin-top: 60px;
    margin-bottom: 66px;


}


.top-style {
    background-image: url(
../images/download%20(1).jpg);
    border-top-left-radius: 20.25px;
    border-top-right-radius: 20.25px;
}









@media (min-width: 1920px) {

	
	.card-centered {
    padding-top: 50px;
    padding-bottom: 350px;
}
	
}

@media (min-width: 768px) {
	.card-centered {
    padding-top: 50px;
    padding-bottom: 80px;
    background-position: 0% 0%;
    }	
}

@media (max-width: 767.98px) {
    .card-centered {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width:1200px){
  .container {
    max-width: 1140px;
  }
.title-spacing {
    margin-top: 50px;
    padding-bottom: 0px;
    margin-left: 30px;
    margin-right: 30px;
}
.fix-inner {
    margin-left: 15px;
    margin-right: 17px;
    padding-left: 0px;
}


.fix-switch {
    margin-left: -36px;
    float: left;
}
.fix-text-entry {
    width: 30vmax;
    height: 9vmin;
	}

.tex-right-fix {
    float: right;

}
.text-middle-fix {
    text-align: center;
}
.next-fix {
    float: right;
}
.text-spacing {
    padding-right: 200px;
    padding-left: 200px;
    padding-top: 19px;
    padding-bottom: 0px;
    margin-bottom: -3px;

}
.float-left-1200 {
    float: left;
}
.float-right-1200 {
    float: right;
}



	}
	
@media (min-width:576px){
.float-left-big {
    float: left;
}
.float-right-big {
    float: right;
}
.review-rating {
    padding-left: 40px;
}



  

	}



@media (max-width:1199.98px){
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
.text-center-fix {
    text-align: center;
    margin-top: 10px;
}
.text-spacing {
    padding-left: 20px;
    padding-right: 20px;
}
.switch-floater {


}
.switch-fixer {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;


	}
.text-smaller {
    font-size: x-large;

}

}

@media (max-width:400px){
.text-smaller2 {
    font-size: large;
}



}

@media (max-width:575.98px){
.text-fix-smallest {
    text-align: center;
}



}

.btner {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


@media (prefers-reduced-motion: reduce) {
  .btner {
    transition: none;
  }
}

.btner:hover {
  color: #212529;
  text-decoration: none;
}

.btner:focus, .btner.focus {
    outline: 0;
}

.btner.disabled, .btner:disabled {
  opacity: 0.65;
}

a.btner.disabled,
fieldset:disabled a.btner {
  pointer-events: none;
}




.btn-star {
    color: #FFFFFF;
    font-size: x-large;
    margin-right: -19px;
}

.btn-star:hover {
    color: #FFE200;
    font-size: large;
    text-indent: 7px;
}

.btn-star:focus, .btn-star.focus {
    color: #FFFFFF;
}

.btn-star.disabled, .btn-star:disabled {
    color: #FFFFFF;
}

.btn-star:not(:disabled):not(.disabled):active, .btn-star:not(:disabled):not(.disabled).active,
.show > .btn-star.dropdown-toggle {
    color: #FFFFFF;
}

.btn-star:not(:disabled):not(.disabled):active:focus, .btn-star:not(:disabled):not(.disabled).active:focus,
.show > .btn-star.dropdown-toggle:focus {

}


@media only screen and (min-width: 1200px) and (max-width: 1700px) {

	.bigger-adj{
    margin-left: -140px;
    margin-right: -100px;
 
	}
	
}

.adju-reviews-text {
    min-height: 200px;
    max-height: 200px;
    resize: none;
}

.adju-reviews-text:focus {
    outline: none;
}

.super-bump-container2 {
    max-width: 300px;
    margin-bottom: 20px;
    margin: auto;
    height: 1.25rem;
    width: 100%;
    background-color: #0b2236;
    border: 2px solid #026da7;
    border-radius: 10px;
    z-index: 0;
}
  
.super-bump-value2 {
    height: 1rem;
    width: 0%;
    background: linear-gradient(to right, #00a5fc, #6500fc, #b900fc, #6500fc, #00a5fc);
    border-radius: 10px;
    z-index: 1;
    background-size: 400%;
}
.super-bump-value2.on {
    width: 100% !important;
    filter: drop-shadow(0 0 8px #00a5fc);
    animation: animatemeter 8s linear infinite;
}
@keyframes animatemeter {
    0% {
        background-position: 400%;
    }
    100% {
        background-position: 0%;
    }
}

.btn-review {
    min-width: unset;
    width: 115px;
}