@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('../../fonts/Roboto_Slab/RobotoSlab-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Fira Sans';
    src: url('../../fonts/Fira_Sans/FiraSans-Regular.ttf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    height: 100%;
}

ul {
    list-style-type: none;
    padding: 0;
}

button:focus {
    box-shadow: none !important;
}

.text-risk-low {
    color: #28a745 !important;
}

.text-risk-medium {
    color: #ffc107 !important;
}

.text-risk-high {
    color: #f00 !important;
}

.text-risk-highest {
    color: #7f0000 !important;
}

.text-secondary {
    color: #b12028 !important;
}

.borderLeft-risk-low {
    border-left: 5px solid #28a745 !important;
}

.borderLeft-risk-medium {
    border-left: 5px solid #ffc107 !important;
}

.borderLeft-risk-high {
    border-left: 5px solid #f00 !important;
}

.borderLeft-risk-highest {
    border-left: 5px solid #7f0000 !important;
}

.dpp-disable--bgcolor {
    background-color: #c7c7c7 !important;
    border-color: #c7c7c7 !important;
    box-shadow: none !important;
}

.dpp-disable--cursor {
    cursor: not-allowed !important;
}

.dpp-grid-row-highlight td {
    background-color: rgba(255, 0, 0, .3) !important;
}

.addToShow {
    display: block !important;
}

.dpp-email-field {
    word-break: break-word;
    -ms-word-break: break-all;
}

.dpp-action-header {
    margin-bottom: 1.5em;
}


.dpp-new-form__wrapper {
    width: 100%;
}

.dpp-new-inner-footer {
    width: 50%;
}

.dpp-action-header--caseFile {
    display: flex;
    align-items: flex-end;
}

    .dpp-action-header--caseFile .dpp-addEdit-btn-wrapper {
        margin-bottom: .6em;
    }

.dpp-action-header--mb {
    margin-bottom: 1em;
}

.dpp-action-header .dpp-addEdit-btn-wrapper .dpp-addEdit-btn {
    background-color: #00609c;
    border: 1px solid #00609c;
    border-radius: .5em;
    color: #fff;
    cursor: pointer;
    padding: .5em 1em;
    -webkit-box-shadow: 0 10px 6px -6px #b0c8e9;
    -moz-box-shadow: 0 10px 6px -6px #b0c8e9;
    box-shadow: 0 10px 6px -6px #b0c8e9;
}

.dpp-action-header .dpp-addEdit-btn-wrapper .dpp-addEdit-btn__img {
    height: 12px;
    margin-right: -8px;
}

.dpp-action-header .dpp-addEdit-btn-wrapper .dpp-addEdit-btn__img--mb {
    margin-bottom: 5px;
}

.dpp-action-header .dpp-addEdit-btn-wrapper .dpp-addEdit-btn__img--height {
    height: 20px;
}

.dpp-action-header .dpp-addEdit-btn-wrapper .dpp-addEdit-btn:hover {
    text-decoration: none;
    color: #fff;
}

.dpp-action-header .dpp-addEdit-btn-wrapper .dpp-addEdit-btn .dpp-btn-img--size {
    height: 24px;
}

.dpp-error-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(max-width:767px) {
    .dpp-error-section {
        padding: 2em 0;
    }
}

.dpp-error-section__title {
    color: #4d5a6b;
    font-size: 3.5em;
}

.dpp-error-section__img {
    height: 120px;
    width: 120px;
    margin: 0 auto;
}

.dpp-error-section__link {
    color: #00609c;
    text-decoration: underline;
}

    .dpp-error-section__link:hover {
        font-weight: 600;
    }

.dpp-global-confirmation__content {
    border: none;
}

.dpp-global-confirmation__content__header {
    background-color: #6c757d;
    border: none;
    border-radius: unset;
    color: #fff;
}

    .dpp-global-confirmation__content__header .close {
        color: #fff;
        opacity: 1;
    }

        .dpp-global-confirmation__content__header .close:hover {
            color: #fff;
        }

        .dpp-global-confirmation__content__header .close:not(:disabled):not(.disabled):hover {
            color: #fff;
        }

.dpp-global-confirmation__content__footer__btn {
    width: 20%;
}

.dpp-form__heading {
    border-bottom: 2px solid #b12028;
}

.dpp-form__row {
    margin-bottom: 5px;
}

    .dpp-form__row .dpp-filter-textbox {
        border-color: #00609c;
    }

.dpp-form__row__label {
	color: #00ADC3;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

.dpp-form__row .input-wrapper__text {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #00000040;
    padding: 7px 0;
    border-radius: 0px;
}

    .dpp-form__row .input-wrapper__text:focus {
        box-shadow: none;
        outline: none;
    }

        .dpp-form__row .input-wrapper__text:focus ~ .focus-border {
            left: 0;
            transition: .4s;
            width: 100%;
        }

.dpp-form__row .input-wrapper__readOnlyText {
    border-bottom: 1px solid #ccc;
    border-radius: .25rem;
}

.dpp-form__row .input-wrapper__readOnlyText__label {
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: 400;
}


.dpp-form__row .input-wrapper .focus-border {
	background-color: #00ADC3;
	bottom: 0;
	height: 2px;
	left: 50%;
	position: absolute;
	transition: .4s;
	width: 0;
}



.dpp-form__row .caseFileDetail__actionStatus {
    position: relative;
}

.dpp-form__row .caseFileDetail__actionStatus__close {
    position: absolute;
    top: 5px;
    right: 0;
}

.dpp-form__row .caseFileDetail__actionStatus__close__btn {
    background: transparent;
    border: none;
    color: #b12028;
    font-weight: 600;
}

.dpp-form__row__dropdown, .dpp-form__row .k-multiselect {
    border-color: #00609c;
    box-shadow: none;
    height: auto;
}

.dpp-form__row__dropdown--MOU, .dpp-form__row .k-multiselect--MOU {
    width: 60%;
}

@media(min-width:768px) and (max-width:850px) {
    .dpp-form__row__dropdown--MOU, .dpp-form__row .k-multiselect--MOU {
        width: 90%;
    }
}

.dpp-form__row__dropdown--InspectionYear, .dpp-form__row .k-multiselect--InspectionYear {
    width: 40%;
}

@media(min-width:768px) and (max-width:850px) {
    .dpp-form__row__dropdown--InspectionYear, .dpp-form__row .k-multiselect--InspectionYear {
        width: 55%;
    }
}

.dpp-form__row__dropdown:hover, .dpp-form__row .k-multiselect:hover {
    border-color: #00609c;
    cursor: pointer;
}

.dpp-form__row__dropdown .k-dropdown-wrap, .dpp-form__row .k-multiselect .k-dropdown-wrap {
    background: transparent;
    border: none;
}

.dpp-form__row__dropdown .k-multiselect-wrap .k-button, .dpp-form__row .k-multiselect .k-multiselect-wrap .k-button {
    background-color: #b0c8e9;
}

.dpp-form__row__dropdown .k-multiselect-wrap .k-input, .dpp-form__row .k-multiselect .k-multiselect-wrap .k-input {
    width: unset !important;
}

.dpp-form__row__dropdown--ml, .dpp-form__row .k-multiselect--ml {
    margin-left: 1em;
}

.dpp-form__row--emailRule .k-i-close {
    top: 75%;
}

.dpp-form__row--PACDetails {
    margin: 0 -15px;
}

@media(max-width:850px) {
    .dpp-form__row--PACDetails {
        margin: 0;
    }
}

.dpp-form__row--PACDetails .dpp-link {
    text-decoration: underline;
    color: #00609c;
    word-wrap: break-word;
}

    .dpp-form__row--PACDetails .dpp-link:hover {
        color: #00609c;
        font-weight: 600;
    }

.dpp-form__row--PACDetails .dpp-form__textarea {
    height: 100px;
}

.dpp-form__row--PACDetails .dpp-download-doc {
    color: #00609c;
    display: inline-block;
    text-decoration: underline;
}

.dpp-form__row--PACDetails .dpp-download-doc--mt {
    margin-top: 1em;
}

.dpp-form__row--PACDetails .dpp-download-doc:hover {
    font-weight: 600;
}

.dpp-form__row--PACDetails .dpp-delete-doc {
    text-decoration: underline;
}

    .dpp-form__row--PACDetails .dpp-delete-doc:hover {
        font-weight: 600;
    }

.dpp-form__row--PACDetails .k-upload {
    background: transparent;
    border-color: #00609c;
}

.dpp-form__row--PACDetails .k-upload-button {
    background: #00609c;
    color: #fff;
    cursor: pointer;
}

.dpp-form__row--PACDetails .k-upload-status {
    display: none;
    float: right;
    margin-top: .8em;
    color: #6c757d;
}

.dpp_new_buttons__wrapper {
    width: 100%;
}
.dpp_row_form__padding{
    padding-left:0px;
    padding-right:0px;
}
.dpp_row_form_conform__padding {
    padding-left: 15px;
    padding-right: 0px;
}
.dpp_new_buttons__conform_wrapper {
    width: 99%;
}
.dpp-form__row .k-autocomplete.addCaseFile__autocomplete {
    width: auto;
}

.dpp-form__row .k-autocomplete {
    border-color: #00609c;
    width: 60%;
}

@media(max-width:767px) {
    .dpp-form__row .k-autocomplete {
        width: 100%;
    }
}

.dpp-form__row .k-multiselect.k-header.k-state-focused {
    border-color: #00609c;
    box-shadow: none;
}

html {
    height: 100%;
}

.loader-wrapper .loader {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: inline-block;
    position: absolute;
    width: 100px;
    height: 100px;
}

.loader-wrapper .loader-body {
    overflow: hidden;
}

.loader-wrapper .loader-text {
    color: #fff;
    text-align: center;
}

.loader-wrapper .loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.loader-wrapper .loader img {
    display: block;
    width: 100%;
    /*animation: rotation 2s infinite linear;
    -webkit-animation: rotation 2s infinite linear;*/
}

.loader-wrapper .overlay {
	background-color: rgb(255 255 255);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.form-control:focus {
	box-shadow: none;
	border-color: #00ADC3;
}

.dpp-field-disabled {
    cursor: not-allowed;
    background-color: #f4f4f4;
}
.k-panelbar .k-tabstrip-items .k-link, .k-tabstrip-items .k-link {
	font-size: 14px;
}

.error-form .dpp-form__row__label {
	color: #dc3545;
}

.error-form .dpp-form__row__dropdown {
    border-color: #dc3545;
}

    .error-form .dpp-form__row__dropdown:hover {
        border-color: #dc3545;
        cursor: pointer;
    }

.error-form .input-wrapper .focus-border {
    background-color: #dc3545;
    left: 0;
    transition: .4s;
    width: 100%;
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .dpp-action-header--mb {
        margin-bottom: 1.5em;
    }

    .dpp-error-section {
        height: 100px;
    }

    .dpp-error-section--height {
        height: auto !important;
    }

    .dpp-error-section--height {
        height: auto !important;
    }

        .dpp-error-section--height .dpp-error-section__img {
            height: auto !important;
        }

    .dpp-form__row__dropdown .k-multiselect-wrap .k-input, .dpp-form__row .k-multiselect .k-multiselect-wrap .k-input {
        width: 100% !important;
    }

    .dpp-email-field {
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
}




/*** Login page css start**/

.dpp-new-Proactive_top {
    margin-top: 50px;
}

.dpp-new-Proactive {
	font-size: 22px;
	width: 100%;
	font-family: 'Roboto';
	font-weight: 400;
	color: #fff;
	line-height: 31px;
	padding: 18px 0px;
}

.dpp-new-Proactive_img {
    float: left;
    width: 40px;
    margin-top: -3px;
}

	.dpp-new-Proactive_img .dpp-new__check_circle {
		height: 24px;
	}

	.dpp-new-form-input__wrapper {
		position: relative;
		z-index: 99;
	}

.dpp_new_input-wrapper__text {
    position: relative;
    z-index: 99;
}

.dpp-new-userpanel__wrapper {
    background: rgb(255 255 255 / 72%);
    box-shadow: inset 0 3px 7px 0px #0000005e;
}

.dpp_new_loginpanel__wrapper {
    width: 100%;
    background: #fff;
    /*background-image: url(../../images/landingPage/dpp_sign__bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;*/
    height: 100vh;
    overflow: auto;
}

.dpp_new_home_page__wrapper {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.dpp-new-sign__wrapper {
    width: 100%;
}

.dpp-new__logInModal__content__body {
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 68%);
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    box-shadow: 0px 0px 0px 0px #1c4654;
}

.dpp-new__Prevention {
	width: 100%;
	background-image: url(../../images/landingPage/dpp_new_prevention_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	border-radius: 0px;
	/*background: #023960e3;*/
	background-position-x: 40%;
	background-position-y: 50%;
}

.dpp-mew-dynamic_wrapper {
    border: 0px solid #fff;
    height: 490px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.dpp-mew-dynamic_label {
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-family: 'Segoe UI';
    font-weight: bold;
    text-transform: uppercase;
    margin: 1px 0px 0px 0px;
    letter-spacing: 0.1em;
}

.dpp-mew-Prevention_label {
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-family: 'Segoe UI';
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #fff;
    padding-bottom: 29px;
}

.dpp-new-login_logo {
	text-align: center;
	width: 58%;
	margin-top: 170px;
	margin-left: auto;
	margin-right: auto;
}

.dpp_new_logo_login {
	height: 86px;
	image-rendering: -webkit-optimize-contrast;
	margin-bottom: 30px;
}

.dpp-new__signin__lable {
	width: 100%;
	text-align: center;
	font-size: 26px;
	color: #505050;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	margin-top: 0px;
}

.dpp-new_detention_lable {
    text-align: center;
    width: 100%;
    margin-top: 22px;
    font-size: 20px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    color: #02609e;
}

    .dpp-new_detention_lable span {
        font-size: 26px;
    }

.forgot__lable {
	font-weight: 500;
	font-size: 16px;
	text-decoration: underline;
	color: #00ADC3;
}


.forgotpassword_warpper {
	width: 52%;
}


.dpp-new-btn__primary_login {
	border: 1px solid #00ADC3;
	border-radius: 60px;
	padding: 9px 40px;
	color: #000;
	font-size: 18px;
	width: 100%;
	min-width: 100%;
	cursor: pointer;
	outline: none;
	font-family: "Roboto", sans-serif;
	background: transparent;
	cursor: pointer;
	transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	z-index: 2;
}

	.dpp-new-btn__primary_login:after {
		background: #00ADC3;
		cursor: pointer;
		outline: none;
		content: "";
		position: absolute;
		transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
		border-radius: 60px;
	}

	.dpp-new-btn__primary_login:after {
		width: 0;
		height: 100%;
		background: #00ADC3;
		top: 0;
		left: 0;
		z-index: -1;
		transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.dpp-new-btn__primary_login:hover {
		color: whitesmoke;
	}

		.dpp-new-btn__primary_login:hover:after {
			width: 100%;
		}



button:focus {
    outline: 0;
}

.dpp-new-login__wrapper {
    margin-right: 0px;
}

.dpp-new_login__wrapper {
    margin-right: 0px;
    margin-left: 0px;
}

/**CSS input focus effect***/


.dpp-new-form-group {
    position: relative;
}

    .dpp-new-form-group + .dpp-new-form-group {
        margin-top: 30px;
    }

.dpp-new-login__form-label {
	position: absolute;
	left: 0;
	top: 10px;
	color: #505050;
	background-color: rgb(255 255 255 / 0%);
	z-index: 9;
	transition: transform 150ms ease-out, font-size 150ms ease-out;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	width: 100%;
}

.focused .dpp-new-login__form-label {
    transform: translateY(-80%);
    font-size: 16px;
    font-weight: 600;
}

.dpp-new-copyright__lable {
	color: #fff;
	font-family: 'Roboto';
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	position: fixed;
	bottom: 0px;
	background: #f3fcff00;
	height: 46px;
	line-height: 45px;
	border-top: 1px solid #e5eff300;
	z-index: 99;
	font-weight: 500;
}

.dpp-new-login-loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgb(0 170 195);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    margin: -4px 6px;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}



.dpp-new-landing-wrapper {
    width: 100%;
    height: 100%;
}

.dpp-new-img_sliderview {
    width: 100%;
    height: 100vh;
    image-rendering: -webkit-optimize-contrast;
}

.dpp-new-left_login__wrapper {
    background: #f3fcff;
}


/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.dpp-new__password {
    margin-right: 0px;
    margin-left: 0px;
}

.logInModal__content__body__bottom {
    padding: 20px 4%;
}

/**CSS input focus effect***/

@media (min-width: 320px) and (max-width: 640px) {
    .dpp-new__check_circle {
        height: 20px;
        image-rendering: -webkit-optimize-contrast;
    }

    .dpp-new-Proactive_img {
        float: left;
        width: 31px;
        margin-top: -1px;
    }

    .dpp-new-Proactive {
        font-size: 14px;
    }

    .dpp-new__Prevention {
        background-position-x: 90%;
        height: 90vh;
    }

    .logInModal__content__body__bottom__form {
        padding: 0 0em;
    }

    .dpp-mew-dynamic_wrapper {
        width: 100%;
    }

    .dpp_new_home_page__wrapper {
        width: 100%;
    }

    .dpp-new-login_logo {
        width: 100%;
        margin-top: 69px;
    }

    .dpp-new-copyright__lable {
        width: 100%;
        background: #fff;
        color: #666;
        border-top: 1px solid #ccc;
    }

    .dpp-new-inner-footer {
        width: 100%;
    }

    .dpp-new-img_sliderview {
        height: auto;
    }

    .dpp-mew-dynamic_label {
        font-size: 40px;
    }

    .dpp-mew-Prevention_label {
        font-size: 40px;
    }

    .dpp-new__logInModal__content__body {
        width: 100%;
    }

    .dpp_new_loginpanel__wrapper {
        height: 100vh;
    }

    .dpp-new-userpanel__wrapper {
        background: rgb(255 255 255);
        box-shadow: inset 0 0px 0px 0px #0000005e;
    }

    .logInModal__content__body__bottom {
        margin-bottom: 75px;
    }

    .dpp-new-password-wrapper {
        margin-bottom: 80px;
    }
}

@media (min-width: 640px) and (max-width: 960px) {


    .dpp-new__Prevention {
        background-position-x: 90%;
    }

    .logInModal__content__body__bottom__form {
        padding: 0 0em;
    }

    .dpp-mew-dynamic_wrapper {
        width: 100%;
        margin-top: 56px;
    }

    .dpp_new_home_page__wrapper {
        width: 100%;
    }

    .dpp-new-login_logo {
        width: 100%;
        margin-top: 69px;
    }

    .dpp-new-copyright__lable {
        width: 100%;
        background: #fff;
        color: #666;
        border-top: 1px solid #ccc;
    }

    .dpp-new-inner-footer {
        width: 100%;
    }

    .dpp-new-img_sliderview {
        height: auto;
    }

    .dpp-mew-dynamic_label {
        font-size: 42px;
    }
    .dpp-new-Proactive{
        font-size:16px;
    }
    .dpp-new__check_circle {
        height: 23px;
    }
    .dpp-new-Proactive_img {
        float: left;
        width: 40px;
        margin-top: -2px;
    }
    .dpp-mew-Prevention_label {
        font-size: 42px;
    }

    .dpp-new__logInModal__content__body {
        width: 100%;
    }

    .dpp_new_loginpanel__wrapper {
        height: 100vh;
    }

    .dpp-new-userpanel__wrapper {
        background: rgb(255 255 255);
        box-shadow: inset 0 0px 0px 0px #0000005e;
    }

    .logInModal__content__body__bottom {
        margin-bottom: 75px;
    }

    .dpp-new-password-wrapper {
        margin-bottom: 80px;
    }
}

@media (min-width: 960px) and (max-width: 1024px) {


    .dpp-new__Prevention {
        background-position-x: 90%;
    }

    .logInModal__content__body__bottom__form {
        padding: 0 0em;
    }

    .dpp-mew-dynamic_wrapper {
        width: 100%;
        margin-top: 54px;
    }

    .dpp_new_home_page__wrapper {
        width: 100%;
    }

    .dpp-new-login_logo {
        width: 100%;
        margin-top: 69px;
    }

    .dpp-new-copyright__lable {
        width: 100%;
        background: #fff;
        color: #666;
        border-top: 1px solid #ccc;
    }

    .dpp-new-inner-footer {
        width: 100%;
    }

    .dpp-new-img_sliderview {
        height: auto;
    }

    .dpp-mew-dynamic_label {
        font-size: 40px;
    }

    .dpp-mew-Prevention_label {
        font-size: 40px;
    }

    .dpp-new__logInModal__content__body {
        width: 100%;
    }

    .dpp_new_loginpanel__wrapper {
        height: 100vh;
    }

    .dpp-new-userpanel__wrapper {
        background: rgb(255 255 255);
        box-shadow: inset 0 0px 0px 0px #0000005e;
    }

    .logInModal__content__body__bottom {
        margin-bottom: 75px;
    }

    .dpp-new-password-wrapper {
        margin-bottom: 80px;
    }
}

@media (min-width: 1024px) and (max-width: 1300px) {
    .dpp-new__Prevention {
        background-position-x: 88%;
    }

    .dpp-new-copyright__lable {
        width: 100%;
    }

    .dpp-mew-dynamic_label {
        font-size: 52px;
    }

    .dpp-mew-Prevention_label {
        font-size: 52px;
    }

    .dpp-new__logInModal__content__body {
        width: 100%;
    }

    .dpp-mew-dynamic_wrapper {
        width: 85%;
        margin-top: 90px;
    }

    .dpp-new-Proactive {
        font-size: 20px;
    }
}

@media (min-width: 1300px) and (max-width: 1366px) {
    .dpp-new-copyright__lable {
        width: 100%;
    }

    .dpp-mew-dynamic_label {
        font-size: 60px;
    }

    .dpp-mew-Prevention_label {
        font-size: 60px;
    }

    .dpp-new-Proactive {
        font-size: 20px;
    }

    .dpp-mew-dynamic_wrapper {
        width: 80%;
        margin-top: 85px;
    }

    .dpp-new__logInModal__content__body {
        width: 100%;
    }
}

@media (min-width: 1366px) and (max-width: 1400px) {
    .dpp-new-copyright__lable {
        width: 100%;
    }

    .dpp-new__logInModal__content__body {
        width: 100%;
    }

    .dpp-mew-dynamic_label {
        font-size: 60px;
    }

    .dpp-mew-Prevention_label {
        font-size: 60px;
    }

    .dpp-new-Proactive {
        font-size: 20px;
    }

    .dpp-mew-dynamic_wrapper {
        width: 80%;
        margin-top: 86px;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .dpp-new-copyright__lable {
        width: 100%;
    }

    .dpp-new__logInModal__content__body {
        width: 100%;
    }

    .dpp-mew-dynamic_label {
        font-size: 72px;
    }

    .dpp-mew-Prevention_label {
        font-size: 72px;
    }

    .dpp-mew-dynamic_wrapper {
        width: 80%;
    }

    .dpp-new-Proactive {
        font-size: 22px;
    }
}

@media (min-width: 1600px) and (max-width: 1920px) {
    .dpp-new-copyright__lable {
        width: 100%;
    }

    .dpp-mew-dynamic_label {
        font-size: 72px;
    }

    .dpp-mew-Prevention_label {
        font-size: 72px;
    }

    .dpp-mew-dynamic_wrapper {
        width: 75%;
    }
}



@media (min-width: 1920px) and (max-width: 2048px) {
    .dpp-new-copyright__lable {
        width: 100%;
    }

    .dpp-new__logInModal__content__body {
        width: 100%;
    }

    .dpp-mew-dynamic_label {
        font-size: 72px;
    }

    .dpp-mew-dynamic_wrapper {
        width: 70%;
    }

    .dpp-mew-Prevention_label {
        font-size: 72px;
    }
}

@media (min-width: 2048px) and (max-width: 3048px) {
    .dpp-new-copyright__lable {
        width: 100%;
    }

    .dpp-new__logInModal__content__body {
        width: 100%;
    }

    .dpp-mew-dynamic_label {
        font-size: 72px;
    }

    .dpp-mew-Prevention_label {
        font-size: 72px;
    }

    .dpp-mew-dynamic_wrapper {
        width: 60%;
    }
}
/*** Login page css End**/
