/* Minification failed. Returning unminified contents.
(1,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1,89): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1,127): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
html{--fontBase:"IBMPlexSansArabic";--fontBold:"IBMPlexSansArabicBold"}html[lang=fr-FR]{--fontBase:OpenSans,IBMPlexSansArabic;--fontBold:OpenSansBold,IBMPlexSansArabicBold}.secondary-container{color:#f0eef9}.secondary-light{color:#cfc6ec}.secondary-dark{color:#7751b0}.secondary-onContainer{color:#533979}.success-container{color:#bcdac6}.success-light{color:#a5cdb2}.success-dark{color:#2b6b3f}.success-onContainer{color:#1f4d2d}.info-container{color:#d1e6ff}.info-light{color:#75b4ff}.info-dark{color:#0055bd}.info-onContainer{color:#002c60}.warning-container{color:#fff1d6}.warning-light{color:#fdcf72}.warning-dark{color:#96530f}.warning-onContainer{color:#663b0f}.danger-container{color:#fbd6d5}.danger-light{color:#f38283}.danger-dark{color:#ab1214}.danger-onContainer{color:#58080b}body{position:relative}body:after{content:"";position:absolute;width:100%;height:100%;bottom:300px;left:0;background:url(/Assets/img/svg/supportbg.svg) no-repeat right bottom;z-index:-1;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.uploadedFile{position:absolute;top:32px;z-index:1;padding:10px 20px;background-color:#08b0a2;color:#fff;border-radius:4px;width:calc(100% - 40px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.uploadedFile a{color:#fff}.uploadedFile .close{position:absolute;left:20px;background:rgba(255,255,255,.2);padding:5px;border-radius:50%;width:25px;height:25px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ticket{-webkit-box-shadow:inset 0 -15px 15px rgba(0,0,0,.05);box-shadow:inset 0 -15px 15px rgba(0,0,0,.05)}.ticket__id{font-size:1.4rem;line-height:2.1rem;color:#966ed4}.ticket__category{font-size:1rem;line-height:1.5rem;border-radius:4px;padding:.6rem 1rem;background-color:rgba(144,154,159,.1)}.ticket__subcategory{font-size:1rem;line-height:1.5rem;border-radius:4px;padding:.6rem 1rem;background-color:rgba(144,154,159,.1)}.ticket__time{font-size:1.2rem;line-height:1.8rem}.ticket .attachment{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:3rem;direction:rtl;-ms-flex-wrap:wrap;flex-wrap:wrap}.ticket .attachment__loader{min-height:100px}.ticket .attachment__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #edeff0;border-radius:5px;padding:1rem 1.6rem;margin-bottom:1rem}.ticket .attachment__name{font-size:1.2rem;line-height:1.8rem}.ticket .attachment__size{font-size:1rem;line-height:1.5rem}.ticket__closed{margin:-4rem;margin-top:auto;background-color:#f5f8f8;padding:20px 40px;font-size:1.4rem;line-height:2.1rem}.chat{margin-bottom:8rem}.chat__sender{margin-bottom:2rem;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width:768px){.chat__sender{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.chat__sender .avatar{background-color:rgba(8,176,162,.2);color:#08b0a2;margin-left:2.5rem;width:40px;height:40px;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.chat__sender .message{background:rgba(8,176,162,.2);border-radius:0;padding:2rem;white-space:pre-line;position:relative;margin-bottom:2rem;text-align:right;position:relative}@media screen and (min-width:992px){.chat__sender .message{word-break:break-word}}.chat__sender .message:after{content:"";width:0;height:0;border-top:10px solid rgba(8,176,162,.2);border-left:10px solid transparent;bottom:-10px;right:0;position:absolute}.chat__reciever{margin-bottom:2rem;-ms-flex-wrap:wrap;flex-wrap:wrap;direction:ltr}@media screen and (min-width:768px){.chat__reciever{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.chat__reciever .avatar{background:#edeff0;color:#101728;margin-right:2.5rem;width:40px;height:40px;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.chat__reciever .message{background:#edeff0;border-radius:0;padding:2rem;white-space:pre-line;position:relative;margin-bottom:2rem;text-align:left}@media screen and (min-width:992px){.chat__reciever .message{word-break:break-word}}.chat__reciever .message:after{content:"";width:0;height:0;border-top:10px solid #edeff0;border-right:10px solid transparent;bottom:-10px;left:0;position:absolute}.chat__reciever .chat__time{text-align:right}.chat__time{font-size:1.2rem;line-height:1.8rem;color:#909a9f}.chat__line{color:#4d5a61;font-weight:400;margin:3rem 0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.chat__line span{z-index:1}.chat__line::after{content:"";display:block;background-color:#909a9f;width:calc(100% + 8rem);height:.05rem;left:-4rem;top:1.5rem;position:absolute}.chatForm__container{background:rgba(245,248,248,.5);border-radius:40px;outline:0;-webkit-box-shadow:none;box-shadow:none}.chatForm .form-control{background-color:transparent;border:none;padding:2rem 5rem;height:60px;-webkit-box-shadow:none;box-shadow:none;padding-right:7.5rem}.chatForm .form-control::-webkit-input-placeholder{font-size:1.6rem;line-height:2.4rem;color:#4d5a61}.chatForm .form-control::-moz-placeholder{font-size:1.6rem;line-height:2.4rem;color:#4d5a61}.chatForm .form-control:-ms-input-placeholder{font-size:1.6rem;line-height:2.4rem;color:#4d5a61}.chatForm .form-control::-ms-input-placeholder{font-size:1.6rem;line-height:2.4rem;color:#4d5a61}.chatForm .form-control::placeholder{font-size:1.6rem;line-height:2.4rem;color:#4d5a61}.chatForm .form-control+.invalid-feedback{margin-left:4rem;margin-bottom:1rem}.chatForm__attachment{bottom:2rem;right:4rem;cursor:pointer}.chatForm__attachment input[type=file]{width:24px}
