.parsley-errors-list{list-style-type:none;margin:0;padding:5px 0;font-size:12px} 
.parsley-errors-list li{margin:0;padding:0;} 
.parsley-errors-list li b{font-weight: 700;} 



.vue-tooltip {
    background-color: #000;
    box-sizing: border-box;

    color: black;
    max-width: 320px;
    padding: 3px 9px;
    border-radius: 4px;
    z-index: 1000;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.tooltip-content{color: #fff;font-size: 14px;}

.vue-tooltip.vue-tooltip-hidden {
    transform: translateX(-100000px) !important;
}
.vue-tooltip .vue-tooltip-content {
    text-align: center;
}
.vue-tooltip .tooltip-arrow {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
}
.vue-tooltip[x-out-of-boundaries] {
    display: none;
}
.vue-tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}
.vue-tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-bottom-color: #000;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -5px;
    margin-top: 0;
    margin-bottom: 0;
}
.vue-tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}
.vue-tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-top-color: #000;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -5px;
    margin-top: 0;
    margin-bottom: 0;
}
.vue-tooltip[x-placement^="right"] {
    margin-left: 5px;
}
.vue-tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    margin-left: 0;
    margin-right: 0;
}
.vue-tooltip[x-placement^="left"] {
    margin-right: 5px;
}
.vue-tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    margin-left: 0;
    margin-right: 0;
}



.tooltip {
  display: block !important;
  z-index: 10000;
}

 
.tooltip .tooltip-inner {
  background: black;
  color: white;
  /*border-radius: 16px;*/
  padding: 5px 10px 6px;
  
}
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip.popover .popover-inner {
  background: #fff;
  color: black;
  padding: 5px;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: 0 5px 30px rgba(0,0,0,.0.2);
  text-align: left;
}

.tooltip.popover .popover-arrow {
  border-color: transparent;
}

.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity .15s;
}

.v-tooltip div
{ 
  color:#fff;
}
.duetooltip .tooltip-inner b {
  color: #ffffff !important;
}

.duetooltip .tooltip-arrow {
  border-color: #f92727 !important;
}
.mt10{margin-top: 10px;}
.mb10{margin-bottom: 10px;}
.user-img
{
  width: 32px;
    border-radius: 50%;
    height: 32px;
}
.width50{width: 50px}
.width20{width: 20px}
.bug-details-slice h4{font-size: 14px;margin-top: 9px;}

.bug-details-slice h4 span{
    font-size: 11px;
    font-weight: 400;
    margin-left: 5px;
}
.bug-details-slice li{list-style-type: none;}


.dropbtn {
 background-color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    border: 0;
    border-radius: 4px;
    text-align: left;
    font-weight: 400;
    border: 1px solid transparent;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute; 
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 20%);
    z-index: 1; 
    border-radius:4px;
        padding: 3px 3px 1px 3px;
}

.dropdown-content a { 
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}



.bug-details-parent{
  display: inline-block;
    width: 100%;
}
.bug-details-list-header li{
      display: inline-block;    font-size: 13px;
    padding: 0px 10px;
    border-right: 1px solid #666;
    color: #666;
}

.bug-details-list-header li b{
    font-weight: 500;
}
.user-img-bg{
  position: absolute;
}

.bug-details{
  display: block;
    width: 100%;
    padding-left: 40px;
}
.border0{border: 0 !important}

.link-with-ico{

}

.bug-details-slice{ width: 100%;position: relative; display: inline-block; padding: 15px 15px 0px 15px;border-radius: 4px;}

 
.circle28 svg.icon{
width: 20px;
    height: 20px;
}
.p5{padding: 5px}
.bug-details-list-header .dropdown{
  margin-top: -4px;
    margin-left: 10px;
}
.dropdown:hover .dropbtn, .dropdown:hover .dropbtn .fa { }

.dropdown:hover .dropdown-content{display: block;}
button:focus{outline: 0}

.ml5{margin-left: 5px}
.pr0{padding-right: 0 !important}
.pt0 {padding-top: 0 !important}
.mb20{margin-bottom: 20px}
.pl0{padding-left: 0}
.mt5{margin-top: 5px !important} 
.circle35 {
    cursor: pointer;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 5px;
}
.circle28 {
    cursor: pointer;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 5px;
}
.circle35 .icon-attachement-rool{
      width: 28px;
    height: 28px;
    margin: 2px;
}
.circle35 .icon-send
{
     width: 19px;
    height: 20px;
    margin: 8px;
    margin-left: 9px;
    stroke: #fff;
}
.circle-fill-theme svg{fill: #fff}
.ml0{margin-left: 0}

.circle28 svg.icon-pencil {
    width: 19px;
    height: 19px;
    margin: 4px;
}
.d-flex{display: flex;}
.mr5{margin-right: 5px}

#bug-list thead th:nth-child(1){
  width: 8%
}
#bug-list thead th:nth-child(2){
  width: 38%
}
#bug-list thead th:nth-child(3){
  width: 14%
}
#bug-list thead th:nth-child(4){
  width: 20%
}
#bug-list thead th:nth-child(5){
  width: 20%
}
#bug-list thead th:nth-child(6){
  width: 10%
}
#bug-list thead th:nth-child(7){
  width: 8%
}

 

.edit-circle svg.icon-course_details {
        width: 23px;
    height: 23px;
    margin: -1px 0px 0px -4px !important;
    stop-color: #fff;
    stroke-width: 0.5px;
    stroke: #fff;
}
.status-capsule { 
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
}
.stageHead .bug-details-list-header .dropdown a { 
   float: left;
    width: 100%;
    margin-bottom: 3px;
    padding: 4px 8px;
    font-size: 12px;
   /* color: #fff;*/
    border-radius: 4px;
}
 .stageHead .bug-details-list-header .dropdown a:hover { /*background-color:#fff;*/ }
