/*html,body {
  height : 100%;
}*/
.footer{
  /* position: relative; */
}
.upper_div{
    background-image: url(../svgs/Group_16700.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color : rgba(0,0,0,0.1) !important;s */
    /* height: 315px; */
}

.icon_hover:hover{
    background-color : green !important;
}
/* .show {
  width: 100% !important;
} */
.round_div{
    width : 53px;
    height : 53px;
    border-radius: 50%;
    background-image: url(../svgs/chat_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
}



.font-micro {font-size : 10px !important;}
.font-mini {font-size : 11px !important;}
.font-small {font-size : 12px !important;}
.font-normal {font-size : 14px !important;}
.font-medium {font-size : 15px !important;}
.font-big {font-size : 18px !important;}
.font-bigger {font-size : 25px !important;}
.font-biggest {font-size : 38px !important;}

.text-color-gray {color : #909090 !important;}
.text-color-gray-2 { color : #535353 !important;}
.text-color-gray-3 { color : #acacac !important;}
.text-color{ color : default !important;}
.text-color-white { color : #FFFFFF !important;}
.text-color-theme {color : #008cd1 !important;}
.text-color-theme-light {color : #E5F6E8 !important;}
.text-color-gray-4 { color : #525252 !important;}
.text-color-green-4 { color : #65ad70 !important;}

.back-color-gray-1 {background-color: #f7f7f7 !important;}
.back-color-gray-2 {background-color:  #535353 !important;}
.back-color-transparent { background-color: rgba(0,0,0,0.0.35) !important;}
.back-color-green-shade { background-color : #f7f7f7 !important;}
.back-color-pista { background-color : #e5f2fd !important;}
.back-color-theme { background-color: #008cd1 !important;}
.back-color-theme-1 { background-color: #008cd1 !important;}
.back-color-but-green { background-color: #008cd1 !important;}
.back-color-gray-3 { background-color:  #acacac !important;}
.back-color-gray-4 { background-color:  #F6F6F6 !important; }
.back-color-gray-5 { background-color:  #c3c3c3 !important; }



.back-opacity {
  opacity: 0;
}

.wrap-content {
    display: flex;
    flex-wrap: wrap;
    line-height: 2rem;
}
.speaker-div {
    background-color:#008cd1 !important;
    border-radius:3px !important;
}

.acc-box-width {
  width : 350px;
}

.overlap-box-1{
    background-color:#FFFFFF;
    width:100px;
    height:100px;
}

.overlap-box-2{
    width:100px;
    height:100px;
    position:relative;
    z-index:1000;
    left:4px;
    top:4px; 
}

.img-overlap-box-2 {
    width : 100%;
    height : 100%;
}

.icon_circle{
    height:53px; 
    width:53px; 
    min-width : 53px;
    max-width : 53px;
    border-radius : 50%;
    background: linear-gradient(to right, #8E9F92, #6F7470);
    display : flex;
    justify-content:  center;
    align-items:  center;
}

.text-color-gray {color : #525252 !important;}
.text-color-gray-2 { color : #535353 !important;}
.text-color{ color : default !important;}
.text-color-white { color : #FFFFFF !important;}
.text-color-theme {color : #212529 !important;}
.text-color-theme-light {color : #E5F6E8 !important;}
a.text-color-theme{color:#008cd1 !important}
.text-color-theme.font-bigger{font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
  margin-bottom: 1.25rem;}
.nav-height {
  height: 58px !important;
}

/* .btn .text-color-theme {
    color : #008cd1 !important;
} */

.footer-link-no-border {
    height : 20px;
    font-size: 12px;
}
.icon_img_1 {
    height:30px; 
    width:auto; 
    max-width : 30px;
   
}

.icon_img_2 {
  height:25px; 
  width:25px; 
  min-width : 25px;
  max-width : 25px;
}
.onHover:hover .icon_circle{
    background: #008cd1 !important;
}
.set-line-height-1 {
    line-height: 40px;
}
.icon_svg_1 {
    width:21px; 
    min-width : 15px;
}

.icon_svg_2 {
    width:18px; 
    min-width : 15px;
}

.icon_circle:hover {
    background: #008cd1 !important;
}

.icon_text_hover:hover .text-color-gray{
    color : #008cd1 !important;
}

.icon_text_hover:hover .icon_circle, .active .icon_circle{
    background: #008cd1 !important;
}


.mini_box {
    background-color: #F1F1F1;
    height:60px; 
    width : 100px;
}

.step-circle {
    width : 50px;
    height : 50px;
    border-radius: 25px;
    /* background-color : red; */
    position: relative;
    border : 1px solid #909090;
    
}

.border-theme {
  width : 100px;
  height : 100px;
  border-radius: 50px;
  position: relative;
  /* border : 1px solid #008cd1 !important; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.camera-button {
  width : 30px;
  height : 30px;
  border-radius: 15px;
  position: relative;
  right : -70px;
  top : -40px;
}


.step-circle-image{
  width: 20px;
  height : 20px;
  min-width: 20px;
  min-height: 20px;
}
.step-circle-active {
  border : 2px solid #008cd1 !important;
}


.step-circle-text {
  position:absolute;
  bottom : -30px;
  width : 200px !important;
  text-align: center;
}

.step-line1{
    height: 1px;
    width : calc((100% - 200px)/3);
    background-color: #acacac;
}

#form_4{  
  min-height : 400px;
}

#profile-pic-selector {
  display: none;
}

@media (min-width: 576px) {  
    .step-circle {
        width : 80px;
        height : 80px;
        border-radius: 50%;
    }
    .step-circle-image{
      width: 30px;
      height : 30px;
      min-width: 30px;
      min-height: 30px;
    }
    .step-line1{
        height: 2px;
        width : calc((100% - 320px)/3);
    }
    
}

 /* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  
    .step-circle {
        width : 80px;
        height : 80px;
        border-radius: 50%;
    }
    .step-circle-image{
      width: 30px;
      height : 30px;
      min-width: 30px;
      min-height: 30px;
    }
    .step-line1{
        height: 2px;
        width : calc((100% - 320px)/3);
    }
}

 /* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .step-circle {
        width : 90px;
        height : 90px;
        border-radius: 50%;
    }
    .step-circle-image{
      width: 40px;
      height : 40px;
      min-width: 40px;
      min-height: 40px;
    }
    .step-line1{
        height: 2px;
        width : calc((100% - 360px)/3);
    }
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .step-circle {
        width : 100px;
        height : 100px;
        border-radius: 50px;
    }
    .step-circle-image{
      width: 40px;
      height : 40px;
      min-width: 40px;
      min-height: 40px;
    }
    .step-line1{
        height: 2px;
        width : calc((100% - 400px)/3);
    }
}


.step-wrapper {
    /* display : flex;
    justify-content: space-between; */
}
#scroller {
        padding: 0;
        margin: 0;
        list-style: none;       
}
   
.form-signin {
    width: 100%;
    /* max-width: 420px; */
    padding: 15px;
    /* margin: auto; */
  }
  
  .form-label-group {
    position: relative;
    margin-bottom: 1rem;
  }
 
  .form-control:focus{
    border-color: #80bdff !important;
    box-shadow: 0 0 0 0.2rem rgba(203, 236, 209, 0.25) !important;
  }
  .form-label-group input,
  .form-label-group label {
    height: 3rem;
    padding: .75rem;
  }


  .form-label-group label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
  }
  
  .form-label-group input::-webkit-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input::-moz-placeholder {
    color: transparent;
  }
  
  .form-label-group input:-ms-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input::-ms-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input::placeholder {
    color: transparent;
  }
  
  .form-label-group input:not(:-moz-placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
  }
  
  .form-label-group input:not(:-ms-input-placeholder) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
  }
  
  .form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
  }
  
  .form-label-group input:not(:-moz-placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
  }
  
  .form-label-group input:not(:-ms-input-placeholder) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
  }
  
  .form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
  }
  

/* Text area css */

.form-label-group textarea,
.form-label-group label {
  height: 5rem;
  padding: .75rem;
}


.form-label-group textarea {
  /* position: absolute; */
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  /* pointer-events: none; */
  cursor: text; /* Match the input under the label */
  /* border: 1px solid transparent; */
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group textarea::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group textarea::-moz-placeholder {
  /* color: transparent; */
}

.form-label-group textarea:-ms-input-placeholder {
  /* color: transparent; */
}

.form-label-group textarea::-ms-input-placeholder {
  /* color: transparent; */
}

.form-label-group textarea::placeholder {
  /* color: transparent; */
}

.form-label-group textarea:not(:-moz-placeholder-shown) {
  padding-top: 2rem;
  padding-bottom: .25rem;
}

.form-label-group textarea:not(:-ms-input-placeholder) {
  padding-top: 2rem;
  padding-bottom: .25rem;
}

.form-label-group textarea:not(:placeholder-shown) {
  padding-top: 2rem;
  padding-bottom: .25rem;
}

.form-label-group textarea:not(:-moz-placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group textarea:not(:-ms-input-placeholder) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group textarea:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}


#inputEmail1 {
  z-index: 10000;
}

.form-control-file{
  display: none !important;

}

/* check box style */

.custom-radio-button div {
  display: inline-block;
}
.custom-radio-button input[type="radio"] {
  display: none;
}
.custom-radio-button input[type="radio"] + label {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
  min-width : 100px;
}
.custom-radio-button input[type="radio"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #008cd1;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 44px;
}
.custom-radio-button input[type="radio"] + label span img {
  opacity: 0;
  transition: all 0.3s ease;
}
/* .custom-radio-button input[type="radio"]#color-blue + label span {
  background-color: blue;
} */
.custom-radio-button input[type="radio"]:checked + label span {
  opacity: 1;
  background-color: #FFFFFF !important;
  border: 5px solid #008cd1;
  color : #000 !important;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.custom-radio-button input[type="radio"]:checked + label {
  color : #000 !important;
}

.label-b-f18 {
  font-weight: 500;
  font-size: 18px;
}

.label-b-f18-no-weight {
  font-size: 18px;
}

.label-b-f14 {
  font-weight: 500;
  font-size: 14px;
}


.label-b-f12{
  font-weight: 500;
  font-size: 13px;
}


.label-b-f12-no-bold{
  font-size: 12px;
}

.label-b-f26{
  font-size: 25px;
  font-weight: 700;
    line-height: 4rem;
}

.button-pad {
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  margin-left: 10px 
}
.modal-dialog .close{
  color:red;
  font-size: 25px !important;
}

.button-pad2 {
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 9px !important;
  padding-bottom: 10px !important;
}

.button-pad3{
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.image_hide{
  /* display : none !important; */
  width : 1px;
}

/* Modal CSS */
.modal-css {
  border : none !important;
  border-width: 0px !important;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}

.modal-content{
  border : none !important;
}
.modal-row {
  width : 45%;
}

/* star rating */

.star-rating {
  line-height:32px;
  font-size:20px;
  height: 25px;
  width : 100%;
  margin-top: 10px;
}

.star-rating .star { font-size: 20px; width: 25px; height: 25px; background-image: url('../svgs/star_2.svg'); margin-right: 5px; background-repeat: no-repeat; }
.star:before {
  background-image: url('../svgs/star_2.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.star-rating .star-o { font-size: 20px; width: 25px; height: 25px; background-image: url('../svgs/star_1.svg');margin-right: 5px; background-repeat: no-repeat; }


.nav-tabs > li > a{
  color : #525252 !important;
  font-size: 14px;
}

.nav-tabs > li > a.active {
  color : #008cd1 !important;
}

.anchor-color{
  color : #525252 !important;
}
.anchor-color:active {
  color : #65ad70 !important;
}

.table-header-top-color {
  border-top-color: transparent !important;
}

.table-width {
  width : 600px !important;
}

.table-style {
  font-size : 12px;
}

.profile_circle {
  width: 30px;
  height : 30px;
  border-radius: 50%;
  border: solid 2px #008cd1; 
  margin-right: 5px;

}

.profile-label {
  width: auto;
  height: 19px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #525252;
}

.profile-label-color {
  width: 98px;
  height: 19px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #008cd1;
}

.hours-ago {
  width: auto;
  height: 19px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #acacac;
  padding-left: 10px !important;
}

.profile-down-div {
  padding-left: 2.8rem!important;
}

.drop-down-wid {
  width : 270px !important;
}

.dropdown-menu2 {
  width : auto !important;
}

a.green-link {
  color : #008cd1 !important;
  font-size : 25px;
}

.ninja1 + .kulkul {
  visibility: hidden;
}

span[aria-expanded="true"]{
  transform: rotate(180deg);
}

div[aria-expanded="true"] > span{
  color : #008cd1 !important;
}
.border_line{
  border-bottom: 2px solid #F6F6F6;
}

.font-family-inherit{
  font-family: inherit;
  color : #434343 !important;
}

.circle-ques{
  width : 15px;
  height : 15px;
}

.ratings-height {
  height :70px !important;
}

.input-search{
  border-width: 0px !important;
  outline : 0px !important;
  border-color : transparent !important;
  outline-offset : 0px;
  width : 100%;
}

.input-search:focus {
  outline-offset : 0px !important;
}

.no-outline:focus {
  outline: none;
}

.search-wrap {
  border: solid 1px #acacac !important;
  border-radius : 5px;
  height : 47px;
}



.btn-height {
  height : 48px !important;
}
.max-height-div{
  height : 500px;
}

.dot-color {
  width: 6px;
  height: 6px;
  border-radius : 50%;
  background-color: #d86b6b;
}

tfoot input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}


.bottom {
  display: flex;
  flex: row;
  justify-content: flex-end;
} 
.dataTables_length {
  position: relative;
  /* background-color:  red !important; */
}

#d-table-1_paginate{
  position: relative;
  width : 60px;
}

.paginate_button{
  display : none;
}

#d-table-1_previous{
  display: block;
  margin-right: 10px !important;
}

#d-table-1_previous a {
  border : 0px;
}

#d-table-1_next a{
  border : 0px;
}

#d-table-1_next{
  display: block;
  border : 0px;
}

#search-wrapper {
  border : 1px solid #008cd1 !important;
  padding : 10px;
  border-radius: 5px;
}

.search-wrapper-div {
  height: 66px !important;
  /* opacity: 0.15!important; */
  background-color: #f7f7f7 !important;
}
tfoot {
  display: table-header-group;
}

/* .sorting_asc::before{
  bottom: -0.1em !important;
  content: "" !important;

}

.sorting_asc{
  content: "" !important;
}


.sorting_asc::after{
  bottom: -0.1em !important;
  content: "" !important;
}

.sorting_desc::before{
  bottom: -0.1em !important;
  content: "" !important;
}

.sorting_desc::after{
  bottom: -0.1em !important;
  content: "" !important;
}

.sorting::before{
  bottom: -0.1em !important;
  content: "" !important;
}

.sorting::after{
  bottom: -0.1em !important;
  content: "" !important;
} */

.footer-row-div{
  background-color: red !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.triangle-up {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
  border-bottom: 7px solid #555;
  margin-bottom: 3px;
}

.triangle-up-border {
  width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
  border-bottom: 7px solid #acacac;
  margin-bottom: 3px;
}
.triangle-down {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #555;
}

.triangle-down-border {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #acacac;
}

.text-wrapper{
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
}

.triangle-wrapper {
  width : 20px;
  height : 20px;
  display : flex;
  flex-direction : column;
  margin-left : 5px;
  /* justify-content: space-between; */
}

.header-cell-wrapper {
  display : flex;
  flex-direction : row;
  align-items: center;
  position : relative;
}

#cancel_all {visibility: hidden;}
.cancel_all_hide{ visibility: hidden !important;}
 
.cancel_all_show {  visibility: visible !important;}
.header-cancel{
  position: absolute;
  right : -54px;
  top : 10px;
  width : 30px;
  height : 30px;
  display : flex;
  justify-content: center;
  align-items: center;
  visibility: visible!important; }

.header-cancel{
position: absolute;
right : -54px;
top : 10px;
width : 30px;
height : 30px;
display : flex;
justify-content: center;
align-items: center;
}

.search-wrapper-input {
  background-color: #ffffff;
  padding: 10px;
  border: solid 1px #acacac !important;
  border-radius : 5px;
  height : 47px;
  width : 90%;
  display : flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

.input-search2{
  border-width: 0px !important;
  color :  black !important;
  outline : 0px !important;
  border-color : transparent !important;
  outline-offset : 0px;
  width : 85%;
}



.input-search2:focus {
  outline-offset : 0px !important;
}

.input-search3{
  border-width: 0px !important;
  color :  black !important;
  outline : 0px !important;
  border-color : transparent !important;
  outline-offset : 0px;
  width : 100%;
}



.input-search3:focus {
  outline-offset : 0px !important;
}

#d-table-1_info {
  width : 50px !important;
}

#d-table-1_length{
  display : flex !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
  width : 100% !important;
  align-items: center !important;
  margin-top : 15px;
}

#d-table-1_length label {
  margin-right: 10px !important;
  margin-bottom: 0px;
}

table.dataTable thead .sorting, 
table.dataTable thead .sorting_asc, 
table.dataTable thead .sorting_desc {
    background : none !important;
    padding-right : 1px !important;
    padding-top : 0px !important;
    padding-bottom : 0px !important;
    height: 0px !important;
}

.dataTable > thead > tr > th[class*="sort"]:before,
.dataTable > thead > tr > th[class*="sort"]:after {
    content: "" !important;
    width : 0px !important;
    /* padding-right : 1px !important;
    padding-top : 1px !important;
    padding-bottom : 1px !important; */
}

.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

.pointer-cursor { cursor: pointer !important; }

.custom-select{
  cursor: pointer !important; 
}
/* 
.row-border	{
  margin-bottom : 5px !important;git status

  border: 1px solid red !important;
  border-collapse : collapse !important;

} */


table {
  border-collapse: collapse !important;
  font-size: 12px;
  /* border-collapse: revert !important; */
}

tbody {
  border-collapse: collapse !important;
}
/* 
.dataTable{
  border-collapse: collapse !important;
} */

table.dataTable td {
  border-bottom: 1px solid #acacac;
  padding-bottom: 12px !important;
  padding-top: 10px;
  padding-left : 10px;

}
table.dataTable {
   border-collapse: separate;
   empty-cells: hide;
}

table.dataTable th {
  padding-left : 10px;
}

#calendar_input{
  /* display: none; */
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url('../svgs/calendar_2.svg') no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
}

.red-urgent {
  width: 10px;
  height: 10px;
  background-color: #d86b6b;
  border-radius : 50%;
}

.yellow-high {
  width: 10px;
  height: 10px;
  background-color: #f29d16;
  border-radius : 50%;
}

.yellow-low {
  width: 10px;
  height: 10px;
  background-color: #efe732;
  border-radius : 50%;
}

.custom-control-label:before{
  background-color:#FFFFFF;
  border : 1px solid #80bdff;
  outline : 0px;
  offset: 0px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color: #80bdff;
  border : 1px solid #80bdff;
  outline : 0px;
  offset: 0px;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow:none !important;
}

.calendar_2{
  position: relative !important;
  width : 33px !important;
  border : 0px !important;
  outline : 0px !important;
  color : transparent !important;
}

.calendar_2::-webkit-datetime-edit-month-field{
  display: none;
}

.calendar_2::-webkit-datetime-edit-day-field{
  display: none;
}

.calendar_2::-webkit-datetime-edit-year-field{
  display: none;
}

.calendar_2::-webkit-calendar-picker-indicator{
  /* display: none !important; */
  position: absolute !important;
  left : -22px !important;
}


.custom-radio-button input[type="radio"] + label {
  font-family: inherit;
}

.modal-dialog{
  margin-top: 78px !important;
}

.file-input{
  display : none; 
}

.button-style-set{
  background-color: #008cd1;
}

.back-color-danger div {
  background-image: url('../svgs/cancel_3.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.back-color-danger:hover div {
  background-image: url('../svgs/cancel.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.button-color-green div {
  background-image: url('../svgs/tick_3.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

}

.button-color-green:hover div {
  background-image: url('../svgs/tick_2.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.button-color-green:hover {
  color: #008cd1;
  background-color: #FFFFFF !important;
  background-image: none;
  border-color: #008cd1;
}


.main-div{
  min-height: 100%;
  height: 100%;
}

.escalate-notification {
  width : 485px;
  height: auto;
}

.disable-dropdown-item {
  display: none !important;
}
.sticky-top{
    background-color: rgb(47 112 58) !important;
}
.pre-scrollable{
  max-height: 400px;
  overflow-y: scroll;
}