﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-left: 3px solid #0589df;
    background-color: #f9f9f9;
    color: #1b84ff !important;
    font-weight: 600;
}

/* Sticky footer styles
-------------------------------------------------- */
/*html {
    font-size: 14px;
}*/

/*@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}*/

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

bodyTest {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    min-height: 0px !important;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 10%), inset 0 0.125em 0.5em rgb(0 0 0 / 15%);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.mrinbutton {
    margin-left: 10px;
}

.FontCustomColor {
    color: #0a4ba6;
}

.CustomFloat {
    float: right;
}

.customPadding {
    padding-bottom: 17px;
}

.bg-white {
    background-color: #326abf !important;
}

.LoginSubmitButton {
    text-align: right;
    display: block;
}

.Register {
    color: white !important;
}

.minheightofrow {
    min-height: 500px;
}

.lefthandsidemenu {
  /*  box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 10%), inset 0 0.125em 0.5em rgb(0 0 0 / 15%);
    min-height: 325px !important;
    background-color: #f4f5ff;*/
}

.row {
    --bs-gutter-x: 0rem;
}

#Loader {
    text-align: center;
    margin-top: 200px;
    position: absolute;
}

.IconColor {
    display: inline-block;
    border-radius: 50%;
    padding: 0.5em 0.6em;
    background-color: #0589df;
    color: #fcfcfc;
}
.lilineheight {
    height: 60px;
}

.HeaderStyle {
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}

.APICountStyle {
    padding-left: 38px;
    color: gray;
    font-size: 14px;
    float: left;
}

.HeaderLine {
    font-weight: bold;
    color: #3c4857;
    letter-spacing: 0px;
}

/*.Minhwightofmainpage {
    background: url(../../../../Images/background.png) cover;
}*/

.UserTableHeaderstyle {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0589df;
    color: white;
}

.approvalButton {
    float: right;
}

.list-group-item:hover {
    background-color: #e5e5e5;
    cursor: pointer;
}

.HeaderClassofApi {
    padding: 0px 2px 15px;
    margin-top: -20px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-left: 3px solid #0589df;
    background-color: #f9f9f9;
}

.nav-link:hover {
    color: #0a4ba6 !important;
    background-color: #e2e2e24f !important
}

.seachengin {
    background-color: #e8eaff;
}

.OperationDisplayname {
    margin-left: 10px;
    text-transform: capitalize;
}

.OperationVerbs {
    font-size: 14px;
    font-weight: 700;
    min-width: 80px;
    padding: 6px 15px;
}

/*.accordion-button::after {
    background-image: url(../../../../Images/1148842.png) !important;
}
*/
.breadcrumb-item a {
    text-decoration: none;
}

.RegisterMainClass {
    margin-left: 380px;
    margin-right: 380px;
    margin-top:0px;
}
.RegisterClass {
    text-align: right;
}
.ValidationgOTP {
    text-align: right !important;
    margin-right: 16px;
}
.timercount {
    text-align: center !important;
}
.customPadding {
    padding-bottom: 3px;
}

.pull-right {
    float: right;
}

.Forgotpasswordheaderstyle {
    width: 67%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
    padding-top: 11px;
}

    .Forgotpasswordheaderstyle span {
        background: #fff;
        padding: 0 10px;
    }


.snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */


/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.stretch-card {
    
    align-items: stretch;
    justify-content: stretch;
}
grid-margin, .proBanner .purchase-popup {
    margin-bottom: 2.5rem;
}
.card.card-img-holder {
    position: relative;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.mb-3, .my-3, .template-demo .circle-progress-block {
    margin-bottom: 1rem !important;
}
.page-header {
    margin: 0 0 1.5rem;
}
.page-title {
    color: #000;
    font-size: 1.125rem;
    margin-bottom: 0;
}

page-title .page-title-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 3px 8.3px 0.7px rgb(163 93 255 / 35%);
}

.div-overflow {
    /*float: left;
    width: 1000px;*/
    overflow-y: auto;
    height: 250px;
}
.customcardheader {
    background-color: #32c5d2;
}

#table td:first-child {
    font-weight: 600;
}

.text-gray-800ForRemarks {
    white-space: pre-wrap;
    word-wrap: break-word;
    max-width: 200px;
}

.nav-pills {
    --bs-nav-pills-border-radius: 0.1rem !important;
}

.tabcolor {
    color: black !important;
}

    .tabcolor.active {
        border-left: none !important;
        border-bottom: 2px solid #0589df !important;
    }

