@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);

body {
    margin: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f5f8fa;
}

.navbar-laravel {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
}

.navbar-brand,
.nav-link,
.my-form,
.login-form {
    font-family: Raleway, sans-serif;
}

.my-form {
    /* padding-top: 1.5rem; */
    padding-top: 1px;
    padding-bottom: 1.5rem;
}

.my-form .row {
    margin-left: 0;
    margin-right: 0;
}

.login-form {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.login-form .row {
    margin-left: 0;
    margin-right: 0;
}

.cardi-bimb {
    border-style: solid;
    border-color: #D9EDF7;
    border-radius: 5px;
    border-width: 1px;
}

.yellow {
    background-color: #007BFF;
    color: #fff;
    font-weight: bold;
}

.region-field {
    padding-bottom: 15px;
}

.lbl-dsgn {
    font-weight: bold;
    padding: 1px;
}

.shadow-box {
    /* width: 300px;
   height: 100px; */
    /* padding: 15px; */
    background-color: #fff;
    box-shadow: 5px 5px 1px 1px #D9EDF7;
}

.cd-title {
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    padding-bottom: 20px;
    color: #000;
}

.form-head {
    border: 1px solid #D9EDF7;
    background-color: #D9EDF7;
    height: 40px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.captcha-box {
    border-style: groove;
    padding-top: 20px;
    background-color: #F5F5F5;
    width: 450px;
}

.captcha-letters {
    border-style: groove;
    width: 125px;
    border-right: 3px solid #A8A8A8;
}

.captcha-spacing {
    /* padding-left: 210px; */
    padding-left: 40px;
    transform: scale(1.1);
}

span.hover-x:hover,
span.hover-x:active {
    color: #007BFF;
}

a.hover-x:hover,
a.hover-x:active {
    color: #007BFF;
}

.custom-underline u {
    text-decoration: none;
    /* Remove default underline */
    position: relative;
    /* Enable positioning for the pseudo-element */
    font-size: 18px;
}

.custom-underline u::after {
    content: '';
    /* Create a line */
    position: absolute;
    /* Position it relative to the text */
    left: 0;
    /* Start at the beginning of the text */
    right: 0;
    /* End at the end of the text */
    bottom: -5px;
    /* Adjust spacing below the text (increase/decrease as needed) */
    height: 3px;
    /* Set underline thickness */
    background-color: #D3D3D3;
    /*  Set underline color (you can change to your preferred color) */
    /*background-color: #000;   Set underline color (you can change to your preferred color) */
}

span.hover-cancel:hover,
span.hover-cancel:active {
    color: #FF0000;
}

a.hover-cancel:hover,
a.hover-cancel:active {
    color: #FF0000;
}

.custom-cancel {
    text-decoration: none;
    /* Remove default underline */
    position: relative;
    /* Enable positioning for the pseudo-element */
    font-size: 18px;
    padding-left: 30px;
}

.custom-cancel i::after {
    content: '';
    /* Create a line */
    position: absolute;
    /* Position it relative to the text */
    left: 0;
    /* Start at the beginning of the text */
    right: 0;
    /* End at the end of the text */
    bottom: -5px;
    /* Adjust spacing below the text (increase/decrease as needed) */
    height: 3px;
    /* Set underline thickness */
    background-color: #FFFFFF;
    /*  Set underline color (you can change to your preferred color) */
    /*background-color: #000;   Set underline color (you can change to your preferred color) */
}


/* From _form_update styles: */

.custom-zoom {
    transform: scale(0.8);
    transform-origin: top center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 195px;
}

.print-values {
    position: relative;
    margin-top: 2rem;
    font-size: 16px;
}

.print-values p {
    background: #fff;
    padding: 16px;
    color: #000;
    text-transform: capitalize;
    border-top: 4px solid #007BFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.request-transaction-update {
    margin: 0px;
}

.error-border {
    border: 2px solid red;
}


/* 2 For Captcha Design*/

#image {
    /* margin-top: 10px; */
    /* box-shadow: 5px 5px 5px 5px gray; */
    border-radius: 3px;
    width: 200px;
    padding: 0px 20px 10px 20px;
    margin: 10px 0px 0px 10px;
    font-weight: 400;
    height: 60px;
    user-select: none;
    text-decoration: line-through;
    font-style: italic;
    font-size: x-large;
    border: gray 2px solid;
    /* margin-left: 10px; */

}

#user-input {
    box-shadow: 5px 5px 5px 5px gray;
    width: auto;
    margin-right: 10px;
    padding: 10px;
    padding-bottom: 0px;
    height: 40px;
    border: red 0px solid;
}

input {
    border: 1px black solid;
}

.inline {
    display: inline-block;
}

.this-pic {
    padding-bottom: 30px;
    padding-top: 10px;
}

/* for captcha function */
.captcha-table {
    display: table;
    width: 100%;
}

.captcha-row {
    display: table-row;
}

.captcha-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

#image {
    font-size: 20px;
    font-weight: bold;
}

@keyframes spin-once {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.spin-once {
    animation: spin-once 1s linear;
}

.unclickable {
    pointer-events: none;
    opacity: 0.5;
    /* Optional: make it look disabled */
}

/* /for captcha function */

/* 3 For Validation */

.highlight-error {
    background-color: rgba(255, 0, 0, 0.1) !important;
    /* Light red background */
}

.table-success {
    background-color: rgba(76, 175, 80, 0.1);
    /* Light green background */
}


