html {
    font-size: 14px;
}

.page-left-right-distance{
    padding:0px 20px;
}

.invalid-login-background {
    background: linear-gradient(white 25%, #ffcc47 95%)
}

body.scrambled-qpT6x * {
    pointer-events: none;
}

p{
    margin:0px;
}

/* Chrome, Safari, Edge, Opera */
.phonenumber[type=number]::-webkit-outer-spin-button,
.phonenumber[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.phonenumber[type=number] {
    -moz-appearance: textfield;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.15rem white, 0 0 0 0.3rem #ffdc1e;
}

html {
    position: relative;
    min-height: 100%;
}

a {
    color: gray;
    text-decoration: none
}

a:hover{
    color:#ffdc1e;
}

.select-phone-number-country:active {
    background: #fff8e6;
    color: #ffdc1e
}

.button-background-border-none{
    border:none;
    background:none;
}

/*---------------------go back button*/

.go-back-button-area .icon {
    font-size: 25px;
    margin: 1px 10px 0px 0px;
}

.go-back-button-area .back-word {
    font-size: 25px;
}

.continue-button button{
    border: none;
/*    width: 100%;*/
    height: 40px;
    font-size: 20px;
    color: white;
    font-weight: 600;
    border-radius: 20px;
}


.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 100px;
    background-color: white;
    border-top: 2px solid lightgray;
    border-radius: 20px 20px 0px 0px;
    z-index: 999;
}

.footer .continue-button{
    width:100%;
    max-width: 500px;
}

.footer .continue-button button{
    border:none;
    width:100%;
    height: 55px;
    font-size:23px;
    color:white;
    font-weight:600;
    border-radius:20px;
}

.preview-image {
    object-fit: cover;
    width: 200px;
    height: 200px;
    border: 1px solid rgba(0,0,0,.75);
    box-shadow: 0 0 6px rgba(0,0,0,.14);
    background-color: #f0f0f0;
    border-radius: .5rem;
}



/*--------------------------------------------dropdown profile*/

.profile-user-name{
    border:1px solid lightgray;
    border-radius:20px;
    padding:10px 10px;
}

.profile-user-name p{
    margin:5.5px 0px 0px 8px;
}


.profile-dropdown-item .button-menu-bar .button-menu {
    padding:5px 10px;
}

.profile-dropdown-item .button-menu-bar .button-menu button {
    border:none;
    background:none;
    width:100%;
}

.profile-dropdown-item .button-menu-bar:hover, .profile-dropdown-item .button-menu-bar:hover a {
    background-color: #ffdc1e;
    color:white;
}

.profile-dropdown-item .button-menu-bar:hover, .profile-dropdown-item .button-menu-bar:hover button {
    background-color: #ffdc1e;
    color:white;
}

/*my credit design*/
.my-credit-border {
    border-radius: 10px;
    padding: 10px 40px;
}

.my-credit-border .my-credit {
    font-size: 30px;
    font-weight: 600;
}

.my-credit-border .credit-amount {
    font-size: 25px;
}


/*package design*/
.package-col {
    margin-bottom: 30px;
}

.package-border {
    /* height:150px; */
    width: 90%;
    max-width: 450px;
    border-radius: 20px;
    padding: 15px;
}

.package-img-name-area img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.package-img-name-area .plan-country-name-area{
    margin:3px 0px 0px 7px;
    font-size:20px;
}

.package-img-name-area .package-title, .package-destination-title {
    margin: 4px 0px 0px 0px;
    font-size: 18px;
    word-spacing: 2px;
}

.active-title {
    color: white;
    font-size: 20px;
}

.package-status-word{
    font-size:15px;
    text-align:end;
    font-weight:600;
}

.activate-package-information .package-name {
    font-weight: 500;
    font-size: 16px;
    word-spacing: 2px;
}

.activate-package-color{
    color:white;
}

.inactivate-package-color {
    color: gray;
}

.package-price-expired-date {
    font-size: 15px;
    color: gray;
}

/*----------------------package valid still*/
.package-valid-till {
    background-color: white;
    border-radius: 10px;
    padding: 5px 15px;
    margin-left: 10px;
}

.filter-date-row {
    margin: 1rem .5rem 0;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.filter-date-row input {
    max-width: 280px;
}

/*---------------------price title and price*/
.price-title {
    font-size: 18px;
}

.price {
    font-size: 25px;
    font-weight: 600;
}




/*Loader*/
.load-wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    border-radius: 5px;
    text-align: center;
    background-color: rgba(0,0,0,.3);
}

    .load-wrap.active {
        display: block
    }

.load-9 {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.spinner {
    position: relative;
    width: 72px;
    height: 72px;
    margin: 0 auto;
}

.bubble-1,
.bubble-2 {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #ffdc1e;
}

.bubble-2 {
    top: auto;
    bottom: 0;
}


.load-9 .spinner {
    animation: loadingI 2s linear infinite;
}

.load-9 .bubble-1,
.load-9 .bubble-2 {
    animation: bounce 2s ease-in-out infinite;
}

.load-9 .bubble-2 {
    animation-delay: -1s;
}

@keyframes loadingI {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}


/*-------------------Choose Country Destination*/
.first-country-letter-filter button{
	margin-right:20px;
}
/*show-country-contains-area => use at the buy package page and view package country information*/

.show-country-contains-area{
	padding:5px 15px;
	border-radius:10px;
	margin:5px 10px 0px 0px;
	background:none;
}

.show-country-contains-area .country-word{
	font-size:15px;
	font-weight:600;
	margin-left:5px;
}

.show-country-contains-area button{
	background:none;
	border:none;
}

.show-country-contains-area img{
	width:30px;
	height:30px;
	border-radius:50%;
}

.show-country-contains-area .close-icon {
    margin-top: 3px;
    font-size: 20px;
    margin-left: 3px;
}

/*border color*/
.invalid-border {
    border: 1px solid red;
}

.valid-border {
    border: 1px solid green;
}

.normal-border {
    border: 1px solid lightgray;
}

/*password required css*/
.verify-password-required-border {
    width: 100%;
    border-radius: 10px;
}