@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
    --primary-color: #1EABD8;
    --primary-light: #06A7E0;
    --dark-blue: #1D4ED8;
    --blue: #2563EB;
    --light-blue: #3B82F6;
    --blue-bg-start: #EFF6FF;
    --blue-bg-end: #DBEAFE;
    --blue-bg: #DBEAFE;
    --dark-green: #15803D;
    --green: #16A34A;
    --light-green: #22C55E;
    --green-bg-start: #F0FDF4;
    --green-bg-end: #DCFCE7;
    --green-bg: #DCFCE7;
    --console-green: #4ADE80;
    --purple: #581C87;
    --purple-bg-start: #FAF5FF;
    --purple-bg-end: #F3E8FF;
    --purple-bg: #F3E8FF;
    --orange: #EA580C;
    --orange-bg-start: #FFF7ED;
    --orange-bg-end: #FFEDD5;
    --orange-bg: #FFEDD5;
    --text-gray: #4B5563;
    --text-black: #111827;
    --text-red: #DC2626;
    --section-gray: #F9FAFB;
    --line-gray: #F3F4F6;
    --light-gray: #A7A7A7;
    --middle-gray: #D1D5DB;
    --padding-mobile: 20px;
    --padding-tablet: 30px;
    --content-width-max: 1232px;
    --content-container: 1440px;
}

html {
    scroll-behavior: smooth;
}

.sq-40 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    border-radius: 8px;
}

.sq-48 {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    border-radius: 8px;
}

.sq-64 {
    width: 64px;
    height: 64px;
    border-radius: 12px;
}

.sq-80 {
    width: 80px;
    height: 80px;
    border-radius: 16px;
}

.sq-prime {
    background-color: var(--primary-color);
}

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

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

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

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

.sq {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tx-gray {
    color: var(--text-gray);
}
.tx-gray-light {
    color: var(--light-gray);
}
.tx-dark {
    color: var(--text-black);
}
.tx-15 {
    font-size: 15px;
}

.btn-primary {
    background-color: var(--primary-color);
    color: white;
}
.btn-primary:hover {
    background: #2C8CAA;
    transition-duration: 3s;
    transition-delay: 10s;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.btn-secondary {
    border: 2px solid #D1D5DB;
    color: #374151;
}
.btn-secondary:hover {
    background: #E5E7EB4D;
}

.btn-gray {
    /*border: 2px solid #E5E7EB;*/
    background-color: #F3F4F6;
    color: #374151;
    height: 40px;
}

.btn-white {
    background-color: white;
    color: var(--text-black);
}

.btn-white:hover {
    background-color: #5FD8FF;
}

.btn-inline {
    color: white;
    border: 1px solid white;
}

.btn-inline:hover {
    background-color: #E5E7EB4D;
}

.btn {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 2px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
}

.d-card {
    border-radius: 8px;
    padding: 15px;
    /* background: linear-gradient(90deg,rgba(31, 41, 55, 1) 0%, rgba(17, 24, 39, 1) 100%); */
    background: #1F2937;
    color: var(--console-green);
}

.w-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.05) !important;
    max-width: 390px;
    padding:33px;
    border: solid 1px var(--line-gray);
}

.w-card-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-black);
    margin-bottom: 12px;
}

.w-card-text {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-gray);
}

.b-card {
    border-radius: 24px;
    box-shadow: 1px 11px 17px 16px rgba(0,0,0,0.13);
    background-color: white;
}

.blue-bg {
    background-image: linear-gradient(to bottom, #eff6ff, #eaf3ff, #e5f0ff, #e0edfe, #dbeafe);
}
.green-bg {
    background-image: linear-gradient(to bottom, #f0fdf4, #ebfdf1, #e6fded, #e1fcea, #dcfce7);
}
.purple-bg {
    background-image: linear-gradient(to bottom, #faf5ff, #f8f2ff, #f7eeff, #f5ebff, #f3e8ff);
}
.orange-bg {
    background-image: linear-gradient(to bottom, #fff7ed, #fff4e7, #fff2e1, #ffefdb, #ffedd5);
}
.shadow-sm {
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1) !important;
}
.ch {
    width: 14px;
    height: 10px;
    background-image: url('data:image/svg+xml,<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.7063 0.292969C14.0969 0.683594 14.0969 1.31797 13.7063 1.70859L5.70627 9.70859C5.31565 10.0992 4.68127 10.0992 4.29065 9.70859L0.290649 5.70859C-0.0999756 5.31797 -0.0999756 4.68359 0.290649 4.29297C0.681274 3.90234 1.31565 3.90234 1.70627 4.29297L5.00002 7.58359L12.2938 0.292969C12.6844 -0.0976562 13.3188 -0.0976562 13.7094 0.292969H13.7063Z" fill="%2322C55E"/></svg>');
}
.main-class {
    background-color: white;
}
.exto-container {
    width: 100%;
    margin: auto;
    display: flex;
    /* max-width: 1440px; */
    flex-direction: column;
    justify-content: center;
}

.content-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--padding-mobile);
    padding-right: var(--padding-mobile);
    /*w-full mx-auto px-[var(--padding-mobile)] lg:px-[var(--padding-tablet)] 2xl:px-0 lg:max-w-[var(--content-width-max)]*/
}

input:focus-visible {
    outline-color: #000;
}

/* lg - Tailwind: Screens 1024px and wider */
@media screen and (max-width: 1024px) {
    .b-card {
        border: 1px solid #F3F4F6;
        box-shadow: none;
        background-color: white;
    }

    .w-card {
        max-width: 390px;
        padding: 16px 12px;
    }

    .exto-container {
        max-width: var(--content-container);
    }

    .content-container {
        padding-left: var(--padding-tablet);
        padding-right: var(--padding-tablet);
        max-width: var(--content-width-max);
    }
}

/* xl - Tailwind: Screens 1280px and wider */
@media screen and (min-width: 1280px) {
    .exto-container {
        margin: auto;
    }

    .content-container {
        max-width: 1232px;
        margin: auto;
    }
}
/* 2xl - Tailwind: Screens 1536px and wider */
@media screen and (min-width: 1536px) {
    .content-container {
        padding-left: 0;
        padding-right: 0;
    }
}
