a,p,span,h1,h2,h2,h4,h5,h6,div,
:root,
.modal .modal__body h3,
.modal .modal__body .modal__description,
button,
.form__search input,
.block--attach,
.ticket__body_block h3,
.ticket__body_block .block--head,
.ticket__body_block .block--description,
.ticket__body_block .block--uploads,
.ticket__body_block .block--suggested,
.ticket__body_block .block--timer span ,
.ticket__body_block .block--message textarea,
.ticket__body_block .block--attach-list div ,
.ticket__body_block .block--message .placeholder,
.ticket__body_block .block--checkboxs .checkbox-custom ,
.ticket__body_block .block--submit .submit-us,
.ticket__replies .ticket__replies_link,
.ticket__params .params--block .row ,
.ticket__params .params--block h4,
.wrapper,
.notification,
.notification-flash,
.tooltype .tooltype__content,
.datepicker,
.datepicker .datepicker--days-names .datepicker--day-name {
    font-family: 'Play',  Arial, sans-serif !important;
}
.main__content .navlink:hover .icon-in-circle {
    background: #00a6bc;
    border: 1px solid #00a6bc;
}
.cust-help .header {
    background: #f7f7fd;
    border-bottom: 0 solid transparent;
}
.main__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: center center;
}
.main__content .navlink {
    flex-direction: column;
}
.main__content .navlink {
    background-color: #5249d8;
    color: white;
    transition: none;
    padding: 30px;
    border-radius: 40px;
}
.main__content .navlink .icon-in-circle {
    margin-right: 0;
    width: 80px;
    height: 80px;
    background-color: transparent;
    border: 1px solid white;
}
.main__content .icon-in-circle .icon {
    font-size: 30px;
    fill: white;
}
.main__content .navlink .navlink__title {
    font-size: 20px;
    text-align: center;
    color: white;
    margin-top: 30px;
}
.breadcrumbs,
.footer,
.help-search{
    display: none;
}
#navbar a {
    color: black;
    font-size: 16px;
    margin: 0 10px;
}
#navbar a:hover{
    color: #1127ff;
    border-bottom: 1px solid #1127ff;
}
#navbar .active {
    border-bottom: 1px solid black;
}
.cust-help .ml-1 {
    color: white;
}
.form-group label,
.param--attach .label,
.param .label.required{
    color: #000000;
}
.form-submit-ticket .form-groups {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}
.form-submit-ticket .form-group, .form-submit-ticket .param {
    width: 48%;
}
section.form-groups.centered.see_tickets {
    flex-direction: column;
}
.form-groups.centered.see_tickets .form-group, .form-groups.centered.see_tickets .param {
    width: 100%;
}
.ticket_history {
    background: white;
}
.ticket__body .ticket__body_block:nth-child(odd) {
    background: #f7f7fd;
}
.ticket__body .ticket__body_block:nth-child(even) {
    border: 1px solid #f7f7fd;
}
.ticket__body .ticket__body_block:last-child {
    background: white;
}
.ticket__body_block,
.ticket__params .params--block{
    box-shadow: 0 0 0 0 rgb(0 0 0);
}
.ticket__params .params--block .row {
    justify-content: space-between;
}
.ticket__params .params--block.details .title,
.ticket__params .params--block.contacts .title,
.ticket__params .params--block.history .title {
    width: 50%;
}
#forgot-tid-submit {
    width: 50%;
    margin: 0 auto;
}
.attach-tooltype {
    display: none;
}
section.param.param--attach {
    width: 100% !important;
}
.choose-files-row {
    display: flex;
}
.cust-help .header {
    border-bottom: 0 solid #dfe4ec !important;
}
.creations_tickets .alert {
    display: none;
}
