
.Support{
    width: 100%;
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Supp textarea,
.Supp input {
    border-radius: 5px;
    box-shadow: inset 0px 0px 20px 10px var(--allColor5);
}

.Supp {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.Supp>span {
    width: 100%;
    height: 100%;
    z-index: 95;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(213 213 213 / 20%);
    backdrop-filter: blur(4.5px);
}

.canc {
    width: 25px !important;
    height: 25px !important;
    position: absolute !important;
    background: var(--allColor1) !important;
    top: 10px !important;
    right: 10px !important;
    border: 1px solid #db2323 !important;
    color: #db2323 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 7px !important;
    padding: 0px !important;
    cursor: pointer;
}

.Supp__Messager {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .8;
    z-index: 1;
    border-radius: 10px;
}

.Message {
    width: 70%;
    height: 95%;
    position: relative;
    font-family: var(--Font);
    font-size: 14px;
    border-radius: 20px;
    margin-right: 20px;
    background: var(--allColor1);
    box-shadow: 0px 0px 10px var(--allColor5);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: start;
}

.back_supp{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
    display: none;
}

.back_supp img{
    width: 25px;
    height: 20px;
}


.Message>span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    background: #1F2128;
    z-index: 99;
}

.Message__Head {
    width: 100%;
    height: fit-content;
    text-align: center;
    font-family: var(--Font-B);
    /* background: #242731; */
    padding: 5px 0;
}

.Message__Head p {
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}

.Message__Head h5 {
    height: 20px;
    opacity: .6;
}

.Message__Body {
    padding: 0 50px;
    width: 100%;
    height: 455px;
    overflow-y: auto;
    font-family: var(--Font);
    /* box-shadow: inset 0px 0px 20px var(--allColor5); */
}

.Message__Body__User {
    width: calc(100% - 10px);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    text-align: left;
}

.Message__Body__User>div {
    width: auto;
    max-width: 300px;
    padding: 15px;
    background: linear-gradient(to left, #2A3144, #1F2128);
    border-radius: 30px 30px 30px 0;
    box-shadow: var(--allColor5) 0px 0px 5px;
    margin-top: 5px;
    padding-bottom: 3px;
    color: var(--allColor1);
}

.Message__Body__User>div>h6 {
    width: 100%;
    opacity: .7;
    font-size: 10px;
    text-align: end;
    padding-right: 7px;
    margin-top: 3px;
}

.Message__Body__User>p {
    width: 100%;
    color: var(--allColor2);
    margin-top: 5px;
    opacity: .7;
    font-size: 12px;
}

.Message__Body__Supporter {
    width: calc(100% - 5px);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    text-align: right;
}

.Message__Body__Supporter>div {
    width: auto;
    max-width: 300px;
    padding: 15px;
    /* background: linear-gradient(to left, #00969055, #00969099); */
    background: rgba(204, 239, 230, 0.8);
    border-radius: 30px 30px 0px 30px;
    text-align: left;
    box-shadow: var(--allColor5) 0px 0px 5px;
    /* color: #1F2128; */
    margin-top: 5px;
    padding-bottom: 3px;
}

.Message__Body__Supporter>div>h6 {
    width: 100%;
    opacity: .7;
    font-size: 10px;
    text-align: start;
    padding-left: 7px;
    margin-top: 3px;
}

.Message__Body__Supporter>p {
    width: 100%;
    color: #191919;
    margin-top: 5px;
    opacity: .6;
    font-size: 12px;
}
.Message__input {
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}

.Message__input button {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #E4E4E4;
    transition: all ease-in-out .2s;
    /* background: linear-gradient(to right, var(--allColor2), #242731) !important; */
    /* background: linear-gradient(to right, var(--allColor3), var(--allColor4)) !important; */
    background: var(--allColor4);
    border: none;
    margin-right: 5px;
}

.Message__input button:hover {
    transform: scale(1.05);
}

.Message__input input {
    width: calc(85% - 40px);
    height: 40px;
    border: none;
    margin-left: 10px;
    border-radius: 5px;
    font-family: var(--Font);
    padding: 0 10px;
    color: #191919;
    box-shadow: 1px 1px 8px var(--allColor5);
    font-size: 13px;
}

.Tickets {
    width: 30%;
    height: 95%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    background: var(--allColor1);
    box-shadow: 0px 0px 10px var(--allColor5);
    border-radius: 20px;
}

.Tickets__Head {
    width: 90%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--Font-B);
    position: relative;
    color: var(--allColor3);
    border-bottom: 1px solid var(--allColor5);
}

.Tickets__Head>span {
    position: absolute;
    left: 10px;
    width: 30px;
    height: 18px;
    background: #1F2128;
    color: var(--allColor1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.Tickets__List {
    width: 100%;
    height: calc(100% - 71px);
    overflow-y: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-top: 5px;
    /* box-shadow: inset 0px 0px 20px var(--allColor5); */
}

.Tickets__List>p {
    width: 50%;
    height: 17px;
    border-bottom: 1px solid #E0FBFC99;
    display: flex;
    opacity: .6;
    font-size: 12px;
    padding-left: 20px;
    margin: 6px 0;
}

.Tickets__List__Radif {
    width: 95%;
    height: 65px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    font-family: var(--Font);
    transition: all ease-in-out .2s;
    border-radius: 5px;
    padding: 2px;
    border: 1px solid var(--allColor1);
    position: relative;
    color: var(--allColor2);
    border-bottom: 1px solid var(--allColor5);
}

.Tickets__List__Radif:hover {
    background: rgba(230, 230, 252, 0.2);
    box-shadow: 0px 0px 20px var(--allColor5);
    cursor: pointer;
}

.Tickets__List__Radif>a {
    width: 65%;
    text-align: start;
    padding-left: 5px;
    color: var(--allColor2);
}

.Tickets__List__Radif>a>span {
    width: 100%;
}

.Tickets__List__Radif>a>span>p {
    width: 100%;
    height: 20px;
    padding-left: 5px;
    opacity: .6;
    font-size: 14px;
}

.Tickets__List__Radif>a>span>h5 {
    width: 100%;
    height: 25px;
    display: flex;
    align-items: center !important;
    font-size: 16px;
}

.DEL {
    width: 35%;
    height: 100%;
    padding: 4px;
    display: flex;
    justify-content: end;
    align-content: space-between;
    flex-wrap: wrap;
}

.DEL>p {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 11px;
    opacity: .6;
    padding-right: 5px;
}

.OFFclick {
    width: 30px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 5px;
}

.OFFclick svg {
    width: 15px;
    height: 15px;
    cursor: pointer;
    opacity: .7;
    transition: all ease-in-out .2s;
}

.ONclick p:hover,
.ONclick svg:hover,
.OFFclick svg:hover {
    opacity: 1;
    cursor: pointer;
}

.List__Radif__Message {
    width: 180px;
}

.ONclick {
    display: none;
    width: 100%;
    height: 30px;
    justify-content: space-around;
    padding-top: 3px;
}

.ONclick>button {
    width: 40px !important;
    height: 20px !important;
    border-radius: 3px;
    background: none;
    border: none;
}

.ONclick>button svg {
    width: 35px !important;
    height: 20px !important;
    padding: 3px;
    box-shadow: 0px 0px 0px 0.5px #323A55;
    border-radius: 3px;
    opacity: .7;
    transition: all ease-in-out .2s;
}

.ONclick p {
    width: 35px;
    height: 20px !important;
    color: var(--allColor2);
    box-shadow: 0px 0px 0px 0.5px #323A55;
    border-radius: 3px;
    opacity: .7;
    transition: all ease-in-out .2s;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.NewTicket {
    position: absolute;
    width: 550px;
    height: 340px;
    background: var(--allColor1);
    box-shadow: 0px 0px 20px var(--allColor5);
    border-radius: 10px;
    padding: 10px;
    display: none;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
    z-index: 99;
}

.NewTicket>h3 {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.NewTicket__Info {
    width: 100%;
    height: 150px;
}

.NewTicket__Info>p {
    font-size: 10px;
    padding-left: 10px;
    margin: 5px 0;
}

.NewTicket__Center {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.NewTicket__Center__Inp {
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.NewTicket__Center__Inp select {
    width: 430px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    box-shadow: inset 0px 0px 20px 10px var(--allColor5);
    border: none;
    cursor: pointer;
    font-family: var(--Font);
    margin: 5px 0;
}

.NewTicket__Center__Inp p {
    width: 80%;
    font-size: 14px;
}

.NewTicket button {
    width: 85px;
    height: 35px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #1F2128;
    border-radius: 5px;
    color: #E0FBFC;
    border: none;
}


.c_orange {
    color: #FC825D;
    font-size : 12px;
}

.c_purple {
    color: #EF38FF;
    font-size : 12px;
}

.c_green {
    color: #ADE157;
    font-size : 12px;
}

.c_blue {
    color: #33B0D9;
    font-size : 12px;
}
