
    body {
        font-size: 0.77rem;
        color: #000;
        /* background: #f3f4f6; */
    }
    .btn {
        background-color: rgb(237,28,36);
        border-color: rgb(237,28,36);
    }

    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
    }
   label.error  {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 1.71429;
            color: #DD1D21 !important;
        }
    .custom-control1 {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1rem;
    }


    button:disabled + .loader {
        display: inline-block;
    }
    .loader {
        display: none;
        width: 25px;
        height: 25px;
        border: 4px solid #DD1D21;
        border-bottom-color: #fff;
        border-radius: 50%;
        box-sizing: border-box;
        animation: rotation 1s linear infinite;
        position: absolute;
        top: 13px;
        right: -35px;
    }
      
    .externalLink {
          display: inline-block;
        }
        .externalLink:after {
            content: '';
            position: relative;
            display: inline-flex;
            width: 12px;
            height: 12px;
            /*background-image: url('https://img.icons8.com/cotton/64/000000/new-window.png');*/
            background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5 2h2c.55228475 0 1 .44771525 1 1 0 .51283584-.38604019.93550716-.88337887.99327227l-.11662113.00672773h-2c-.51283584 0-.93550716.38604019-.99327227.88337887l-.00672773.11662113v14c0 .5128358.38604019.9355072.88337887.9932723l.11662113.0067277h14c.5128358 0 .9355072-.3860402.9932723-.8833789l.0067277-.1166211v-2c0-.5522847.4477153-1 1-1 .5128358 0 .9355072.3860402.9932723.8833789l.0067277.1166211v2c0 1.5976809-1.24892 2.9036609-2.8237272 2.9949073l-.1762728.0050927h-14c-1.59768088 0-2.90366088-1.24892-2.99490731-2.8237272l-.00509269-.1762728v-14c0-1.59768088 1.24891996-2.90366088 2.82372721-2.99490731l.17627279-.00509269h2zm16 0 .081.003.1197258.01724007.1114167.02949802.111079.04393527.0974873.05232209.0960413.06679051.0903567.08010726.0965586.11180017.0716634.11124451.0310174.06096295.0337679.08144877.0240408.07565741.0289379.14789747.0069072.1180955v6c0 .55228475-.4477153 1-1 1s-1-.44771525-1-1v-3.586l-6.2928932 6.2931068c-.360484.3604839-.927715.3882135-1.3200062.0831886l-.0942074-.0831886c-.3604839-.360484-.3882135-.927715-.0831886-1.3200062l.0831886-.0942074 6.2911068-6.2928932h-3.584c-.5522847 0-1-.44771525-1-1s.4477153-1 1-1z' fill-rule='evenodd'/%3E%3C/svg%3E");
            background-size: cover;
            background-repeat:none;
            margin-left: 2px;
        }

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