/* ----------------------------------

Template Name: Visaco - Immigration and Visa Consulting Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Manrope
Main Color   : #FF5C01

-------------------------------------

[Typography]

Body copy:    17px 'Manrope', sans-serif
Header:     36px 'Manrope', sans-serif
Input, textarea:  17px 'Manrope', sans-serif
Sidebar heading:  20px 'Manrope', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03. Topbar
    04 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    05. Banner
        - Banner Style One
        - Banner Style Two
        - Banner Style Three
        - Banner Style Four
        - Banner Style Five
        - Banner Style Six
    06. Features
    07. About Us
        - Version One
        - Version Two
        - Version Three
        - Version Four
        - Version Five
        - Version Six
    08. Country
        - Version One
        - Version Two
        - Version Three
        - Version Four
        - Country Single
    09. Visa
        - Version One
        - Version Two
        - Version Three
        - Visa Single
    10. Coaching
        - Version One
        - Coaching Single
    11. Services
        - Version One
        - Services Single
    12. Team
        - Version One
        - Version Two
        - Team Single
    13. Application Form
    14. Why Choose Us
    15. Our Expertise
    16. Companies/Clients/Partner
    17. Testimonials
    18. Work Process
    19. FAQ
    20. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    21. Error 404
    22. Footer
    23. PHP Contact Form
    24. Others

*/

/*
** General Styles for HTML tags
*/
.alcarla-status{
  display:block;
  margin:15px 0 0;
  padding:12px 16px;
  border-radius:10px;
  font-size:14px;
  font-weight:500;
}
.alcarla-status.is-loading{background:#eef4ff;color:#1d4ed8}
.alcarla-status.is-success{background:#ecfdf3;color:#047857}
.alcarla-status.is-error{background:#fef2f2;color:#b91c1c}
.alcarla-status.is-warning{background:#fffbeb;color:#b45309}
.alcarla-state-box{
  display:none;
  padding:18px 20px;
  border:1px dashed #d8e1ef;
  border-radius:14px;
  background:#f8fbff;
  color:#445;
  margin-bottom:20px;
}
.alcarla-state-box.is-visible{
  display:block;
}