body {
    margin: 0;
    font-family: Roboto, sans-serif!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #263871;
    text-align: left;
    background: #f1f4fb;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}
.main__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 24px 24px 0 16px;
    background-color: #f1f4fb;
	padding: 10px;
	margin: 40px;
}
.main__content.templates {
    padding: 16px;
    max-width: 100%;
}
/* main background */
.main {
    background-color: #f1f4fb;
}

/* left menu */
.main-menu {
    color: rgba(255, 255, 255, 0.6);
    background: #17263a;
    border-right: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 6px 18px #c4cde033;
    transition: left .2s ease, width .2s ease;
	    width: 329px;
}
.listitem__menu {
    width: 156px;
    font-family: Roboto, sans-serif;
	color: #9ba5bd;
}
.listitem__icon .icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
    transition: none;
}
.listitem.current {
    background-color: rgb(53 104 250) !important;
    border-radius: 5px 5px 5px 5px;
	max-width: 220px;
}
.navbar__list li.current {
    cursor: default;
}
.navbar__list li.current .listitem__icon {
    color: #fff;
}
navbar__list li.is-active .submenu__list, .navbar__list li.submenu-is-opened .submenu__list {
    display: block;
    /* background-color: #1d2639 !important; */
    background-color: #1d2639;
}
.listitem {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: .1px;
    margin-left: 20px;
    max-width: 220px;
}
.listitem:hover {
    background-color: rgb(75 110 244);
    color: #fff;
    border-radius: 5px;
	transition: left .2s ease, width .2s ease;
	    max-width: 220px;
}
.submenu__listitem:hover:before {
    background-color: rgb(75 110 244);
    color: #fff;
	border-radius:5px 5px 5px 5px !important;
	max-width: 220px;
}
.navbar__list li.is-active, .submenu-is-opened a {
    color: #fff;
    margin-left: -34px;
}
.navbar__list li .submenu__list .submenu__listitem.current::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #2c70a2;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 4px);
    left: -56px;
}
.listitem a:hover {
    color: #fff;
    cursor: pointer;
    z-index: 2;
}
.navbar__list li.is-active, .navbar__list li.submenu-is-opened {
    background-color: rgb(75 110 244);
    color: #fff;
    /* margin-left: 20px; */
    max-width: 220px;
    border-radius: 5px;
	
}
.navbar__list li.is-active, .navbar__list li.submenu-is-opened a {    
    color: #fff;
}
.listitem {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: .1px;
    margin-left: 20px;
}

.listitem:hover {
    color: #ffffff;
    cursor: pointer;
    z-index: 2;
}
.submenu__listitem:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 194%;
    height: 100%;
    top: 0;
    left: -100%;
    cursor: pointer;
    border-top: 1px solid rgb(32 38 56);
    /* background-color: rgb(0, 0, 0, 0.2); */
    background-color: #1d2639;
}
.submenu__listitem {
    position: relative;
    height: 48px;
    width: 49%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0 !important;
    margin-left: 42px;
    font-size: 13.2px;
}

