html, body {
    background-color: #f8f8f8;
}

.dm-nav-color {
    background-color: white !important;
    white-space: nowrap;
    min-height: 80px;
}

.dm-brand-name-style {
    display: inline-block;
    width: 75%;
    vertical-align: top;
    text-align: center;
    color: #fff;
    line-height: normal;
}

.dm-top-text-style {
    font-size: 30px;
    font-weight: 500;
    color: #2b2f3a;
}

.dm-middle-text-style {
    font-size: 20px;
    font-weight: 500;
    color: #2b2f3a;
}

.dm-bottom-text-style {
    font-size: 20px;
    font-style: italic;
    color: #2b2f3a;
}

.dm-body-container {
    padding: 9px 10px;
}

    .dm-body-container .row {
        margin: 0px;
    }

.dm-icon-design1 {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    background-color: #0a8694;
    box-shadow: 0 4px 11px 0px #dad5e6;
}

.dm-icon-design2 {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    background-color: #ff9800;
    box-shadow: 0 4px 11px 0px #eee3d1;
}

.dm-icon-design3 {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    background-color: #ff5722;
    box-shadow: 0 4px 11px 0px #ffddd3;
}

.dm-icon-design4 {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    background-color: #009688;
    box-shadow: 0 4px 11px 0px #d2d2d2;
}

.dm-card-text-name-style {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: .00;
    font-size: px;
    width: calc(100% - 60px);
    color: #777;
}



.dm-card1 .card-body {
    border-right: dpx solid #0a8694;
    padding: 3px;
}

.dm-card2 .card-body {
    border-right: cpx solid #ff9800;
    padding: 3px;
}

.dm-card3 .card-body {
    border-right: wpx solid #ff5722;
    padding: 3px;
}

.dm-card4 .card-body {
    border-right: px solid #009688;
    padding: 3px;
}

.dm-row {
    background-color: #f1f1f1;
    padding: 6px 0px;
    padding-bottom: 0px;
    box-shadow: inset 0px 0px 4px #ccc;
    border-radius: 6px;
    margin-bottom: 12px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}


.dm-card {
    background-color: #fff;
    background-clip: border-box;
    margin-bottom: 0.4rem;
    -webkit-box-shadow: 0 4px 11px 0 rgb(34 41 47 / 15%);
    box-shadow: 0 4px 11px 0 rgb(34 41 47 / 15%);
    border-radius: 0.428rem;
    overflow: hidden;
}

.dm-row-select {
    background-color: #ffffff;
    padding: 0px 17px;
    border-radius: 6px;
    box-shadow: 0px 0px 3px 1px #dfdbdb;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.dm-select-card-single {
    width: 14.2857%;
    display: inline-block;
    padding: 0px 5px;
}

.dataTables_wrapper {
    width: 100%;
}

/*table {
    background-color: #f6f6f6;
}

.table td, .table th {
    border-top: none;
    padding: 6px;
}*/

/*tr th:last-child {
    background: #edf3f2;
}

tr:nth-child(even) {
    background: #e9eef0;
}

    tr:nth-child(even) td:last-child {
        background: #dbe9ee;
    }

tr:nth-child(2n) td.second-back {
    background: #dbe9ee;
}

tr:nth-child(2n+1) td.second-back {
    background: #edf3f2;
}

tr:nth-child(odd) td:last-child {
    background: #edf3f2;
}*/

.dm-table-header-cell-style {
    text-align: center;
    display: block;
    padding: 6px 10px;
    color: #fff;
}

