.bug-section{
    display: flex;
}
.bug-section .bug-images{
    width: 60%;
    height: 400px;
    /* border: 1px solid rgba(87, 86, 86, 0.515); */
    margin-top:30px;
}
.bug-section .bug-discription{
    width:70%;
    padding: 2px 20px;
}
.bug-section .bug-discription ul{
    list-style: none;
    padding: 0px;
}
.bug-section .bug-discription ul li {
    margin-bottom: 20px;
}
/* .bug-section .bug-discription .top-section ul li:first-child{
    border:  1px solid rgb(0, 170, 255);
    padding: 3px 6px;
    display: inline-block;
    border-radius:20px;
} */
.bug-section .bug-discription .top-section ul li {
    margin-bottom: 43px;
}
.bug-section .bug-discription .Translation-button{
    margin-top:50px;
}
.bug-section .bug-discription .Translation-button a{
    text-decoration: underline;
}
 
.bug-section .bug-discription .buge-details .buge-details-attributes{
        display: flex;
        /* align-items: center;
        justify-content: space-around; */
        margin-top:25px;
}
.bug-section .bug-discription .buge-details .buge-details-attributes .left{
    width: 100%;
}
.bug-section .bug-discription .buge-details .buge-details-attributes .left ul li{
    width: 50%;
    float: left;
}
.bug-section .bug-discription .buge-details .buge-details-attributes .left ul li:nth-child(odd){
    clear: left;
}
.bug-section .bug-discription .buge-details .buge-details-attributes .left ul li p{
    /* line-height:10px; */
    line-height: 15px;
    padding-left: 60px;
}
.bug-section .bug-discription .buge-details .buge-details-attributes .left ul li p #browser_user_agent_model{
    padding-left: 0px !important;
}
.bug-section .bug-discription .buge-details .buge-details-attributes .left ul li .icon{
    width:40px;
    height:40px;
    border: 1px solid rgba(87, 86, 86, 0.515);
    margin: 0px 10px;
    border-radius: 10px;
    float: left;
}
.bug-section .bug-discription .buge-details .buge-details-attributes .right ul li{
    display: flex;
}
.bug-section .bug-discription .buge-details .buge-details-attributes .right ul li .icon{
    width:40px;
    height:40px;
    border: 1px solid rgba(87, 86, 86, 0.515);
    margin: 0px 10px;
    border-radius: 10px;
}
.bug-section .bug-discription .buge-details .buge-details-attributes .right ul li p{
    line-height:10px;
}
/* #app{
    font-size: 15px;
} */

#new{
    width: 20px;
    height: 20px;
    background-color: red;
}
.bug-section .bug-discription .date-time{
    /* text-align: right; */
    margin-bottom: 15px;
}
.bug-section .bug-discription .date-time a{
    color: #445065;
}
.bug-section .bug-discription .action{
    display: flex;
    justify-content:end;
    padding: 0px 0px;
}
.bug-section .bug-discription .action .dropdown-box select{
        text-align: center;
        padding: 8px 10px;
        border: 1px solid rgba(97, 97, 97, 0.527);
        border-radius: 5px;
        background-color: #313a46;
        color: white;
        font-weight: 600;
        /* margin-left: 200px; */
}   
 
#commentsec{
    margin-top: -4px !important;
}
.right-margin{
    margin-left:21%;
}
.hidden{
    display: none;
}
.form-label{
    font-weight: bold;
}
 
