<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);*/



.wrapper {
    margin: auto;
    max-width: 400px;
}

.autocomplete, pre {
    width: calc(100% - 20px);
}

.inputtext {
    border: 1px solid grey;
    margin: 0;
    padding: 5px;
    width: 100%;
}

.choices .choice {
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 5px;
    width: 100%;
}
/*Custom CSS*/
.Green-class {
    background-color: #689e68 !important;
    color: white;
}

.Red-class {
    background-color: #bd4040 !important;
    color: white;
}

.Blue-class {
    background-color: #285779 !important;
    color: white;
}

.Fgreen-class {
    color: green;
    font-weight: 600;
}
.Fyellow-class {
    color: #9b5711;
    font-weight: 600;
}



.Fblue-class {
    color: blue;
    font-weight: 600;
}

.Fchocolate-class {
    color: chocolate;
    font-weight: 600;
}

.Fblueviolet-class {
    color: blueviolet;
    font-weight: 600;
}

.Fbrown-class {
    color: brown;
    font-weight: 600;
}



.Fdarkcyan-class {
    color: darkcyan;
    font-weight: 600;
}




.Forenge-class {
    color: orange;
    font-weight: 600;
    text-align: center;
    padding-top: 10px
}

.FFBlue {
    color: #007bff;
    font-weight: 600;
    text-align: center;
    padding-top: 10px
}

.Fred-class {
    color: red !important;
    font-weight: 600;
}

.Forange-class {
    color: orangered !important;
    font-weight: 600;
}

.color_textinfo {
    background-color: #c0ccc3;
    text-align: center;
}

.color_row {
    color: #3f43b1;
    font-weight: 500;
    text-align: center
}

.th_sty {
    color: white;
    width: 5%;
    text-align: center;
}

.Hs-Centered {
    position: fixed;
    top: 20%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.kebab-link i {
    font-size: 1.5rem;
}

    .kebab-link i:active, .kebab-link i:hover {
        color: #4285F4;
    }


.kebab-dropdown {
    position: relative;
}

/*Material design for dropdowns */
.dropdown-sm &gt; .dropdown-menu &gt; .dropdown-item {
    padding: 5px;
    margin-left: 0;
}

/*
.table thead &gt; tr &gt; th, .table tbody &gt; tr &gt; th, .table tfoot &gt; tr &gt; th, .table thead &gt; tr &gt; td, .table tbody &gt; tr &gt; td, .table tfoot &gt; tr &gt; td {
    padding: 2px !important;
}

.table {
    margin-bottom: 0px !important;
}
    */

.panel-footer {
    padding: 5px 5px;
}

.panel-heading {
    padding: 5px 5px;
}

.panel-body {
    padding: 10px;
}

.dropdown-menu &gt; .dropdown-item {
    padding: 1rem;
    margin-left: 0;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
}

.dropdown-menu dropdown-menu-left {
    display: none;
    position: relative;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}


.dropdown-menu &gt; .dropdown-item:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    color: white;
    background: #4285F4;
    width: 100%;
}

.dropdown-menu {
    min-width: 100px !important;
    margin: 0px 6px 0px !important;
}



/*ACTION 2*/

.md-hamb {
    display: inline-block;
}


