.apimg{
    /* padding-top: 20px; */
}
.ap-listing li{
    list-style-type: decimal;
}
.ap-listing-none li {
    list-style-type: none;
}
.rtextbox {
    background: #f8f8f8;
    border: 0;
    padding: 10px;
}
.table-bordered.rtextboxs th, .table-bordered.rtextboxs td {
    border: 0px solid #ebe9f1;
}
.my-exam .bs-stepper-title{
    color: #90c34c;
}
.bs-stepper-header.my-exam{
	display: block;
}
.ap-certificate .feather-send{
    color: #95c357;
    font-size: 33px;
}
.ap-certificate .feather-eye{
    color: #37a6c1;
    font-size: 33px;
}
.flexbox-container {
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: center;
}
.card.bg-authentication.mb-0 {
    background: #f0f7ff;
}
.card {
    margin-bottom: 2.2rem;
    box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%) !important;
    transition: all .3s ease-in-out;
}
.card .card {
    box-shadow: none !important;
}
.card-header:first-child {
    border-radius: calc(0.267rem - 0px) calc(0.267rem - 0px) 0 0;
}
.card-header {
    padding: 1.4rem 1.7rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0px solid #dfe3e7;
}
.align-self-center{
	background: #fff;
}
.disable-rounded-right {
    background: #f5fafe;
}
.details-stl p{
    margin-left: 50px;
    font-size: 13px;
    line-height: 16px;
}
.ap-certificate .badge-pill{
    padding: 12px 15px;
    border-radius: 0;
    margin-top: 5px;
    background: #a09fa5;
}
.ap-certificate td{
    font-size: 13px;
}
.ap-certificate #myFile{
    width: 95px;
}
.ap-certificate button {
  background-color: #00b6e3; /* Green */
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
    border-radius: 5px;
}
.card-body.ap-card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.5rem 0px 25px;
}
.margin-right-stl{
margin: 0 -18px !important;	
}
.pay-nows.btn-success{
	    margin-top: 25px;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 10%;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10% 0;
    border: 1px solid #888;
    width: 50%;
    height: 70%;
    display: block;
}
.modal .modal-content .bs-stepper-title {
    color: #90c34c;
}
/* The Close Button */
.modal .close { 
    position: absolute;
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    top: 0;
    display: inline-block;
    margin: -8px 48%;
    background: #fff;
    padding: 3px 6px 3px 6px;
    opacity: 1;
    box-shadow: 0 5px 20px 0 rgb(34 41 47 / 10%);
    border-radius: .357rem;
}

.modal .close:hover,
.modal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu {
    width: 13rem;
    margin-top: 10px;
}

.dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.65rem 0.5rem !important;
    clear: both;
    font-weight: 400;
    color: #6e6b7b;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    color: #00b6e3;
    text-decoration: none;
    background-color: rgba(115, 103, 240, 0.12); }
  
    .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00b6e3; }
  
    .dropdown-menu .dropdown-item.disabled,.dropdown-menu  .dropdown-item:disabled {
    color: #b9b9c3;
    pointer-events: none;
    background-color: transparent; }
  
.order-detailspage span {
width: 390px;
    display: -webkit-inline-box;
    margin-bottom: 30px;
    color: #000;
    position: relative;
    font-size: 15px;
}
.order-infodetails span::after {
    position: absolute; 
    top: 0;
    right: 12px;
    height: 100%;
    content: ':';
}
.order-infodetails li {
    list-style-type: none;
    font-size: 15px;
    /* color: #1a1a1a; */
    color: #607d8b;
    margin-right: 23px;
}
.order-infodetails .text-nowrap{
    float: right;
    margin-right: 15px;
    margin-top: 0;
}
.badge.badge-light-success {
    background-color: rgba(40, 199, 111, 0.12);
    color: #90c34c !important;
    width: 50px;
}
.text-nowrap .order-infodetails .text-nowrap .badge-light-success{
    margin-right: 0px;
}
 .order-infodetails .text-nowrap .badge-light-danger{
    margin-left: 10px;
}
.my-exam .bs-stepper-title.title-left {
    color: #90c34c;
    padding-left: 37px;
}