

/**/

@font-face {
    font-family: IRANSans;
    src: url(../../fonts/IRANSans.ttf);
}
*{
    box-sizing: border-box;
}


body{
    direction: rtl;
   
    font-family: IRANSans;
   
}
button , input::placeholder ,textarea::placeholder {
    font-family: IRANSans;
}
@media screen and (min-width:968px) { 
    .channel-serach-box{
        display: none;
    }
 .heldsessions-archive-body{  padding: 4px;
    
}
.heldsessions-archive-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
 
  
}
.heldsessions-archive-list li.heldsessions-archive-item{
display: flex;
flex-direction: column;
align-items: center;
}
.course-video-box{
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    width: 292px;
    height: 167px;
    display: none;
}
.course-video-box video{
    border-radius: 13px;
    width: 100%;
    height: 100%;
}
.heldsessions-icons {
    display: flex;
}
.heldsessions-icons .play ,.heldsessions-icons .download{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 22.24px;
    background-color: #00954D;
    border-radius: 7px;

}
.heldsessions-icons .play{
    margin-left: 4px;
}


}
@media screen and (max-width:968px) {
    .heldsessions-archive-body{  padding: 4px;
    
    }
    .heldsessions-archive-list{
        list-style-type: none;
        margin: 0;
        padding: 0;
     
      
    }
    .heldsessions-archive-list li.heldsessions-archive-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .course-video-box{
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 13px;
        width: 292px;
        height: 167px;
        display: none;
    }
    .course-video-box video{
        border-radius: 13px;
        width: 100%;
        height: 100%;
    }
    .heldsessions-icons {
        display: flex;
    }
    .heldsessions-icons .play ,.heldsessions-icons .download{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 21px;
        height: 22.24px;
        background-color: #00954D;
        border-radius: 7px;}
        .heldsessions-icons .play{
            margin-left: 4px;
        }
    
}
 



/**/


