﻿.required {
    border-color: red !important;
}

.content_li_item_1 {
    padding-left: 5px;
}

.content_li_item_2 {
    padding-left: 15px;
}

.content_li_item_3 {
    padding-left: 30px;
}

.no_record_found {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.content_sub_menu {
    float: right;
}

.hidden {
    display: none !important;
}

.form-group label:first-child.hidden {
    display: unset !important;
}

.txt-center {
    text-align: center !important;
}

.content_list_info li.active a,
.content_list_info li.active a span {
    color: #FFBD00 !important;
}

.content_margin_15px {
    margin-top: 15px;
}

.loader1 {
    display: inline-block;
    font-size: 0px;
    padding: 0px;
}

.loader1 span {
    vertical-align: middle;
    border-radius: 100%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px 2px;
    -webkit-animation: loader1 0.8s linear infinite alternate;
    animation: loader1 0.8s linear infinite alternate;
}

    .loader1 span:nth-child(1) {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
        background: rgba(245, 103, 115,0.6);
    }

    .loader1 span:nth-child(2) {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
        background: rgba(245, 103, 115,0.8);
    }

    .loader1 span:nth-child(3) {
        -webkit-animation-delay: -0.26666s;
        animation-delay: -0.26666s;
        background: rgba(245, 103, 115,1);
    }

    .loader1 span:nth-child(4) {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
        background: rgba(245, 103, 115,0.8);
    }

    .loader1 span:nth-child(5) {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
        background: rgba(245, 103, 115,0.4);
    }

@@keyframes loader1 {
    from {
        transform: scale(0, 0);
    }

    to {
        transform: scale(1, 1);
    }
}

@@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
    }

    to {
        -webkit-transform: scale(1, 1);
    }
}

.filter_content_div {
    width: calc(100% - 270px);
    float: left;
    padding: 25px;
}
.no_record_found {
    text-align: center;
    box-shadow: 2px 2px 8px #ccc;
    padding: 30px 0px;
    border-radius: 10px;
}

.no_record_found img {
    max-width: 250px;
}

.no_record_found_text {
    width: 100%;
    font-size: 24px;
    padding-top: 25px;
    border-top: 2px solid #f5f5f5;
    margin-top: 30px;
}

.fcp_form {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 15px 5px;
}

    .fcp_form label {
        margin-bottom: 0px;
    }

    .fcp_form .col-md-6,
    .fcp_form .col-md-12 {
        float: left;
    }

.user_branch_footer button {
    float: right;
}

.fcp_form .form-control {
    font-weight: normal;
}

.main_container {
    width: 100%;
    float: left;
}

    .main_container .red {
        color: #d71920;
    }

.fcp_header {
    width: 100%;
    float: left;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding: 0px 15px 10px;
    margin-bottom: 15px;
}

.custom-main * {
    line-height: 1.5;
}

.custom-main img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.cm-section {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 0;
}

.cm-section-thankyou {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 0;
    background-color: #fff; 
}

    .cm-section:nth-child(odd) {
        background-color: #fafafa;
    }

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.cm-custom-btn {
    display: inline-block;
    background-color: #333333;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.5s;
}

    .cm-custom-btn:hover {
        background-color: #febd10;
        color: #000;
        text-decoration: none;
    }

.cm-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.cm-banner-title {
    font-size: 40px;
    text-align: center;
}

.cm-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cm-thank-you-card {
    width: 500px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
}

.cm-thank-you-card-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .cm-thank-you-card-content .title {
        font-size: 48px;
        font-weight: 700;
        margin-top: 10px;
    }

    .cm-thank-you-card-content .cm-custom-btn {
        margin-top: 15px;
    }

.cm-section .oops-title {
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
}

.cm-section .oops-sub-title {
    font-size: 30px;
}

@media (max-width: 500px) {
    .cm-thank-you-card-content img {
        max-width: 48px;
    }

    .cm-thank-you-card-content .title {
        font-size: 25px;
    }

    .cm-thank-you-card-content p,
    .cm-thank-you-card-content .cm-custom-btn {
        font-size: 12px;
    }
}

.cm-table {
    width: 100%;
}

    .cm-table th,
    .cm-table td {
        padding: 10px;
        border: 1px solid #cecece;
    }
