a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
  cursor: pointer !important;
}

.pb-145 {
    padding-bottom: 14px;
}
.pt-100 {
    padding-top: 10px;
}
input#m-agree {
    position: relative;
    top: -4px;
}
.sign__shape img.man-1 {
    left: 20%;
    top: 60%;
    z-index: 1;
}
.sign__shape img {
    position: absolute;
    z-index: -1;
}
.sign__shape img.man-2 {
    right: 24%;
    top: 65%;
}
.sign__shape img.circle {
    right: 32%;
    top: 38%;
    animation: signCircle 5s linear 0s infinite alternate;
    -webkit-animation: signCircle 5s linear 0s infinite alternate;
}
.sign__shape img.zigzag {
    left: 32%;
    top: 43%;
    animation: signZigzag 5s linear 0s infinite alternate;
    -webkit-animation: signZigzag 5s linear 0s infinite alternate;
}
.sign__shape img.dot {
    right: 34%;
    top: 43%;
    animation: signDot 5s linear 0s infinite alternate;
    -webkit-animation: signDot 5s linear 0s infinite alternate;
}
.sign__shape img.bg {
    left: 33%;
    top: 20%;
    opacity: .06;
    max-width: 100%;
    animation: signBg 5s linear 0s infinite alternate;
    -webkit-animation: signBg 5s linear 0s infinite alternate;
}
.section__title-wrapper {
    position: relative;
    z-index: 1;
}
.section__title {
    font-size: 36px;
    color: #0e1133;
    text-transform: capitalize;
    z-index: 1;
    margin-bottom: 3px;
	font-weight: bold;
}
.section__title-wrapper p {
    font-size: 16px;
    color: #53545b;
}
.sign__wrapper {
    padding: 50px 70px 45px;
    margin: 0 30px;
    border-radius: 10px;
    box-shadow: 0 40px 80px #02021a24;
    z-index: 11;
}
.white-bg {
    background: #ffffff;
}

.sign__header {
    padding: 0 35px;
}

.sign__social i {
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 6px;
    line-height: 42px;
    font-size: 15px;
    margin: 4px !important;
}

.sign__header p {
    margin-bottom: 0;
    color: #7a797f;
    position: relative;
    padding: 0 40px;
    display: inline-block;
}

.sign__form h5 {
    font-size: 16px;
    font-weight: 500;
    color: #0e1133;
    margin-bottom: 11px;
}

.sign__input {
    position: relative;
}
.sign__input input {
    width: 100%;
    height: 45px;
    line-height: 30px;
    padding: 0 50px;
    font-size: 12px;
    border: 2px solid transparent;
    background: #f6f6f7;
    color: #0e1133;
    border-radius: 6px;
}
.sign__input i {
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    left: 25px;
    font-size: 14px;
    color: #8e8c94;
}

.e-btn {
    display: inline-block;
    height: 40px;
    text-align: center;
    padding: 0 25px;
    color: #fff;
    /* background: linear-gradient(45deg, var(--primary-gradent-two),  var(--primary-gradent-one)); */
    background: linear-gradient(45deg, var(--primary-gradent-one), var(--primary-gradent-two))!important;
    border-radius: 4px;
    font-weight: 500;
    border-color: #2b4eff;
    border: 1px;
	line-height: 40px;
}
.sign__agree label {
    padding-left: 10px;
    font-size: 15px;
    color: #7a797f;
}
.sign__forgot a {
    color: #7a797f;
}
.sign__new p {
    color: #7a797f;
    margin-bottom: 0;
}

.sign__wrapper {
    /* padding: 50px 58px 45px; */
    padding: 50px 48px 45px;
    margin: 0 45px;
    border-radius: 10px;
    box-shadow: 0 40px 80px #02021a24;
    z-index: 11;
}
a {
    text-decoration: none;
}

@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1200px;
	}
}
.social-media-icons {
    list-style: none;
    padding: 0px;
    display: inline;
}
.social-media-icons li {
    display: inline;
}
.section__title-wrapper p {
    font-size: 14px;
    color: #53545b;
}