.dm-male-style {
    box-shadow: 0px 3px 6px 1px rgb(196 214 216);
    background: rgb(19,159,177);
    background: -moz-linear-gradient(180deg, rgba(19,159,177,1) 0%, rgba(10,134,148,1) 23%, rgba(8,117,125,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(19,159,177,1) 0%, rgba(10,134,148,1) 23%, rgba(8,117,125,1) 100%);
    background: linear-gradient(180deg, rgba(19,159,177,1) 0%, rgba(10,134,148,1) 23%, rgba(8,117,125,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#139fb1",endColorstr="#08757d",GradientType=1);
}

.policy-container {
    margin-top: 2%;
}

.dm-female-style {
    box-shadow: 0px 3px 6px 1px #e8e0c9;
    background: rgb(249,183,40);
    background: -moz-linear-gradient(180deg, rgba(249,183,40,1) 0%, rgba(254,155,23,1) 23%, rgba(246,116,4,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(249,183,40,1) 0%, rgba(254,155,23,1) 23%, rgba(246,116,4,1) 100%);
    background: linear-gradient(180deg, rgba(249,183,40,1) 0%, rgba(254,155,23,1) 23%, rgba(246,116,4,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9b728",endColorstr="#f67404",GradientType=1);
}

.dm-other-style {
    box-shadow: 0px 3px 6px 1px #efdcd6;
    background: rgb(242,109,88);
    background: -moz-linear-gradient(180deg, rgba(242,109,88,1) 0%, rgba(234,74,61,1) 23%, rgba(215,44,30,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(242,109,88,1) 0%, rgba(234,74,61,1) 23%, rgba(215,44,30,1) 100%);
    background: linear-gradient(180deg, rgba(242,109,88,1) 0%, rgba(234,74,61,1) 23%, rgba(215,44,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f26d58",endColorstr="#d72c1e",GradientType=1);
}

.dm-total-style {
    box-shadow: 0px 3px 6px 1px #c0d2d1;
    background: rgb(77,182,172);
    background: -moz-linear-gradient(180deg, rgba(77,182,172,1) 0%, rgba(0,150,136,1) 23%, rgba(0,121,107,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(77,182,172,1) 0%, rgba(0,150,136,1) 23%, rgba(0,121,107,1) 100%);
    background: linear-gradient(180deg, rgba(77,182,172,1) 0%, rgba(0,150,136,1) 23%, rgba(0,121,107,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4db6ac",endColorstr="#00796b",GradientType=1);
}

.dm-text-center {
    text-align: center;
    font-weight: 500;
}

.dm-modal-row {
    padding: 12px 0px !important;
}

    .dm-modal-row label {
        margin-bottom: 0px !important;
    }

.dm-modal-col {
    width: 25% !important;
    display: inline-block;
    text-align: center;
}

.dm-form-col {
    width: calc(20% - 4px) !important;
    display: inline-block;
    padding: 0px 3px;
}

.modal-header {
    color: #fff;
    background-color: white;
}

#beneficiaryData {
    color: black;
}

#exampleModalLabel {
    color: black;
}

.modal-content {
    overflow-x: auto;
}

#idBenData {
    font-size: 15px;
}

.dm-chart-title {
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #61affd;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #038af8;
    }

@media screen and (max-width: 1232px) {
    .dm-mob-logo-style {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-right: 0px !important;
    }

    .dm-first-card-style {
        padding-left: 15px !important;
    }
}

@media screen and (max-width: 983px) {
    .dm-brand-name-style {
        width: calc(100% - 212px);
    }

    .dm-top-text-style {
        font-size: 21px;
        font-weight: 500;
    }

    .dm-middle-text-style {
        font-size: 10px;
        font-weight: 500;
    }

    .dm-bottom-text-style {
        font-size: 12px;
        font-style: italic;
    }

    .dm-logo1-style {
        width: 44px;
    }

    .dm-logo2-style {
        width: 44px;
    }

    .dm-select-card-single1 {
        width: 25% !important;
        display: inline-block;
        padding: 0px 5px;
    }

    .dm-select-card-single2 {
        width: 33.33333333% !important;
        display: inline-block;
        padding: 0px 5px;
    }

    .dm-modal-col {
        font-size: 12px;
    }

        .dm-modal-col input {
            position: relative;
            top: 3px;
        }

    .dm-form-col {
        width: calc(50% - 4px) !important;
        display: inline-block;
    }

    .dm-col-tab-style {
        padding-right: 0px !important;
    }
}

@media screen and (max-width: 800px) {
    .dm-logo1-style {
        width: 40px;
    }

    .dm-logo2-style {
        width: 40px;
    }

    .dm-top-text-style {
        font-size: 18px;
        font-weight: 500;
    }

    .dm-middle-text-style {
        font-size: 8px;
        font-weight: 500;
    }

    .dm-bottom-text-style {
        font-size: 10px;
        font-style: italic;
    }

    .dm-modal-col {
        font-size: 12px;
    }

        .dm-modal-col input {
            position: relative;
            top: 3px;
        }

    .dm-form-col {
        width: calc(50% - 4px) !important;
        display: inline-block;
    }
}

@media screen and (max-width: 584px) {
    .dm-logo1-style {
        width: 40px;
    }

    .dm-logo2-style {
        width: 40px;
    }

    .dm-top-text-style {
        font-size: 16px;
        font-weight: 500;
    }

    .dm-middle-text-style {
        font-size: 8px;
        font-weight: 500;
    }

    .dm-bottom-text-style {
        font-size: 10px;
        font-style: italic;
    }

    .dm-col-mob-last-style {
        padding-right: 15px !important;
    }
}

@media screen and (max-width: 528px) {
    .dm-logo1-style {
        width: 35px;
    }

    .dm-logo2-style {
        width: 40px;
    }

    .dm-top-text-style {
        font-size: 14px;
        font-weight: 500;
    }

    .dm-middle-text-style {
        font-size: 8px;
        font-weight: 500;
    }

    .dm-bottom-text-style {
        font-size: 8px;
        font-style: italic;
    }

    .dm-navBrand {
        margin: 0px;
    }
}

@media screen and (max-width: 528px) {
    .dm-logo1-style {
        width: 35px;
    }

    .dm-logo2-style {
        width: 40px;
    }

    .dm-top-text-style {
        font-size: 14px;
        font-weight: 500;
    }

    .dm-middle-text-style {
        font-size: 8px;
        font-weight: 500;
    }

    .dm-bottom-text-style {
        font-size: 8px;
        font-style: italic;
    }

    .dm-navBrand {
        margin: 0px;
    }

    .dm-modal-col {
        font-size: 12px;
    }

        .dm-modal-col input {
            position: relative;
            top: 3px;
        }
}

@media screen and (max-width: 445px) {
    .dm-logo1-style {
        width: 30px;
    }

    .dm-logo2-style {
        width: 35px;
    }

    .dm-brand-name-style {
        width: calc(100% - 91px);
    }

    .dm-top-text-style {
        font-size: 10px;
        font-weight: 500;
    }

    .dm-middle-text-style {
        font-size: 6px;
        font-weight: 500;
    }

    .dm-bottom-text-style {
        font-size: 7px;
        font-style: italic;
    }

    .dm-navBrand {
        margin: 0px;
    }
}

@media screen and (max-width: 330px) {
    .dm-logo1-style {
        width: 30px;
    }

    .dm-logo2-style {
        width: 35px;
    }

    .dm-brand-name-style {
        width: calc(100% - 65px);
    }

    .dm-top-text-style {
        font-size: 9px;
        font-weight: 500;
    }

    .dm-middle-text-style {
        font-size: 6px;
        font-weight: 500;
    }

    .dm-bottom-text-style {
        font-size: 7px;
        font-style: italic;
    }

    .dm-navBrand {
        margin: 0px;
    }
}