.navbar__list li.separator {
    height: 1px;
    opacity: .08;
    background-color: #fff;
    margin-left: 8px;
    margin-right: 8px;
    display: none;
}
/* header */
.header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ebedfa;
    position: relative;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 6px 18px #c4cde01a;
	height: 86px;
}
.header__right {
	 font-family: Roboto, sans-serif !important;
    display: -ms-flexbox;
    display: flex;
    height: 84px;
    padding: 0 0 0 32px;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #dfe4ec;
}
.header .profile__user {
	 font-family: Roboto, sans-serif !important;
    line-height: 1.29;
    letter-spacing: .1px;
    color: #959eb0;
    padding-right: 32px;
    padding-left: 16px;
    height: 64px;
    transition: all 100ms ease;
    border-radius: 5px 5px 0px 0px;
}
.header .profile__user .profile__menu .profile--logout {
	 font-family: Roboto, sans-serif !important;
    border-top: 1px solid #dfe4ec;
    background-color: #526675;
    border-radius: 0px 0px 5px 5px;
}
.header .profile__user .profile__menu .profile--view .btn-border {
	 font-family: Roboto, sans-serif !important;
    border: 1px solid #edeef6 !important;
    background-color: #ffffff !important;
    color: #fff;
    min-width: 152px;
    height: 40px;
    background-color: #2c70a2;
    color: #fff;
    font-weight: 600;
    border: 1px solid #133e5e;
    color: #263871;
    background-color: transparent;
    background-image: none;
    border-color: #eceef7;
    border-radius: 5px;
    box-shadow: 0 0 10px -5px #e8ebf2;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.header .profile__user .profile__menu .profile--view .btn-border:hover {
    /* background-color: #fff !important; */
    color: rgba(51, 102, 255, 1);
    text-decoration: none;
    background-color: #f3f5fb !important;
}
.header .profile__user .profile__menu .profile--logout a:hover {
    background-color: #133e5e;
    border-radius: 0px 0px 5px 5px;
  
}

/* notification alias alert */
.notification.blue {
	font-family: Roboto, sans-serif !important;
    color: #000;
    background-color: #fbc518;
    border-color: #fbc518;
	font-size: .9375rem;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 3px;
}
.notification.blue::before {
    background-color: #fac536;
}

/* header button section */
.btn-full {
	font-family: Roboto, sans-serif !important;
    min-width: 152px;
    height: 40px;
    background-color: #2c70a2;
    color: #fff;
    font-weight: 600;
    border: 1px solid #133e5e;
    color: #263871;
    background-color: transparent;
    background-image: none;
    border-color: #eceef7;
	border-radius: 5px;
    box-shadow: 0 0 10px -5px #e8ebf2;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-full:hover {
    background-color: #eceef7;
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.header .profile__item.profile__item--mail {
	font-family: Roboto, sans-serif !important;
    width: 64px;
    height: 64px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px!important;
    padding: 8px;
    text-align: center;
    position: relative;
    border-radius: 8px;
    line-height: 2;
    background: #f1f4fb;
    justify-content: center;
    height: 45px;
    width: 45px;
    margin-right: 1.3rem;
}

/* Page Header text h2 */
h2 {
	 font-family: Roboto, sans-serif !important;
	color: #9ba5ca !important;
	margin-left: 4px!important;
    font-weight: 400 !important;
    font-size: 25px !important;
    line-height: 2.5rem;
    font-weight: bold;
    position: relative;
}	
.wrapper .main .main__content > section > h2 {
     font-family: Roboto, sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: .1px;
	margin-left: -16px !important;
}

/* page card little dashboard */

.filters__listing .btn.is-selected {
	 font-family: Roboto, sans-serif !important;
    -ms-flex: 1 1 auto;
    padding: 1.5rem;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    position: relative;
    margin-bottom: 1.5rem;
    /* width: 100%; */ /* EZT TÖRÖLD vagy írd felül */
    width: auto;
    border: 0;
    box-shadow: 0 .15rem 1.75rem #c4cde033;
    border-radius: 8px;
    color: #424e77;
    font-weight: bold;
    max-width: 220px;
    font-size: 14px;
    line-height: 25px;
	min-width:220px;
}


.filters__listing .btn {
	font-family: Roboto, sans-serif !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 8px 10px;
    padding: 1.5rem 1.5rem;
    background-color: #ffffff;
    border-radius: 8px;
    border: 0;
    box-shadow: 0 .15rem 1.75rem #c4cde033;
    color: #424e77;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    max-width: 220px;
	min-width: 220px;
    width: auto;
}

/* table */

.table-wrap {
    margin-top: 5px;
    border-radius: 15px !important;
	padding: 1.5rem;
	width: 100%;
}
.show_tickets #topSubmit .btn, .show_tickets #topSubmit2 .btn, .show_tickets #bottomSubmit .btn, .show_tickets #bottomSubmit2 .btn {
	font-family: Roboto, sans-serif !important;
    width: auto;
    margin-right: 10px;
    height: 40px;
    font-weight: 600;
    border: 1px solid #edeef6 !important;
    color: #263871;
    background-color: transparent;
    background-image: none;
    border-color: #eceef7;
    border-radius: 5px;
    box-shadow: 0 0 10px -5px #e8ebf2;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.show_tickets #topSubmit .btn:hover,
.show_tickets #topSubmit2 .btn:hover,
.show_tickets #bottomSubmit .btn:hover,
.show_tickets #bottomSubmit2 .btn:hover {
	color: #000 !important;
	background-color: #f8f9fa !important;
	border-color: #f8f9fa !important;
}
.btn--blue-border:hover {
    color: #000 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa!important;
}
.checkbox-custom [type='checkbox']:checked+label:after, .checkbox-custom [type='checkbox']:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: all .2s ease;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M9.043 0L3.246 5.128 1.623 3.692 0 5.128 3.246 8l7.42-6.564z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #3766fb;
}
.show_tickets .search-option {
    margin-bottom: 10px;
    color: #424e9e;
    font-size: 14px;
    font-family: Roboto, sans-serif !important;
}
.navbar__logo {
	font-family: Roboto, sans-serif !important;
    font-size: 24px;
    font-weight: 500;
    color: rgb(229 229 229);
}