.RequestModelClass {
    font-size: 13px;
    color: #a1a5b7;
}
.suppheader {
    line-height: 3px;
    
}
.ForgotPasswordstl {
    color: #696969;
    text-decoration: none;
    float: left;
}
    .ForgotPasswordstl:hover {
        color: #696969;
    }
    #btnloginnotp {
        visibility: hidden;
        float: right;
    }
#emailbox {
    padding-top: 10px;
}

.enameclass {
    font-size: 13px;
    color: gray;
}
#PendingCount, #TotalRejected, #ApprovedCount{
    color:white;
}
.fa-tachometer {
    color: gray;
}
.fa-tasks {
    color: gray !important;
}
.fa-book {
    color: gray;
}
.fa-envelope-o {
    color: #0c4da2;
}
.fa-bullhorn {
    color: gray !important;
}
.fa-th-list {
    color: gray !important;
}

.toast .bg-warning {
    background-color: #0c4da2 !important;
}
.TotalApproved {
    cursor: pointer;
    background: #4f936f;
    line-height: 59px;
    text-align: center;
    margin-right: 1px;
    border-right: none !important;
    cursor: grab;
    font: 800 44px system-ui;
    color: white;
}
.TotalPending {
    cursor: pointer;
    background: #ddb21c;
    text-align: center;
    line-height: 59px;
    cursor: grab;
    font: 800 44px system-ui;
    color: white;
}
.TotalRequest {
    cursor: pointer;
    background: #ec4971;
    line-height: 59px;
    text-align: center;
    margin-right: 1px;
    cursor: grab;
    font: 800 44px system-ui;
    color: white;
}
.offcanvas-backdrop.show {
    opacity: 0.2 !important;
}
.Approvallistremarks {
    height: 50px;
    overflow: scroll;
    width: 180px;
}
.Ipsbuttonclass {
    float: right;
}

.ipsparent {
    margin-left: 100px;
    margin-right: 250px;
    margin-top: -25px;
}
.marginbwebtn {
    margin-right: 5px;
}

.ipdeladdbtn {
    display: flex;
}

.IpsAddclass {
    margin-right: 6px;
}
.ChannelContinuation{
    text-align:right;
}
.Primarykey {
    border: transparent;
    width: 270px;
    background-color: white;
    border:none;
}
.profilewidth {
    width: 270px;
}





/**Sandbox exit process design*/

.stretch-card > .card {
    width: 100%;
    min-width: 100%
}

body {
   /* background-color: #f9f9fa*/
}

.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}


.card {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #3da5f;
    border-radius: 0
}

    .card .card-block {
        padding: 1.25rem;
    }

h6 {
    font-size: 16px !important;
}

.text-c-green {
    color: #2ed8b6;
}

.m-l-10 {
    margin-left: 10px;
}




.progress-bar {
    font-size: 13px;
    font-weight: 600;
    padding: 1px;
}

.bg-c-red {
    background: #FF5370;
}

.proj-progress-card .progress .progress-bar.bg-c-red:after {
    border: 3px solid #FF5370;
}

.proj-progress-card .progress .progress-bar:after {
    content: "";
    background: #fff;
    position: absolute;
    right: -6px;
    top: -4px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.bg-c-blue {
    background: #4099ff;
}

.proj-progress-card .progress .progress-bar.bg-c-blue:after {
    border: 3px solid #4099ff;
}

.proj-progress-card .progress .progress-bar.bg-c-green:after {
    border: 3px solid #2ed8b6;
}

.bg-c-green {
    background: #2ed8b6;
}

.bg-c-yellow {
    background: #FFB64D;
}

.proj-progress-card .progress .progress-bar.bg-c-yellow:after {
    border: 3px solid #FFB64D;
}

.m-b-30 {
    margin-bottom: 30px;
}

.text-c-red {
    color: #FF5370;
}
#UATENV {
    padding: 0px 4px 0px;
    border-right: 1px solid green;
    height: 97px;
}
#ProdENV {
    padding: 0px 4px;
}
.wave {
    position: fixed;
  /*  bottom: 0;*/
    left: 0;
    height: 100%;
    z-index: -1;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.rgilogo {
    width: 540px;
}
.login_logo_merge{
    padding-top:20px;
}
#btnloginemail {
    border: aliceblue;
    background-color: #0589df;
    border-color: #0589df;
}
.roleName {
    list-style-type: none;
    padding-left: 17px;
}
.waiting_period{
    display:block;
}
.weight600 {
    font-weight: 600 !important;
}
.nav-link {
    font-size: 14px;
    font-weight: 500 !important;
}
.fw-bold-custom {
    font-weight: 500 !important;
}

.textWrapping {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}