.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: fixed;
    z-index: 999;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

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

#opc_modal .forget_password
{
    padding-top: 15px;
}
#opc_modal .modal-header {
    margin-bottom: 15px;
}
#opc_modal .modal-header .panel-title{
    font-size: 25px;
    margin-top: 0px;
    color: #252525;
    padding: 0px 0px 0px 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: left;
}
#opc_modal .modal-header .panel-title i.fa-pts-user{
  padding-right: 10px;
}
.active_modal{
  display: block !important;
}
.modal {
    display: none;
    left: 50%;
    bottom: auto;
    right: auto;
    z-index: 1050;
    padding: 0;
    width: 500px;
    margin-left: -250px;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -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;
  }
body#order-opc.modal-open{
    overflow: auto;
}
div#onepagecheckoutps .modal .modal-dialog {
    top: 40% !important;
    background: rgba(255, 255, 255, 1);
    padding: 0;
    position: static;
}
div#onepagecheckoutps .modal {
    top: 0 !important;
    /*opacity: 0.8;*/
    background: rgba(255,255, 255, 0.8);
    margin: auto;
    position: absolute !important;
    z-index: 20002;
}
div#onepagecheckoutps .modal .modal-footer button{
    margin-left: 10px;
}
div#onepagecheckoutps .modal .modal-content {
    margin: 0;
}
