::ng-deep .mat-body,
::ng-deep .mat-body-2,
::ng-deep .mat-typography .mat-body,
::ng-deep .mat-typography .mat-body-2,
::ng-deep .mat-typography {
  font: unset !important;
}


.modal-bag{
    background-color: white;
    padding:2rem!important;
    border-radius: 6px;
    
}

.outer-content{
    display: grid;
    grid-template-columns:40% 60%;
    padding: 2rem;
    gap: 2rem;
    background: linear-gradient(90deg, #FF9666 0%, #FFDFC5 100%);
}


.modal-wid{
max-width: 75%!important;
}
.inner-first{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}



.inner-second{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.heading-rating{
    font-weight: 500!important;
  font-size: 28px!important;
  color: #222222;
}

.subTitle-rating{
  font-size: 16px!important;
    color: #222222;

}


.container-finalize {
    width: 100vw;
    height: 100vh;
    background-color: lightblue;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.content-select-parameter-container {
    padding: 1rem 2rem;
    background-color: white;
    display: grid;
    grid-template-columns: 1fr;
}


.head-back-title {
    display: flex;
    padding-left: 10px;
    gap: 2rem;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.back-button {
    width: 35px;
    height: 35px;
}

.font-arrow {
    font-size: 2.4rem !important;
    cursor: pointer;
}

.right-grading-box {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.content-right-finalize-container {
    padding: 1rem 2rem;
    background-color: #FFF8F5;
    display: flex;
    flex-direction: column;
    border: 1px solid #FF7333;
    box-shadow: 0px 0px 4px 0px #00000040;
}

.title-grading-parameter {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
}

.parameter-ten-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    padding: 0rem 2rem;
}

.grading-grid-parameter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.finalize-btn-container-rating {
    width: 100%;
    position: relative;
    top: 10%;

}

.finalize-parameter {
    padding: 10px 2rem;
    border: 1px solid #FF9666;
    height: max-content;
    background-color: #FFDDC2;
    font-weight: 500;
    font-size: 18px;
    color: #E54800;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;

}

.select-background-color {
    background-color: #E54800 !important;
    color: #FFDDC2 !important;
}

.finalize-btn-rating {
    padding: 10px 2rem;
    background-color: #412722;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: white;
    cursor: pointer;
}

.data-top-grading {
    display: flex;
    gap: 2rem;
}

.text-container-grading {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}

.footer-remove-container {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 2rem;
}

.inner-custome-box {
    padding: 0.20rem 1rem;
    display: flex;
    background-color: #FFF1E5;
    border-radius: 6px;
    height: max-content;
    border: 1px solid #B13800;
    height: 100%;
    align-items: center;
}

.border-right-cutome {
    border-right: 1px solid #B13800;
}

.w-custome-box {
    width: 50%;
}

.border-dark-sky-blue {
    border: 1px solid #006672 !important;
    background-color: #E7FBFD !important;
    color: #006672 !important;
}

.boder-right-custome {
    border-right: 1px solid #006672 !important;
}


.child-inner-custome {
    padding: 5px;
    height: max-content;
    text-align: center;
}

.container-title-add-d {
    border-bottom: 1px solid #000000;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.container-title-add-d>h1 {
    font-weight: 500!important;
    font-size: 40px!important;
}


.container-title-add-d>p {
    font-weight: 400;
    font-size: 20px;
    color: #333333;

}

.quick-description-container {
    padding: 10px 0px 10px;
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}

.quick-description-container>p {
    font-weight: 300;
    font-size: 18px;
    color: rgb(17, 17, 17);
}

.span-dark-head {
    font-weight: 600;
    font-size: 18px;
    color: rgb(17, 17, 17);
}

.next-btn {
    padding: 8px 13px;
    font-weight: 500;
    font-size: 16px;
    outline: none;
    background-color: rgb(76, 75, 99);
    border: none;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    height: max-content;
}

.next-btn:disabled{
    opacity: 0.7;
    cursor: not-allowed;
}

.description-grading-footer {
    font-weight: 500;
    font-size: 16px;
    color: #6A6A6A;
    width: 60%;
    text-align: center;
}

.conatiner-quick-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6rem;
    height: 100%;
}

.input-container-add {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4rem;
    height: 100%;
}


.input-container-fill {
    /* border: 1px solid black; */
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input-titles {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
}

.input-box-add {
    width: 35%;
    height: 3rem;
    border: 1px solid #B1B1B1;
    border-radius: 6px;
    overflow: hidden;
}

.input-box-add>input {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    border: none;
    color: #B1B1B1;
}

.border-bottom {
    border-bottom: 1px solid #FF7333;
    padding-bottom: 18px;
}

.add-description-box {
    width: 100%;
    height: 120px;
    border: 1px solid #B1B1B1;
}

.add-description-box>textarea {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    resize: none;
    font-weight: 400;
    font-size: 16px;
    color: #B1B1B1;
    padding: 10px;
}

.footer-button-side-container {
    height: 60px;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    /* justify-content: space-between; */
}

.button-same-1 {
    padding: 4px 13px;
    border: 1px solid #E54800;
    border-radius: 6px;
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    color: #E54800;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.right-buttons-container {
    display: flex;
    gap: 10px;
}

.discard-btn {
    border: 1px solid #4C4B6363;
    color: #323232 !important;
}

.save-changes-btn {
    background-color: #4C4B6399 !important;
    color: #FFFFFF !important;
    border: none;
}

.removed-text-title {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: center;
}


/* rating intro */
.customize-modal {
    /* width: 70vw; */
    background-color: white;
    border-radius: 16px;
    padding: 1rem;
    display: grid;
    grid-template-rows: 1fr 10%;
    gap: 10px;

}

.content-customize {
    padding: 10px;
    background: linear-gradient(90deg, #FF9666 0%, #FFDFC5 100%);
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 1rem;
    border-radius: 6px;

}

.customize-left-container {
    padding: 10px;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 1rem;
}

.inner-head-customize {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.title-top-key {
    font-weight: 600!important;
    font-size: 32px!important;
    color: #111111;
    line-height: 1.2!important;
}

.title-top-parameter {
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    color: #111111;
    line-height: 1.2!important;
}

.parameter-inner-box {
    background-color: white;
    border-radius: 6px;
    border: 1px solid #FF9666;
    padding: 10px;
}

.row-parameter {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.number-parameter {
    width: 35px;
    height: 35px;
    border-radius: 6px;
    background-color: #FFB999;
    border: 1px solid #FF9666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.background-number-2 {
    background-color: #FFA780 !important;
}

.baclground-number-3 {
    background-color: #FF9566 !important;
}

.background-number-4 {
    background-color: #FF844D !important;
}

.background-number-5 {
    background-color: #FF7333 !important;

}

.row-parameter>p {
    font-weight: 500;
    font-size: 18px;
    color: #323232;
}

.parameter-box {
    padding-right: 5rem;
}

.right-customize-container {
    padding: 10px;
}

.right-customize-container>p {
    font-weight: 500;
    font-size: 18px;
    color: #323232;
    text-align: center;
    line-height: 1.2!important;
}

.parameter-box-2 {
    border: 2px solid #FF9666;
    background-color: white;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem 2rem;
}

.customize-right-container {
    padding: 10px;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 10px;
}

.parameter-inner {
    display: flex;
    /* align-items: center;
    justify-content: center; */
}

.cercol-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #B1B1B1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    color: #323232;
}
.row-cercol-container {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.line {
    width: 1px;
    height: 30px;
    border: 1px solid #B1B1B1;
    position: relative;
    left: 8%;
}

.line-popup{
  width: 1px;
    height: 40px;
    border: 1px solid #B1B1B1;
}



.parameter-title-text {
    font-weight: 500;
    font-size: 18px;
    color: #323232;
}

.container-join-span {
    display: flex;
    gap: 10px;
}

.text-side-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3.4rem;
}

.footer-customize {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blue-btn-all {
    padding: 0.80rem 1.3rem;
    outline: none;
    border: none;
    background-color: #4C4B63;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}


/* rating modal */

.container-teacher-page {
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: 20% 1fr;
}

.side-parameter {
    display: grid;
    grid-template-rows: 1fr;
    border: 1px solid #FF9C6E;
    box-shadow: 0px 0px 4px 0px #00000040;

}

.content-right-side-container {
    padding: 10px;
    padding-top: 3rem;
    background-color: white;
    display: grid;
    grid-template-columns: 1fr 30%;
    gap: 10px;
}

/* css */

.parameter-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF7F4;
    padding: 15px 0px;
    flex-direction: column;
    gap: 10px;
}

.container-join-span {
    display: flex;
    gap: 10px;
    height: 100%;
}

.container-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cercol-box-outer {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
}


.parameter-title-text {
    font-weight: 500;
    font-size: 18px;
    color: #323232;
}

.text-side-container-rating {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* css  */

.background-color-cercol {
    background-color: #FFC99D;
    border: 1px solid #FF9666;
}

.background-black-color {
    background-color: black !important;
    color: white !important;
}

.parameter-content-tab {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 10px;
    padding-left: 1rem;
}

.redirect-content-tab {
    padding: 10px;
    padding-left: 3rem;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.head-parameter-parent {
    display: flex;
    gap: 4%;
}

.back-button {
    width: 35px;
    height: 35px;
}

.parameter-data-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #444444;
    padding-bottom: 1.6rem;
}

.bottom-text-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.font-arrow {
    font-size: 2.4rem !important;
    cursor: pointer;
}

.tab-title-head-1 {
    font-weight: 600;
    font-size: 32px;
    color: #000000;
}

.font-bottom-text {
    font-weight: 500;
    font-size: 17px;
    color: #333333;
}

.parameter-completed-box {
    border: 1px solid #FF7333;
    padding: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #E54800;;
    border-radius: 6px;
    width: 75%;
    text-align: center;
    background-color: #FFEDD6;
}

.quick-link-card {
    width: max-content;
    border: 1px solid #FF7333;
    border-radius: 6px;
    background: linear-gradient(180deg, #FFEDD6 0%, #FFA780 100%);
    padding: 5px;
    display: grid;
    grid-template-rows: 20% 1fr;
    gap: 10px;
}

.header-quick-link {
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #E54800;
}

.quick-title-text {
    font-weight: 600;
    font-size: 26px;
    color: #E54800;

}

.quick-link-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quick-link-content>p {
    font-weight: 500;
    font-size: 18px;
    color: #E54800;
}

.box-quick-link {
    width: 100% !important;
    border: 1px solid #FF7333;
    padding: 10px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #E54800;
    background-color: #FFEDD6;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 3px;
    cursor: pointer;
    justify-content: center;
}

.select-content-container {
    padding: 10px;
}

.quick-description-container {
    padding: 10px;
    padding-left: 3.2rem;
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}

.span-dark-head {
    font-weight: 600;
    font-size: 18px;
    color: #111111;
}

.quick-description-container>p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
}

.select-label-container {
    padding: 10px;
    padding-top: 3rem;
}

.margin-top {
    margin-top: 0.50rem!important;
}

.margin-bottom {
    margin-bottom: 0.50rem;
}

.element-box-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
}

.element-child-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.selected-level {
 border: 2px solid #FF7333; 
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.border-selected{
     border: 2px solid #FF7333; 
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.element-box {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    background-color: #FFB999;
    font-weight: 600;
    font-size: 22px;
    color: white;
    cursor: pointer;

}

.element-child-inner>p {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}


.background-number-2 {
    background-color: #FFA780 !important;
}

.background-number-3 {
    background-color: #FF9566 !important;
}

.background-number-4 {
    background-color: #FF844D !important;
}

.background-number-5 {
    background-color: #FF7333 !important;
}

.outer-border {
    padding: 5px;
    /* border: 2px solid #FF7333; */
    border-radius: 6px;
}

.back-go {
    font-weight: 500;
    font-size: 18px;
    background-color: transparent;
    outline: none;
    border: 1px solid #00295F;
    border-radius: 6px;
    padding: 10px 13px;
    cursor: pointer;

}

.next-btn {
    padding: 10px 13px;
    font-weight: 500;
    font-size: 18px;
    outline: none;
    background-color: #4C4B63;
    border: none;
    color: #FFFFFF;
    border-radius: 6px;
    cursor: pointer;
}

.default-btn-next {
    background-color: #4C4B6380 !important;
    color: #FFFFFF !important;
}

.footer-label-container {
    margin-top: 15%;
    justify-content: end !important;
    gap: 10px;
}

.footer-side-comment {
    width: 100%;
    /* border: 1px solid black; */
    padding: 5px;
    display: flex;
    align-items: center;
}

.box-quick-link-2 {
    width: 80% !important;   
}

.success-rating{
    background-color: #ff844c!important;
    color: white!important;
}

/* after final rating view */
.flex-colume-new {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Score-achived-box {
    padding-left: 10px;
    border: 1px solid #FF720A;
    display: flex;
    align-items: center;
    border-radius: 6px;
    gap: 8px;
    overflow: hidden;
    background-color: #FFF7F4;
}

.Exceptional-box {
    padding: 5px 12px;
    height: 100%;
    background-color: #FF720A;
    justify-content: center;
}

.number-font-excptional-1 {
    font-weight: 600;
    font-size: 25px;
    color: white;
}

.text-new-font {
    font-weight: 500;
    font-size: 16px;
}

.excptional-text {
    font-weight: 500;
    font-size: 13px;
    color: white;
}

.rating-card-parameters {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cards-rating-show {
    border: 1px solid #FF7333;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
    background-color: #FFEDD6;
    border-radius: 6px;
}

.rating-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-card-parameters>p {
    font-weight: 500;
    font-size: 20px;
    color: #222222;
}

/* winner popup */
.container-winner {
    height: 90vh;
    background-color: white;
    border-radius: 6px;
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid #96B1D3 !important;
}

.winner-main-content {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 1rem;
    background-color: #E7EEF7;
}



.winner-colume-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
    padding: 1.5rem 1.5rem;
    border-radius: 6px;
}

.winner-right-content {
    padding: 1.2rem 10px;
}

.promissing-container {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 10px;
    padding: 1.5rem 1.5rem;
    padding-bottom: 1rem !important;
}

.bottom-winner-col {
    border: 1px solid #96B1D3;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    background-color: #D5E1F0;
    border-radius: 6px;
}

.head-winner-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 22px;
    color: #444444;
}

.col-inner-box {
    padding: 10px;
    background-color: #F2F2F2;
    box-shadow: 0px 2px 4px 0px #00000040;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.user-winner-colume {
    padding: 10px;
    position: relative;
    display: grid;
    grid-template-rows: 1fr auto;
}

.gold-background-color {
    background: linear-gradient(180deg, #F9F295 0%, #EDCE6A 22.64%, #D99C21 86.32%);
    box-shadow: 4px 4px 4px 0px #B2B2B240;
    border-radius: 6px;
}


.silver-background-color {
    background: linear-gradient(180deg, #E2E2E2 0%, #C4C4C4 50%, #9A9A9A 100%);
    box-shadow: 4px 4px 4px 0px #B2B2B240;
    border-radius: 6px;
}


.bronze-background-color {
    background: linear-gradient(180deg, #DDA874 0%, #DCA570 51.48%, #A16326 100%);
    box-shadow: 4px 4px 4px 0px #B2B2B240;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.user-winner-header-m {
    padding: 10px;
    background-color: #F1F1F1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.two-colume-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 40vh;
    overflow: scroll;

}

.two-colume-container::-webkit-scrollbar {
    width: 0px;
}

.user-winner-header-m>p {
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    color: #444444;
}

.logo-ceo-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.image-fit {
    width: 100%;
    height: 100%;
}

.footer-rated-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-number-text {
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    text-align: center;
    width: min-content;
    opacity: 60%;
}

.back-button-m {
    text-align: start;
}

.font-back-m {
    font-size: 2.5rem !important;
    color: #003C8A;
    cursor: pointer;
}

.awards-image {
    height: 55px;
}

.awards-card {
    width: 100%;
    height: 35%;
    background-color: #003C8A;
    border-radius: 6px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
}


.outer-container-winner {
    display: grid;
    grid-template-columns: auto 1fr;
}


/* add comment */

/* comment modal */
.container-modal-comment {
    background-color: white;
    border-radius: 6px;
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 10px;
    border: 1px solid #FF7333;
    box-shadow: 0px 0px 4px 0px #00000040;
    overflow: hidden;

}

.comment-left-container {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    border-right: 1px solid #BDBDBD;
}

.comment-header-top {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 2rem;
}

.comment-title-text {
    font-weight: 600;
    font-size: 23px;
    color: #323232;
}

.comment-description-title {
    font-weight: 400;
    font-size: 18px;
    color: #323232;
    line-height: 30px;
}

.comment-right-container {
    padding: 10px;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 10px;
}

.comment-add-box {
    padding: 10px;
    padding-top: 1.5rem !important;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 1.5rem;
}

.footer-comment-btn {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
}



.chat-comment-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.comment-text-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #323232;
}

.comment-filed-box {
    border: 1px solid #E3E3E3;
    padding: 10px;
    /* height: 100px; */
    border-radius: 6px;
    font-weight: 400;
    font-size: 18px;
    color: #323232;
    display: flex;
    /* align-items: center;
    justify-content: center; */
    position: relative;
}

.input-add-comment {
    border: 1px solid #E3E3E3;
    height: 50px;
    border-radius: 6px;
    overflow: hidden;
}

.input-add-comment>input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border: none;
    font-weight: 400;
    font-size: 18px;
    color: #B1B1B1;
    padding-left: 10px;
}

.comment-filed-box:hover .icon-delete {
    visibility: visible;
}

.icon-delete {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 4%;
    right: 2%;
    cursor: pointer;
    visibility: hidden;
}
@media(max-width:1280px) {

    .number-font-excptional-1 {
        font-size: 22px;
    }

    .parameter-title-text {
        font-size: 15px;
    }

    .select-label-container {
        padding-top: 10px;
    }

    .quick-description-container>p {
        font-size: 15px;
    }

    .footer-label-container {
        margin-top: 11%;
    }

    .span-dark-head {
        font-size: 17px;
    }

    .tab-title-head-1 {
        font-size: 26px;
    }

    .font-bottom-text {
        font-size: 16px;
    }

    .parameter-content-tab {
        padding-left: 1rem;
    }

    .redirect-content-tab {
        padding-left: 1rem;
    }

    .rating-card-parameters {
        width: 100%;
    }

    .box-quick-link-2 {
        width: 100% !important;
    }

    .back-go {
        font-size: 12px;
    }

    .next-btn {
        font-size: 14px;
    }

    .quick-title-text {
        font-size: 22px;
    }

    .quick-link-card {
        width: 100%;
    }
}

@media(max-width:1180px) {

    .number-font-excptional-1 {
        font-size: 21px;
    }

    .parameter-title-text {
        font-size: 15px;
    }

    .select-label-container {
        padding-top: 10px;
    }

    .quick-description-container>p {
        font-size: 15px;
    }

    .footer-label-container {
        margin-top: 11%;
    }

    .span-dark-head {
        font-size: 17px;
    }

    .tab-title-head-1 {
        font-size: 26px;
    }

    .font-bottom-text {
        font-size: 16px;
    }

    .parameter-content-tab {
        padding-left: 1rem;
    }

    .redirect-content-tab {
        padding-left: 1rem;
    }

    .rating-card-parameters {
        width: 100%;
    }

    .box-quick-link-2 {
        width: 100% !important;
    }

    .back-go {
        font-size: 12px;
    }

    .next-btn {
        font-size: 14px;
    }

    .quick-title-text {
        font-size: 22px;
    }

    .quick-link-card {
        width: 100%;
    }
}

@media(max-width:1104px) {

    .number-font-excptional-1 {
        font-size: 21px;
    }

    .parameter-title-text {
        font-size: 15px;
    }

    .select-label-container {
        padding-top: 10px;
    }

    .quick-description-container>p {
        font-size: 13px;
    }

    .footer-label-container {
        margin-top: 11%;
    }

    .span-dark-head {
        font-size: 15px;
    }

    .tab-title-head-1 {
        font-size: 26px;
    }

    .font-bottom-text {
        font-size: 16px;
    }

    .parameter-content-tab {
        padding-left: 1rem;
    }

    .redirect-content-tab {
        padding-left: 1rem;
    }

    .rating-card-parameters {
        width: 100%;
    }

    .box-quick-link-2 {
        width: 100% !important;
    }

    .back-go {
        font-size: 12px;
    }

    .next-btn {
        font-size: 14px;
    }

    .quick-title-text {
        font-size: 22px;
    }

    .quick-link-card {
        width: 100%;
    }
}

@media(max-width:1024px) {

    .number-font-excptional-1 {
        font-size: 21px;
    }


    .parameter-title-text {
        font-size: 15px;
    }

    .select-label-container {
        padding-top: 10px;
    }

    .quick-description-container>p {
        font-size: 13px;
    }

    .footer-label-container {
        margin-top: 11%;
    }

    .span-dark-head {
        font-size: 15px;
    }

    .tab-title-head-1 {
        font-size: 26px;
    }

    .font-bottom-text {
        font-size: 16px;
    }

    .parameter-content-tab {
        padding-left: 1rem;
    }

    .redirect-content-tab {
        padding-left: 1rem;
    }

    .rating-card-parameters {
        width: 100%;
    }

    .box-quick-link-2 {
        width: 100% !important;
    }

    .back-go {
        font-size: 12px;
    }

    .next-btn {
        font-size: 14px;
    }

    .quick-title-text {
        font-size: 22px;
    }

    .quick-link-card {
        width: 100%;
    }

    .box-quick-link {
        font-size: 15px;
    }
}

