@import url('https://fonts.googleapis.com/css2?family=Manrope&display=swap');
*
{
font-family: 'Manrope', sans-serif;
}







.scroll::-webkit-scrollbar {
  width: 1em;
}

.scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.scroll::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}



h4
{
	font-size:24px !important;
}

html{
    height: 100%;
    width: 100%;
}
body{
    height: 100%;
    width: 100%;
}
.h-row{
    height: 100%;
    width: 100%;
}
.has-search .form-control {
    padding-left: 2.375rem;
    background: #F2F4F5;
}
a{
    text-decoration: none;
    color: #000000;
}
.form-control-1 {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 11px;
  }
a:hover{
    color: #000000;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    margin-top: 12px;

    text-align: center;
    pointer-events: none;
    color: #aaa;

}
.btn-google{
	background: #FFF;
		box-shadow: 0 0 3px 3px ;
}
.btn-google{
	background: #FFF;
		box-shadow: 0 0 3px 3px ;
    color: #b8b8b87e;
}
.btn-google{
	display: inline-block;
	border-radius: 1px;
	text-decoration: none;
  text-align: center;
}
.google-content{
    display: flex;
    align-items:baseline;

color: rgb(48, 47, 47);

}
.logo{
    margin: 12px;
      width: 20px;

}
.card-views{
    border: none;
    text-align: center;
    padding-left: 25%;
    padding-right: 25%;
    background-color: #00000000;
}
.card-payment{
    background-color: #00000000;
    border: none;
}
.card-successful{
    margin-left: 10%;
    margin-right: 10%;
}
.badge{
display: inline-block;
padding: 0.35em 0.65em;
font-size: .75em;
line-height: 1;
color: #01A63E;
vertical-align: baseline;
border-radius: 0.25rem;
background: #E8F6ED;
font-weight: initial;
}

#label {
    position: absolute;
    top: -10px;
    width: 78px;
    background-color: #d51e68;
    text-align: center;
    border-radius: 19px;
    color: #E8F6ED;
}

#label1{
    position: absolute;
    top: -10px;
    width: 78px;
    background-color: #3605E1;
    text-align: center;
    border-radius: 19px;
    color: #E8F6ED;
}

.text-min-black{
font-weight: 400;
font-size: 14px;
line-height: 16px;
align-items: flex-end;
color: #18181C;
}
.ns-img{
   margin-top: 32px;
}
.app-quantity{
    margin-top: 124px;
}
.app-quantity-conatiner{
    width: 449px;
}
.choose-app{
    margin-top: 124px;
    width: 449px;
}
.sign-in{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    align-items: center;
    color: #7E8494;
}
.sign-in-1{
    margin-left: 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    align-items: center;
    color: #3605E1;
    text-decoration: auto;
}
.i-choose-app{
    font-size: 20px;
    color:#8b8b8b;
}
.i-choose-app-black{
    font-size: 20px;
    color:#000000;
    padding-left: 10% !important;
}
.i-padding
.i-settings{
    color:#8b8b8b;
}
.app-choose-container{
    width: 80%;
    margin-top: 124px;
}
.app-choose-container-1{
    width: 80%;
    margin-top: 124px;
}
.duration-text{
    padding: 0;
    text-align: center;
    color: #D51E68;
}
.duration-text-1{
    color: #3605E1;
}
.card-duration{
    width: 100%;
    border-color: #D51E68;
}
.card-duration-1{
    width: 100%;
    border-color:#3605E1;
}
.text-min-pink{
font-weight: 400;
font-size: 12px;
line-height: 16px;
align-items: flex-end;
color: #e10585;

}

.text-min-blue{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    align-items: flex-end;
    color:#3605E1;
}
.filters-text{
text-align: initial;
}
.img-app{
    height: 100%;
    width: 100%;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color:#3605E1 !important;
    border-color: #ffffff !important;
    border-color: #3605E1 !important;
}
.button-pink{
    color: #3605E1;
}
.button-pink-1{
    color: #3605E1;
}
form .input-field {
    flex-direction: row;
    column-gap: 10px;
}
.color-text{
    color:#8b8b8b;
}
.input-field input {
    height: 42px;
    width: 45px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 31px;
    margin: 10px;
}
.input-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.input-field input::-webkit-inner-spin-button,
.input-field input::-webkit-outer-spin-button {
    display: none;
}
.form-check-input:checked {
    background-color:#3605E1;
    border-color:#3605E1;
  }
