
@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');
}

@media(max-width:850px) and (orientation:landscape) {
    .modal-dialog {
        max-width: 400px;
    }
}

.logInModal__content__close {
    color: #fff;
    position: absolute;
    top: -10px;
    right: 0;
    background: transparent;
    border: none;
    font-size: 2em;
    z-index: 1;
    cursor: pointer;
}

    .logInModal__content__close:hover {
        color: #fff;
    }

.logInModal__content__body {
    /* background-color: #fff;*/
    display: flex;
    margin: 0;
    min-height: 30rem;
    padding: 0;
}

@media(max-width:850px) and (orientation:landscape) {
    .logInModal__content__body {
        min-height: unset;
    }
}

.logInModal__content__body__head {
    display: flex;
    justify-content: center;
    padding: 0;
}

    .logInModal__content__body__head .dpp-login-head {
        width: 100%;
    }

    .logInModal__content__body__head .dpp-login-head__block {
        height: 105px;
    }

@media(max-width:850px) and (orientation:landscape) {
    .logInModal__content__body__head .dpp-login-head__block {
        height: 55px;
    }
}

.logInModal__content__body__head .dpp-login-head--left {
    background-color: #00609c;
    background-image: linear-gradient(90deg, #00609c, #b0c8e9);
}

.logInModal__content__body__head .dpp-login-head--right {
    background-color: #b0c8e9;
    background-image: linear-gradient(-90deg, #00609c, #b0c8e9);
}

.logInModal__content__body__head__logo {
    display: block;
    left: 35%;
    position: absolute;
    top: 40%;
    width: 25%;
}

@media(max-width:767px) and (orientation:portrait) {
    .logInModal__content__body__head__logo {
        top: 45%;
    }
}

@media(max-width:850px) and (orientation:landscape) {
    .logInModal__content__body__head__logo {
        width: 50px;
        left: 45%;
        top: 25%;
    }
}
/*
.logInModal__content__body__bottom {
    margin-top: 20px;
    padding: 0px 20%;
}
*/
@media(max-width:850px) and (orientation:landscape) {
    .logInModal__content__body__bottom {
        margin-top: 0;
    }
}

.logInModal__content__body__bottom__form {
    font-weight: 500;
    padding: 0 1em;
}

@media(max-width:850px) and (orientation:landscape) {
    .logInModal__content__body__bottom__form {
        padding: 0 3em;
    }
}



.logInModal__content__body__bottom__form__group {
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

    .logInModal__content__body__bottom__form__group .logInModal-input__wrapper {
        position: relative;
        z-index:99;
    }

    .logInModal__content__body__bottom__form__group .logInModal-input__wrapper__text {
        border: 0;
        border-bottom: 1px solid #00000040;
        padding: 0px 0;
        margin-top: 12px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        color: #000;
    }

        .logInModal__content__body__bottom__form__group .logInModal-input__wrapper__text:focus {
            box-shadow: none;
            outline: none;
        }

            .logInModal__content__body__bottom__form__group .logInModal-input__wrapper__text:focus ~ .focus-border {
                left: 0;
                transition: .4s;
                width: 100%;
            }

    .logInModal__content__body__bottom__form__group .logInModal-input__wrapper .focus-border {
        background-color: #00609c;
        bottom: 0;
        height: 2px;
        left: 50%;
        position: absolute;
        transition: .4s;
        width: 0;
    }

.logInModal__content__body__bottom__form__forgotPswd {
    color: rgba(0, 96, 156, .7);
}

    .logInModal__content__body__bottom__form__forgotPswd:hover {
        color: #00609c;
    }

	.logInModal__content__body__bottom__form__forgotPswd .password {
		font-weight: 600;
		font-family: "Roboto", sans-serif;
	}

.logInModal__content__body__bottom__form__wrapper {
    width: 100%;
    margin-top: 26px;
}

@media(max-width:850px) and (orientation:landscape) {
    .logInModal__content__body__bottom__form__wrapper {
        margin-top: 0;
    }
}

.logInModal__content__body__bottom__form__wrapper__submit {
    width: inherit;
    background-color: rgba(177, 32, 40, .9);
    border-color: rgba(177, 32, 40, .9);
    display: block;
    border: none;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 24px;
}

    .logInModal__content__body__bottom__form__wrapper__submit:hover {
        background-color: #b12028;
        border-color: #b12028;
    }

@media(max-width:850px) and (orientation:landscape) {
    .logInModal__content__body__bottom__form__wrapper__submit {
        padding: 5px;
        margin: 0;
    }
}

.modal.fade .modal-dialog {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.dpp-header {
    box-shadow: 0 5px 11px -13px #000;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.dpp-header__user__link {
    color: rgba(177, 32, 40, .8);
    font-weight: 700;
    display: none;
}

@media(max-width:992px) {
    .dpp-header__user__link {
        font-size: 1.2em;
    }
}

.dpp-header__user__link:hover {
    color: #b12028;
}

.dpp-header__user__link img {
    height: 20px;
    margin-bottom: 6px;
}

.dpp-header__user__dropdown {
	width: 170px;
	padding: 0;
	position: absolute;
	margin-right: 17px;
}

@media(max-width:850px) {
    .dpp-header__user__dropdown--arrow {
        right: unset;
        left: 5%;
        margin-bottom: .8em;
    }
}

.dpp-header__user__dropdown--arrow:before {
    position: absolute;
    top: -10px;
    left: 10px;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 2;
}

.dpp-header__user__dropdown--arrow:after {
    position: absolute;
    top: -12px;
    left: 8px;
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgba(0, 0, 0, .15);
    z-index: 1;
}

.dpp-header__user__dropdown__link {
    background-color: #fff;
    border-bottom: 0px solid #ccc;
    font-size: 14px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #707070;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
}

    .dpp-header__user__dropdown__link:last-child {
        border-bottom: 0;
    }

    .dpp-header__user__dropdown__link:hover {
        font-weight: 500;
        color: #fff;
        font-size: 14px;
    }

    .dpp-header__user__dropdown__link:focus {
        background-color: none;
    }

.dpp-header-subNav {
    background-color: #00609c;
    padding: 0;
    min-height: 40px;
    /*
    background-color: #F6F6F6;
    padding: 0;
    width: 120px;
    height: 100%;
    position: fixed;
    box-shadow: 2px 2px 6px 0px #ccccccc7;
        */
}
.dpp-new-header_side-nav.dpp-header-subNav {
	background-color: #00ADC3;
	padding: 0;
	/* width: 120px;*/
	height: 100%;
	position: fixed;
	box-shadow: 2px 4px 6px 0px #ccccccc7;
	/*overflow-y:auto;*/
	top: 62px;
}




.dpp-header-subNav__menuBtn {
    border-color: #b12028 !important;
    order: 1;
    padding: .7rem 1rem;
}

@media(max-width:992px) {
    .dpp-header-subNav__menuBtn {
        padding: .25em .5em;
        position: absolute;
        right: 5%;
        top: 10px;
    }
}

.dpp-header-subNav__menuBtn:focus {
    outline: none;
}

@media(max-width:992px) {
    .dpp-header-subNav__collapse {
        background-color: #fff;
        box-shadow: 0 0 6px 1px rgba(1, 50, 69, .4);
        height: 100vh;
        padding: 15% 0 5% 0;
        position: fixed;
        right: -65%;
        top: 0;
        transition: .5s;
        width: 65%;
        z-index: 16;
        overflow: scroll;
    }
}

.dpp-header-subNav__collapse__close {
    background: transparent;
    border: none;
    font-size: 2em;
    position: absolute;
    right: 1%;
    top: 0;
}

@media(max-width:992px) {
    .dpp-header-subNav__collapse .dpp-header__user__link {
        display: block;
    }
}

.dpp-header-subNav__collapse .dpp-header__menu {
    margin: 0 auto;
}

.dpp-header-subNav__collapse .dpp-header__menu__item {
    font-size: 14px;
    padding: 10px;
    margin: 1px;
    border-bottom: 1px solid #e9e9e9;
}
    .dpp-header-subNav__collapse .dpp-header__menu__item:hover {
        background: #02609e;
        transition-duration: 0.3s;
    }



.dpp-new-header__vertical-menu__item:last-child {
    border-right: none;
    margin-bottom: 100px;
}

.dpp-header-subNav__collapse .dpp-header__menu__item:last-child {
    border-right: none;
    margin-bottom: 100px;
}

@media(max-width:992px) {
    .dpp-header-subNav__collapse .dpp-header__menu__item {
        border-bottom: 1px solid #e5e5e5;
        font-size: 1.2em;
        margin: 0;
        padding-top: .5em;
        padding-bottom: .5em;
        background-color: #b0c8e9;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
}

.dpp-header-subNav__collapse .dpp-header__menu__item img {
    height: 26px;
    margin-bottom: 4px;
    image-rendering: -webkit-optimize-contrast;
}

.dpp-header-subNav__collapse .dpp-header__menu__item .nav-link {
    display: inline;
    padding: unset;
}

@media(max-width:992px) {
    .dpp-header-subNav__collapse .dpp-header__menu__item .nav-link--dropdown {
        width: 100%;
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 50% 50%;
    }
}

@media(max-width:992px) {
    .dpp-header-subNav__collapse .dpp-header__menu__item .nav-link--dropdown img {
        justify-self: end;
    }
}

@media(max-width:992px) {
    .dpp-header-subNav__collapse .dpp-header__menu__item .nav-link--dropdown .dpp-header-nav__link {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
    }
}

.dpp-header-subNav__collapse .dpp-header__menu__item .dpp-header-nav__link {
    color: #505050;
    font-weight: 400;
}

    .dpp-header-subNav__collapse .dpp-header__menu__item .dpp-header-nav__link:hover {
        color: #fff;
        text-decoration-line: none;
    }

    .dpp-header-subNav__collapse .dpp-header__menu__item .dpp-header-nav__link:focus {
        color: #fff;
        outline: none;
    }

.dpp-header-nav {
    background-color: #fff;
    padding-bottom: 0;
    padding-top: 4px;
}
.dpp-new-header-navbar {
    padding-bottom: 0;
    padding-top: 0px;
    height: 62px;
	background:#fff;
}
.k-multiselect-wrap .k-input {
	font-size: 14px;
}

@media(max-width:992px) {
	.dpp-header-nav {
        padding-top: 0px;
    }
}

@media(max-width:992px) {
    .dpp-header-nav {
        padding-bottom: 0px;
    }
}

.dpp-header-nav--unauthenticate .dpp-header-nav__title {
    position: absolute;
    top: .7em;
    left: 33%;
}


@media(max-width:992px) {
    .dpp-new-header__navbar-brand {
        background: #ffffff;
        box-shadow: 0px 0px 0px 0px #1370b0;
    }
    .dpp-new-header-navbar {
        background: #fff;
    }

	.dpp-new-header_side-nav.dpp-header-subNav {
		width: 100%;
		background-image: linear-gradient(to right, #00ADC3, #00ADC3);
		position: unset;
		height: auto;
		box-shadow: 0px 0px 0px 0px #fff;
	}


    .dpp-header-subNav {
        padding: .25em .5em;
        width: 100%;
        height: 64px;
    }
}

@media(min-width:1400px) {
    .dpp-header-nav--unauthenticate .dpp-header-nav__title--ml {
        margin-left: 5%;
    }
}

.dpp-header-nav__title {
    font-size: 35px;
    color: #00609c;
}

.dpp-header-nav__title--margin {
    margin-left: 1%;
}

.dpp-header-nav__title--responsive {
      color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
    font-family: 'Segoe UI';
}

.dpp-header-nav__title--marginRight {
    margin-right: 0;
}

@media(min-width:992px) {
    .dpp-header-nav .dpp-header__user__link {
        display: block;
    }
}

.dpp-header-nav__brand {
    padding: 0;
}

    .dpp-header-nav__brand img {
        padding: 2px;
        image-rendering: -webkit-optimize-contrast;
    }

@media(max-width:992px) {
    .dpp-header-nav__brand img {
        width: 50px;
    }
}

.sideNavActive {
    right: 0 !important;
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .dpp-header-nav__brand .dpp-header-img--ie {
        width: 25%;
    }

    .dpp-header-nav__collapse .dpp-header__menu__item {
        padding: 1.5rem .5rem;
    }

    .dpp-header-nav__title--mr {
        margin-right: 17%;
    }

    .dpp-header-nav__title--margin {
        margin-right: 10%;
        margin-left: 0;
    }

    .dpp-header__user__dropdown--top {
        top: 80%;
    }
}

.dpp-footer {
    color: #fff;
    padding: 3.5rem 0 1rem 0;
}

.dpp-footer__row__item li {
    cursor: pointer;
}

.dpp-footer__row__item__contact__address p {
    margin-bottom: 0;
}

.dpp-footer__row__item__contact__email label {
    font-style: italic;
}

.dpp-footer__row__item__social {
    display: flex;
}

    .dpp-footer__row__item__social li {
        margin-right: 1em;
    }

.dpp-footer__separator {
    border-top: 1px solid #fff;
    margin-top: 2%;
}
.input-wrapper {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: 400;
}
.dpp-inner-footer {
	color: #9B9A9A;
	padding: 0.5rem 0;
	background: #ffffff;
	font-size: 14px;
	font-style: normal;
	border-top: 1px solid #e9e9e9;
	position: fixed;
	width: 100%;
	bottom: 0px;
	z-index: 99;
}

.dpp-inner-footer__wrapper {
    padding: 0 2em;
}

@media(max-width:768px) {
    .dpp-inner-footer__wrapper {
        flex-direction: column-reverse;
        padding-left: 0;
        padding-right: 0;
    }
}

.dpp-inner-footer__wrapper__text {
    margin: 0;
    padding-left: 125px;
    text-align: center;
    width: 100%;
}

@media(max-width:768px) {
    .dpp-inner-footer__wrapper__text {
        margin-top: 1em;
        text-align: center;
    }
}

.dpp-inner-footer__wrapper .dpp-footer__list {
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

@media(max-width:768px) {
    .dpp-inner-footer__wrapper .dpp-footer__list {
        align-items: unset;
        flex-direction: column;
    }
}

@media(max-width:768px) {
    .dpp-inner-footer__wrapper .dpp-footer__list__item {
        border-bottom: 1px solid #fff;
        padding: 1em;
        text-align: center;
    }
}

.dpp-inner-footer__wrapper .dpp-footer__list__item__link {
    color: #fff;
    border-right: 1px solid #fff;
    cursor: pointer;
    padding: 0 10px;
}

@media(max-width:768px) {
    .dpp-inner-footer__wrapper .dpp-footer__list__item__link {
        border-right: none;
    }
}

.dpp-inner-footer__wrapper .dpp-footer__list__item__link:hover {
    text-decoration: underline !important;
}

.dpp-inner-footer__wrapper .dpp-footer__list__item:last-child .dpp-footer__list__item__link {
    border-right: none;
}


/****** menu links ******/
.close{
text-shadow:unset;
}
.chevron_icon {
	font-size: 26px;
	margin-top: -30px;
	margin-left: 2px;
	background: #707070;
	border-radius: 60px;
	color: #fff;
	border: 0px;
}
.sidebar {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 275px;
	background: #fff;
	opacity: 1 !important;
	z-index: 100;
	transition: all 0.5s ease;
	box-shadow: 2px 4px 6px 0px #ccccccc7;
}
.sidebar.close {
  width: 100px;
}
.sidebar .logo-details {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
}
	.sidebar .logo-details i {
		font-size: 30px;
		color: #009293;
		height: 44px;
		min-width: 85px;
		text-align: center;
		line-height: 50px;
	}
.sidebar .logo-details .logo_name {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.sidebar.close .logo-details .logo_name {
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links {
  height: 100%;
  padding: 0 0 150px 0;
  overflow: auto;
}
.sidebar.close .nav-links {
  overflow: visible;
}
.sidebar .nav-links::-webkit-scrollbar {
  display: none;
}
.sidebar .nav-links li {
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}

.sidebar.close .nav-links li {
	width: 90px;
	height: 62px;
}

	.sidebar.close .sub-menu li {
		width: unset;
		height: unset;
	}
		.sidebar.close .sub-menu li a {
			height: unset !important
		}

		.sidebar .nav-links li:hover {
			background: transparent;
		}
.sidebar .nav-links li .icon-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar.close .nav-links li .icon-link {
  display: block;
}
	.sidebar .nav-links li i {
		position: absolute;
		height: 62px;
		min-width: 0px;
		text-align: center;
		line-height: 55px;
		color: #868686;
		font-size: 24px;
		cursor: pointer;
		transition: all 0.3s ease;
		left: 218px;
		z-index: 99;
		margin-top: 0px;
	}



	.sidebar .nav-links li.showMenu i.arrow {
		transform: rotate(-180deg);
		left: 239px;
		top: -3px !important;
	}
.sidebar.close .nav-links i.arrow {
  display: none;
}
	.sidebar .nav-links li a {
		display: flex;
		align-items: center;
		text-decoration: none;
		margin-left: 21px;
		height: 68px;
	}
	.sidebar.close .nav-links li a {
		width: 60px;
		margin-left: 20px;
		height: 60px;
		margin-top: 8px;
	}
	.sidebar .nav-links li a .link_name {
		font-size: 14px;
		font-weight: 500;
		color: #505050;
		transition: all 0.4s ease;
		margin-left: 11px;
		margin-top: 1px;
		font-family: 'Roboto';
	}
.sidebar.close .nav-links li a .link_name {
  opacity: 0;
  pointer-events: none;
}
	.sidebar .nav-links li .sub-menu {
		padding: 6px 6px 14px 20px;
		margin-top: -10px;
		background: #fff;
		display: none;
	}
.sidebar .nav-links li.showMenu .sub-menu {
  display: block;
}
	.sidebar .nav-links li .sub-menu a {
		color: #505050;
		font-size: 14px;
		padding: 4px 0px 4px;
		white-space: normal;
		transition: all 0.3s ease;
		font-family: 'Roboto';
		font-weight: 450;
		height: auto;
		margin-left: -15px;
		border-left: 0px solid #000;
		padding-left: 12px;
	}
		.sidebar .nav-links li .sub-menu a:hover {
			opacity: 1;
			background: #fff;
			color: #00ADC3;
			border-radius: 60px;
		}
	.sidebar.close .nav-links li .sub-menu {
		position: absolute;
		left: 100%;
		top: -10px;
		margin-top: 0;
		padding: 0px;
		opacity: 0;
		display: block;
		pointer-events: none;
		transition: 0s;
		width: 195px;
		left: 90px;
	}
	.sidebar.close .nav-links li:hover .sub-menu {
		top: 0;
		opacity: 1;
		pointer-events: auto;
		transition: all 0.4s ease;
		box-shadow: 2px 4px 6px 0px #ccccccc7;
	}

	.sidebar .nav-links li .sub-menu .link_name {
		display: block;
		list-style: disc;
	}
	.sidebar.close .nav-links li .sub-menu .link_name {
		font-size: 14px;
		opacity: 1;
		display: block;
		line-height: 14px;
		width: 100%;
		margin-left: 0;
	}
.sidebar .nav-links li .sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank {
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .profile-details {
  position: fixed;
  bottom: 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1d1b31;
  padding: 12px 0;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details {
  background: none;
}

.submenu_dpp_warpper {
	font-size: 16px;
	padding: 10px 12px;
	margin-top: 5px;
	border-bottom: 1px solid #afafaf;
	color: #505050;
	font-weight: 420;
}

.dpp_new_iconm1 {
	height: 34px;
	margin: 0px 38px;
}
.dpp_menu_lable {
	font-size: 14px;
	margin-left: -20px;
	font-weight: 500;
	color: #00ADC3;
	line-height: 17px;
	display:none;
}


.sidebar.close .profile-details {
	width: 78px;
}
.sidebar .profile-details .profile-content {
  display: flex;
  align-items: center;
}
.sidebar .profile-details img {
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #1d1b31;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details img {
  padding: 10px;
}
.sidebar .profile-details .profile_name,
.sidebar .profile-details .job {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job {
  display: none;
}
.sidebar .profile-details .job {
  font-size: 12px;
}
.home-section {
	position: relative;
	background: #e4e9f7;
	height: 30px;
	left: 260px;
	width: 30px;
	background: #ececec;
	border-radius: 60px;
	transition: all 0.5s ease;
	top: -52px;
	z-index: 999;
}
.sidebar.close ~ .home-section {
	left: 84px;
	width: calc(100% - 62px);
	background: #ececec;
	width: 30px;
	height: 30px;
	border-radius: 60px;
	position: relative;
	z-index: 999;
	top: -44px;

}
.home-section .home-content {
  height: 60px;
  display: flex;
  align-items: center;
}
.home-section .home-content .bx-menu,
.home-section .home-content .text {
  color: #11101d;
  font-size: 35px;
}
.home-section .home-content .bx-menu {
  margin: 0 15px;
  cursor: pointer;
}
.home-section .home-content .text {
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 420px) {
  .sidebar.close .nav-links li .sub-menu {
    display: none;
  }
}

.sidebar.close .dpp_icon_current_active {
	background: #009293;
	border-radius: 50px;
	transform: scale(0.8);
}

.sidebar.close .dpp_icon_active:hover {
	background: #00ADC3;
	border-radius: 50px;
	/* transform: scale(0.8);
}
	.sidebar.close .dpp_icon_active:hover img {
		filter: brightness(0) invert(1);
		/*transform: scale(1.1);*/
}



/****** menu ******/

.sidebar.close [data-title]:hover:after {
	opacity: 1;
	visibility: visible;
}

.sidebar.close [data-title]:after {
	content: attr(data-title);
	color: #fff;
	font-size: 20px;
	opacity: 0;
	z-index: 99;
	visibility: hidden;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	padding: 9px 13px;
	background: #00ADC3;
	position: absolute;
	margin: 10px 80px;
	border-radius: 5px;
	white-space: nowrap;
}

.sidebar.close [data-title]:hover:before {
	content: "";
	position: absolute;
	top: 48%;
	right: -20px;
	margin-top: -6px;
	border-width: 7px;
	border-style: solid;
	border-color: transparent #47acc2 transparent transparent;
}
.sidebar.close [data-title] {
	position: relative;
}

/************/
