/*SOME POSIBLY MISSING CLASSES*/
@layer components {
    .text-right {
        text-align: end;
    }

    .items-start {
        align-items: flex-start;
    }

    .items-end {
        align-items: flex-end;
    }

    .my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .w-72 {
        width: 18rem;
    }

    .h-sidebar {
        height: calc(100vh - 32px);
    }

    search-input::placeholder {
        padding-left: 1.25rem;
    }

    .search-input {
        padding-left: 2.25rem !important;
    }

    .bg-navbar{
        background-color: #2E2F30;
    }

    @media (min-width: 1140px) {
        .xl\:ml-80 {
            margin-left: 20rem;
        }
    }

    @media (min-width: 768px) {
        .md\:hidden {
            display: none;
        }
    }


    @media (min-width: 640px) {
        .sm\:hidden {
            display: none;
        }
    }
}

.iti__tel-input {
    width: 100%;
    border: none;
    border-radius: .25rem;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: .875rem;
    line-height: 1.25rem;
}

/*@import "tailwindcss.css";
@import "_fixes.css";

@tailwind base;
@tailwind components;
@tailwind utilities;
*/
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "./_fixes.css";
@import "tailwindcss/utilities";
@import 'react-datepicker';
@import 'intl-tel-input';
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 *= ./_fixes


 */