form button {
    width: 70%;
    color: #fff;
    font-size: 1rem;
    border: none;
    padding: 9px 0;
    cursor: pointer;
    border-radius: 6px;
    pointer-events: none;
    transition: all 0.2s ease;
}
form button.active {
    background-color:#3605E1 !important;
    border-color: #ffffff !important;
    border-color: #3605E1 !important;
    pointer-events: auto;

}
form button:hover {
    background: #0e4bf1;
}

.rectangle{
    background-image: url(imgs/Rectangle.png);
    background-size: cover;
}
.h5-app-quantity-1{
    margin-left: 5px;
    color: #d51e68;
}
.h5-app-quantity-2{
    margin-left: 5px;
    color:#3605E1;
}
.h5-app-quantity{
    margin-left: 5px;
}
.i-down{
    text-align: center;
    margin-left: 7px;
}
.text-1{
    margin-bottom: 18px;
width: 395px;
font-size: 25px;
}
.p-app-quantity{
    font-size: 13px;
    margin-top: 9px;
    margin-bottom: 0%;
    color:#7E8494;
    margin-left: 5px;
}
.i-app-quantity{
    font-size: 27px;
    color: black;
    margin-right: 20px;
    margin-left: 20px;
}
.i-app-quantity-1{
    font-size: 27px;
    color:#8b8b8b;
}
.nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    background-color: #ffffff;
    display: flex;
    overflow-x: auto;
    left: 0%;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #444444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.nav__link:hover {
    background-color: #eeeeee;
}

.nav__link--active {
    color: #3605E1;
}
.nav__link--active:hover{
  color: #3605E1 !important;
}
.nav__icon {
    font-size: 18px;
}
.form-control.is-valid, .was-validated .form-control:valid {
    border: 1px solid #ced4da;
	padding-right: calc(1.5em + .75rem);
	background-image: url("imgs/verified-Check.png");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    padding: 11px;
}

@media screen and (min-width: 866px) {
    h1.text-apps{
        display: none;
    }
    input.control{
        width: 33rem !important;
    }
    .btn-outline-primary:hover {
        color: #fff;
        background-color:#3605E1 !important;
        border-color: #ffffff !important;
        border-color: #3605E1 !important;
      }
      div.input-filters{
        padding: 0px;
        margin-top: 6px;
    }
    .nav{
        display: none;
    }
    .i-chevron-left {
        display: none;
    }
}
@media screen and (max-width:866px) {
    body{
        background-color: rgb(255, 255, 255) !important;
    }
    .w-90-mobile{
        width: 90px;
    }
    img.ns{
    display: none;
        }
    .rectangle{
        display: none;
    }
    div.ns {
    width: 0px;
    display: none;
    }
    .app-quantity-conatiner{
        width: 100%;
    }
    div.app {
            flex: 0 0 auto;
            width: 100%;
    }
    div.app-quantity {
            flex: 0 0 auto;
            width: 100%;
    }
    div.input-filters{
        padding: 0px;
        margin-top: 6px;
    }
    .text-filters{
        text-align: justify;
    }
    .choose-duration-p{
        padding: 0;
    }
    .email-p{
        padding-left:25%;
    }
    .email-r{
        padding-left: 0% !important;
            }
    div.button-filters{
     width: 90%;
    }
    div.button-filters-1{
        width: 95%;
       }
    button.btn-filters-pink{
        width: 64% !important;
    }
    .a-fa-times{
        display: none;
    }
    .number-1{
        width: 100%;
    }
    .app-choose-container-1{
        width: 95%;
        margin-top: 124px;
    }
    .w-95{
        width: 95px;
    }
    .n4s-1{
        display: none;
    }
    .ind{
        font-size: smaller;
    }
    div.country-m{
        padding: 0%;
    }
    input.control{
        width: 12rem !important;
    }
    div.text1{
        font-size: 20px;
    }
    div.IOS{
        width: 100% !important;
    }
    h2.text-1{
        font-size: 18px;
    }
    .button-payment{
        width: 100%;
        padding-left: 25%;
        padding-right: 25%;
    }
    .button-pink{
        width: 100% !important;
    }
    .app-container{
    margin-left: 0px;
    }
   .btn-outline-primary:hover {
    color: #fff;
    background-color:#3605E1 !important;
    border-color: #ffffff !important;
    border-color: #3605E1 !important;
   }
   .text-new-app{
    display: none;
   }
   .margin-btn{
    margin-top: 176px;
   }
}

.card-content:hover
{
	background:#f4f5f8;
	transition: background .3s ease-in-out .2s;
}



/*payment*/

.text-payment{
    color: #3605E1;
}