.bugs-icon{
    height:70%;
    margin:5px;
}
.logo-dark,.logo-light{
    text-align:center;
}
.dark-logo{
    height:55px;
}
.toggle, .toggler {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
  }

  .toggler {
    color: #ddd;
    transition: .2s;
    font-weight: bold;
    font-size: 18px;
  }

  .toggler--is-active {
    color: #1dd3e3;
    font-size: 24px;
  }

  .b {
    display: block;
  }

  .togglerdiv {
    margin: 5px auto;
    text-align: center;
  }

  .toggle {
    position: relative;
    width: 80px;
    height: 35px;
    border-radius: 100px;
    background-color: #1dd3e3;
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
  }

  .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
  }

  .check:checked ~ .switch {
    right: 2px;
    left: 57.5%;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: .08s, 0s;
  }

  .switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 57.5%;
    background-color: #fff;
    border-radius: 36px;
    z-index: 1;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0s, .08s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
    .block{
        display:block;
    }
    .none{
        display:none;
    }
    .plan_active{
        background-color: #a1eaf3;
    }
    .pricing-tag{
        background-color: rgba(250,92,124,.2);
        color:#fa5c7c;
        padding:5px 0;
        font-weight:700;
        border-radius:.25rem .25rem 0 0;
        text-align:center;
        margin:0px;
    }
    .error_alert{
        color:red;
    }

    .contentWrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #e4fdfd;

        flex-direction: column;
        background: #fff;
        padding: 30px 0 60px;
        width: 100%;
    }

    .paymentWrapper>h1 {
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
        font-size: 32px;
        color: #000;
        margin-bottom: 20px;
    }

    .paymentWrapper>p {
        font-family: 'Public Sans', sans-serif;
    }

    .paymentWrapper {
        display: flex;
        /* align-items: center; */
        justify-content: center;

        flex-direction: column;
        width: 80%;
        /* max-width: 600px; */
    }

    .creditCardWrapper {
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
        border-radius: 10px;

        padding: 40px 30px 20px;
        margin-top: 20px;
        width: 100%;
    }

    .creditCardWrapper>h1 {
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
        font-size: 24px;
        line-height: 0;
        margin-top: 0;
        margin-bottom: 24px;
        color: #000;
    }

    .creditCardWrapper>p {
        font-family: 'Public Sans', sans-serif;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .inputWrapper {
        display: flex;
        flex: 1;
        flex-direction: column;
        margin-bottom: 16px;
        position: relative;
    }

    .inputWrapper span {
        font-family: 'Rubik', sans-serif;
        font-size: 11px;
        color: #A9A9A9;
        margin-left: 10px;
        margin-bottom: 4px;
    }

    .inputWrapper input {
        border: 1px solid #E3E3E3;
        border-radius: 8px;
        height: 50px;
        font-family: 'Rubik', sans-serif;
        color: #000;
        /* font-weight: 800; */
        font-size: 14px;
        padding: 0 20px;
        text-transform: capitalize;
    }

    .inputWrapper select {
        appearance: menulist !important;

        border: 1px solid #E3E3E3;
        border-radius: 8px;
        height: 50px;
        font-family: 'Rubik', sans-serif;
        color: #000;
        /* font-weight: 800; */
        font-size: 14px;
        padding: 0 20px;
        text-transform: capitalize;
    }

    .flagCreditCard {
        position: absolute;
        width: 50px;
        height: 30px;

        object-fit: contain;
        bottom: 10px;
        right: 10px;
        border-radius: 3px;

        display: none;
    }

    .inputsGroup {
        display: flex;
        width: 100%;
        flex: 1;
    }

    .inputsGroup .inputWrapper:nth-of-type(1) {
        width: 50% !important;
        margin-right: 6px;
    }

    .inputsGroup .inputWrapper:nth-of-type(2) {
        width: 50%;
        max-width: 110px;
        min-width: 110px;
    }

    .termsWrapper {
        display: flex;
        margin-top: 30px;
        width: 90%;
    }

    .checkWrapper {
        width: 12px;
        height: 12px;
        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 50%;
        border: 1px solid #000;
        background: #fff;
        padding: 7px;
        cursor: pointer;

    }

    .checkedCircle::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #000;
        cursor: pointer;
    }

    .termsWrapper label {
        cursor: pointer;

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

    .termsWrapper input {
        display: none;
    }

    .termsWrapper input:checked+.checkWrapper::after {
        background: #000;
    }

    .termsWrapper p {
        /* font-family: 'Rubik', sans-serif; */
        color: #626262;
        margin-left: 14px;
        margin-top: 8px;
    }

    button#subscribe {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100%;
        /* margin-top: 10px; */
        border-radius: 10px;
        border: none;
        height: 45px;
        font-family: 'Rubik', sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
        background: #4ad4e3;
        box-shadow: 0px 15px 30px rgba(20, 102, 204, 0.16);
        transition: all 0.2s;
    }

    button#subscribe:hover {
        transform: scale(1.02);
    }

    button#subscribe:disabled {
        background: #e6e6e6;
        color: rgba(100, 100, 111, 0.2);
        box-shadow: none;
    }

    button#subscribe:disabled:hover {
        transform: scale(1);
    }

    @keyframes spin {
        to {
            transform: rotate(360deg);
        }
    }

    .spinner2 {
        width: 22px;
        height: 22px;
        display: none;

        border: 3px solid rgba(0, 0, 0, 0.1);
        border-left-color: #909090;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }
    .spinner3 {
        width: 22px;
        height: 22px;
        display: none;

        border: 3px solid rgba(0, 0, 0, 0.1);
        border-left-color: #909090;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }
    .AClass{
        right:0px;
        position: absolute;
    }
    @media (max-width: 705px) {
        .paymentWrapper>p {
            font-family: 'Public Sans', sans-serif;
            text-align: start;
            width: 100%;
        }
    }
    .text_center{
        text-align:center;
    }
    .powered-by{
       /* font-family:'Rubik', sans-serif; */
       color:#626262;
    }
    .button_css{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .chart-style{
        width: 100%;
        height:350px;
    }
    .right{
        float:right;
    }
    .left{
        float:left;
    }
    .spinner_margin{
        margin-left:50%;
    }
    #copyEventScript,#copyScript{
        font-size:20px;
        cursor:pointer;
        background-color: white;
        float:right;
        margin-top:30px;
        margin-right:25px;
    }
    #copy{
        font-size:20px;
        cursor:pointer;
        /* background-color: white; */
        /* float:right; */
        margin-top:0px;
        /* margin-right:25px; */
        /* margin-left:5px; */
    }
    .added_app_p{
        margin-top: 20px; 
        background-color: #faf6f6; 
        padding:5px;
        width:50% 
    }
    /* .comment_empty{
        height:55px;
    } */
    .carousal_text{
        font-size:18px;
        color:black;
    }
    .task-list-items{
        height: 700px;
        overflow-y: auto;
    }
    .scroll {
        margin:4px, 4px;
        padding:4px;
        border-radius: 10px;
        height: 500px;
        overflow-x: hidden;
        overflow-y: auto;
        text-align:justify;
      } 
    .member-fa-fa{
        font-size:20px;
    }
    .theme_color{
        color:#4ad4e3 !important;
    }
    .theme_background-color{
        background-color:#4ad4e3;
    }
    .form-check-input:checked{
        background-color: #4ad4e3 !important;
        border-color: #4ad4e3 !important;
    }
    .align-center{
        display: flex;
        align-items: center;
    }
    .ApplicationsValidation,.BugValidation,.BoardValidation,.CardValidation,.MemberValidation{
       margin-left:45px;
       padding-top: 10px;
        color:red;
         display:none;
    }
    .button-right-margin{
        margin-right: 10px;
    }
    .widget-info-icon{
        color:#4ad4e3;
        font-size: 20px;
        background-color: rgba(var(--ct-info-rgb),.25);
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 3px;
        display: inline-block;
    }
    .bug_active{
        background-color:#e6e6e6;
    }
    .mau-cards{
        height:155px;
    }
    .pop{
        max-width: 100%;
        /* width: 100%; */
        cursor: pointer;
    }
    .text_center{
        text-align: center;
    }
    .btn-margin-top{
        margin-top:15px;
    }
    .bugdetails_card{
        flex-wrap: wrap;
    }
    .header-border{
        border: none !important;
    }
    .avtar-margin{
        margin-right:-32px;
    }
    .header-dropdown{
        padding:0.45rem 1.7rem .45rem .9rem;
    }
    .analytic-report-title{
        font-size:14px !important;
    }
    .btn-info {
        --ct-btn-color: #fff;
        --ct-btn-bg: #4ad4e3;
        --ct-btn-border-color: #4ad4e3;
        --ct-btn-hover-color: #fff;
        --ct-btn-hover-bg: #3095b2;
        --ct-btn-hover-border-color: #2e8ca7;
        --ct-btn-focus-shadow-rgb: 87,187,216;
        --ct-btn-active-color: #fff;
        --ct-btn-active-bg: #2e8ca7;
        --ct-btn-active-border-color: #2b839d;
        --ct-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --ct-btn-disabled-color: #fff;
        --ct-btn-disabled-bg: #39afd1;
        --ct-btn-disabled-border-color: #39afd1;
    }
    .project-action-width{
        width:11%;
    }
    .member-action-width{
        width: 19%;
    }
    .integration-action-width{
        width:13%;
    }
    .table .action-icon{
        color:#4ad4e3;
    }
    .project-key-bundle{
        width:34%;
    }
    #bugs-images{
        width: 30%;
    }
    .desc{
        width: 100%;
    }
    .app_name {
        margin-left: 5px;
    }
    .avatar-lg{
        /* width: 7rem; */
    }
    /* .w-100 {
        white-space: pre-wrap;
    } */
    .archieve{
        padding-top: 25px;
        padding-left: 15px;
        padding-bottom: 25px;
    }
    .sdk-instruction{
        /* padding:10px 15px; */
        padding:14px 15px;

    }
    .pointer-cursor {
        cursor: pointer;
    }
    .timeline-alt .timeline-item .timeline-icon{
        height: 29px;
        width: 2px;
        line-height: 23px;
    }
    .timeline-alt .timeline-item:before {
        top: 28px;
    }
    .timeline-alt .timeline-item .timeline-icon {
        float: left;
        height: 29px;
        width: 29px;
        border-radius: 50%;
        border: 2px solid transparent;
        font-size: 10px;
        text-align: center;
        line-height: 23px;
        background-color: #fff
    }
    .timeline-alt .timeline-item:before{
        top: 28px;
    }
    [data-theme='dark'] .bug_active {
        background-color: rgb(48 48 48 / 54%);
    }
    [data-theme='dark'] #created {
      color:var(--ct-body-color);
    }
    [data-theme='dark'] .apps {
        background-color:var(--ct-body-bg);
        color: #ffffff;
    }
  
    #img-cancel-btn{
        margin-left: 100px;
        position: absolute;
        right: 4px;
        top: 3px;
    }
    #img-model-body{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .img-modal-dialog {
        max-width: 100% !important;
    }

    .cmt-icon-margin {
        margin-right: 5px;
    }
    .cmt-icon-bugs-crash {
        margin-top: -13px;
        font-size: 17px;
    }
    input[type=checkbox]:checked ~ label > img {
    transform: scale(1.2);
    cursor: zoom-out;
    height: 100%;
    overflow: auto;
    }
    .item-search{
        width:83%;
        margin-left: 21px;
    }
    .comment_image {
        width: auto;
        height: 150px;
    }
    .cmt_span {
        display:block;
        width:400px;
        word-wrap:break-word;
    }
    .comment-scroll {
        margin:4px, 4px;
        padding:4px;
        border-radius: 10px;
        height: 218px;
        overflow-x: hidden;
        overflow-y: auto;
        text-align:justify;
      } 
    .cmt-error {
        color: red;
    }
    .avatar-text {
        width: 34px;
        height: 32px;
        border-radius: 50%;
        font-size: 12px;
        color: #fff;
        line-height: 30px;
        text-align: center;
        /* background: #4ad4e3; */
        display: inline-block;
        margin-left: -7px;
        border: 1px solid #d1eaed;
      }
    #member-avatar {
        float: right;
    }
    
    .created{
        font-weight: bold;
    }
    .browser_user_agent{
        margin-left: 22%;
        line-height:20px !important;
    }

    .shakebug-integrator-avatar{
        height: 50px;
        width: 50px;
    }
    .shakebug-dsc-expand{
        /* line-height: 1.5em;
        height: 3em;
        overflow: hidden; */
        height: auto;
        display: block;
    }
    .shakebug-dsc-collapse{
        display: block;
        line-height: 1.5em;
        height: 3em;
        overflow: hidden;
    }
    .dashboard-collapse{
        /* display: block;
        line-height: 1em;
        height: 2em;
        overflow: hidden; */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .table-collapse{
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dashboard-table-collapse{
        max-width: 430px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .shakebug-dsc-collapse{
        display: block;
        /* line-height: 2.5em; */
        height: 6em;
        overflow: hidden;
    }
    #description {
        width: 80%;
    }
    .horizontal-scroll{
        overflow: auto;
        white-space: nowrap;
    }
   
    .justify-end {
        justify-content: end;
    }
    .question {
        text-align: left;
    }
    .label-margin{
        margin-right: 20px;
    }

    .timeline-icon{
        float:left;
        height:20px;
        width:20px;
        border-radius:50%;
        border:2px solid transparent;
        font-size:12px;
        text-align:center;
        line-height:16px;
        background-color:#fff;
    }
    
    
    .cross {
        padding: 10px;
        color: #4ad4e3;
        cursor: pointer;
        font-size: 23px;
     }
    
    .cross i{
        
        margin-top: -5px;
        cursor: pointer;
    }
     
    .comment-box {
        padding: 5px
    }
    
    .comment-area textarea {
        /* resize: none; */
        border: 1px solid #4ad4e3;
    }
    .question-area{
        padding: 10px 30px;
    }
    .comment-area{
        padding: 10px 2px;
    }
    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color:  #4ad4e3;
        outline: 1;
        box-shadow: 0 0 0 1px rgb(255, 0, 0) !important
    }
    
    .send {
        color: #fff;
        background-color: #4ad4e3 ;
        border-color: #4ad4e3 
    }
    
    .send:hover {
        /* color:  #4ad4e3; */
        background-color: #4ad4e3;
        border-color: #4ad4e3
    }
    
    .rating {
        display: inline-flex;
        margin-top: -10px;
        flex-direction: row-reverse;
       
    }
    
    .rating>input {
        display: none
    }
    
    .rating>label {
        position: relative;
        width: 28px;
        font-size: 35px;
        color: #4ad4e3;
        cursor: pointer;
    }
    
    .rating>label::before {
        content: "\2605";
        position: absolute;
        opacity: 0
    }
    
    .rating>label:hover:before,
    .rating>label:hover~label:before {
        opacity: 1 !important
    }
    
    .rating>input:checked~label:before {
        opacity: 1
    }
    
    .rating:hover>input:checked~label:before {
        opacity: 0.4
    }

    .assign-member{
       
        /* margin-bottom: 15px; */
        text-align: start;
        margin-right: 15px;
        /* margin-top: 27px; */
    }
    .margin-right {
        margin-right: 6px;
    }
    .btn-height{
        height: 35px;
    }
    #allassignmembers{
        margin-right: 15px;
    }
    .status-btn{
        height: 40px;
    }
    .dropdown-msg {
        margin: 0rem !important;
    }
    .drozpne-fileupload {
        height: 97px !important;
        min-height: 50px;
    }
    .rply-margin{
        padding-top: 8px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e6e6e6;
    }
    .upload-msg{
       margin-top: 10px;
       font-weight: bold;
    }
    .auth-background{background-color: #cceff3 !important;}

    .generate_pass{
        margin-top:26px;margin-bottom:10px;float:right;
    }
    .card-desc{white-space: break-spaces;}
    #selectedValue{font-size: 12px;}
    .chart-div{height:250px;}
    .center{ text-align: center; }
    .bold {
        font-weight: bold;
      }
      .thankyou-txt{color: #1dd3e3 !important;}

      #TaskDetailModalcomments{border-color: var(--ct-gray-300)!important;}
      .iti{display: block !important;}

      #project-btn{width: 100%; text-align: center; margin-top:1%;font-size: 16px;}
        
      #trasfer_ownership{text-align: center;}
      #reportrange{
        height: auto;
    }
    #buglistsection{
        margin-top: 2%;
    }
    #browser_full_version_model{
        line-height: 20px;
    }
    .w-70{
        width: 70% !important;
    }
    .back-btn-margin{
        margin-top: 11px;;
    }
    /** Media Css **/
    @media only screen and (max-width:575px) {
        .right {
            /* float: left; */
            margin-left: 8px;
            margin-top: 5px;
        }
    }
    @media only screen and (max-width:923px){

        .bug-section .bug-discription .buge-details .buge-details-attributes .left ul li p {
            line-height:15px;
            padding-left: 55px;

        }
        #my_task{
            margin-top: 46px!important;
                position: absolute !important;
                display: block !important;
        }
        .right {
            float: left;
        }
        #filterbugstatus{
            margin-top: 25px !important;
        }
        .bug-section{
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .bug-section .bug-discription{
            width: 67%;
            padding: 10px 0px;
        }
        .bug-section .bug-discription .action
        {
            display: contents;
        }
        .bug-section .bug-discription .action .dropdown-box select {
            margin-left: 0px;
        }
        .cls-table-responsive{
            overflow-x:auto;
        }
        .buge-details-attributes{
            display: block !important;
            width: 100%;
        }
      
        .buge-details-attributes .right {
            float: left !important;
            /* margin-left: 10px; */
        }
        #commentsec{
            margin-left:0px !important;
        }
        .avatar-lg{
            width: 10rem;
        }
        .side-toggle{
            display: block;
        }
        .filter-options{
            width: 100% !important;
            margin-top: 10px;
            margin-right: 0px !important;
        }
        #action-sec{
            position: relative;

            margin-bottom:12%;
        }
        /* .avatar-title{width: 51%;} */
        .filter{
            /* float: left; */
            position: absolute;
            /* bottom: -54px; */
            margin: 0;
            /* position: absolute; */
            bottom: -41%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
        .right {float: left;}
        #bug_width{width: 100% !important;}
        

    }
    @media only screen and (max-width: 639px){
        .card .card-header{flex-direction: column;}	
        
        .card .card-header div{margin-right: 0 !important;margin-bottom: 10px;width: 100%;}	
        
        .card .card-header .form-select-sm{width: 100% !important;}	
        
        .card .card-header .form-control{width: 100% !important;}
        
        .card .card-header div span{width: 100%;float: left;text-align: center;}

        .card .card-header button.btn.btn-secondary.filter{width: 200px;}
       
        #member-avatar{float: none;}
        button#addbug, button#kanban{margin-top: 10px;}
        #action-sec{

            margin-bottom:20%;
        }
        .tasks{width: 100% !important;}

    }
    @media only screen and (max-width:390px){
        #action-sec{
            margin-bottom:30%;
        }
        .tasks{width: 100% !important;}

    }
    @media only screen and (max-width:767px){
        .bug-section{
           display: block;
           width: 100%;
        }
        #bugs-images{
            width: 100%;
            text-align: center;
        }
        #bugs-images img{
        width: 60%;}
        .bug-discription{
            width: 100%;
        }
        .bug-section .bug-discription {
        width: 100%;}
        .tasks{width: 50%;}

    }

    
.review-card {
    /* background: #ffffff; */
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user-info {
    display: flex;
    flex-direction: column;
}
.username {
    font-size: 16px;
    font-weight: bold;
    color: #444;
}
.company {
    font-size: 14px;
    color: #777;
}
.rating {
    color: #4ad4e3;
    font-size: 18px;
}
.review-text {
    font-size: 16px;
    /* color: #555; */
    line-height: 1.5;
    padding: 10px 0;
}
.actions {
    text-align: right;
    
}
.actions span {
    font-size: 12px;
    transition: background 0.3s ease;
}
.actions button:hover {
    background: #c82333;
}
.page-item:first-child .page-link{
    border-radius: 50% !important;
}
.page-item:last-child .page-link{
    border-radius: 50% !important;
}


.shakebotbeta{
    background:#4ad4e3; 
    color:white;
    font-size:10px; 
    padding:2px 6px; 
    margin-left:6px; 
    border-radius:6px;
}