
/*NEW CHANGES form LIB*/

.mandetory {
    color: red;
    font-size: 10px
}


.formWrapper {
    padding-left: 20px;
    padding-right: 20px;
}
/* Common */
body {
    font-size: 16px !important;
    overflow-x: hidden;
}

.text-brown {
    color: #aa733b !important;
}

.text-blue {
    color: #101439 !important;
}

.bg-blue {
    background-color: #101439 !important;
}

.bg-brown {
    background-color: #aa733b !important;
}

.separator-brown {
    border-color: #aa733b !important;
}

.progress-bg1 {
    background-color: #101439 !important;
}

.progress-bg2 {
    background-color: #354b7a !important;
}

.progress-bg3 {
    background-color: #4c6289 !important;
}

.progress-bg4 {
    background-color: #7689b1 !important;
}

.progress-bg5 {
    background-color: #a0b4d9 !important;
}

.toast-msg {
    border-radius: 10px;
    width: 100%;
    text-align: center;
    padding: 15px;
}

    .toast-msg p {
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

.toast-brown-msg {
    background-color: #aa733b;
    color: #ffff;
}

.btn-brown-fill {
    background-color: #aa733b;
    color: #fff !important;
    min-width: 200px;
    min-height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 0 5px;
    text-transform: capitalize;
}

.btn-blue-fill {
    background-color: #101439;
    color: #fff !important;
    min-width: 200px;
    min-height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 0 5px;
    text-transform: capitalize;
}

.btn-save {
    background-color: green;
}

.btn-clear {
    background-color: lightcoral;
}

.btn-report {
    background-color: olive;
}

.btn-blue-outline {
    color: #101439 !important;
    border: 1px solid #101439;
    min-width: 200px;
    min-height: 45px;
    /*background-color: transparent;*/
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 0 5px;
    text-transform: capitalize;
}

    .btn-blue-outline:hover {
        background-color: #101439;
        color: #fff !important;
    }

a.morebtn {
    text-decoration: underline !important;
}

    a.morebtn:hover {
        text-decoration: underline !important;
    }

.scrolltop {
    bottom: 75px;
}

.daterangepicker {
    z-index: 9999999;
    position: absolute;
    top: 60px !important;
}

    .daterangepicker .ranges li:hover,
    .daterangepicker .ranges li.active {
        background-color: #101439;
        color: #fff;
    }

    .daterangepicker .drp-calendar td.active {
        background-color: #101439 !important;
        color: #fff;
    }

    .daterangepicker .btn.btn-primary {
        background-color: #101439;
        color: #fff;
    }

        .daterangepicker .btn.btn-primary:hover {
            background-color: #101439 !important;
            color: #fff;
        }

    .daterangepicker .btn.btn-light-primary {
        color: #fff;
        background-color: #a2a3b3;
        border-color: transparent;
    }

        .daterangepicker .btn.btn-light-primary:hover {
            background-color: #101439 !important;
        }

    .daterangepicker .drp-calendar td.today,
    .daterangepicker .drp-calendar td.today.active {
        color: #fff !important;
        background-color: #a2a3b3 !important;
    }
/* Common Ends */
/* Top and side Menu */
.brand {
    padding: 0;
}

.header-mobile img {
    width: 80px;
}

.top-brand-logo-wrap {
    background-color: #fff !important;
}

.top-brand-logo img {
    width: 120px;
}

.brand-logo img {
    width: 120px;
}

.aside-menu .menu-nav {
    padding: 0 0 15px;
}

.user-wrap {
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.user-imgbox .user-img {
    width: 40px;
    height: 40px;
    background: #ececec;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.aside,
.aside-menu,
.brand {
    background-color: #101439;
}

.user-wrap {
    display: flex;
    flex-direction: column;
}

.publisher-info {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.publisher-wrap .name {
    color: #fff;
    text-transform: uppercase;
    margin-top: 8px;
    display: block;
}

.left-side-menu .menu-custom:hover {
    background-color: transparent !important;
}

.left-side-menu .menu-custom .menu-link-custom {
    display: flex;
    align-items: center !important;
}

.left-side-menu .menu-custom .submenu-custom .menu-link {
    display: flex;
    align-items: center;
}

.left-side-menu .menu-custom .menu-text {
    text-transform: uppercase !important;
}

.scrolltop {
    background-color: #101439;
}

.aside-menu
.menu-nav > .menu-item > .menu-submenu
.menu-subnav > .menu-item > .menu-link {
    padding: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-side-menu li.active .menu-text {
    color: #aa733b !important;
}
/* Campaign */
.campaignproposal
.switch.switch-success:not(.switch-outline)
input:empty ~ span:before {
    background-color: #ebedf3;
}

.campaignproposal
.switch.switch-success:not(.switch-outline)
input:checked ~ span:before {
    background-color: #00a300;
}

.campaignproposal
.switch.switch-paused:not(.switch-outline)
input:checked ~ span:before {
    background-color: lightgreen !important;
}

.campaignproposal
.switch.switch-paused:not(.switch-outline)
input:empty ~ span:before {
    background-color: lightgreen !important;
}

.campaignproposal
.switch.switch-request:not(.switch-outline)
input:checked ~ span:before {
    background-color: orangered !important;
}

.campaignproposal
.switch.switch-request:not(.switch-outline)
input:empty ~ span:before {
    background-color: orangered !important;
}

.card.card-custom > .card-header {
    min-height: 40px;
    margin: 5px 15px;
    padding: 0;
}

.card.card-custom > .card-body {
    padding: 10px 15px;
}

.avgcr .apexcharts-datalabels-group text:first-child {
    display: none !important;
}

.avgcr .apexcharts-datalabels-group text {
    font-size: 24px;
    font-weight: bolder;
}

.avgcr .apexcharts-radialbar {
    position: relative;
}

    .avgcr .apexcharts-radialbar .apexcharts-datalabels-group {
        transform: translateY(-25px);
    }

.avgcr {
    position: relative;
    margin-top: 50px;
}

    .avgcr .infoicon {
        position: absolute;
        top: 10px;
        right: 5px;
        z-index: 999;
    }

        .avgcr .infoicon.qsnticon {
            position: absolute;
            bottom: 15px !important;
            right: 0;
            top: auto;
        }

/* Creative */
.download-creative-wrap .img-box {
    max-width: 50px;
    margin: auto;
}

.download-creative-wrap .filetype-img {
    width: 100%;
}

.download-creative-wrap .ftype_doc .filetype-img {
    background: url("/assets/images/docfile.png") no-repeat top center;
    background-size: cover;
    width: 50px;
    height: 50px;
}

.download-creative-wrap .ftype_pdf .filetype-img {
    background: url("/assets/images/pdffile.png") no-repeat top center;
    background-size: cover;
    width: 50px;
    height: 50px;
}

.download-creative-wrap .ftype_xls .filetype-img {
    background: url("/assets/images/xlsfile.png") no-repeat top center;
    background-size: cover;
    width: 50px;
    height: 50px;
}

.upload-btn-wrapper {
    position: relative;
}

.filename {
    position: absolute;
    bottom: -35px;
    left: 10px;
    color: #101439
}

.uploadfile {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100px;
}

.custom-check-box .checkbox > span {
    background-color: transparent;
    border: 1px solid #101439 !important;
    border-radius: 0;
    margin-right: 15px;
}

.custom-check-box .checkbox.checkbox-outline > input:checked ~ span {
    background-color: #101439;
    border: 1px solid #101439;
}

    .custom-check-box .checkbox.checkbox-outline > input:checked ~ span:after {
        border-color: #fff;
    }

.custom-check-box .checkbox > input:checked ~ span {
    background-color: #101439;
}

.custom-check-box label {
    font-size: 14px;
}

.download-creative-wrap.custom-check-box label {
    max-width: 85%;
}

.custom-select-box
.bootstrap-select
.dropdown-toggle
.filter-option-inner-inner {
    font-size: 14px !important;
    color: #101439 !important;
    font-weight: bolder;
}

/*//10/10/2021*/
.custom-select-box textarea {
    color: #101439;
    font-weight: bolder;
}

.custom-select-box input {
    color: #101439;
    font-weight: bolder;
}

.custom-select-box .bootstrap-select .dropdown-menu.inner > li > a .text {
    font-size: 14px !important;
    color: #101439 !important;
}

.custom-select-box .bootstrap-select .dropdown-menu {
    max-height: 200px;
}

.custom-select-box .btn.btn-light.dropdown-toggle {
    overflow: hidden;
    /*  min-height: 50px;*/
}

    .custom-select-box .btn.btn-light.dropdown-toggle:after {
        color: #fff !important;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #101439;
        height: 100%;
        position: absolute;
        right: 0;
        /* width: 40px; */
        width: 25px;
        margin: 0;
        padding: 0;
    }

.customdatatable th span {
    color: #aa733b !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.customdatatable td span {
    color: #101439;
    font-size: 14px !important;
}

.customdatatable .datatable-pager-link:hover {
    background-color: #101439 !important;
}

.customdatatable .datatable-pager-link-active {
    background-color: #101439 !important;
}

.customdatatable.datatable.datatable-default > .datatable-pager > .datatable-pager-info
.datatable-pager-size
.btn.dropdown-toggle:hover {
    background-color: #101439 !important;
}

.customdatatable.datatable.datatable-default > .datatable-pager > .datatable-pager-info
.datatable-pager-size
.btn.dropdown-toggle:focus {
    background-color: #101439 !important;
}

.customdatatable.datatable.datatable-default > .datatable-pager > .datatable-pager-info
.datatable-pager-size.show > .btn.dropdown-toggle {
    background-color: #101439 !important;
}

.customdatatable thead tr {
    border-bottom: 1px solid #aa733b !important;
}

.custom-timeline .timeline.timeline-5:before {
    left: 100.5px;
    width: 2px;
}

.custom-timeline .timeline.timeline-5 .timeline-item .timeline-label {
    width: 100px;
}

.custom-timeline .timeline.timeline-5 .timeline-item .timeline-badge i:before {
    color: #595959;
}

.custom-timeline
.timeline.timeline-5
.timeline-item:first-child
.timeline-badge
i:before {
    color: #1b7a29;
}

.search-wrap .search-input {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

    .search-wrap .search-input input {
        width: calc(100% - 40px);
        /*min-height: 50px;*/
        /*border: none;*/
        padding: 10px;
        outline: none !important;
    }

    .search-wrap .search-input .btn-search {
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
        background: #101439;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 40px;
        max-width: 40px !important;
        margin: 0 !important;
        overflow: hidden;
        cursor: pointer;
    }

    .search-wrap .search-input .btn-clear {
        right: 0;
    }

.announce-item .img-box {
    flex-basis: 50%;
}

    .announce-item .img-box img {
        width: 80px;
        height: 80px;
        max-width: 100%;
    }

.announce-item .announce-content {
    flex-basis: 50%;
}
/* Data tables */
.billingtable {
    position: relative;
}

.dataTable thead th {
    color: #aa733b !important;
    text-transform: uppercase !important;
    font-weight: bolder !important;
    font-size: 14px !important;
}

.dataTable td {
    font-size: 14px !important;
}

.dataTables_wrapper .dataTable th.sorting_asc,
.dataTables_wrapper .dataTable td.sorting_asc {
    color: #101439 !important;
}

.dataTables_wrapper .dataTable th.sorting_desc,
.dataTables_wrapper .dataTable td.sorting_desc {
    color: #101439 !important;
}

.billingtable .dt-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%); */
}

    .billingtable .dt-buttons button.dt-button {
        margin: 0 5px;
        min-width: 100px;
        background-color: #101439;
        color: #fff;
        border-radius: 5px;
        padding: 5px 10px;
        border: none;
    }
/* Chat Support */
.modal.modal-sticky.modal-sticky-bottom-right.chat-modal {
    bottom: 15px;
    right: 15px;
    max-width: 400px;
}

.chat-modal .bg-light-success {
    background-color: #dee4f1 !important;
}

.chat-modal .bg-light-primary {
    background-color: #f1f2f5 !important;
}

.chatsupport {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.chat-modal .card-footer {
    padding: 10px 15px;
}

.chatsupport .chatboxicon {
    width: 50px;
    height: 50px;
    background-color: #101439;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-modal .chat-send {
    border-radius: 5px;
}

/* FAQs */
.faqs.accordion.accordion-svg-toggle
.card
.card-header
.card-title
.toggleicon {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faqs.accordion.accordion-svg-toggle
.card
.card-header
.card-title.collapsed
.toggleicon {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
/* MEdia Query  */
@media (min-width: 992px) {
    .aside {
        width: 200px;
    }

    .aside-fixed .wrapper {
        padding-left: 200px;
    }

    .aside-fixed.header-fixed.subheader-fixed.aside-minimize-hover .header {
        left: 0;
    }

    .aside-fixed.aside-minimize-hover .aside {
        width: 200px;
    }

    .header-fixed.subheader-fixed .header {
        box-shadow: 0px 5px 10px -7px rgb(115 112 112 / 30%) !important;
    }

    .aside-enabled .header.header-fixed {
        left: 0;
        z-index: 9999;
    }

    .aside-fixed .aside {
        top: 65px;
    }

    .header-fixed.subheader-fixed.subheader-enabled .wrapper {
        padding-top: 65px;
    }
}

@media (max-width: 991.98px) {
    .subheader-enabled .content {
        padding-top: 20px;
    }
}

.UpdateprofileModal {
    width: 1500px;
    margin: auto;
    padding: 50px;
    min-height: 550px;
}

@media (max-width: 767.98px) {
    .UpdateprofileModal {
        width: 100%;
        margin: auto;
        padding: 10px;
        min-height: auto;
    }

    .card.card-custom > .card-header:not(.flex-nowrap) {
        min-height: 40px;
    }

    .download-creative-wrap.custom-check-box label {
        max-width: 100%;
    }

    .download-creative-wrap .card-header {
        white-space: nowrap;
    }

    .modal.modal-sticky.modal-sticky-bottom-right.chat-modal {
        bottom: 0;
        right: 0;
        max-width: 100%;
    }

    .btn-blue-fill,
    .btn-blue-outline {
        padding: 5px 10px;
        min-width: 100px;
    }
}

.rejectionpercent .highcharts-credits {
    display: none !important;
}

.rejectionpercent
.highcharts-container
.highcharts-exporting-group
.highcharts-title {
    visibility: hidden !important;
    fill: #fff !important;
    display: none;
}

.highcharts-series-0 .highcharts-charts-0 {
    background-color: #101439;
    fill: #101439;
}

.highcharts-series-1 {
    background-color: #1b7a29;
}

.avg-table .table tr {
    cursor: pointer;
}

.avg-table .table thead th {
    font-size: 16px;
}

.rejectionpercent #container {
    height: 280px;
}

#performanceSource th,
#performanceSource td {
    font-size: 14px !important;
}

.publish_name {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1;
    margin-right: 10px;
}

.topbar .custom-select-box .btn.btn-light.dropdown-toggle {
    min-height: auto;
}

.topbar
.custom-select-box
.bootstrap-select
.dropdown-toggle
.filter-option-inner-inner {
    font-weight: normal;
}
/* .rejectionpercent .highcharts-figure,
.rejectionpercent .highcharts-data-table table {
  min-width: 200px;
  max-width: 600px;
  margin: 1em auto;
} */


/* ----------Admin ------------ */
.adminrequestcampaign .tabs li a {
    background-color: #fff;
    padding: 5px 15px;
    min-width: 70px;
    font-size: 16px;
    font-weight: 600;
    color: #101439;
    border-top-right-radius: 15px;
    text-align: center;
    cursor: pointer;
    display: block;
}

.adminrequestcampaign .tabs li:not(:last-child) {
    margin-right: 4px;
}

.adminrequestcampaign .tabs li.active a {
    background-color: #101439;
    color: #fff;
}

.adminrequestcampaign .tabcontent-left {
    /*  flex-basis: 20%;
    max-width: 20%;*/
    flex-basis: 0%;
    max-width: 0%;
}

.adminrequestcampaign .tabcontent-right {
    /*  flex-basis: 80%;
    max-width: 80%;*/
    flex-basis: 100%;
    max-width: 100%;
    border-left: 1px solid #efebeb;
}

.adminrequestcampaign .tabcontent-left .content-list li {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #101439;
    cursor: pointer;
}

    .adminrequestcampaign .tabcontent-left .content-list li:not(:last-child) {
        border-bottom: 1px solid #efebeb;
    }

.adminrequestcampaign .tab-content {
    display: flex;
}
/* MEdia Query  */
@media (min-width: 992px) {
    .aside {
        width: 200px;
    }

    .aside-fixed .wrapper {
        padding-left: 200px;
    }

    .aside-fixed.header-fixed.subheader-fixed.aside-minimize-hover .header {
        left: 0;
    }

    .aside-fixed.aside-minimize-hover .aside {
        width: 200px;
    }

    .header-fixed.subheader-fixed .header {
        box-shadow: 0px 5px 10px -7px rgb(115 112 112 / 30%) !important;
    }

    .aside-enabled .header.header-fixed {
        left: 0;
        z-index: 9999;
    }

    .aside-fixed .aside {
        top: 65px;
    }

    .header-fixed.subheader-fixed.subheader-enabled .wrapper {
        padding-top: 65px;
    }
}

@media (max-width: 991.98px) {
    .subheader-enabled .content {
        padding-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .card.card-custom > .card-header:not(.flex-nowrap) {
        min-height: 40px;
    }

    .download-creative-wrap.custom-check-box label {
        max-width: 100%;
    }

    .download-creative-wrap .card-header {
        white-space: nowrap;
    }

    .modal.modal-sticky.modal-sticky-bottom-right.chat-modal {
        bottom: 0;
        right: 0;
        max-width: 100%;
    }

    .btn-blue-fill,
    .btn-blue-outline {
        padding: 5px 10px;
        min-width: 100px;
    }

    .adminrequestcampaign .tab-content {
        flex-direction: column;
    }

    .adminrequestcampaign .tabcontent-left {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    .adminrequestcampaign .tabcontent-right {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }
}

input[type="date"]:before {
    content: attr(placeholder) !important;
    color: rgb(115 112 112 / 30%);
    margin-right: 0.5em;
    font-size: 12px;
}

input[type="date"]:focus:before,
input[type="date"]:valid:before {
    content: "";
}

.dateinput.form-control {
    width: 100%;
}

.field-validation-valid {
    font-size: 10px;
}

.menu-item-submenu.active a {
    color: #aa733b !important;
}

.select_plublisher .filter-option {
    margin-right: 20px;
}

.announce-title {
    position: relative;
}

    .announce-title .announce_desc {
        position: absolute;
        top: -75px;
        background-color: #fff;
        color: #101439;
        text-align: center;
        padding: 5px 20px;
        right: -30px;
        display: none;
        box-shadow: 0px 0px 15px 0px rgb(11 15 56 / 30%);
        font-size: 12px;
        width: 250px;
        line-height: 1.5;
        border-radius: 5px;
    }

    .announce-title:hover .announce_desc {
        display: block;
    }


.logoutbtn {
    position: relative;
}

    .logoutbtn .logoutpopover {
        position: absolute;
        bottom: -35px;
        background-color: #fff;
        color: #101439;
        text-align: center;
        padding: 5px 20px;
        right: 0;
        display: none;
        box-shadow: 0px 0px 15px 0px rgb(11 15 56 / 30%);
        border-radius: 5px;
    }

    .logoutbtn:hover .logoutpopover {
        display: block;
    }
/* ----------Admin End ------------ */
#tblUserReport th
#tblUserReport td {
    min-width: 100px
}

.table-toolbar .btn {
    color: #fff !important;
    font-size: 14px;
}

.table-toolbar .btn-group {
    display: flex;
    justify-content: end;
    align-items: center;
}

.table-toolbar .btn-red {
    background-color: red;
}

.table-toolbar .btn-green {
    background-color: green;
}

.table-toolbar .btn-grey {
    background-color: grey;
}


#divUserList .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    #divUserList .pagination > li {
        display: inline;
    }

#divUserList div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}

#divUserList .pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#divUserList .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

#divUserList .pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

#divUserList .dataTables_info {
    padding: 5px;
    font-size: 14px;
}

.showing_record_align {
    float: right;
}

.data_table_left_align {
    float: left;
}

.search_text_align {
    float: left;
    padding: 5px;
}

.search_input_box_align {
    float: left;
}

.serach_label_align_wrapper {
    float: right;
}

.first_section_align_align_wrapper {
    float: left;
}

.cta_button_align_wrapper {
    float: left;
    padding: 0px 8px;
}

.records_list_align_wrapper {
    float: left;
    padding-left: 11px;
    padding-top: 7px;
}

.data_table_left_align select {
    float: left;
    width: 70px;
}

#divUserList .dataTables_info.showing_record_align {
    padding: 8px;
    font-size: 15px;
}

.top_div_section_align {
    margin-top: 20px;
}

.search_cta_btn_align {
    float: left;
    padding: 0px 6px;
}

.clear_cta_btn_align {
    float: left;
}

.datatable_pagination_section_align {
    margin: 20px 0px;
}

.data_table_footer_entry {
    float: left;
}

#divUserList .dataTables_info.data_table_footer_entry {
    float: left;
    padding: 10px 10px 10px;
}

.data_table_pagination_entry {
    float: right;
}



/*stop disabled thead daterange*/
.disabled_overlay {
    position: relative;
    cursor: not-allowed;
    opacity: 0.5;
    opacity: 0.5;
}

    .disabled_overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: transparent;
    }


.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.card-dashbord-bg {
    background-color: #F5F5F5 !important;
}
