﻿ .jq-toast-single {
            text-align: right !important;
            font-size: 17px;
            font-weight: bold;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .svg-icon.svg-icon-primary svg g [fill] {
            fill: #1bc5bd !important;
        }

        input {
            height: 50px !important;
            padding: 15px;
            border-radius: 15px;
            border: 0;
            box-shadow: 4px 4px 10px rgba(0,0,0,0.06);
        }

        button {
            height: 50px !important;
            font-size: 17px !important;
        }

        .true_title {
            font-size: 14px;
            color: #0a4a47;
            font-weight: bold;
        }

        .progressbar {
            background: rgb(13 92 88) !important;
        }


        .toast-message {
            text-align: center;
        }

        .login_imgs {
            -webkit-transition: all 0.6s ease-in-out;
            -moz-transition: all 0.6s ease-in-out;
            -o-transition: all 0.6s ease-in-out;
            transition: all 0.6s ease-in-out;
            transition: height 10s ease-out;
            -webkit-transition: height 10s ease-out;
        }

        .centered {
            position: absolute;
            top: 50%;
            left: 70% auto;
            transform: translate(-50%, -50%);
        }

        .svg-icon.svg-icon-primary svg g [fill] {
            fill: #0d5c59 !important;
        }

        body {
            font-family: "Tajawal",Poppins, Helvetica, "sans-serif";
        }
        .formErrorContent {
            color: #c71427;
        }

        .U_EMAILformError {
            top: 55.975px !important;
            width: 100% !important;
            text-align: end !important;
            padding-right: 29px !important;
        }
        .input-group-text {
            border-radius: 0px 7px 7px 0px !important;
        }
        .wwwww {
            height: 40px !important;
        }

        #toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
            width: 770px;
            margin-left: auto;
            margin-right: auto;
        }

        #toast-container > .toast-error {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
            background-position:380px !important;
        }

        #toast-container > div {
            position: relative;
            pointer-events: auto;
            overflow: hidden;
            margin: 0 0 6px;
            padding: 15px 15px 15px 80px;
            width: 300px;
            border-radius: 3px 3px 3px 3px;
            background-position: 15px center;
            background-repeat: no-repeat;
            -webkit-box-shadow: 0 0 12px #999999;
            box-shadow: 0 0 12px #999999;
            color: #FFFFFF;
            opacity: 0.8;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
            filter: alpha(opacity=80);
        }

        #toast-container * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .toast.toast-error {
            background-color: #F64E60;
            color: #ffffff;
        }

        .toast {
            -webkit-transition: all 0.15s ease;
            transition: all 0.15s ease;
            background-position: 15px center /*rtl:calc(100% - 15px) center*/ !important;
            border: 0;
            background-color: #F3F6F9;
            color: #3F4254;
            -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075) !important;
            box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075) !important;
        }

        .toast {
            max-width: 420px;
            overflow: hidden;
            font-size: 0.875rem;
            background-color: rgba(255, 255, 255, 0.85);
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
            box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
            opacity: 0;
            border-radius: 0.25rem;
        }
        .toast-message {
            padding-top:9px;
        }
        .toast-close-button {
            float: left;
            margin-left:-66px;
        }
         .toast-error {
            background-color: #BD362F;
        }

        .toast {
            background-color: #030303;
        }

        *, *::before, *::after {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        user agent stylesheet div {
            display: block;
        }

        #toast-container {
            position: fixed;
            z-index: 999999;
            pointer-events: none;
        }
