.color-white {
    color: #FFFFFF !important;
}

.color-inherit {
    color: inherit;
}

.color-success {
    color: var(--primary-success-color);
}

.text-danger {
    color: red;
    font-size: 14px;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-grey {
    background-color: var(--text-color-grey) !important;
}

.right {
	float: right;
}

.left {
	float: left;
}

/* .bg-transparent::placeholder {
	color: #FFFFFF;
	opacity: 1;
} */

.strike-out {
    text-decoration: line-through;
    font-weight: normal;
}

.no-underline {
    text-decoration: none;
}

.default-border {
    border: 1px solid #DCDCDC;
}

.no-border-radius {
    border-radius: 0 !important;
}

.no-list-style {
    list-style: none;
}

.font-italic {
    font-style: italic;
}

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

.common-size-14 {
    font-size: 14px;
}

.common-size-16 {
    font-size: 16px;
}

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

.common-size-20 {
    font-size: 20px;
}

@media (max-width: 991px) {
    .common-size-16 {
        font-size: 14px;
    }
    .common-size-20 {
        font-size: 16px;
    }
    .common-size-30 {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .common-size-30 {
        font-size: 30px;
    }
    .common-size-25 {
        font-size: 25px;
    }
}

.common-size-42 {
    font-size: 42px;
}

@media (max-width: 991px) {
    .common-size-42 {
        font-size: 18px;
    }
}

.common-weight-normal {
    font-weight: normal;
}

.common-weight-500 {
    font-weight: 500;
}

.common-weight-600 {
    font-weight: 600;
}

.common-weight-700 {
    font-weight: 700;
}

.common-mt-20 {
    margin-top: 20px !important;
}

.common-mt-50 {
    margin-top: 50px !important;
}

.common-mb-50 {
    margin-bottom: 50px !important;
}

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

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

.common-sized-icon-small {
	width: 42px;
	height: 42px;
}

.common-sized-icon-big {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.custom-bottom-20 {
    bottom: 20px;
}

@media (min-width: 992px) {
    .justify-content-desktop {
        justify-content: center;
    }
    .full-width-desktop {
        width: 100%;
    }
    .width-90-desktop {
        width: 90%;
    }
    .three-quaters-width-desktop {
        width: 75%;
    }
    .half-width-desktop {
        width: 55%;
    }
    .text-center-desktop {
        text-align: center;
    }
    .justify-end-desktop {
        justify-content: end;
    }
    .mb-minus-desktop {
        margin-bottom: -30px;
    }
    .mb-50-desktop {
        margin-bottom: 50px;
    }
    .only-mobile {
        display: none !important;
    }
    .padding-top50-desktop {
        padding-top: 50px;
    }
    .pos-absolute-desktop {
        position: absolute;
    }
}

@media (max-width: 991px) {
    .gap-mobile {
        gap: 15px
    }
    .half-width-mobile {
        width: 50% !important;
    }
    .width-90-mobile {
        width: 90%;
    }
    .max-width-mobile {
        max-width: 100% !important;
    }
    .mobile-text {
        font-size: 14px;
    }
    .nav-link {
        font-size: 14px;
    }
    .extra-small-text-mobile {
        font-size: 11px;
    }
    .display-flex-mobile {
        display: flex !important;
    }
    .add-flex-row-mobile {
        display: flex;
        flex-direction: row;
    }
    .add-flex-column-mobile {
        display: flex;
        flex-direction: column;
    }
    .full-width-mobile {
        width: 100% !important;
        max-width: 100% !important;
    }
    .medium-container-mobile {
        width: 75%;
        margin: 0 auto;
    }
    .only-desktop {
        display: none !important;
    }
    .column-reverse-mobile {
        flex-direction: column-reverse;
    }
    .margin-top-mobile {
        margin-top: 15px;
    }
    .margin-bottom-mobile {
        margin-bottom: 15px;
    }
    .margin-left-mobile {
        margin-left: 15px;
    }
    .padding-0-mobile {
        padding: 0;
    }
    .padding-10-mobile {
        padding: 10px;
    }
    .padding-top-mobile {
        padding-top: 50px;
    }
    .text-center-mobile {
        text-align: center;
    }
    .text-start-mobile {
        text-align: start;
    }
    .justify-center-mobile {
        justify-content: center;
    }
    .justify-even-mobile {
        justify-content: space-evenly;
    }
    .justify-between-mobile {
        justify-content: space-between;
    }
    .home-btn-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 15px;
    }
    .modal-header {
        padding: 5px;
        font-size: 18px;
    }
    .modal-title {
        font-size: 18px;
    }
}

.default-container {
    display: block;
    max-width: 90%;
    margin: 0 auto;
}

.default-small-container {
    display: block;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .default-small-container {
        max-width: 60%;
    }
}

.default-medium-container {
    display: block;
    max-width: 70%;
    margin: 0 auto;
}

.justify-center {
    justify-content: center;
    align-items: center;
}

.cta-btn {
    height: 38px;
    width: 105px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: var(--primary-text-color);
    background: transparent;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    cursor: pointer;
}

@media (min-width: 992px) {
    .cta-btn {
        width: 150px;
    }
}

.fill-btn {
    background-color: var(--secondary-text-color);
    color: var(--text-color-light);
    border: 1px solid var(--secondary-text-color);
}

.float-right {
    float: right;
}

.gradient-color {
	/* background-image: linear-gradient(270deg, var(--gradient-color-1) 20.33%, var(--gradient-color-2) 99.9%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent; */
	background: linear-gradient(
    to right,
    var(--gradient-color-1),
    var(--gradient-color-2)
  );
  -webkit-background-clip: text; 
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.primary-text,
.primary-text:hover {
    color: var(--primary-text-color);
}

.secondary-bg {
    background-color: var(--secondary-background-color);
}

.secondary-text {
    color: var(--secondary-text-color);
}

.grey-text {
    color: var(--text-color-grey);
}

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vertical-end {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}