@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Oswald:wght@300;400;500;600;700&display=swap');

* {
    font-family: 'Open Sans', sans-serif;
}

:root {
    --primary: #417cd8;
    --primary-light: #0099ff;
    --warning: #ffe400;
    --danger: #fd2b50;
    --success: #00ffc0;
    --pink: #ea10eb;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

.container {
    max-width: 1483px !important;
}

.edited_text.text-lg p {
    font-size: 18px !important;
}
.edited_text.text-xl * {
    font-size: 20px;
}
.font-primary {
    font-family: 'Oswald', sans-serif;
}

.text-pink {
    color: var(--pink) !important;
}

.border-pink {
    border-color: var(--pink) !important;
}

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

.text-success {
    color: #00ffc0 !important;
}

.border-success {
    border-color: #00ffc0 !important;
}

.bg-success {
    background-color: #00ffc0 !important;
}

.text-primary {
    color: #417cd8 !important;
}

.border-primary {
    border-color: #417cd8 !important;
}

.bg-primary {
    background-color: #417cd8 !important;
}

.text-warning {
    color: #ffe400 !important;
}

.border-warning {
    border-color: #ffe400 !important;
}

.bg-warning {
    background-color: #ffe400 !important;
}

.text-danger {
    color: #fd2b50 !important;
}

.border-danger {
    border-color: #fd2b50 !important;
}

.bg-danger {
    background-color: #fd2b50 !important;
}

.text-primary-light {
    color: #0099ff !important;
}

.border-primary-light {
    border-color: #0099ff !important;
}

.bg-primary-light {
    background-color: #0099ff !important;
}

.text-secondary {
    color: #333333 !important;
}

.border-secondary {
    border-color: #333333 !important;
}

.bg-secondary {
    background-color: #333333 !important;
}

p, span, h1, h2, h3, h4, h5, div {
    color: #333;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #417cd8;
}

.scroll-height::-webkit-scrollbar {
    height: 2px;
}

.btn-secondary {
    background-color: #333333;
    padding: 5px 12px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    transition: all 200ms ease-in-out;
}

.btn-secondary:hover {
    background-color: var(--primary);
}

.header {
    transition: all 200ms ease-in-out;
    height: 192px;
    max-height: 192px;
}

.header .logo {
    transition: all 200ms ease-in-out;
    height: auto;
    width: 100%;
}

header.scroll {
    max-height: 80px !important;
}

header.scroll .bg {
    opacity: 1 !important;
}

header.scroll .logo {
    max-width: 150px !important;
}

/* input.custom,
textarea.custom {
    background: white;
    border: 1px solid #999999;
    border-radius: 4px;
    outline: none;
    height: 45px;
    padding: 0px 5px;
    width: 100%;
} */

input.custom,
textarea.custom {
    background: white;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    outline: none;
    height: 55px;
    padding: 0px 20px;
    width: 100%;
}


@media (max-width: 990px) {
    header {
        transition: all 200ms ease-in-out;
        height: 140px !important;
        max-height: 140px !important;
    }

    header.scroll .logo {
        max-width: 110px !important;
    }
}

.owl-theme.owl-home-banner .owl-dots .owl-dot span {
    width: 20px !important;
    height: 20px !important;
    border-radius: 100% !important;
}

.owl-theme.owl-home-banner .owl-dots {
    margin-top: 10px !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px !important;
    height: 30px !important;
    background: #ffffff80 !important;
    border-radius: 100% !important;
}

.owl-theme.owl-dots-black .owl-dots .owl-dot span {
    background: #00000020 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--warning) !important;
}

.owl-theme .owl-dots {
    margin-top: 30px !important;
}

.owl-theme.owl-banner .owl-dots {
    margin-top: 10px !important;
}

input:disabled {
    cursor: not-allowed;
    background: #ffffff80 !important;
    border-color: #e7e7e7 !important;
}

.shadow {
    box-shadow: 5px 5px 0 #00000030 !important;
}

.btn {
    transition: all 200ms ease-in-out;
}

.btn:hover {
    transform: translate(3px, 3px) !important;
    box-shadow: none !important;
}
.white-p * {
    color: white
}

input[type="checkbox"] {
    accent-color: #33cc99;
}

input[type="checkbox"] {
    accent-color: #33cc99;
    background-color: #ffffff;
    border: 2px solid #e7e7e7;
    border-radius: 3px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
}

input[type="checkbox"]:checked {
    background-image: url(../images/check.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #33cc9920;
    border: 1px solid #33cc99;
}

input[type="radio"] {
    accent-color: #33cc99;
    background-color: #ffffff00;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    min-width: 39px;
    min-height: 39px;
}

input[type="radio"]:checked {
    background-image: url(../images/circle.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #ffffff00 ;
    border: 1px solid #33cc99;

}

input[type="radio"].checked {
    accent-color: #33cc99;
    background-color: #f3f3f3;
    border: 1px solid #e7e7e7;
    border-radius: 4px !important;
    width: 39px;
    height: 39px;
    min-width: 39px;
    min-height: 39px;
}

input[type="radio"].checked:checked {
    background-image: url(../images/check.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #f3f3f3;
    border: 1px solid #33cc99;

}

.history-text a {
    text-decoration: underline;
    color: #00cc33;
    font-weight: bold;
}

.flash-message {
    z-index: 99999999 !important;
    font-size: 18px;
    font-weight: bold;
}

.flash-message.success {
    background-color: #009966 !important;
}

ul {
    list-style: unset !important;
    padding-left: 40px !important;
}

.typeSelector input:checked + label {
    border-color: #009966 !important;
    background-color: #00996620;
}
 