html, body {
    font-family: Roboto, sans-serif;
    color: var(--black);

    /* ----- colors ------*/
    --primary-color: #f26522;
    --secondary-color: #fef2ec;
    --deep-brown: #793211;
    --white: white;
    --black: #231F20;
    --gray1: #f8f7f7;
    --gray2: #5f5457;
    --gray3: #f8f8f8;
    --gray4: #ABA0A3;
    --gray5: #D9D9D9;

    /* --- border-radius-- */
    --primary-border-radius: 8px;
}

* {
    padding: 0;
    margin: 0;
}

/* --- copy to clip board --- */
.copy-to-clipboard {
    display: flex;
    width: fit-content;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.copy-button-box {
    display: flex;
    width: fit-content;
    position: relative;
}

.copy-feedback {
    position: absolute;
    right: -10px;
}

.copy-feedback::before {
    content: "Copied!";
    position: absolute;
    background: #e8e8e8;
    border-radius: 8px;
    color: var(--gray2);
    padding: 8px 10px;
    font-weight: 400;
    font-size: 14px;
    z-index: 5;

}
.copy-feedback::after {
    content: "";
    position: absolute;
    background: #e8e8e8;
    width: 15px;
    height: 15px;
    left: -2px;
    transform: rotate(317deg);
    top: 8px;
    border-radius: 2px;

}
.copy-feedback {
    position: relative;
    display: none;
}
.show-copy-feedback {
    display: block;
}
/*--- End of Clipboard copy style--*/

.text-grey {
    color: #939598;
}

.paga-theme-bg-color {
    background-color: rgb(242, 101, 34);
    color: white;
}

.paga-theme-fg-color,.paga-theme-fg-color:hover{
    color: rgb(242, 101, 34);
}

.paga-theme-orange {
    color: #F26522;
    background-color: var(--secondary-color);
}

.paga-theme-orange:hover {
    color: #F26522!important;
    background-color: #f6e3d9!important;
}

.blur {
    -webkit-filter: blur(8px);
}

.modal {
    background-color: rgba(218, 218, 218, 0.56);
}

.modal-icon-6 {
    height: 6rem;
    width: 6rem;
    background: transparent;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.otp-input {
    height: 34px;
    width: 34px;
    border: 2px solid #8c8c8c;
    text-align: center;
    margin: 0 0.3rem;
}

.btn:hover {
    color: white;
    background-color: orange;
}

.paga-theme-bg-color-hover:hover {
    background-color: rgb(242, 101, 34);
    color: white;
}

.btn.disabled, .btn.disabled:hover, .btn:disabled, .btn:disabled:hover {
    background-color: #939598;
    color: #ffffff;
}

.country-code {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.small-form-label {
    display: block;
    color: #939598;
}

.non-link-hover-effect:hover {
    color: orange;
}

.wide-button-lg {
    width: 12.5rem;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 0;
    pointer-events: none;
    width: 30px;
    z-index: 999;
    top: 6px;
}

/* align icon */
.left-addon .glyphicon  { left:  6px;}
.right-addon .glyphicon { right: 6px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.wide-button-md {
    width: 10rem;
}

.phone-number-parent .glyphicon, .bvn-parent .glyphicon {
    display: none;
}

.phone-number-parent.verified .glyphicon, .bvn-parent.verified .glyphicon {
    display: block;
}

.file-upload-parent, .poa-file-upload {
    border: 1.5px dashed #F2931E;
    padding-top: 100px;
    padding-bottom: 20px;
    border-radius: 8px;
    background: #F2931E0A;
    text-align: center;
}

.file-upload-trailing{
    position: relative;
    bottom: -70px;
    margin: -30px;
    pointer-events: none;
}

.file-upload-parent:hover, .file-upload-parent:hover {
    cursor: pointer;
    background-color: #e3e3e3;
}

.file-upload-content-text {
    font-size: 14px;
    text-align: left;
    margin: 0;
    padding: 0;
    color: #515568;
}

.sub-text{
    font-size: 0.8rem;
    color: #878787;
}

.file-upload-content-image{
    background-image: url('/partner/images/document-upload-1d672efc82627a8fc0f56b5a831c575e.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 2rem;
    height: 2rem;
}

.file-upload-parent .parsley-errors-list {
    display: table-row;
    position: absolute;
    width: 550px;
    left: 9px;
    text-align: left;
    top: 30px;
}

.alert-success {
    color: #468847;
    background-color: #f8fff5;
    border: 1px solid #b6cc10;
}

.alert-success hr {
    border-top-color: #468847;
}

select.has-placeholder {
    color: #9e9e9e;
}

select.has-placeholder[data-chosen]:not([data-chosen='']) {
    color: #1e2022;
}


.switch {
    position: relative;
    display: inline-block;
    width: 2.26rem;
    height: 1.20rem;
}

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

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/partner/images/Toggle-6c42e32a7cd082e0ab337dce967708b9.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 0.95rem;
    width: 0.95rem;
    left: 0.1rem;
    right:0.10rem;
    bottom: 0.1rem;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-image: url('/partner/images/toggle-selected-ce12b9cd5ece58f128023cc300cf5c9c.svg');
}

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

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

/* Rounded sliders */
.slider.round {
    border-radius: 2rem;
}

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

.session-timeout-popup-continue-session-btn{
   background-color:  #F26522;
    color: #ffffff;
}
.session-timeout-popup-logout-btn{
   background-color:  var(--secondary-color);
    color: rgba(242, 101, 34, 1);;
}

label{
    color: black;
}

.partner-toast {
    z-index: 10;
    pointer-events: none;
}

.tooltip-inner {
    max-width: 244px;
    padding: 0.25rem 0.5rem;
    text-align: left;
    background-color: #FBDEBA;
    border-radius: 0.3125rem;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: var(--gray2);
    order: 0;
}

.arrow::before {
    border-color: transparent transparent #fbdeba transparent !important;
}

.page-heading {
    font-family: Roboto, sans-serif !important;
    font-size: 16px;
    color: #393A4A;
    font-weight: 500;
    line-height: 150%;
}

.clickable{
    cursor: pointer;
}

.primary-action-btn{
    background-color: var(--primary-color);
    color: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
    border: 0;
}

.primary-action-btn:hover{
    background-color: #b44a1b;
}

.secondary-action-btn{
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
    border: 0;
}

.transparent-action-btn {
    background-color: transparent;
    color: var(--primary-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
    border: 0;
}

.transparent-action-btn:hover,
.secondary-action-btn:hover
{
    background-color: #fde1d3;
    color: var(--primary-color);
}

.info-banner{
    display: flex;
    justify-content: space-between;
    background-color: var(--secondary-color);
    border-radius: 8px;
    color: var(--deep-brown);
    padding: 8px;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 2s linear infinite;
    display: inline-block;
}

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

.disabled-btn {
    pointer-events: none;
    opacity: 0.6;
}