.fa-twitter {
    background: #03a9f4;
}
.fa-twitter:hover {
    opacity: 0.7;
}
.fa-facebook-f {
    background: #285da1;
}
.fa-facebook-f:hover {
    opacity: 0.7;
}
.fa-youtube {
    background: #d2173f;
}
.fa-youtube:hover {
   opacity: 0.7;
}
.sign__input input:focus {
    outline: none;
    background: #ffffff;
    border-color: #2b4eff;
    box-shadow: 0 1px 4px #08002a33;
}
.e-btn:hover {
    color: #fff;
    box-shadow: 0 10px 24px #0417764d;
}
@keyframes signDot {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  to {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
  }
}
@keyframes signZigzag {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  to {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
  }
}
@keyframes signCircle {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 575px) {
  .sign__wrapper {
    margin: 0;
    padding: 30px 20px 25px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .sign__shape img.man-1 {
    left: 19%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sign__shape img.man-1 {
    left: 16%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sign__shape img.man-1 {
    left: 7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign__shape img.man-1 {
    left: 2%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sign__shape img.man-1 {
    left: 1%;
  }
}
@media (max-width: 575px) {
  .sign__shape img.man-1 {
    display: none;
  }
}
.sign__shape img.man-2 {
    right: 18%;
    top: 38%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .sign__shape img.man-2 {
    top: 55%;
    right: 20%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sign__shape img.man-2 {
    top: 60%;
    right: 15%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sign__shape img.man-2 {
    top: 60%;
    right: 7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign__shape img.man-2 {
    top: 60%;
    right: 0%;
    z-index: 1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sign__shape img.man-2 {
    top: 60%;
    right: 0%;
    z-index: 1;
  }
}
@media (max-width: 575px) {
  .sign__shape img.man-2 {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .sign__shape img.man-2.man-22 {
    top: 55%;
    right: 20%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sign__shape img.man-2.man-22 {
    top: 60%;
    right: 15%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sign__shape img.man-2.man-22 {
    top: 60%;
    right: 7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign__shape img.man-2.man-22 {
    top: 60%;
    right: 0%;
    z-index: 1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sign__shape img.man-2.man-22 {
    top: 60%;
    right: 0%;
    z-index: 1;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .sign__shape img.circle {
    right: 25%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sign__shape img.circle {
    right: 22%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sign__shape img.circle {
    right: 11%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign__shape img.circle {
    right: 4%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sign__shape img.circle {
    right: 2%;
  }
}
@media (max-width: 575px) {
  .sign__shape img.circle {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .sign__shape img.dot {
    right: 29%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sign__shape img.dot {
    right: 26%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sign__shape img.dot {
    right: 18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign__shape img.dot {
    right: 5%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sign__shape img.dot {
    right: 3%;
  }
}
@media (max-width: 575px) {
  .sign__shape img.dot {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign__shape img.bg {
    left: 10%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sign__shape img.bg {
    left: 0%;
  }
 
}
@media (max-width: 575px) {
  .sign__shape img.bg {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .sign__shape img.zigzag {
    left: 24%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sign__shape img.zigzag {
    left: 23%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sign__shape img.zigzag {
    left: 11%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign__shape img.zigzag {
    left: 3%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sign__shape img.zigzag {
    left: 2%;
  }
}
@media (max-width: 575px) {
  .sign__shape img.zigzag {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .sign__shape img.flower {
    right: 24%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sign__shape img.flower {
    right: 24%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sign__shape img.flower {
    right: 12%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign__shape img.flower {
    right: 3%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sign__shape img.flower {
    right: 1%;
  }
}
@media (max-width: 575px) {
  .sign__shape img.flower {
    right: 1%;
    bottom: 3%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sign__header {
    padding: 0 10px;
  }

}
@media (max-width: 575px) {
  .sign__header {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .sign__social:after {
    left: -62%;
  }
}
@media (max-width: 575px) {
  .sign__social i {
    margin-right: 35px;
  }
}



/* <!-- -=====================form=================== --> */

.block-header h2 {
    margin: 0 !important;
    color: #30373e !important;
    font-weight: 600;
    font-size: 20px;
}
.text-muted {
    color: #636c72!important;
    font-size: 12px;
}

.card {
    background: #fff;
    min-height: 50px;
    box-shadow: none;
    position: relative;
    margin-bottom: 30px;
    transition: .5s;
    border: none;
    border-radius: 20px;
}
.custom-card {
  border-radius: 20px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px !important; 
}
.card .header {
    color: #424242;
    padding: 0 0 10px 0;
    position: relative;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
}

.card .body {
    font-size: 14px;
    color: #424242;
    padding: 20px;
}
.form-group {
    width: 100%;
    margin-bottom: 10px;
}
.form-group {
    padding-bottom: 7px;
    margin: 27px 0 0 0;
}
.form-group {
    position: relative;
}

.form-group .form-line {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #bdbdbd;
}

.form-group .form-control {
    width: 100%;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
}
.drop-custum {
    border-bottom: 1px solid #ddd;
    margin-top: 18px !important;
}
button.btn.search-btn {
  /* background: linear-gradient(45deg, #1254f4, #1254f4)!important; */
  background: linear-gradient(45deg, var(--primary-gradent-one), var(--primary-gradent-two))!important;
}


.btn:not(.btn-link):not(.btn-circle) {
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12); */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 0.4rem !important;
    border: none;
    font-size: 12px;
    outline: none;
    /* padding: 8px 28px!important; */
    padding: 8px 15px!important;
}

.g-bg-blush2 {
    background: linear-gradient(45deg, #0c1d79, #304bd8);
    color: #fff !important;
}
.btn-default, .btn-default:hover, .btn-default:active, .btn-default:focus {
    background-color: #fff !important;
}

.dropzone {
    border: 2px solid transparent !important;
    background-color: #eee !important;
}
.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}
.card .header h2 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #212121;
    text-transform: uppercase;
}
.card .header h2 small {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #9e9e9e;
    line-height: 15px;
    text-transform: capitalize;
}
.card .header {
    color: #424242;
    padding: 0 0 10px 20px;
    position: relative;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
}
.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}
.form-group {
    width: 100%;
    margin-bottom: 10px;
}



/* =================template css==================== */
.main-body.leftmenu .sidemenu-logo {
    /* background: linear-gradient(45deg, #1254f4, #1254f4)!important; */
    background-color: var(--primary-gradent-one) !important;
    
}

.main-sidebar-sticky {
    /* background: linear-gradient(45deg, #1254f4, #1254f4)!important; */  
    /* background: linear-gradient(360deg, var(--primary-gradent-two), var(--primary-gradent-one))!important */
    background-color: #ffffff;
}

.main-sidebar-body .nav-label {
    /* color: #fff!important; */
    color: gray!important;
}

.main-sidebar-body .nav-link {
    /* color: #fff!important; */
    color: gray!important;
    font-weight: 500;
}
.main-body.leftmenu .sidemenu-logo {
  position: fixed;
  z-index: 9999;
  width: 241px;
  background: #0e0e2300 !important;
  transition: all 0.4s;
  top: 0;
}

.main-sidebar-body .nav-sub-link:hover, .main-sidebar-body .nav-sub-link:focus {
  /* color: #fffefe !important; */
  color: gray !important;
  font-weight: 900 !important;
}
.main-sidebar-body .nav-sub-link:hover, .main-sidebar-body .nav-sub-link:active {
  /* color: #fffefe !important; */
    color: gray !important;
  font-weight: 900 !important;
}
.main-body .side-header {
  /* color: gray !important; */
  color: #1254f4;;
  background-color: #ffffff;
    /* background: linear-gradient(45deg, var(--primary-gradent-one), var(--primary-gradent-two))!important */
}

.main-header-menu-icon span {
    /* background-color: #fff!important; */
    background-color: gray !important;;
}

.main-header-menu-icon span::before, .main-header-menu-icon span::after {
    /* background-color: #fff!important; */
    
    background-color: gray !important;;
}

/* .header-icons {
    color: #fff;
} */
.header-icons {
  color: gray;
}

.btn-primary {
  color: #ffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 6px;
  /* background-color: #f0f5ff !important; */
  background-color: #1254f4 !important;
  /* background: linear-gradient(45deg, var(--primary-gradent-one), var(--primary-gradent-two))!important; */
  /* background: linear-gradient(45deg, #1254f4, #1254f4)!important; */
  /* --primary-gradent-one */
  /* border-color: #1254f4!important; */
}
.btn-primary:disabled {
    /* cursor: grabbing !important; */
    color: rgb(77 73 73 / 75%) !important;
    background-color: #acb1b6 !important;
    border-color: #4d4e4f !important;
    cursor: none !important;
}

.bg-primary {
    color: #ffffff !important;
    /* background: linear-gradient(45deg, #1254f4, #1254f4)!important; */

    background: linear-gradient(45deg, var(--primary-gradent-one), var(--primary-gradent-two))!important;
}




.main-sidebar-body .nav-item.active .nav-link:before, .main-sidebar-body .nav-item.active .nav-link:after {
    border-right: 20px solid #0f248e!important;
}

.main-sidebar-body .nav-sub-link {
    color: var(--side-sub-link)!important;
    font-weight: 500 !important;
}


/* .main-sidebar-body .nav-sub .nav-sub-link:before {
    opacity: 1!important;
    color: gray !important;
} */

/* .nav-sub-link.active  {
  color: #1354f4 !important;
  font-weight: 600;
  border-radius: 50rem;
  background-color: #f0f5ff;
} */

.add-form .select2-container--default .select2-selection--single {
    border: 0px solid!important;
}

.add-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0!important;
}

.ff_fileupload_wrap .ff_fileupload_dropzone {
    height: 200px!important;
    border: 0px dashed #dcd9f5!important;
    background-color: transparent!important;
    background-image: url("../img/touch-app.png.")!important;
}

.label-light-primary {
    color: #3699FF;
    background-color: #E1F0FF;
    padding: 0.15rem 0.75rem;
    border-radius: 0.42rem;
}

.label-light-danger {
    color: #F64E60;
    background-color: #FFE2E5;
	padding: 0.15rem 0.75rem;
    border-radius: 0.42rem;
}
.label-light-info {
    color: #8950FC;
    background-color: #EEE5FF;	
	padding: 0.15rem 0.75rem;
    border-radius: 0.42rem;
}
.mr-3, .mx-3 {
    margin-right: 0.75rem !important;
}

.search {
    width: 100%!important;
    padding: 0.175rem 2.25rem 0.175rem 0.75rem!important;
    border: 1px solid #e8e8f7!important;
    height: 38px!important;
    border-radius: 5px!important;
}

.btn-light-primary {
    /* color: #1254f4; */
    background-color: #E1F0FF;
    font-weight: 500 !important;
    padding: 0.3rem 2rem!important;
    line-height: 1.9;
    border-radius: 0.42rem!important;
    margin-top: 5px;
    font-size: 13px!important;
}

div#datatable_length {
    width: 50%;
    float: right;
}

div#datatable_paginate {
    width: 50%;
    float: left;
}

.bottom {
    width: 100%;
    float: left;
    display: none !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-start!important;
}

div#datatable_length {
    width: 50%;
    float: right;
    right: -37%!important;
    position: absolute;
}

.text-success {
    color: #1BC5BD !important;
}

.text-danger {
    color: #F64E60 !important;
}

.text-primary {
    color: #3699FF !important;
}

.table-striped tbody tr:nth-of-type(2n + 1) {
    background-color: #f2f2f2!important;
}

table.dataTable thead th, table.dataTable thead td {
    color: #B5B5C3!important;
}

.table th, .table td {
    /* padding: 5px 3px!important; */
}

.page.main-signin-wrapper {
    background: #fff;
    z-index: 99999;
    position: relative;
}

.dataTables_length label {
    width: 200px;
}

.main-notification-title {
    text-align: left;
}

.main-notification-text {
    text-align: left;
}

.btn-floating {
    display: inline-block;
    color: #1354f4!important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #f0f5ff;
    border-radius: 10%;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}

/* @media(min-width:100px) and (max-width:992px){
	.header-icons:hover {
		color: #fff!important;
	}
	.header-icons {
		color: #000!important;
	}
	i.fe.fe-more-vertical.header-icons.navbar-toggler-icon {
		color: #fff!important;
	}
	div#datatable_length {
		width: 100%!important;
		float: right!important;
		right: 0px!important;
		position: relative!important;
		text-align: left!important;
	}
	.paginate_button .page-link {
		padding: 7px 10px;
	}
	
	.responsive-navbar.navbar .navbar-collapse {
		padding-left: 0.3rem!important;
		padding-right: 0.3rem;
	}
	
	.form-data .form-group {
		margin: 0px;
	}
	
	.row.form-data {
		margin-bottom: 20px;
	}
} */
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    /* background-color: #1254f4; */
    background-color: #f0f5ff;
    /* border-color: #1254f4; */
    color: #1254f4;
    border-color: #f0f5ff;
}
.main-header-right .nav-link.icon:hover {
  /* background: var(--primary-bg-color) !important; */
  background-color: gray !important;
  color: #ffffff;
}

.mat-dialog-container {
  padding: 0!important;
  /* overflow: hidden!important; */
}
.dialog-title-box {
width: 100%;
float: left;
background-color: #f0f5ff;
/* background-image: linear-gradient(to bottom,var(--primary-gradent-one),var(--primary-gradent-two)),radial-gradient(circle at 50% 0,#3a3a3a,#000); */
border-radius: 0;
padding: 0px;
box-shadow: -4px 4px 5px 0 rgb(0 0 0 / 8%);
margin: 0;
}
.icon {
  font-size: 30px;
  color: #1354f4 !important;
  }
.title {
/* color: #fff!important; */
color: #1354f4 !important;
font-size: 16px;
font-weight: 300;
}
/* ::ng-deep.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 16px/23px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
} */
mat-dialog-content {
max-height: 91%!important;
overflow-y: none!important;
margin: 0!important;
height: 100%!important;
}
.mat-dialog-content {
display: block;
margin: 0 -24px;
padding: 0 24px;
max-height: 65vh;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.maincontent {
font-size: 17px;
letter-spacing: .4px;
font-weight: 700;
}

.subcontent {
font-size: 17px;
letter-spacing: .4px;
font-weight: 300;
}
mat-dialog-actions {
margin: 5px 10px!important;
}
.mat-dialog-actions {
padding: 8px 0;
display: flex;
flex-wrap: wrap;
min-height: 40px;
align-items: center;
margin-bottom: -24px;
}
.mat-tab-label {
  height: 40px !important;
}
.mat-tab-label-active{
  /* background: gray;
  linear-gradient(45deg, var(--primary-gradent-one), var(--primary-gradent-two))!important;
  opacity: 1 !important;
  color: white !important; */
  background: #f0f5ff;
  opacity: 1 !important;
  color: #1254f4 !important;
  border-radius: 1.7rem 1.7rem 5px 5px;
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background:linear-gradient(45deg, var(--primary-gradent-one), var(--primary-gradent-two))!important;;
}
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: var(--primary-gradent-one) !important;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--primary-gradent-one) !important;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle, .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: var(--primary-gradent-one) !important;
}
@media (max-width: 767px){
.main-content.side-content .page-header, .main-content .page-header {
    padding-top: 0px !important;
}
}
.padrig {
  padding-right: 0px I !important;
}
.padlft{
  padding-left: 0px I !important;
}