/* Font Family */
body {
    font-family: "Montserrat", "Arial", sans-serif !important;
}
/* General */
:root {
    --border-radius: 4px;
    --border-radius2x: 8px;
    --default: #777;
}
/* Skin Colors */
:root {
    --primary: #16537e;
    --primary-100: #124568;
    --primary-200: #103e5d;
    --primary-300: #0e3653;
    --primary--100: #1a6194;
    --primary--200: #1c689f;
    --primary--300: #1e70a9;
    --primary-rgba-0: rgba(22, 83, 126, 0);
    --primary-rgba-10: rgba(22, 83, 126, 0.1);
    --primary-rgba-20: rgba(22, 83, 126, 0.2);
    --primary-rgba-30: rgba(22, 83, 126, 0.3);
    --primary-rgba-40: rgba(22, 83, 126, 0.4);
    --primary-rgba-50: rgba(22, 83, 126, 0.5);
    --primary-rgba-60: rgba(22, 83, 126, 0.6);
    --primary-rgba-70: rgba(22, 83, 126, 0.7);
    --primary-rgba-80: rgba(22, 83, 126, 0.8);
    --primary-rgba-90: rgba(22, 83, 126, 0.9);
    --secondary: #f44336;
    --secondary-100: #f32c1e;
    --secondary-200: #f22112;
    --secondary-300: #ea1c0d;
    --secondary--100: #f55a4e;
    --secondary--200: #f6655a;
    --secondary--300: #f77066;
    --secondary-rgba-0: rgba(244, 67, 54, 0);
    --secondary-rgba-10: rgba(244, 67, 54, 0.1);
    --secondary-rgba-20: rgba(244, 67, 54, 0.2);
    --secondary-rgba-30: rgba(244, 67, 54, 0.3);
    --secondary-rgba-40: rgba(244, 67, 54, 0.4);
    --secondary-rgba-50: rgba(244, 67, 54, 0.5);
    --secondary-rgba-60: rgba(244, 67, 54, 0.6);
    --secondary-rgba-70: rgba(244, 67, 54, 0.7);
    --secondary-rgba-80: rgba(244, 67, 54, 0.8);
    --secondary-rgba-90: rgba(244, 67, 54, 0.9);
    --tertiary: #f1c232;
    --tertiary-100: #efbb1a;
    --tertiary-200: #edb610;
    --tertiary-300: #e1ad0f;
    --tertiary--100: #f3c94a;
    --tertiary--200: #f3cd56;
    --tertiary--300: #f4d062;
    --tertiary-rgba-0: rgba(241, 194, 50, 0);
    --tertiary-rgba-10: rgba(241, 194, 50, 0.1);
    --tertiary-rgba-20: rgba(241, 194, 50, 0.2);
    --tertiary-rgba-30: rgba(241, 194, 50, 0.3);
    --tertiary-rgba-40: rgba(241, 194, 50, 0.4);
    --tertiary-rgba-50: rgba(241, 194, 50, 0.5);
    --tertiary-rgba-60: rgba(241, 194, 50, 0.6);
    --tertiary-rgba-70: rgba(241, 194, 50, 0.7);
    --tertiary-rgba-80: rgba(241, 194, 50, 0.8);
    --tertiary-rgba-90: rgba(241, 194, 50, 0.9);
    --quaternary: #3d85c6;
    --quaternary-100: #3578b4;
    --quaternary-200: #3271ab;
    --quaternary-300: #2f6ba1;
    --quaternary--100: #5191cc;
    --quaternary--200: #5b98cf;
    --quaternary--300: #649ed2;
    --quaternary-rgba-0: rgba(61, 133, 198, 0);
    --quaternary-rgba-10: rgba(61, 133, 198, 0.1);
    --quaternary-rgba-20: rgba(61, 133, 198, 0.2);
    --quaternary-rgba-30: rgba(61, 133, 198, 0.3);
    --quaternary-rgba-40: rgba(61, 133, 198, 0.4);
    --quaternary-rgba-50: rgba(61, 133, 198, 0.5);
    --quaternary-rgba-60: rgba(61, 133, 198, 0.6);
    --quaternary-rgba-70: rgba(61, 133, 198, 0.7);
    --quaternary-rgba-80: rgba(61, 133, 198, 0.8);
    --quaternary-rgba-90: rgba(61, 133, 198, 0.9);
    --dark: #212529;
    --dark-100: #16181b;
    --dark-200: #101214;
    --dark-300: #0a0c0d;
    --dark--100: #2c3237;
    --dark--200: #32383e;
    --dark--300: #383f45;
    --dark-rgba-0: rgba(33, 37, 41, 0);
    --dark-rgba-10: rgba(33, 37, 41, 0.1);
    --dark-rgba-20: rgba(33, 37, 41, 0.2);
    --dark-rgba-30: rgba(33, 37, 41, 0.3);
    --dark-rgba-40: rgba(33, 37, 41, 0.4);
    --dark-rgba-50: rgba(33, 37, 41, 0.5);
    --dark-rgba-60: rgba(33, 37, 41, 0.6);
    --dark-rgba-70: rgba(33, 37, 41, 0.7);
    --dark-rgba-80: rgba(33, 37, 41, 0.8);
    --dark-rgba-90: rgba(33, 37, 41, 0.9);
    --light: #FFF;
    --light-100: #f2f2f2;
    --light-200: #ececec;
    --light-300: #e6e6e6;
    --light--100: #ffffff;
    --light--200: #ffffff;
    --light--300: #ffffff;
    --light-rgba-0: rgba(255, 255, 255, 0);
    --light-rgba-10: rgba(255, 255, 255, 0.1);
    --light-rgba-20: rgba(255, 255, 255, 0.2);
    --light-rgba-30: rgba(255, 255, 255, 0.3);
    --light-rgba-40: rgba(255, 255, 255, 0.4);
    --light-rgba-50: rgba(255, 255, 255, 0.5);
    --light-rgba-60: rgba(255, 255, 255, 0.6);
    --light-rgba-70: rgba(255, 255, 255, 0.7);
    --light-rgba-80: rgba(255, 255, 255, 0.8);
    --light-rgba-90: rgba(255, 255, 255, 0.9);
}
/* Skin Colors - Inverse */
:root {
    --primary-inverse: #FFF;
    --secondary-inverse: #FFF;
    --tertiary-inverse: #777;
    --quaternary-inverse: #FFF;
    --dark-inverse: #FFF;
    --light-inverse: #777;
}
/* Grey Colors */
:root {
    --grey: #969696;
    --grey-100: #f4f4f4;
    --grey-200: #eaeaea;
    --grey-300: #e5e5e5;
    --grey-400: #e0e0e0;
    --grey-500: #dbdbdb;
    --grey-600: #cecece;
    --grey-700: #c1c1c1;
    --grey-800: #a8a8a8;
    --grey-900: #8e8e8e;
    --grey-1000: #757575;
}


