.hidden-soft {
  display: none;
}
@media screen and (min-width: 768px) {
  .uhc-footer .container {
    max-width: 1240px;
  }
}
.col-md-6 {
  width: 50% !important;
}

/* home page Agent Tools starts */
#homePageAgentToolSection {
  display: block !important;
}
@media screen and (min-width: 768px) {
  #homePageAgentToolSection .column.column-lg-6 {
    width: 95%;
  }
  #homePageAgentToolSection .col-md-6 {
    float: left;
    width: 49.7% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #homePageAgentToolSection .col-md-6 {
    width: 48.7% !important;
  }
}
@media screen and (max-width: 767px) {
  #homePageAgentToolSection .column.column-lg-6 {
    width: 97%;
  }
  #homePageAgentToolSection .col-md-6 {
    width: 100% !important;
  }
  #homePageAgentToolSection .p-30 {
    padding: 20px !important;
  }
  #homePageAgentToolSection .width-100 {
    width: 50% !important;
  }
  #homePageAgentToolSection .d-block {
    width: 40%;
  }
  #homePageAgentToolSection .flex-column {
    -webkit-flex-direction: unset !important;
    flex-direction: unset !important;
  }
  .row{
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 820px) and (max-width : 1180px) {

        #homePageAgentToolSection .column.column-lg-6 {
            margin-left: 5px !important;
        }
        #homePageAgentToolSection .p-30 {
            padding: 30px 15px !important;
        }
        #homePageAgentToolSection .mr-20 {
            margin-right: 10px!important;
        }    
    	#homePageAgentToolSection .uhc-button {
            padding: 0 10px !important;
        }

    }

/* home page Agent Tools ends */
/*-----tooltip----------*/
a.tooltips {
  position: relative;
  display: inline;
}

a[tooltip] abbr {
  border: none !important;
}

*[id*=tooltip] {
	text-align: center;
	color: #000000;
	background: #FFFFFF;
	position: absolute;
	z-index: 9;
	border: 2px solid #FFFFFF;
	padding: 5px 5px;
	line-height: 20px;
	text-align: left;
	box-shadow: 0px 0px 7px #000000;
	border-radius: 6px;
}

*[id*=tooltip]:after /* triangle decoration */ {
	width: 0;
	height: 0;
	border-bottom: 8px solid #FFFFFF;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin-left: -10px;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

*[id*=tooltip].top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #FFFFFF;
	top: -20px;
	bottom: auto;
}

*[id*=tooltip].left:after {
	left: 10px;
	margin: 0;
}

*[id*=tooltip].right:after {
	right: 10px;
	left: auto;
	margin: 0;
}
.block {
  display: block !important;
}
#date-range_button {
  border: none !important;
}
#date-range_button input {
  border: 2px solid;
}
.approved,
.textSuccess {
  color: #38761d;
}

.disabled-block {
  pointer-events: none !important;
  color: lightgrey !important;
}
.disabled-block a {
  color: lightgrey !important;
}
.pmu-disabled.date-option-not-available.pmu-button {
  color: lightgrey !important;
}
.hideinNativeMobileApp {
  display: none !important;
}
.uhc-tabs {
    border-bottom: 2px solid #e9e9e9;
    padding: 15px 20px
}

.uhc-tabs .uhc-tabs__nav {
    display: flex;
    gap: 40px
}

.uhc-tabs .uhc-tabs__tab {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.uhc-tabs .uhc-tabs__tab.uhc-tabs__tab--current {
    color: #333
}

.uhc-tabs .uhc-tabs__tab.uhc-tabs__tab--current:after {
    background: #333;
    border-radius: 12px 12px 0 0;
    content: '';
    display: block;
    position: absolute;
    right: -20px;
    bottom: -15px;
    left: -20px;
    height: 2px;
    height: 3px
}
.gap-5 {
    gap: 5px!important
}
.gap-10 {
    gap: 10px!important
}
.gap-20 {
    gap: 20px!important
}
.LPMcontainer.LPMoverlay{
    margin: 51px 1px 1px auto !important;
}
.kctemplate svg{
  height: 20px !important;
  width: 20px !important;
}
#serviceRequestGrid{
  margin-bottom: 20px;
}