.form input.form-control, .form textarea.form-control {
    vertical-align: middle;
    height: 35px !important;
    border-radius: 5px !important;
}
.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    cursor: pointer;
     height: 40px;
    color: rgba(51, 102, 255, 1);
    background-color: transparent;
    background-image: none;
    border-color: rgba(51, 102, 255, 1) !important;
    box-shadow: 0 0 10px -5px rgba(51, 102, 255, 1);
    font-size: 13.6px;
    font-weight: 500;
	 border-radius: 5px;
	
}
.selectize-control.single .selectize-input:hover, 
.selectize-control.single .selectize-input input:hover {
    color: #fff !important; /* Fehér szín */
    background-color: rgba(51, 102, 255, 1) !important; /* Kék háttér */
    border-color: rgba(51, 102, 255, 1) !important; /* Kék szegély */
    border-radius: 5px;
    opacity: .7; /* Átlátszóság */
}
.selectize-control .selectize-dropdown .option.active {
    color: #47519b;
    text-decoration: none;
    background-color: #f3f5fb;
}
.main__content.templates .ticket__list, .main__content.templates .response__list {
	font-family: Roboto, sans-serif !important;
    border-radius: 2px;
    box-shadow: 0 2px 8px 0 rgba(38, 40, 42, 0.1);
    background-color: #fff;
    margin: 16px 0 56px;
    padding: 12px 8px;
    border-radius: 15px;
}
.main__content .btn--blue-border {
    height: 40px!important;
    color: rgba(51, 102, 255, 1);
    background-color: transparent;
    background-image: none;
    border-color: rgba(51, 102, 255, 1) !important;
    box-shadow: 0 0 10px -5px rgba(51, 102, 255, 1);
    font-size: 13.6px;
    font-weight: 500;
	 border-radius: 5px;
}
.btn--blue-border:hover {
    color: #000 !important;
    background-color: rgba(51, 102, 255, 1) !important;
    border-color: #f8f9fa !important;
    color: #fff !important;
    border-radius: 5px;
    background-color: rgba(51, 102, 255, 1);
    border-color: rgba(51, 102, 255, 1) !important;
    opacity: .7;
}
.main__content.templates .ticket__list li a,
.main__content.templates .response__list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 3px 8px;
    text-align: center;
    border-radius: 8px;
    margin: 5px 0 5px 5px;
    font-size: 18px;
    border: 1px solid #e6ebf1;
}