.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.loader {
    width: 48px;
    height: 48px;
    border-width: 3px;
    border-style: dashed solid  solid dotted;
    border-color: #f7931a #f7931a transparent #f7931a;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 20px;
    top: 31px;
    border: 10px solid transparent;
    border-right-color: #f7931a;
    transform: rotate(-40deg);
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-danger{
    padding-bottom: 3px;
    box-shadow:  0 3px 0 #B21F2E;
}

.btn-success{
    padding-bottom: 6px;
    box-shadow:  0 3px 0 #12633D;
}

.whatsapp-top-button {
    position: fixed; /* This makes the button fixed relative to the viewport */
    bottom: 60px;          /* Positions the button at the very top of the viewport */
    right: 10px;         /* Positions the button at the very left of the viewport */
    /* Or use 'right: 0;' to position it at the right */
    /* Example for top-right: top: 0; right: 0; */
    background-image: linear-gradient(180deg,#5FFC7B,#28D146);
    z-index: 1000;   /* Ensures the button stays on top of other content */
    cursor: pointer; /* Indicate it's clickable */
    box-shadow:  3px 3px 3px #000;
    border-radius: 50%;
    padding: 12px 7px;
    color:#e5e5e5;
}
.whatsapp-top-button:hover
{
    background-image: linear-gradient(0deg,#5FFC7B,#28D146);
    color:#ffffff;
    box-shadow: 1px 1px 3px #000;
}
.whatsapp-top-button-icon:hover
{
    color: #ffffff;
    text-shadow:  0 0 5px #ffffff;
}