.modal-header {
    padding: 5px 3px;
    border-bottom: 1px solid #eee;
    background-color: royalblue;
    color: white;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


a:link {
    color: #212529;
    text-decoration: none;
    /*display: block;*/
    width: 100%;
    padding: .25rem 0.5rem;
    /*padding: -0.75rem 1.5rem;*/
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

/*....for dropdown-hover effect....*/
ul &gt; li &gt; a:hover {
    color: white;
    text-decoration: none;
    position: relative;
}

ul &gt; li:hover {
    background-color: #236DAD;
    color: white;
    text-decoration: none;
}

ul li a {
    display: block;
}

/*....for dropdown-hover effect....*/


.dropdown-submenu &gt; a:hover {
    background-color: #236dad;
    color: white;
    text-decoration: none;
}

a:visited {
    color: #212529;
}

.pagination &gt; .active &gt; a {
    color: white;
    background-color: #17a2b8 !important;
    border: solid 1px #17a2b8 !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 32px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.btn-view {
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #007bff;
    border: none;
}

    .btn-view:hover {
        background-color: #066cda
    }

    .btn-view:active {
        background-color: #007bff;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }

    .btn-view:after {
        content: "View";
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* sms/email */
.group {
    float: right;
    margin-bottom: 2px;
}

.img-upload {
    width: 50px;
    height: 50px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
}

.form-inline {
    float: left;
}

input.ng-valid {
    border: 1px solid #abc1e2;
}

textarea.ng-valid {
    border: 1px solid #abc1e2;
}

label {
    color: #488ac1;
}

.footer-style {
    width: 98%;
    margin-left: 1%;
    margin-top: 1%;
    border: none !important;
}

.close {
    background-color: white !important;
    padding: 8px !important;
    color: red !important;
    margin: 2px;
    border: 1px solid red !important;
    border-radius: 5px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    /* border: 1px solid red; */
    padding: 6px;
}

.model-div {
    border: 1px solid white;
    border-radius: 5px;
    height: 30px;
}

.div-data {
    border: 1px solid rgb(240, 242, 245);
    border-radius: 3px;
    background-color: rgb(247, 247, 247);
    color: rgb(0, 132, 226);
    word-spacing: 2px;
    margin-left: 58px;
}

.row-hover:hover {
    background-color: #9a9af3;
    color: white;
}

.btn-custom {
    display: inline-block;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .1rem .3rem;
    font-size: 1.0rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
    color: #fff;
    background-color: #536af7;
    border-color: #536af7;
}

/*  video tutorial   */
.tutorial {
    background-image: url(../Content/Images/tutorial1.jpg);
    background-repeat: no-repeat;
    width: 108px;
    height: 41px;
    border: 1px solid #def8ff;
    background-size: 105px 41px
}

.autosearch {
    position: relative;
    height: 80px;
    /*  background-color: #ffc;*/
    border-color: #996;
    overflow-x: hidden;
    position: absolute;
}

#nav {
    height: 15em;
    line-height: 2em;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.modal-header1 {
    padding: 0px 10px 0px 10px !important;
}


.blink_me {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.scroll-table {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    margin: 10px 0 !important;
}



/* The Close Button */
.hsclose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .hsclose:hover,
    .hsclose:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


/* Custom CSS for UIB-MODAL fs = full screen  */

.fs-modal-window {
    opacity: 0.2;
}

    .fs-modal-window .modal-content {
        /* height: 100%;*/ /*Commented By AM 16-09-2021*/
        width: 100%;
    }


    .fs-modal-window .modal-dialog {
        width: 99vw;
        height: 100vh;
        max-width: 99vw;
        max-height: 100vh;
        margin-right: auto;
        margin-left: auto;
        top: 0;
        margin-top: 0;
    }

/*@media screen  and (max-width: 1500px) {
    .bg-back {
        width:88% !important;
    }
}
@media screen and (min-width: 1024px) {
    .bg-back {
        width: 91% !important;
    }
}

@media screen and (min-width: 1440px) {
    .bg-back {
        width: 77% !important;
    }
}*/
@media screen and (min-width: 1280px) {
    .card-set {
        width: 94% !important;
        margin: 0 auto
    }
}

@media screen and (min-width: 1366px) {
    .card-set {
        width: 100% !important;
    }
}





@media screen and (min-width: 600px) {
    .modal-dialog {
        width: 100%;
        max-width:100% !important;
    }

    .text-mng {
        font-size: 14px;
    }

    .text-cushah {
        font-size: 12px;
    }

    .text-phon {
        font-size: 9px;
        word-spacing: 2px
    }

    .bg-back {
        width: 83% !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 425px) {
    #footer-sec {
        display: none !important;
    }
}

.fs-modal-window .modal-header {
    /*position: fixed;
        background-color: #728e78;
        top:0px;
        height: 25px;
        width: 100%;*/
}

.fs-modal-window .modal-body {
    /*position: fixed;
        background-color: white;
        top: 25px;
        width: 100%;
        padding: 10px !important;*/
}

.fs-modal-window .modal-footer {
    /*position: fixed;
    background-color: #728e78;
    height:10px;
    bottom: 0px;
    width: 100vw;
    padding: 10px !important;*/
}

.hs-card {
    max-height: 570px;
    overflow-y: scroll;
    box-sizing: border-box;
}

.hs-card-body {
}


.hs-modal {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.hs-modal-dialog {
    z-index: 2060;
    width: 100%;
    height: 100%;
    top: 0;
    Left: 0;
}

.hs-modal-content {
    margin: auto;
    top: 50% !important;
    width: 100%;
    transform: translate(0%, -50%);
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.hs-modal-header {
    background-color: darkblue;
    height: 30px;
}

.hs-modal-footer {
    background-color: lightblue;
    height: 30px;
}

.md-autocomplete-suggestions-container {
    z-index: 100000 !important; /* any number of choice &gt; 1050*/
}
/*Added By AJM 11-12-2021*/
.md-datepicker-calendar-pane {
    z-index: 1200
}

/* hs-modal1 */


.hs-modal1 {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.hs-modal1-dialog {
    margin: auto;
    top: 50% !important;
    width: 50%;
    transform: translate(0%, -50%);
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.hs-modal1-content {
    background-color: white;
    color: black;
    padding: 7px;
}

.hs-modal1-header {
    background-color: #11597d;
    color: white;
    height: 40px;
    padding: 7px;
}

.hs-modal1-footer {
    background-color: #dbe2e5;
    color: darkblue;
    height: 40px;
    padding: 7px;
}


.hs-icon-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #333333;
    background-color: #e5e5e5;
    border: none;
    outline: none;
    border-radius: 50%;
}

    .hs-icon-button:hover {
        cursor: pointer;
    }

    .hs-icon-button:active {
        background: #cccccc;
    }

.hs-icon-button__badge {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 18px;
    height: 18px;
    background: red;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* Header fixed to the top of the modal */
.modal-header--sticky {
    position: sticky;
    top: 0;
    background-color: inherit; /* [1] */
    z-index: 1055; /* [2] */
}

/* Footer fixed to the bottom of the modal */
.modal-footer--sticky {
    position: sticky;
    bottom: 0;
    background-color: inherit; /* [1] */
    z-index: 1055; /* [2] */
}




    .hs-modal-window-fs .modal-dialog {
        width: 100% !important;
        padding: 0px;
        margin: 0px;
    }

    .hs-modal-window-fs .modal-content {
        width: 100% !important;
        min-height: 100vh !important;
        padding: 0px;
        margin: 0px;
    }

.hs-modal-window-fs .modal-footer {
    margin:2px;
    background-color:white;
    position: sticky;
    bottom: 0px;
    width: 100%;
    padding: 2px !important;
}

.stickyheader {
    position: sticky;
    top: 0;
    padding: 10px 16px;
    color: #f1f1f1;
    z-index: 100;
}
.btn-primary {
    background-color: #236dad;
    border-color: #236dad;
}
.btn-warning {
    background-color: #ff8d60;
    border-color: #ff8d60;
}

.btn1 {
    border-radius: 0px !important;
    background-color: #236dad;
}

    .btn1:hover {
        background: #236dad;
    }


.card-box {
    background: #f5f5f5;
    border-top: 1px solid #ccc;
    padding: 8px;
    text-align: left;
    width:100%;
}

/* Abha Registration Css*/
.AbdmTermCond{
    font-size: 0.75rem;
    max-height:200px;
    overflow-y:auto;
}

/* Autocomplete  */
md-autocomplete#custom-template {
    width: 200px;
}

.autocomplete-custom-template .md-autocomplete-suggestion {
    border-bottom: 1px solid #ccc;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: normal;
}

.autocomplete-custom-template .md-autocomplete-suggestion:last-child {
     border-bottom-width: 0;
}

.autocomplete-custom-template .item-title,
.autocomplete-custom-template .item-metadata {
    display: block;
    line-height: 2;
}

.autocomplete-custom-template .item-title md-icon {
    height: 18px;
    width: 18px;
}

.custom-container {
    min-width: 300px !important;
}</pre></body></html>