.mb120{padding-bottom: 120px;}

.closeCircleSmall{
   margin: 5px;
    padding: 1px 0;
   float: left;
    width: 11px;
    height: 11px;
    margin-top: 6px !important;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.absolute{position: absolute;}

.closeCircleSmall svg {
         margin: 2px;
    padding: 0;
    width: 7px;
    height: 7px;
    stroke: #fff;
    opacity: 1;
    margin-top: 1px;
    stroke-width: 5px;
    margin-left: 2px;
    float: left;
    fill: #fff;
}

.link-with-ico .icon-attachement-rool{margin-top: 2px}

.bug-details-list-header .dropdown{background: transparent !important;margin-right: 0;}
.bug-details a.circle-gray, .buttonBox a.circle-fill-theme{margin-right: 0}

.bug-details p{color: #666;}

.buttonBox{display: flex;}
 .buttonBox a{float: left;}

 .attachedFile {
    /* float: left; */
    display: inline-block;
    position: relative;
    margin-right: 25px;
}
.bug-details p{margin-bottom: 8px;padding: 0px;color: #666;margin-top: 5px;}

.link-with-ico span{font-weight: 500;font-size: 12px;}

.bug-details-slice.active {
    padding-bottom: 15px;
}

 .bug-attachement {
    /* float: left; */
    display: inline-block;
    position: relative;
    margin-right: 28px;
}

.bug-attachement .closeCircleSmall .icon.width20{
width: 7px; height: 7px;
}
.bug-attachement .icon.width20 {
    width: 18px;height: 18px;
}
.buttonBox .icon.icon-close{
    width: 20px;
    margin: 1px;
    margin-left: 7px;
    stroke: #fff;
}
.buttonBox.reply-add{width: 92px;}

.bug-details-slice .vee-error {
    margin: 0px 0 5px 0;
}
.no-padding{padding: 0}

.vee-error {
    font-size: 12px;
    text-transform: none !important;
    font-weight: 400 !important;
}
 

.mb0{margin-bottom: 0px !important}

.col-md-6 nav p {
  margin-bottom: 0;
  margin-top: 10px;
}

.releaseScreen .vdp-datepicker__calendar{bottom: 45px;width: auto;}
.releaseScreen .customSelectdrop ul.dropdown-menu.show, .releaseScreen .customdropmenu.show, .releaseScreen .customdropmenu.showCustomDropmenu{
  bottom: 86px;
top: unset !important;
z-index: 9999;
}
.navigationLeft li.logoSec a{height: 76px}

.releaseScreen .vdp-datepicker__calendar .cell.selected{ 
    width: 35px;
    height: 35px;  
    line-height: 33px;
}
.releaseScreen .customdropmenu.dropdown-menu{
    border-radius: 4px;
    padding: 0;
    bottom: 0;
}

 .releaseScreen .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover{border-color: transparent !important;} 
#portal_table tr td:last-child span{
float: left;
} 
.squareclose {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    margin-top: -2px;
}
.squareclose svg.icon-close {
    margin: 8px 8px 0;
    display: block;
    stroke: #fff;
    stroke-width: 3px;
    width: 13px;
    height: 13px;
}
.cursor-pointer{
  cursor: pointer;
}

.filterdropBox .col-1 {
    border-right: 1px solid #dfdfdf;
}

.filterdropBox .col {
    padding: 0px 8px !important;
}
.filterdropBox .dropdown {
    margin: 0px;
    width: auto;
    display: inherit !important;
}
.stageHead .dropdown.customSelectdrop a {
    color: #666;
    padding-right: 22px;
    min-width: 160px;
}
.stageHead .dropdown a {
    padding: 8px 8px;
    float: right;
    height: auto;
    border-radius: 4px;
}

.customdropmenu {
    max-height: 228px !important;
}

.customdropmenu {
    border-radius: 4px !important;
}

.filterdropBox label {
     font-size: 13px;margin-bottom: 0.3rem !important;
}

label {
    color: #333333;
    font-weight: 400;
    text-transform: uppercase;
}
.fillfff{fill: #fff}
.mt2{
  margin-top: 2px
}
.stageHead .dropdown a.dropdown-toggle {
    border: 1px solid #e9eaec;
}
.stageHead .dropdown.customSelectdrop a {
    color: #666;
    padding-right: 22px;
    min-width: 160px;height: 40px !important;
}
.btn-outline-red svg.icon-close {
    stroke-width: 1.5px;
    margin-top: -2px !important;
    margin-right: 7px !important;
    width: 14px;
    height: 14px;
    margin-left: -3px;
}

.clearApplyBtnWrappper .btn.btn-primary svg.ico-check3 {
    margin-top: 0px !important;
    margin-right: 5px !important;
}
.btn.btn-primary svg.ico-check3 {
    fill: #fff;
    stroke: #fff;
    stroke-width: 2px;
    margin-right: 9px !important;
    margin-top: -2px !important;
    width: 13px;
    margin-left: 0 !important;
}
.filterdropBox .dropdown {
    margin: 0px;
    width: 100%;
    display: inherit !important;
    float: left;
}

.coursefilter.filterdropBox {
    margin: 20px 0px 20px 0px;
    position: inherit !important;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    box-shadow: 0px 0px 0px rgb(0 0 0)!important; padding: 15px !important;
}
.heading2 {
    font-size: 16px;
    font-weight: 600;
}
::-webkit-scrollbar-thumb { 
  border-radius: 5px; 
}
.dropdown-content{background-color: #fff;}

.navbar-content a svg { 
    stroke-width: 0.3;
}
.hide {display: none}