/*styles for (Online Support) starts*/
/*styles for (Online Support) desktop size*/
@media screen and (min-width:968px) {
    .online-support{
    
        width: fit-content;
        height: fit-content;
        position: fixed;
        right: 32px;
        bottom: 32px;
    }
   .online-support-icon{
    background-color: #00954D;
    width: 100px;
    height: 100px;
    border-radius: 50% 50% 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
   }
   .online-support-icon img{
    background-color: ;
   }
   .online-support-header{
    background-color: #fff;
    padding: 8px 24px;
    max-width: fit-content;
    border-radius: 13px;
    display: flex;
    align-items: center;
    color: #00954D;
    margin-top: 12px;
   }
   .online-support-header-text{
    font-size: 18px;
    font-weight: 900;
    margin-right: 12px;
   }
   .online-support-modal{
    position: fixed;
    bottom: 32px;
    right: 32px;
    height: 547px;
    background-color: #fff;
    width: 428px;
    border-radius: 20px;
    display: none;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
   }
   .online-support-modal-header{
    background-color: #464646;
    height: 66px;
    border-radius:20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
   }
   .online-support-modal-header h1{
    font-size: 20px;
    color: rgba(149, 149, 149, 1);
   }
   .online-support-modal-header h1 .bold-font{
    color: #fff;
    font-weight: 900;
   }
   .close-online-support-modal{
    background-color: #1f1f1f;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 6px;
   }

   .online-support-modal-content{
    padding: 24px;
   }
   .online-support-modal-icon img{
    margin-top: 41px;
    margin-right: 151px;
    width: 125px;
    height: 125.57px;
   }
   .online-support-submit-btn{
    font-family: iranSans;
    font-size: 20px;
    width: 380px;
    height: 49px;
    color: #fff;
    background-color: #00954D;
    border: none;
    border-radius: 12px;
    margin-top: 12px;
   }
   .online-support-form{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
   }
   .online-support-username-input , .online-support-tel-input{
    background-color: #EBEBEB;
    border-radius: 12px;
    height: 57px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    width: 184px;
   }
   .online-support-notification{
    background-color: #464646;
    border-radius: 14.39px;
    padding: 12px 18px;
    width: 340px;
    margin-right:40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
   }
   @-webkit-keyframes slideIn {
    from {bottom: -547px; opacity: 0} 
    to {bottom: 0; opacity: 1}
  }
  
  @keyframes slideIn {
    from {bottom: -547px; opacity: 0}
    to {bottom: 0; opacity: 1}
  }
  .online-support-modal-message{
    display: none;
   
 
    margin-right: 24px;
    margin-left: 24px;
  }
  .online-support-message-box{

    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 24px;
    overflow-y: auto;
    height:365px;
  
  }
  .online-support-message-item .online-support-message-text{
    width: fit-content;
    max-width: 90%;
    margin-top: 12px;
    border-radius: 14.39px;
    padding: 12px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    direction: rtl;
    
  }
  .online-support-message-item.query .online-support-message-text{
    background-color: #00954D;


  }
  .online-support-message-item.response .online-support-message-text{
  
    background-color: #464646;
  }
  .online-support-message-item.response {
    direction: ltr;
  }
.support-message-input-area{
    display: flex;
    height: 57px;
    background-color: #EBEBEB;
    border-radius: 12px;
    box-shadow: 0px 0px 24px 0px  rgba(0, 0, 0, 0.25); 
   border: 2px solid #1f1f1f;
   
   
}
.support-message-emoji{
    padding: 19px 18px;
  
}
.support-message-send-btn{
    padding: 18px;
}
.support-message-input{
    background-color: #EBEBEB;
    height: 100%;
    padding:15px;
    flex: 1;
    border: none;
}
  
}
/*styles for (Online Support) mobile size*/
@media screen and (max-width:968px) {
    .online-support{
    
        width: fit-content;
        height: fit-content;
        position: fixed;
        right: 23.81px;
        bottom: 93.82px;/*23.82px+the height of bottom navbar:70px*/
    }
   .online-support-icon{
    background-color: #00954D;
    width: 78.32px;
    height: 78.32px;
    border-radius: 50% 50% 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
   }
   .online-support-icon img{
    height: 34.46px;
    width: 26.02px;
   }
   .online-support-header{
    background-color: #fff;
    padding: 6.27px 19.8px;
    max-width: fit-content;
    border-radius: 13px;
    display: flex;
    align-items: center;
    color: #00954D;
    margin-top: 9.4px;
   }
   .online-support-header-text{
    font-size: 14px;
    font-weight: 900;
    margin-right:9.33px;
   }
   .online-support-modal{
    
   position: fixed;
   right: 0;
   left: 0;
   top:0;
   bottom: 0;
   background-color: red;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    display: none;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
   }
   .online-support-modal-header{
    background-color: #464646;
    height: 66px;
    /*border-radius:20px 20px 0 0;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
   }
   .online-support-modal-header h1{
    font-size: 20px;
    color: rgba(149, 149, 149, 1);
   }
   .online-support-modal-header h1 .bold-font{
    color: #fff;
    font-weight: 900;
   }
   .close-online-support-modal{
    background-color: #1f1f1f;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 6px;
   }


   .online-support-modal-icon img{
    /*margin-top: 41px;*/
    margin-top:25%;
    margin-right: 151px;
    width: 125px;
    height: 125.57px;
   }
   .online-support-submit-btn{
    font-family: iranSans;
    font-size: 20px;
    width: 380px;
    height: 49px;
    color: #fff;
    background-color: #00954D;
    border: none;
    border-radius: 12px;
    margin-top: 12px;
    font-weight: 700;
   }
   .online-support-form{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
   }
   .online-support-username-input , .online-support-tel-input{
    background-color: #EBEBEB;
    border-radius: 12px;
    height: 57px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    width: 184px;
   }
   .online-support-notification{
    background-color: #464646;
    border-radius: 14.39px;
    padding: 12px 18px;
    width: 340px;
    margin-right:40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 25%;
    height: 105px;
   }
   @-webkit-keyframes slideIn {
    from {bottom: -547px; opacity: 0} 
    to {bottom: 0; opacity: 1}
  }
  
  @keyframes slideIn {
    from {bottom: -547px; opacity: 0}
    to {bottom: 0; opacity: 1}
  }
  .online-support-modal-message{
    display: none;
   
 
    margin-right: 24px;
    margin-left: 24px;
  }
  .online-support-message-box{

    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 24px;
    overflow-y: auto;
    height: 637px;
  
  }
  .online-support-message-item .online-support-message-text{
    width: fit-content;
    max-width: 90%;
    margin-top: 12px;
    border-radius: 14.39px;
    padding: 12px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    direction: rtl;
    
  }
  .online-support-message-item.query .online-support-message-text{
    background-color: #00954D;


  }
  .online-support-message-item.response .online-support-message-text{
  
    background-color: #464646;
  }
  .online-support-message-item.response {
    direction: ltr;
  }
.support-message-input-area{
    display: flex;
    height: 57px;
    background-color: #EBEBEB;
    border-radius: 12px;
    box-shadow: 0px 0px 24px 0px  rgba(0, 0, 0, 0.25); 
   border: 2px solid #1f1f1f;
  
   
   
}
.support-message-emoji{
    padding: 19px 18px;
  
}
.support-message-send-btn{
    padding: 18px;
}
.support-message-input{
    background-color: #EBEBEB;
    height: 100%;
    padding:15px;
    flex: 1;
    border: none;
}
}
/*styles for (Online Support) ends*/