.main__content.templates .ticket__list li a svg, .main__content.templates .response__list li a svg {
    width: 16px;
    height: 16px;
    fill: rgba(51, 102, 255, 1);
}
.main__content.templates .ticket__list li a.icon-delete svg {
    fill: rgba(255, 51, 51, 1)!important; 
}
svg.icon.icon-delete {
    fill: #f7284a !important;
}
.main__content.team .table-wrap .buttons p a {
    width: 32px;
    height: 32px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 8px;
    text-align: center;
    border-radius: 8px;
    margin-right: 4px;
    font-size: 18px;
    border: 1px solid #e6ebf1;
    display: inline-block;
}

.table tbody tr {
    transition: all 100ms ease;
    background-color: #ffffff;
    border-bottom: 1px solid #e3f2fc;
}
.table tbody tr:nth-child(even) {
    background-color: #ffffff;
}
.table tbody td:not(:first-child) {
    border-left: 1px solid #e8f2fb;
}
.table tbody tr:nth-child(even) {
    background-color: #ffffff!important;
}
.filters__listing .btn.is-bookmarks {
    background-color: #f0fff4 !important;
    border: 1px solid #f5fff5;
    color: #133e5e;
}
.filters__listing .btn.is-due-soon {
    background-color: #ffc !important;
    border: 1px solid #fffed0;
    color: #926a0e;
}
.filters__listing .btn.is-overdue {
    background-color: #fff5f5 !important;
    border: 1px solid #fcf5f5;
    color: #e64342;
}
.form input.form-control, .form textarea.form-control {
    vertical-align: middle;
    height: 40px !important; 
    border-radius: 5px !important;
    display: inline-block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9375rem;
    line-height: 1.6;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d3dfea;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 5px;
    outline: 0;
    color: #263871;
    opacity: 1;
}
.show_tickets .search-name {
    line-height: 1.85;
    flex-shrink: 0;
    display: block;
    margin-bottom: .375rem;
    font-weight: 500;
    font-size: .875rem;
}
.main__content.knowledge.category .category__list .category__list_table table tr:nth-child(odd) {
    background-color: #ffffff;
}
input.form-control {
    min-width: 278px;
    margin-right: 10px;
    
}

.main__content.knowledge.category .category__list .category__list_table table td.actions a {
    width: 32px;
    height: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8px;
    padding: 3px 8px;
    text-align: center;
    border-radius: 8px;
    margin-right: 4px;
    font-size: 18px;
    border: 1px solid #e6ebf1;
    display: inline-block;
}
.main__content.knowledge.category .category__list .category__list_table table td.actions a svg {
    width: 16px;
    height: 16px;
    fill: rgba(51, 102, 255, 1);
}
.main__content.knowledge.category .category__list .category__list_table table td.title {
    font-family: Roboto, sans-serif !important;
    width: auto;
    padding-left: 8px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: .1px;
    color: #002d73;
	border-left: 1px solid #e8f2fb;
}
.main__content.knowledge.category .category__list .category__list_table table td.view {
    width: 12%;
    color: #496cf9;
    font-size: 10px;
    vertical-align: middle;
    font-weight: 600;
}
.main__content.knowledge.category .category__list .category__list_table table td.view .icon-eye-close {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    fill: #496cf9;
    margin-right: 2px;
}
.star-rate .icon-star-stroke {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 84px;
    height: 15px;
    fill: #ecc43c;
}
.main__content.knowledge.category .category__list .category__list_table table td.status .rating .votes {
    margin-left: 8px;
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: .1px;
    color: #496cf9;
}
.main__content.knowledge.category .category__list {
    margin-top: 16px;
    box-shadow: 0 4px 8px 0 rgba(38, 40, 42, 0.1);
    background-color: #fff;
    padding: 0 12px 0 8px;
    border-radius: 15px;
    margin-bottom: 50px;
}
.main__content.knowledge.category .category__list .category__list_head:before {
	content: "";
    position: absolute;
    left: -8px;
    padding: 2px;
    height: 25px;
    background: rgba(51, 102, 255, 1);
}
.main__content.knowledge.category .category__list .category__list_head {
	font-family: Roboto, sans-serif !important;
    margin-bottom: 0;
    min-height: 90px;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
	text-transform: capitalize;
    line-height: 1.38;
    letter-spacing: .1px;
    padding-left: 8px;
    padding-right: 16px;
    position: relative;
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6ebf1;
}

.table-wrap:before {
	content: "";
    position: absolute;
    padding: 2px;
    height: 25px;
    background: rgba(51, 102, 255, 1);
	margin-left: -24px;
}
.table-wrap h3 {
	font-family: Roboto, sans-serif !important;
    margin-bottom: 0;
    /*min-height: 90px;*/
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700!important;
    font-style: normal;
    font-stretch: normal;
    text-transform: capitalize;
    line-height: 1.38;
    letter-spacing: .1px;
    padding-left: 8px;
    padding-right: 16px;
    position: relative;
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 0rem;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6ebf1;
}
.main__content.knowledge.category .category__list .category__list_table table tr:nth-child(odd) {
    background-color: #ffffff;
    transition: all 100ms ease;
    background-color: #ffffff;
    border-bottom: 1px solid #e3f2fc;
	border-top: 1px solid #e3f2fc;
}
.main__content.knowledge.category .category__list .category__list_table table td.view {
    width: 7%;
    color: #496cf9;
    font-size: 10px;
    vertical-align: middle;
    font-weight: 600;
    border-left: 1px solid #e8f2fb;
    border-right: 1px solid #e8f2fb;
    padding-left: 10px;
    /* padding-right: 0px; */
}
.main__content.knowledge.category .category__list .category__list_table table td.status {
    width: 16%;
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .1px;
    color: #959eb0;
    text-transform: uppercase;
    padding-left: 20px;
}
.main__content.knowledge.category .category__list .category__list_table table td {
    height: 56px;
    vertical-align: middle;
    border-right: 1px solid #e8f2fb;
    padding-left: 10px;
}

.main__content .btn--blue-border {
    height: 40px !important;
    color: rgba(51, 102, 255, 1);
    background-color: transparent;
    background-image: none;
    border-color: rgba(51, 102, 255, 1) !important;
    box-shadow: 0 0 10px -5px rgba(51, 102, 255, 1);
    font-size: 13.6px;
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 15px;
	margin-right: 10px;
	
}

.wrapper .main .main__content > section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.main__content.reports form {
    margin-top: 30px;
    margin-bottom: 1.5rem;
    background-color: #fff;
    background-clip: border-box;
    padding: 30px 20px 30px 20px;
    border-radius: 15px;
    max-width: 100%;
	display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
	box-shadow: 0 .15rem 1.75rem #c4cde033;
}
.tooltype .icon-info {
    width: 16px;
    height: 16px;
    fill: #9ea6c8;
    transition: all 100ms ease;
}
.main__content.reports .reports__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 15vw;
    padding-left: 16px;
    margin-bottom: 70px;
}
.reports__head:before {
    content: "";
    position: absolute;
    padding: 2px;
    height: 25px;
    background: rgba(51, 102, 255, 1);
    margin-left: -36px;
}
.main__content.reports .reports__table {
    margin: 24px 15vw 56px 0;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px 0 rgba(38, 40, 42, 0.1);
    padding: 12px;
    width: 100%;
    border-radius: 15px;
}
.main__content.reports .reports__range {
    margin-top: 16px;
    padding-left: 16px;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.main__content.reports .reports__range {
    margin-top: 16px;
    padding-left: 16px;
    display: -ms-flexbox;
    display: flex;
    border: 1px dashed #edeef6;
    border-radius: 15px;
    box-shadow: 0 .15rem 1.75rem #c4cde033;
    padding: 21px;
}
.main__content.reports .reports__type {
    
    padding-left: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 1px dashed #edeef6;
    border-radius: 15px;
    box-shadow: 0 .15rem 1.75rem #c4cde033;
    padding: 21px;
}