@media screen and (min-width:968px) {
.ticket-list-container{
   
    margin-right: 12%;
    margin-left: 12%;
    margin-top: 150px;
}
.ticket-list-header h1 , .room-participants-header h1{
    color: #464646;
    font-size: 24px;
}
.ticket-list-header-phone ,.room-participants-header-phone{
    display: none;
}
.creat-ticket-header ,.add-room-participants{
    display: flex;
    align-items: center;
}
.ticket-list-header , .room-participants-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.creat-ticket ,.add-participants{
background-color: #00954d;
padding: 5.32px 24.25px;
border-radius: 15.56px;
text-decoration: none;
color: #fff;
margin-right: 24px;

}
.search-ticket-area ,.search-room-area{
    display: flex;
    align-items: center;
   
}
.ticket-serach-box ,.room-search-box{
display: flex;
width: fit-content;
border-radius: 14px;
background-color: #e8e8e8;
margin-right: 16px;
}
.ticket-serach-box .ticket-serach-icon , .room-search-box .room-search-icon{
    background-color: #464646;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
}
.ticket-serach-input ,.room-search-input {
    font-family: iranSans;
    background-color: #e8e8e8;
    border: none;
    border-radius:14px;
    font-size: 16px;
    font-weight: 500;
    color: #404040;
    width: 214px;
    padding: 7px 16px;
}
.search-ticket-select ,.search-room-select{
    font-family: iranSans;
    background-color: #e8e8e8;
    width: 235px;
    height: 41px;
    border-radius: 14px;
    border: none;
    padding: 7px 24px;
    color: #404040;
}
ul.ticket-list{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
li.ticket-list-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 24px;
    box-shadow: 0px 0px 34.59px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20.7533px;
    margin-top: 24px;
   
}
.ticket-list-item-options{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ticket-item-title{
    color: #464646;
    text-decoration: none;
}
.ticket-item-status{
    color: #464646;
    font-size: 16px;
    font-weight: 500;
    margin-right: 32px;
}
.ticket-item-date{
    color: #464646;
    font-size: 16px;
    font-weight: 500;
}
.ticket-item-date span{
    font-size: 14px;
}
.ticket-item-status span{
    background-color: #00954d;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 6.32px 23.75px;
    border-radius: 15.565px;
    margin-right: 8px;

}
.ticket-item-remove{
    background-color: #ff2d2d;
   width: 41px;
   height: 41px;
   display: flex;
   justify-content:center;
   align-items: center;
   border-radius: 8.54px;
   margin-right: 32px;
}
.ticket-list-item.responded .ticket-item-count{
    background-color: #fff;
    color: #464646;
    width: 32px;
    height: 32px;
    border-radius: 11px;
    margin-right: 16px;
    display: inline-block;
    padding: 4px 11.11px;
}
.ticket-list-item.responded{
    background-color: #464646;
}
.ticket-list-item.responded .ticket-item-status,
.ticket-list-item.responded .ticket-item-date ,
.ticket-list-item.responded .ticket-item-title{

color: #fff;
}
.ticket-list-item.waiting .ticket-item-status span{
    background-color: #464646;

}
.ticket-list-item.completed .ticket-item-status span{
    background-color: #ff2d2d;

}

}
@media screen and (max-width:968px) {
    .ticket-list-container{
     margin:24px 5.6% 94px 5.6%;
  
    }
    .ticket-list-header h1 ,.room-participants-header h1{
        color: #464646;
        font-size: 24px;
        display: none;
    }
    .ticket-list-header-phone ,.room-participants-header-phone{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ticket-list-header-phone h1 ,.room-participants-header-phone h1{
        font-size: 20px;
        font-weight: 700;
        color: #464646;
    }
    .creat-ticket-header ,.add-room-participants{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ticket-list-header , .room-participants-header{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .creat-ticket ,.add-participants{
    background-color: #00954d;
    padding: 5.32px 24.25px;
    border-radius: 15.56px;
    text-decoration: none;
    color: #fff;
    margin-right: 24px;
    
    }
    .search-ticket-area ,.search-room-area{
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
       
    }
    .ticket-serach-box ,.room-search-box  ,.channel-serach-box{
    display: flex;
    width: 100%;
    border-radius: 14px;
    background-color: #e8e8e8;
     
    order:1;
    margin-top: 24px;
    }
    .ticket-serach-box .ticket-serach-icon , .room-search-box .room-search-icon ,.channel-serach-box .channel-serach-icon {
        background-color: #464646;
        width: 10%;
        height: 41px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
    }
    .ticket-serach-input ,.room-search-input  ,.channel-serach-input{
        font-family: iranSans;
        background-color: #e8e8e8;
        border: none;
        border-radius:14px;
        font-size: 16px;
        font-weight: 500;
        color: #404040;
        width: 90%;
        height: 41px;
        padding: 7px 16px;
      
    }
    .search-ticket-select ,.search-room-select{
        font-family: iranSans;
        background-color: #e8e8e8;
        width: 235px;
        height: 41px;
        border-radius: 14px;
        border: none;
        padding: 7px 24px;
        color: #404040;
        margin-top: 16px;
        order:2;
    }
    ul.ticket-list{
        margin: 0;
        padding: 0;
        list-style-type: none;
        margin-top: 32px;
    }
    li.ticket-list-item{
        display: flex;
        align-items: flex-start;
       justify-content: space-between;
        padding: 21.64px 18.81px;
        box-shadow: 0px 0px 34.59px 0px rgba(0, 0, 0, 0.15);
        border-radius: 16.04px;
        margin-top: 16px;
        width: 100%;
        
       
    }
    .ticket-list-item-options{
        display: flex;
     flex-direction: column;
     align-items: flex-end;
    }
    .ticket-item-title{
        color: #464646;
        text-decoration: none;
        font-size: 16.04px;
        font-weight: 500;
        
    }
    .ticket-item-status{
        color: #464646;
        font-size: 14px;
        font-weight: 700;
        margin-right: 32px;
        margin-top: 16px;
        order:2;
      /* display: flex;
       flex-direction: column;
       align-items: flex-start;*/
    }
    .ticket-item-date{
        color: #464646;
        font-size: 16px;
        font-weight: 500;
        margin-top: 16px;
        order:3;
    }
    .ticket-item-date span{
        font-size: 14px;
    }
    .ticket-item-status span{
        background-color: #00954d;
        color: #fff;
        font-size:14px;
        font-weight: 700;
        padding: 4.11px 16.84px;
        border-radius: 15.565px;
        margin-right: 8px;
        margin-top: 8px;
        display: inline-block;
    
    }
    .ticket-item-remove{
      background-color: #ff2d2d;
       width: 31.69px;
       height: 31.69px;
       display: flex;
       justify-content:center;
       align-items: center;
       border-radius: 8.54px;
       margin-right: 32px;
       order:1;
    }
    .ticket-item-remove img{
        width: 16.65px;
        height: 17.63px;
    }
    .ticket-list-item.responded .ticket-item-count{
        background-color: #fff;
        color: #464646;
        width: 32px;
        height: 32px;
        border-radius: 11px;
        margin-right: 16px;
        display: inline-block;
        padding: 4px 11.11px;
    }
    .ticket-list-item.responded{
        background-color: #464646;
    }
    .ticket-list-item.responded .ticket-item-status,
    .ticket-list-item.responded .ticket-item-date ,
    .ticket-list-item.responded .ticket-item-title{
    
    color: #fff;
    }
    .ticket-list-item.waiting .ticket-item-status span{
        background-color: #464646;
    
    }
    .ticket-list-item.completed .ticket-item-status span{
        background-color: #ff2d2d;
    
    }
}

@media screen and (min-width:968px) {
    .create-ticket-form-container{
        margin: 153px 12% 12% 150px;
    }
    .create-ticket-form-header h1{
        color: #464646;
        font-size: 24px;
        font-weight: 500;
    }
    .ticket-subject{
        display: flex;
        align-items: center;
        flex-direction: column;
        /* justify-content: flex-end; */
        /* align-items: flex-end; */
        align-items: flex-start;
    }
    .ticket-note{
        margin-top: 24px;
        display: flex;
        
    }
    .ticket-subject-label ,.ticket-note-label{
        font-size: 20px;
        font-weight: 500;
        color: #464646;
    }
    .ticket-subject-input , .ticket-note-input{
        background-color: #EBEBEB;
        border: none;
        height: 65px;
        width: 484px;
        border-radius: 18px;
        margin-right: 24.43px;
    }
    .ticket-note-input{
        height: 172px;
        flex: 1;
        font-family: iranSans;
        padding: 15px 24px;
        color: #464646;
        font-size: 20px;
        font-weight: 500;
        
    }
    .ticket-form-attach-area{
        margin-top: 24px;
        display: flex;
    }
    .ticket-form-attach-box{
        height: 102px;
        border: 2px dashed #464646;
        border-radius: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45%;
    }
    .ticket-form-attach-link{
        font-size: 20px;
        color: #464646;
        text-decoration: none;
    }
    .ticket-form-file-info{
        list-style-type: none;
        margin: 0;
        margin-right: 24px;
        padding: 0;
    }
    .ticket-form-file-info li{
        font-weight: 500;
        color: rgba(147, 147, 147, 1);
        font-size: 20px;

    }
    .ticket-form-files{
        margin-top: 16px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .ticket-form-file-image{
        width: 100px;
        height: 100px;
        border-radius: 17px;
        border: 3px solid rgba(255, 255, 255, 1);
        box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.25);
        position: relative;
    }
    .ticket-form-file-image:not(:first-child){
        margin-right: 8px;
    }
    .ticket-form-file-image img{
       height: 100%;
       width: 100%;
       border-radius: 17px;
    }
    .ticket-form-file-remove img{
        width: 12px;
        height: 12px;
    }
    .ticket-form-file-remove{
        background-color: #ff2d2d;
        width: 23px;
        height: 23px;
       display: flex;
       align-items: center;
       justify-content: center;
        border-radius: 8px;
        position: absolute;
        left: 10px;
        bottom: 10px;
    }
    .ticket-form-buttons{
        margin-top: 48px;
    }
    .ticket-form-buttons button{
        font-family: iranSans;
        font-size: 20px;
        font-weight: 700;
        padding: 7.32px 24.25px;
        border: none;
        border-radius: 15.56px;
        cursor: pointer;
    }
    .ticket-form-buttons .send-button{
        background-color: #00954d;
        color: #fff;
    }
    .ticket-form-buttons .decline-button{
        background-color: #fff;
        color: #464646;
    }
    .back-ticket-form-icon{
        display: none;
    }


}
@media screen and (max-width:968px) {

    .create-ticket-form-container{
        margin:24px 5.6% 94px 5.6%;
    }
    .create-ticket-form-header{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .create-ticket-form-header h1{
        color: #464646;
        font-size: 20px;
        font-weight: 700;
    }
    .ticket-subject{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .ticket-note{
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        
    }
    .ticket-subject-label ,.ticket-note-label{
        font-size: 20px;
        font-weight: 500;
        color: #464646;
    }
    .ticket-subject-input , .ticket-note-input{
        background-color: #EBEBEB;
        border: none;
        height: 65px;
        width: 484px;
        border-radius: 18px;
       margin-top: 12px;
       width: 100%;
    }
    .ticket-note-input{
        height: 165px;
        font-family: iranSans;
        padding: 15px 24px;
        color: #464646;
        font-size: 20px;
        font-weight: 500;
        
    }
    .ticket-form-attach-area{
        margin-top: 24px;
        display: flex;
        flex-direction: column;
    }
    .ticket-form-attach-box{
        height: 102px;
        border: 2px dashed #464646;
        border-radius: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .ticket-form-attach-link{
        font-size: 16px;
        color: #464646;
        text-decoration: none;
    }
    .ticket-form-file-info{
        list-style-type: none;
        margin: 0;
       margin-top: 16px;
        padding: 0;
    }
    .ticket-form-file-info li{
        font-weight: 500;
        color: rgba(147, 147, 147, 1);
        font-size: 16px;

    }
    .ticket-form-files{
        margin-top: 16px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .ticket-form-file-image:not(:first-child){
        margin-right: 8px;
    }
    .ticket-form-file-image{
        width: 100px;
        height: 100px;
        border-radius: 17px;
        border: 3px solid rgba(255, 255, 255, 1);
        box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.25);
        position: relative;
    }
    .ticket-form-file-image img{
       height: 100%;
       width: 100%;
       border-radius: 17px;
    }
    .ticket-form-file-remove img{
        width: 12px;
        height: 12px;
    }
    .ticket-form-file-remove{
        background-color: #ff2d2d;
        width: 23px;
        height: 23px;
       display: flex;
       align-items: center;
       justify-content: center;
        border-radius: 8px;
        position: absolute;
        left: 10px;
        bottom: 10px;
    }
    .ticket-form-buttons{
        margin-top: 48px;
    }
    .ticket-form-buttons button{
        font-family: iranSans;
        font-size: 20px;
        font-weight: 700;
        padding: 7.32px 24.25px;
        border: none;
        border-radius: 15.56px;
        cursor: pointer;
    }
    .ticket-form-buttons .send-button{
        background-color: #00954d;
        color: #fff;
    }
    .ticket-form-buttons .decline-button{
        background-color: #fff;
        color: #464646;
    }
  


}
@media screen and (min-width:968px) {
    .ticket{
        margin: 153px 12% 12% 150px;
       
    }
    .ticket-header{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ticket-header-mobile{
        display: none;
    }
    .ticket-options{
        display: flex;
        align-items: center;
    }
    .ticket-status-remove{
        display: flex;
        align-items: center;
    }
    .ticket-title{
    font-size: 24px;
    font-weight: 500;
    color: #464646;
    }
    .ticket-date{
        font-size: 16px;
        font-weight: 500;
        color: #464646;
    }
    .ticket-date span{
        font-size: 14px;
    }
    .ticket-status{
        font-size: 16px;
        font-weight: 500;
        color: #404040;
        margin-right: 32px;
    }
    .ticket-status span{
        font-size: 16px;
        font-weight: 500;
        padding: 7px 24px;
        border-radius: 14px;
        margin-right: 8px;
        color: #fff;
    }
    .ticket-status span.waiting{
        background-color: #464646;
        
    }
    .ticket-status span.responded{
        background-color: #00954D;
      
    }
    .ticket-status span.completed{
        background-color: #ff2d2d;
      
    }
    .ticket-remove{
        background-color: #ff2d2d;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 41px;
        height: 41px;
        border-radius: 8.54px;
        margin-right: 32px;
    }
    .ticket-subject{
        font-size: 24px;
        font-weight: 500;
        color: #464646;
    }
   
    .ticket-message-box .ticket-message{
        max-width: 82%;
       width: fit-content;
        border-radius: 18px;
        padding: 15px 24px;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        margin-top: 24px;
      
    }
   .ticket-message-box.query .ticket-message{
    background-color: #464646;
   } 
.ticket-message-box.response{
    direction: ltr;
   }
 
.ticket-message-box.response .ticket-message{
    background-color: #00954D;
    direction: rtl;
} 
.ticket-message-form{
    margin-top: 64px;
    display: flex;
}
.ticket-message-form .ticket-message-label{
    font-size: 20px;
    font-weight: 500;
    color: #464646;
    margin-top: 15px;
}
.ticket-message-form .ticket-message-input{
background-color: #EBEBEB;
height: 172px;
flex: 1;
border: none;
border-radius: 18px;
margin-right: 24px;
color: #ACACAC;
font-size: 20px;
font-weight: 500;
padding: 15px 24px;
}
.ticket-message-form .ticket-message-input:focus{
    outline: none;
}
}
@media screen and (max-width:968px) {
    .ticket{
        margin:24px 5.6% 94px 5.6%;
     
    }
    .ticket-header{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ticket-header-mobile{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ticket-options{
        display: flex;
        
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .ticket-status-remove{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        order:1;
       
       
    }
    .ticket-title{
    font-size: 24px;
    font-weight: 500;
    color: #464646;
    display: none;
    }
    .ticket-title-mobile{
        color: #464646;
        font-size: 20px;
        font-weight: 700;
    }
    .ticket-date{
        font-size: 16px;
        font-weight: 500;
        color: #464646;
        order:2;
       
       margin-top: 16px;
    }
    .ticket-date span{
        font-size: 14px;
    }
    .ticket-status{
        font-size: 14px;
        font-weight: 700;
        color: #404040;
       
    }
    .ticket-status span{
        font-size: 14px;
        font-weight: 700;
        padding: 4.12px 16.36px;
        border-radius: 12.03px;
        margin-right: 8px;
        color: #fff;
    }
    .ticket-status span.waiting{
        background-color: #464646;
        
    }
    .ticket-status span.responded{
        background-color: #00954D;
      
    }
    .ticket-status span.completed{
        background-color: #ff2d2d;
      
    }
    .ticket-remove{
        background-color: #ff2d2d;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 31.69px;
        height: 31.69px;
        border-radius: 6.6px;
        
    }
    .ticket-remove img{
        width: 16.65px;
        height: 17.63px;
    }
    .ticket-subject{
        font-size: 20px;
        font-weight: 500;
        color: #464646;
    }
    .ticket-message-box{
        margin-top: 4px;
    }
    .ticket-message-box .ticket-message{
        max-width: 82%;
       width: fit-content;
        border-radius: 14.39px;
        padding: 12px 18px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        margin-top: 16px;
      
    }
   .ticket-message-box.query .ticket-message{
    background-color: #464646;
   } 
.ticket-message-box.response{
    direction: ltr;
   }
 
.ticket-message-box.response .ticket-message{
    background-color: #00954D;
    direction: rtl;
} 
.ticket-message-form{
    margin-top: 32px;
    display: flex;
    flex-direction: column;
}
.ticket-message-form .ticket-message-label{
    font-size: 16px;
    font-weight: 500;
    color: #464646;
   
}
.ticket-message-form .ticket-message-input{
background-color: #EBEBEB;
height: 165px;

border: none;
border-radius: 12px;
margin-top: 12px;
color: #ACACAC;
font-size: 16px;
font-weight: 500;
padding: 15px 24px;
}
.ticket-message-form .ticket-message-input:focus{
    outline: none;
}
}

@media screen and (min-width:968px) {
    .room-participants-container{
      
        margin: 153px 12% 12% 150px;
    }
    .room-participant-list{
        margin: 0;
        padding: 0;
        list-style-type: none;
        margin-top: 24px;
    }
    .room-participant-list-item{
        display: flex;
        align-items: center;
        background-color: #e8e8e8;
        padding: 16px 19px 16px 24px;
        border-radius: 18px;
        margin-top: 16px;
    }
    
    .room-user-name-title,
    .room-user-id-title,
    .room-user-tel-title,
    .room-user-password-title{
        font-size:16px;
        font-weight: 500;
        color: #fff;
        background-color: #464646;
        padding: 2px 12px 3px 12px;
        border-radius: 7px;

    }
    .room-user-order{
        font-size:20px;
        font-weight: 700;
        color: #404040;
    }
    .room-user-name,
    .room-user-id,
    .room-user-tel,
    .room-user-password{
        font-size:16px;
        font-weight: 500;
        color: #404040;
        margin-right: 12px;
       
    }
    .room-user-options{
        background-color: #cccccc;
        margin-right: 16px;
        padding: 5px 5px 4px 16px;
        border-radius: 10px;
    }

}
@media screen and (max-width:968px) {
     .room-participants-container{
         margin:24px 5.6% 94px 5.6%;
    }
    .room-participant-list{
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .room-participant-list-item{
        display: flex;
        align-items: center;
        background-color: #e8e8e8;
        padding: 16px 19px 16px 24px;
        border-radius: 18px;
    }

}

@media screen and (min-width:968px) {
    .comment-form-container ,.comments-container{
        margin: 153px 104px 104px 153px;
        
    }
   .comment-form-header ,.comment-header{
        display: flex;
        align-items: center;
    }
    .comment-form-header h3 ,.comment-header h3{
        font-size: 24px;
        font-weight: 500;
        color: #464646;
    }
    .comment-form-header h3 span ,.comment-header h3 span{
        font-weight: 900;
    }
    .comment-form-header a ,.comment-header a{
        text-decoration: none;
        background-color: #00954D;
        border: none;
        color: #fff;
        border-radius: 8px;
        padding: 4px 16px;
        font-size: 14px;
        font-weight: 500;
        margin-right: 24px;
    }
    .comment-form{
        display: flex;
        flex-direction: column;
        margin-top: 40px;
    }
    .comment-form-input{
      border: none;
      height: 172px;
        border-radius: 18px;
        background-color: #ebebeb;
        padding: 15px 26.28px;
        color: #404040;
        font-size: 20px;
        font-weight: 500;
        margin-top: 16px;
    }
    .comment-form-input::placeholder{
        color: #a0a0a0;
    }
    .comment-form-input:focus{
        outline: none;
    }
    .comment-form-label{
        color: #464646;
        font-size: 20px;
        font-weight: 500;
    }
    .comment-form-label span{
        font-weight: 900;
    }
    .comment-form-buttons {
        display: flex;
        gap: 16px;
    }
    .comment-form-buttons button{
        font-family: iranSans;
        font-size: 20px;
        font-weight: 700;
        padding: 7.32px 23.75px;
        border:none;
        border-radius: 15.56px;
        margin-top: 32px;
        color:#464646;
       
        background-color: #fff;
        border: 2px solid #464646;
        display: flex;
        align-items: center;
    }
    .comment-form-buttons .success.selected{
        background-color: #464646;
        color:#fff;

    }
    .comment-form-buttons .success.selected img{
        content: url(../../images/icons/white-tick.png);
    }
    .comment-form-buttons .failed.selected{
        background-color: #ff2d2d;
        color: #fff;
        border: none;

    }
    .comment-form-buttons .failed.selected img{
        content: url(../../images/icons/white-x.png);
    }

    .comment-form-buttons button img{
        width: 22.8px;
        height: 22.8px;
    }
    .comment-form-submit-buttons{
        margin-top: 248px;
    }
    .comment-form-header-mobile ,.comments-header-mobile{
        display: none;
    }
    .comment-form-submit-buttons button{
        font-family: iranSans;
        font-size: 20px;
        font-weight: 700;
        border: none;
        padding: 7.32px 23.75px;
        border-radius: 15.56px;
       }
       .comment-form-submit-buttons button.send{
        background-color: #00954D;
        color: #fff;
    
       }
       .comment-form-submit-buttons button.decline{
        background-color: #fff;
       color: #464646;
    
       }

}
@media screen and (max-width:968px) {
    .comment-form-container ,.comments-container{
        margin:24px 5.6% 94px 5.6%;
        
    }
   .comment-form-header ,.comment-header{
        display: flex;
        align-items: center;
    }
    .comment-form-header h3 ,.comment-header h3{
        font-size: 24px;
        font-weight: 500;
        color: #464646;
        display: none;
    }
    .comment-form-header h3 span ,.comment-header h3 span{
        font-weight: 900;
    }
    .comment-form-header a ,.comment-header a{
        text-decoration: none;
        background-color: #00954D;
        border: none;
        color: #fff;
        border-radius: 8px;
        padding: 4px 16px;
        font-size: 14px;
        font-weight: 500;
       
    }
    .comment-form{
        display: flex;
        flex-direction: column;
        margin-top:32px;
    }
    .comment-form-input{
      border: none;
      height: 165px;
        border-radius: 12px;
        background-color: #ebebeb;
        padding: 15px 26.28px;
        color: #404040;
        font-size: 16px;
        font-weight: 500;
        margin-top: 16px;
    }
    .comment-form-input::placeholder{
        color: #a0a0a0;
    }
    .comment-form-input:focus{
        outline: none;
    }
    .comment-form-label{
        color: #464646;
        font-size: 16px;
        font-weight: 500;
    }
    .comment-form-label span{
        font-weight: 900;
    }
  .comment-form-buttons{
    display: flex;
    gap: 16px;

    }
    .comment-form-buttons button{
        font-family: iranSans;
        font-size: 16px;
        font-weight: 700;
        padding: 5.85px 15.97px;
        border:none;
        border-radius: 15.56px;
        margin-top:24px;
        color: #464646;
        background-color: #fff;
        border: 2px solid #464646;
        display: flex;
        align-items: center;
       
    }
    .comment-form-buttons .success.selected{
        background-color: #464646;
        color:#fff;

    }
    .comment-form-buttons .success.selected img{
        content: url(../../images/icons/white-tick.png);
    }
    .comment-form-buttons .failed.selected{
        background-color: #ff2d2d;
        color: #fff;
        border: none;

    }
    .comment-form-buttons .failed.selected img{
        content: url(../../images/icons/white-x.png);
    }
    .comment-form-buttons button img{
        width: 18.21px;
        height: 18.21px;
    }

    .comment-form-submit-buttons{
        margin-top: 214px;
    }
    .comment-form-header-mobile ,.comments-header-mobile{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
   .comment-form-header-mobile h3 ,.comments-header-mobile h3{
    width: 75%;
    font-size: 20px;
    font-weight: 500;
    color: #464646;
   }
   .comment-form-header-mobile h3 span ,.comments-header-mobile h3 span{
    font-weight: 900;
   }
   .comment-form-submit-buttons button{
    font-family: iranSans;
    font-size: 16px;
    font-weight: 700;
    border: none;
    padding: 5.32px 23.75px;
    border-radius: 12.56px;
   }
   .comment-form-submit-buttons button.send{
    background-color: #00954D;
    color: #fff;

   }
   .comment-form-submit-buttons button.decline{
    background-color: #fff;
   color: #464646;

   }
}
@media screen and (min-width:968px) {
    .comments-list{
        list-style-type: none;
        margin: 0;
        padding: 0;
        margin-top: 40px;
    }
    .comments-list-item{
        background-color: #464646;
        border-radius: 20px;
        padding: 24px;
        margin-top: 24px;
    }
    .comment-item-text{
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        margin-top: 24px;
    }
    .comment-user-image img{
        width: 100%;
        height: 100%;
        border-radius: 8.1px;
        box-shadow: 0px 0px 12.47px 0px rgba(0, 0, 0, 0.25);
      }
      .comment-user-image {
        border-radius: 8.1px;
        width: 48px;
        height: 48px;
        border: 2px solid #fff; 
        box-shadow: 0px 0px 12.47px 0px rgba(0, 0, 0, 0.25);
        
      }
      .comment-user-name{
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        margin-right: 18px;
        
      }
      .comment-date{
        font-size: 18px;
        font-weight: 500;
        color: #afafaf;
      }
      .comment-button{
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        padding: 7.32px 23.75px;
        border: 2px solid #fff;
        border-radius: 15.56px;
        display: flex;
        align-items: center;
      }
      .comments-list-item-options{
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .comment-image-name-date{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width:70%;
      }
      .comment-image-name{
        display: flex;
        align-items: center;
      }
      .comments-result{
        font-size: 24px;
        font-weight: 500;
        color: #464646;
        margin-top: 40px;
      }
      .comments-progress {
        position: relative;
        height: 10px;
        width:200px;
       background-color: #EBEBEB;
        border-radius: 25px;
        margin-top: 6px;
      }
      .comments-progress-bar {
        position: absolute;
        height: 10px;
        width: 97%;
      
        background: #00954D;
        border-radius: 15px;
      }      

}
@media screen and (max-width:968px) {
    .comments-list{
        list-style-type: none;
        margin: 0;
        padding: 0;
        margin-top: 24px;
    }
    .comments-list-item{
        background-color: #464646;
        border-radius: 15.97px;
        padding:18.17px;
        margin-top:16px;
    }
    .comment-item-text{
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        margin-top: 18px;
    }
    .comment-user-image img{
      width: 100%;
      height: 100%;
      border-radius: 6.47px;
      box-shadow: 0px 0px 9.96px 0px rgba(0, 0, 0, 0.25);
    }
    .comment-user-image{
        border-radius:6.47px;
        width: 38.34px;
      height: 38.34px;
        border: 1.6px solid #fff;
        box-shadow: 0px 0px 9.96px 0px rgba(0, 0, 0, 0.25);
      
    }
    .comment-user-name{
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        margin-right: 14.44px;
        
      }
      .comment-date{
        font-size: 14px;
        font-weight: 500;
        color: #afafaf;
      }
      .comment-button{
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        padding: 5.85px 15.97px;
        border: 2px solid #fff;
        border-radius: 15.56px;
        display: flex;
        align-items: center;
        
      }
      .comments-list-item-options{
        display: flex;
        flex-direction: column;
        align-items: center;
       
      }
      .comment-image-name-date{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
      }
      .comment-image-name{
        display: flex;
        align-items: center;
      }
      .comments-result{
        font-size: 20px;
        font-weight: 500;
        color: #464646;
        margin-top: 32px;
      }
      .comments-progress {
        position: relative;
        height: 10px;
        width:200px;
       background-color: #EBEBEB;
        border-radius: 25px;
        margin-top: 6px;
      }
      .comments-progress-bar {
        position: absolute;
        height: 10px;
        width: 97%;
      
        background: #00954D;
        border-radius: 15px;
      }   
      .comments-result-box{
        display: flex;
        flex-direction: column;
        align-items: center;
      }   

}

@media screen and (min-width:968px) {
    ul.conference-room-list{
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 16px;
    }
    li.conference-room-item{
        width: 48%;
        padding: 24px;
        height: 207px;
        border-radius: 20.75px;
        box-shadow: 0px 0px 34.59px 0px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 24px;


    }
    .room-title{
        font-size: 20.75px;
        color: #464646;
        font-weight: 500;
    }
    .enter-room-btn{
        background-color: #00954D;
        border-radius: 15.56px;
        font-family: iranSans;
        border: none;
        color: #fff;
        font-size: 16px;
        padding: 5.32px 23.75px;
        font-weight: 700;
        margin-top: 16px;
    }
    .room-main-buttons{
        margin-top: 25px;
    }
    .remove-room-btn , .edit-room-btn{
      
        width: 41px;
        height: 41px;
        border-radius: 8.54px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .remove-room-btn{
        background-color: #ff2d2d;

    }
    .edit-room-btn{
        background-color: #464646;
        margin-right: 8.54px;
    }
    .room-main-buttons{
        display: flex;
    }
    .remove-room-btn img{
        width: 21.55px;
        height: 22.81px;
    }
    .room-participants ,.room-celebrants{
        background-color: #e8e8e8;
        border-radius: 14px;
        padding: 8px 16px 6px 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 500;
        color: #404040;

    }
    .room-celebrants{
        margin-top:12px ;
    }
    .room-participants-order , .room-celebrants-order{
        background-color: #464646;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 11px;
        color: #fff;
    }
    .room-info-buttons{
        display: flex;
        margin-top: 24px;
    }
    .room-info-buttons a{
        background-color: #464646;
        width: 41px;
        height: 41px;
        border-radius: 8.54px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    

    
}
@media screen and (max-width:968px) {
    ul.conference-room-list{
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    li.conference-room-item{
        width: 48%;
        padding: 24px;
        height: 207px;
        border-radius: 20.75px;
        box-shadow: 0px 0px 34.59px 0px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;


    }
    .room-title{
        font-size: 16.04px;
        color: #464646;
        font-weight: 500;
    }
    .enter-room-btn{
        background-color: #00954D;
        border-radius: 15.56px;
        font-family: iranSans;
        border: none;
        color: #fff;
        font-size: 16px;
        padding: 5.32px 23.75px;
        font-weight: 700;
        margin-top: 16px;
    }
    .room-main-buttons{
        margin-top: 25px;
    }
    .remove-room-btn , .edit-room-btn{
      
        width: 41px;
        height: 41px;
        border-radius: 8.54px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .remove-room-btn{
        background-color: #ff2d2d;

    }
    .edit-room-btn{
        background-color: #464646;
        margin-right: 8.54px;
    }
    .room-main-buttons{
        display: flex;
    }
    .remove-room-btn img{
        width: 21.55px;
        height: 22.81px;
    }
    .room-participants ,.room-celebrants{
        background-color: #e8e8e8;
        border-radius: 14px;
        padding: 8px 16px 6px 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 500;
        color: #404040;

    }
    .room-celebrants{
        margin-top:12px ;
    }
    .room-participants-order , .room-celebrants-order{
        background-color: #464646;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 11px;
        color: #fff;
    }
    .room-info-buttons{
        display: flex;
        margin-top: 24px;
    }
    .room-info-buttons a{
        background-color: #464646;
        width: 41px;
        height: 41px;
        border-radius: 8.54px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    

}

