@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
/*.tk-myriad-pro { font-family: "myriad-pro",sans-serif; }
.tk-tablet-gothic-wide { font-family: "tablet-gothic-wide",sans-serif; }
.tk-acumin-pro { font-family: "acumin-pro",sans-serif; }
.tk-houschka-pro { font-family: "houschka-pro",sans-serif; }
.tk-komet-sc { font-family: "komet-sc",sans-serif; }*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
.tk-roboto { font-family: 'Roboto', sans-serif;}
.navbar, label, h1, h2, h3, h4, h5, h6,  button, [type="button"], [type="reset"], [type="submit"], a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.site-branding {
    background: #1F2933;
}
#tasks-listing_wrapper table {
  width: 100% !important;
}
html {
  scroll-behavior: smooth;
}
a {
  color:inherit;
}
.brand_row:hover {
  background-color: #edf2f7;
}
.bg-header {
  background: #1F2933;
}
.bg-thead {
  background: #616e7c;
}
.text-medium-gray {
  color: #616e7c;
}
.text-dark-black {
  color: #3e4c59;
}
.custom-fliters {
  display: flex;
  flex-direction: row;
  background: #616E7C;
    color: #F5F7FA;
    border: 1px solid #1F2933;
  }
.dark-black-bg {
  background: #616e7c;
}
.light-black-bg{
  background: #cbd2d9;
}
.dark-black-border {
  border-color: #3e4c59;
}
.rkls-blocks.dark-black-border{
  min-height: 138px;
}
.card-min-h {
  min-height: 119px;
}
#tsk-dscrptn-froala p {
    margin-bottom: 1rem;
    margin-top: 0;
}
.site-branding .site-logo a {
    font-family: "tablet-gothic",sans-serif !important;
}
.site-branding, .site-branding a {
    color: white!important;
}
#page {
    max-width: 1024px;
}
.navbar-toggler-icon:after {
    content: "☰";
    background-color: transparent;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 0;
    color: #fff;
}
.dynamic_select .button span i.fa.fa-users,
.dynamic_select ul.select-list li.clsAnchor:first-child span i.fa.fa-users {
    display: none;
}
.dynamic_select .button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 20px 0.75rem 19px;
}
#invite-user-form ul.select-list li:first-child {
  display: none !important;
}
button.navbar-toggler {
    outline: none;
}
.site-branding .site-logo a {
  font-weight: 900;
}
.search-box {
  min-height: 45px !important;
  margin-top: 0.25em;
  background-color: #edf2f7 !important;
  padding-left: 1rem !important;
}
.search-box:blur {
  background-color: #edf2f7 !important;
}
.search-box:focus {
  border-color: #a0aec0 !important;
  background-color: #fff !important;
}
.search-box::placeholder {
  color: #4a5568;
}
.notification-conts {
  top: -0.125rem;
  right: 0.125rem;
}

/*Checkbox css*/

  .system-checkbox input {
padding: 0;
height: initial;
width: initial;
margin-bottom: 0;
display: none;
cursor: pointer;
}

.system-checkbox label {
position: relative;
cursor: pointer;
}

.system-checkbox label:before {
content: '';
-webkit-appearance: none;
background-color: transparent;
border: 2px solid #636e7b;
padding: 10px;
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
margin-right: 5px;
}

.system-checkbox input:checked + label:after {
content: '';
display: block;
position: absolute;
top: 6px;
left: 9px;
width: 6px;
height: 14px;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}

.system-checkbox input:checked + label:before {
background-color: #616e7c;
border: 2px solid #616e7c;
}

/*End of checkbox css*/

/*Task page pagination css*/
.dataTables_paginate .previous.disabled,
.dataTables_paginate .next.disabled
 {
    display:none;
 }
  .paginate_button.current {
    color: #333 !important;
    border:none !important;
}
 .paginate_button.current:hover {
    color: #333 !important;
    border:none !important;
}
#tasks-listing_paginate span.page::before {
    content: "Page";
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: none !important;
}
/*end of pagination css*/

.tooltip .tooltip-text {
  visibility: hidden;
  text-align: center;
  padding: 2px 6px;
  position: absolute;
  z-index: 100;
}
.tooltip:hover .tooltip-text {
  visibility: visible;
}

@media (max-width:767px) {
	.navbar-collapse-mob {
		position: absolute;
		top: 100%;
		width: 100%;
		background-color: #283542;
		right: -24px;
		padding: 10px 20px;
		min-width: 150px;
	}
}
.rkls-blocks.header_banner {
    background: #616E7C;
    color: #F5F7FA;
    border: 1px solid #1F2933;
}
img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.pricing-blocks .skill-tags {
    background: #616E7C;
    color: #fff;
}
.author-description .author-link, .comment-metadata, .comment-reply-link, .comments-title, .comment-author .fn, .discussion-meta-info, .entry-meta, .entry-footer, .main-navigation, .no-comments, .not-found .page-title, .error-404 .page-title, .post-navigation .post-title, .page-links, .page-description, .pagination .nav-links, .sticky-post, .site-title, .site-info, #cancel-comment-reply-link, h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

h4.rkls-blocks-title {
    background: #3E4C59;
    color: #fff;
    margin: 0!important;
}
.entry > *, #colophon, .site-info {
    /*font-family: Helvetica Neue!important;*/
    font-weight: bold!important;
}
#content.site-content, .contact-form_wrapper textarea::placeholder,.application_statistics b {
    color: #616E7C;
}
/**/

.accordion .card-label:after {
  content: "\f107";
  font: normal normal normal 24px/1 FontAwesome;
  position: absolute;
  color: #000;
  right: .5em;
  top: 50%;
  transform: translateY(-50%);
}

.accordion .label-card-visible:after {
  content: "\f106";
  line-height: .8em;
}

.accordion .accordion__content{
  max-height: 0em;
  transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
}
.accordion .content-card-visible {
  /* Get this as close to what height you expect */
  max-height: inherit;
}

/***************View Ticket CSS ***********Starts Here*******/
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 44px;
}
.select2-container .select2-selection--single {
		height: 48px;
	}
.select2-container {
	width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	right: 10px;
}

/**Custom Css to fix lists conflict of tailwind css with froala editor**/
.froala-view-editor ul, .froala-view-editor ol { 
  padding-inline-start: 30px;
}

.froala-view-editor ul {
  list-style-type: disc;
}

.froala-view-editor ol {
  list-style-type: decimal;
}

.trix-editor-html ul, .trix-editor-html ol { 
  padding-inline-start: 30px;
}

.trix-editor-html ul {
  list-style-type: disc;
}

.trix-editor-html ol {
  list-style-type: decimal;
}
/***************View Ticket CSS ***********Ends Here*******/
.custom-arrow {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
}
#search-bar {
	background: #202020;
	color: #fff;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}
#typeahead {
  background: #fff;
}
#typeahead #search-term {
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
	height: 45px;
	width: 100%;
	color: #333;
	font-size: 16px;
	padding-top: 2px;
	padding-right: 76px;
	padding-left: 19px;
}
#typeahead button {
	position: absolute;
	font-family: FontAwesome;
	color: #333;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
	font-size: .9375em;
}
#typeahead button[name="search-term-submit"] {
	right: 0;
	padding-left: 13px;
	width: 4em;
	border-left: 1px solid #ccc;
	border-radius: unset;
	background: 0 0;
	height: 45px;
	padding-right: 13px;
}
#typeahead button[name="search-term-submit"]::before {
	content: "\f002";
	font-size: 25px;
}
#typeahead button:active, #typeahead button:focus, #typeahead button:hover {
	background: 0 0;
	color: #319795;
}
.products-img-wrap {
	position: relative;
	width: 5rem;
	height: 5rem;
	border-radius: .4rem;
	overflow: hidden;
}
.products-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.rackless-products li,
.rackless-products ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: auto;
	list-style: none;
	padding: 0;
}
.rackless-products ul {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin-top: 0;
	margin-bottom: 0;
}
.rackless-products ul {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	position: relative;
	z-index: 0;
}
.m-4 {
    margin: 1rem !important;
}
.rackless-products ul {
	margin: 0;
}

.rackless-products ul li {
	position: relative;
}

.rackless-products ul li {
	margin: 1.5%;
}

.rackless-products ul li {
	margin-bottom: 0;
}
.rackless-products ul li {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-flex: 0 0 30.333%;
	flex: 0 0 30.333%;
	-ms-flex: 0 0 0px;
	min-width: 30.333%;
	box-sizing: border-box;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 2em;
}
.rkls-blocks .skill-tags {
    font-size: 13px;
    border: 1px solid #707070;
    text-align: center;
    margin: 2px 5px 2px 0;
    font-weight: normal;
    padding: 0 12px;
}
.pricing-blocks .skill-tags {
    background: #616E7C;
    color: #fff;
}
.rkls-blocks .skill-tags {
    max-width: 159px;
    width: 100%;
}
.pricing-blocks .rkls-blocks {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.pricing-blocks .rkls-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
footer .widget-column .widget {
    margin-right: 0;
    width: calc(50%);
    width: 143px;
    float: right;
}
.widget {
    margin: 0 0 1rem;
}
footer .widget-column .widget {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    width: 100%;
    word-wrap: break-word;
}
.filterSelected {
    background: #616E7C;
	  color:#fff;
}
#colophon .widget-column .widget {
    margin-right: 0;
    width: calc(50%);
}

@media (min-width: 767px){
  #tasks-listing_length {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 200px;
    min-width: 200px;
    bottom: 19px;
  }
  .wp-block-column:nth-child(2n) {
  	margin-left: 32px;
  }
  .wp-block-column {
      flex-basis: calc(50% - 16px);
      flex-grow: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-columns {
  	flex-wrap: nowrap;
  }
  .rkls-blocks .skill-tags {
      max-width: 132px;
  }
  .wp-block-column:not(:first-child) {
      margin-left: 32px;
  }
}

@media screen and (max-width:1023px) {
	.rackless-products ul li {
		-webkit-flex: 0 0 47%;
		-ms-flex: 0 0 47%;
		flex: 0 0 47%;
		min-width: 47%;
	}
}

@media screen and (max-width:600px) {
	.rackless-products ul li {
		-webkit-flex: 0 0 97%;
		-ms-flex: 0 0 97%;
		flex: 0 0 97%;
		min-width: 97%;
	}
}

@media screen and (min-width:1024px) {
	.site-branding .site-logo a {
		font-size: 36px;
	}
	.pricing-blocks .rkls-blocks {
		width: 49%;
	}
	.pricing-block-mr-23 {
		margin-right: 20px!important;
	}
}

/* style css */

#page{
  max-width : 1024px;
}

/* common used */

.font-30{
  font-size:25px;
  color: #3E4C59;
}
.font-40{
  font-size:35px;
}
p, .font{
  font-size: 16px;
  font-weight:normal!important;
}
body p {
  margin: .5rem 0;
	line-height: 1.5;
}
.rkls-btn,
.rkls-btn:hover,
.rkls-btn:active,
.rkls-btn:visited,
.rkls-btn:focus{
  background:#0573BB!important;
  text-decoration: none!important;
  color: #fff;
}
.m-right{
  margin-right: 250px;
}
.filters .skill-tags.filterSelected{
  background: #707070;
  color: white;
}
/* common used */

body{
  background-color:#F5F7FA;
}

/* .rkls-blocks h4{
  margin: 10px 0 5px;
} */

.home .entry-header{
  display: none;
}

.price-body .wp-block-column{
	margin-bottom : 0;
}


.site-logo a:hover {
  text-decoration: none;
}

.site-branding, header.entry-header, .entry-content, footer.entry-footer, .site-info{
  margin:unset!important;
}
.site-branding{
  background: #1F2933;
}
.dynamic_select {
  border-radius: 0.25rem !important;
  margin-top: 0 !important;
  border: 1px solid #cbd5e0;
}
.site-branding,.site-branding a{
  color: white!important;
}
.site-branding .site-logo{
  font-family: tablet-gothic,sans-serif;
}

.rkls-blocks.header_banner{
	background: #616E7C;
	color: #F5F7FA;
	border: 1px solid #1F2933;
}

.main-navigation .main-menu > li > a{
  font-weight: inherit;
}

#content.site-content, .contact-form_wrapper textarea::placeholder {
  color: #616E7C;
}

.entry .entry-content, .entry .entry-summary{
  padding: 0;
}
.entry .entry-content, .entry .entry-summary, .entry .entry-content > *{
  max-width:100%;
}

.entry-content.rkls-blocks{
	padding: .5rem 1rem;
	font-size: 18px;
}

.entry-header{
	background: #fff;
    border: 1px solid #3E4C59;
}
.entry-header .entry-title{
    font-weight: 700;
    text-transform: uppercase;
	color: #3E4C59;
}
.entry-header .entry-title:before{
	content: none;
}
.entry .entry-header .entry-meta{
	margin:0;
	color: #616E7C;
}

.rkls-post-thumbnail{
	display: block;
    width: 100%;
    /*height: 500px;*/
    overflow: hidden;
}
.entry-content.rkls-blocks h2 {
    text-transform: uppercase;
    font-size: 25px;
    color: #3E4C59;
	font-weight: 700;
}
.entry-content.rkls-blocks h2:before{
	background:#fff;
	content:unset;
}
.entry-content.rkls-blocks ol li,
.entry-content.rkls-blocks ul li{
	font-weight:normal;
}
.entry-content.rkls-blocks ol,
.entry-content.rkls-blocks ul {
    padding-left: 30px;
}
.entry-content.rkls-blocks ol li {
    list-style: decimal;
}
.entry-content.rkls-blocks ul li {
    list-style: disc;
}

.page .entry-content h4.banner-subheading {
  margin: 0;
}

.home .entry-content > p {
  font-weight: normal!important;
}

.entry > *, #colophon, .site-info {
  /*font-family: Helvetica Neue!important;*/
  font-weight: bold!important;
}
.page-wrapper{
	padding: 25px 0 0!important;
}
.rkls-blocks{
  background: white;
  border: 1px solid #3E4C59;
}

h4.rkls-blocks-title {
  background: #3E4C59;
  color: #fff;
  margin: 0!important;
  font-size: 1.125em !important;
  font-weight: 700 !important;
}

.header_banner h3, .header_banner h4{
  font-family: inherit;
  font-weight: inherit;
}

.header_banner .banner-heading{
  color : #0573BB;
}

.video_intro {
	position: relative;
}
.video_intro  .play-btn{
    position: absolute;
    box-sizing: border-box;
    border-radius: 5px;
    top: 34%;
    right: 40%;
}
.sgpb-popup-close-button-3{
	position:fixed!important;
}

.application_statistics .ff{
  font-family: 'Myriad Pro' !important;
  font-weight: bold;
}

.application_statistics .display-3{
  font-size: 100px;
  color: #3E4C59;
}

.pricing-blocks .rkls-blocks {
  display: inline-block;
  vertical-align: top;
  width:100%;
}

.rkls-blocks .skill-tags {
  font-size: 13px;
  border: 1px solid #707070;
  text-align: center;
  margin: 2px 5px 2px 0;
  font-weight: normal;
  padding: 0 12px;
}
.pricing-blocks .skill-tags{
	background: #616E7C;
    color: #fff;
}

.pricing-block-w-100{
  width: 100%!important;
}

.pricing-block .price_body p{
  line-height: 1.5;
  margin-top: 0;
}
.price-plan-offer {
    background: #CB6E17;
    color: white;
    font-size: 20px;
    font-weight: normal;
	line-height: 1;
}

.pricing-blocks .rkls-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.pricing-block-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.btn-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.discounted-plan > h3, .discounted-plan h6 {
    text-decoration: line-through!important;
    text-decoration-color: #CB6E17!important;
}
.wistia_responsive_wrapper img {
    border-radius: .5rem;
}

.rkls-blocks .region-tag .skill-tags{
  padding: 5px 15px;
}

.entry .entry-content .pricing-blocks, .entry .entry-content .pricing-blocks .rkls-blocks:last-child {
  margin-bottom:0!important;
}

.hide-asterisk .gfield_required{
  display: none;
}

.rkls-blocks_wrapper.gform_wrapper {
    margin: 0;
}


/* footer related css start*/

#colophon.site-footer .widget-area{
  margin: 0px;
}
#colophon.site-footer .widget-area .widget_nav_menu li a, 
#colophon.site-footer .widget-area .widget_nav_menu li a:visited,
#colophon.site-footer .widget-area .widget_nav_menu li a:hover{
  font-size: 18px;
  color: #616E7C;
  text-decoration: none;
  font-weight: normal;
  /*font-family: Helvetica Neue;*/
}
#colophon .widget-column .widget {
    margin-right: 0;
	width: calc(50%);
}

#colophon.site-footer .site-info{
  font-size: 20px;
  color: #616E7C;
  font-weight:normal!important;
  text-align: right;
}

.menu-item-link-return svg {
    display: inline-block;
    vertical-align: initial;
}

#sgpb-popup-dialog-main-div {
   	background-color: transparent !important;
}
.micky-video-box {
    max-width: 768px;
    margin: 0 auto;
}
/* footer related css end*/

/* iframe video style start */
.micky-video-wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.micky-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.curved-bg{
	position: absolute;
    width: 100%;
    z-index: -1;
}
.curved-bg img{
	margin: auto;
    width: inherit;
}

nav.navigation.post-navigation {
    display: none;
}

.video-post-wrapper{
	padding-top: 56.25%;
}

.rkls-blocks .skill-tags {
	max-width: 159px;
	width: 100%;
}

.tsk-create-dscrptn .fr-quick-insert {
    left: -20px !important;
}

.fr-quick-insert.fr-visible {
    left: -20px !important;
}

.fr-box a.fr-floating-btn {
	display: inline-block;
}

.tsk-create-dscrptn .fr-qi-helper a.fr-btn.fr-floating-btn svg {
    margin-top: 4px;
}

@media only screen 
    and (device-width : 320px) 
    and (device-height : 568px) 
    and (-webkit-device-pixel-ratio : 2) {
			#sgpb-popup-dialog-main-div  div .sg-popup-builder-content .sgpb-popup-builder-content-html .sgpb-main-html-content-wrapper {
				position: relative;
				top: 50%;
				-webkit-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
						transform: translateY(-50%);
			}
}

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
			#sgpb-popup-dialog-main-div  div .sg-popup-builder-content .sgpb-popup-builder-content-html .sgpb-main-html-content-wrapper {
				position: relative;
				top: 50%;
				-webkit-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
						transform: translateY(-50%);
			}
}

@media only screen 
    and (device-width : 375px) 
    and (device-height : 667px) 
    and (-webkit-device-pixel-ratio : 2) {
			#sgpb-popup-dialog-main-div  div .sg-popup-builder-content .sgpb-popup-builder-content-html .sgpb-main-html-content-wrapper {
				position: relative;
				top: 50%;
				-webkit-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
						transform: translateY(-50%);
			}
}

@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) {
		#sgpb-popup-dialog-main-div  div .sg-popup-builder-content .sgpb-popup-builder-content-html .sgpb-main-html-content-wrapper {
				position: relative;
				top: 50%;
				-webkit-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
						transform: translateY(-50%);
			}
		
	}
/* iframe video style end */

@media only screen and (max-width: 1023px) {
  .container {
    max-width: 100%;
  }
  .main-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      min-height: 3rem;
    }
	.site-header{
		position: fixed;
		z-index: 1;
		width: 100%;
		margin:0;
		padding:0;
		top: 0;
	}
	#content.site-content {
		padding-top: 55px;
	}
	div#app {
		margin-top: 45px;
	}
	body .main-navigation {
		max-width: 40px;
	}
	button.submenu-expand.main-menu-more-toggle::after {
		content: "â˜°";
		background-color: transparent;
		width: 30px;
		height: 30px;
		position: absolute;
		top: -5px;
		left: -5px;
		color: #fff;
	}
	.main-navigation .main-menu > li.menu-item-has-children .submenu-expand.main-menu-more-toggle svg {
		display: none;
	}
}	
@media only screen and (max-width: 767px) {
	.application_statistics .display-3 {
		font-size: 70px;
	}
  .mobile_toogle-block #mobile-menu .mobile_stats_menu_wrapper {
    width: 160px;
    z-index: 99;
    top: 30px;
    right: auto;
    left: 0;
  }
  .mobile_toogle-block .menu-container {
      top: 0px;
      right: auto;
      left: 0;
  }
  .mobile_toogle-block {
      min-height:62px;
  }
}
@media only screen and (min-width: 350px) and (max-width: 640px) {
  .application_statistics .display-3{
    font-weight: 900;
    font-size: 70px;
  }
  .video_intro .play-btn{
	top:30%;
  }
}


@media only screen and (min-width: 640px) {
	.entry-content.rkls-blocks {
		padding: .5rem 2rem;
	}
}
@media only screen and (min-width: 768px) {
	.rkls-post-thumbnail.page-wrapper{
		height:500px;
	}
	.rkls-blocks .skill-tags {
		max-width: 132px;
	}
}

@media (min-width: 1024px){
	.rkls-blocks_wrapper, .entry-header,
	.contact-form,
	.newsletter{
		border-bottom-left-radius: .5rem;
		border-bottom-right-radius: .5rem;
	}
	
	.pricing-blocks.flex.flex-wrap {
		margin: 0 -0.75rem !important;
	}
	.pricing-blocks .rkls-blocks {
		width: calc(50% - 0.75rem * 2);
		margin: 1.5rem 0.75rem 0 !important;
	}
	
	.site-branding .site-logo a {
		font-size: 36px;
	}
	.site-header{
		padding: 25px 0 0;
	}
}

.blog_posts {
    margin-top: 50px !important;
}

.blog_posts .entry-header {
    border: 0;
    background: transparent;
}

.blog_posts header a {
  color: #fff;
}

blockquote, blockquote p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}
table tbody tr:last-child td {
  border-bottom-width: 1px;
}
table tbody tr td:first-child {
  border-left-width: 1px;
  /*border-top-width: 0;*/
}
table tbody tr td:last-child {
  border-right-width: 1px;
  /*border-top-width: 0;*/
}
.add-row-line-up {   
    border-top-color: #0087ff;
  }
  .add-row-line-down {   
    border-bottom-color: #0087ff;
  }
  .add-row {
    cursor: pointer;
  }
  .hidden-on-ticket {
    display: none;
  }

.ms-options-wrap > button {
  padding: 0.75rem 20px 0.75rem 19px;
  font-family: inherit;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
  font-family: inherit;  
}

/* table responsive */
@media (max-width: 767px) {
  #tasks-listing-table .table-cell {
    display: table-cell;
    white-space: nowrap;
    padding: 12px 0 12px 15px !important;
  } 
  #tasks-listing-table .table-cell:last-child {
    padding-right: 15px !important;
  }  
}


/*.task_table tbody tr:hover {
    background: #cecece;
}
*/
/* ======= start homepage-header ========== */
.rk-homepage-header {
  background: #1F2933;
  color: #fff;
}
.rk-homepage-header a,
.rk-homepage-header a:hover,
.rk-homepage-header a:visited {
  color: inherit;
}

@media only screen and (max-width:1023px) {
  .rk-menu-item {
      padding-bottom: 0.25rem;
      padding-top: 0.25rem;
  }
  .rk-homepage-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1030;
  }
  .rk-homepage-header .rk-menu-item a,
  .rk-homepage-header .rk-menu-item a:hover,
  .rk-homepage-header .rk-menu-item a:visited {
    color: #ffffff;
  }
  .rk-homepage-header .rk-menu-item a {
    font-size: 16px;
    font-weight: normal;
  }  
  .rk-menu {
      text-align: left;
  }
  .rk-nav-close {
      color: #0073aa;
      box-sizing: border-box;
      position: absolute;
      z-index: 1;
      top: -12px;
      right: -12px;
      width: 48px;
      height: 48px;
  }
  .rk-nav-inner {
        position: absolute;
    top: 0;
    right: 0;
    left: auto;
    padding: 10px 30px 10px 20px;
    border-radius: 0;
    background: #283542;
    box-shadow: 0 9px 48px rgba(20,21,23,.15);
    /*transform: scale(0);
    transform-origin: 100% 0;
    transform-origin: calc(100% - 19px) 15px;*/
    transition: transform .25s ease-in-out;
    pointer-events: none;
  }
  
  .rk-overlay-dark {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(20,21,23,.35),rgba(20,21,23,0));
    opacity: 0;
  }

  .rk-nav-inner.active .rk-overlay-dark {
    opacity: 1;
    transition-timing-function: ease-in-out;
  }

  .rk-nav-inner.active .rk-overlay-dark {
    transition: opacity .25s ease-in-out;
  }
  
  .rk-nav-container.show .rk-nav-inner {
    transform: scale(1);
    transition-duration: .35s;
    transition-timing-function: cubic-bezier(.1,.6,.2,1);
    pointer-events: auto;
  }

  .rk-nav-container.show .rk-nav-inner {
    transition: transform .25s ease-in-out;
  }


  .rk-nav-container {
    position: absolute;
    z-index: 803;
    top: 100%;
    right: 0;
    bottom: 0;
    left: auto;
     display: none; 
    pointer-events: none;
    width: auto;
  }

  .rk-nav-container.show {
    display: block;
  }

  .rk-nav-container.open {
    pointer-events: auto;
  }
  .rk-homepage-toggle:focus {
    outline: none;
  }
}

/* ======= end homepage-header ========== */


/* start form input style*/
.header_banner input[type="text"],
.header_banner input[type="email"],
.header_banner input[type="url"],
.header_banner input[type="password"],
.header_banner input[type="search"],
.header_banner input[type="number"],
.header_banner input[type="tel"],
.header_banner input[type="range"],
.header_banner input[type="date"],
.header_banner input[type="month"],
.header_banner input[type="week"],
.header_banner input[type="time"],
.header_banner input[type="datetime"],
.header_banner input[type="datetime-local"],
.header_banner input[type="color"],
.header_banner textarea {
  -webkit-backface-visibility: hidden;
  background: #fff;
  border: solid 1px #ccc;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  margin-bottom: .75em;
  width: 100%;
  border-radius: .25rem;
  min-height: 51px;
  color: #616E7C;
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  letter-spacing: normal;
}
.header_banner input[type="text"]:focus, .header_banner input[type="email"]:focus, .header_banner input[type="url"]:focus, .header_banner input[type="password"]:focus, .header_banner input[type="search"]:focus, .header_banner input[type="number"]:focus, .header_banner input[type="tel"]:focus, .header_banner input[type="range"]:focus, .header_banner input[type="date"]:focus, .header_banner input[type="month"]:focus, .header_banner input[type="week"]:focus, .header_banner input[type="time"]:focus, .header_banner input[type="datetime"]:focus, .header_banner input[type="datetime-local"]:focus, .header_banner input[type="color"]:focus, .header_banner textarea:focus {
  border-color: #0073aa;
  outline: thin solid rgba(0, 115, 170, 0.15);
  outline-offset: -4px;
}
/* end form input style*/

.statistics-label {
  line-height: 1.8;
}
footer ul li a {
  font-family: Helvetica Neue;
}

footer .text-sm {
  font-size: 18px;
}

footer .text-right.text-sm {
  font-size: 20px;
  font-family: Helvetica Neue !important;
  color: #616E7C;
  font-weight: normal !important;
}

#tasks-listing_filter input.search-box {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

table.task_table thead .sorting,
table.task_table thead .sorting_asc,
table.task_table thead .sorting_desc {
 background: 0 0 !important;
}

.tasks-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4a5568;
  opacity: 1;
}
.tasks-search-input::-moz-placeholder { /* Firefox 19+ */
  color: #4a5568;
  opacity: 1;
}
.tasks-search-input:-ms-input-placeholder { /* IE 10+ */
  color: #4a5568;
  opacity: 1;
}
.tasks-search-input:-moz-placeholder { /* Firefox 18- */
  color: #4a5568;
  opacity: 1;
}

.ms-options-wrap > button {
  line-height: 1.375;
}

.epicEditRole .ms-options-wrap > button {
  outline: none;
  line-height: 1.25;
  margin-top: 0px;
  background-color: #fff;
}

.priority_section .ms-options-wrap > button {
  outline: none;
  line-height: 1.25;
  margin-top: 0px;
  background-color: #fff;
  border-color: rgba(156, 163, 175);
}
/* table link */
.td-link {
    position: relative;
    display: inline-block;
    width: 100%;
}
.td-link::before {
    position: absolute;
    top: -8px;
    left: -10px;
    right: -10px;
    bottom: -8px;
    content: "";
    display: block;
}

#acc-epic-tbl-body td > a::after, .main-epics-listings td > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.caret-wrap {
    position: relative;
    z-index: 1;
}

.caret-icon {
    width: 20px;
}

.sortClass {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    z-index: 1;
}
.bottomctable {
  border: 1px solid #3e4c59;
  border-top: none;
  min-height: 60px;
}
#tasks-listing tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
}
#tasks-listing tr:last-child td:last-child {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
}
#tasks-listing tbody tr:last-child td {
  border-bottom-width: 0px;
}


tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
}

tr:last-child td:last-child {
  -moz-border-radius-bottomright: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
  padding: 0em 1em;
}
.dataTables_wrapper .dataTables_paginate,.dataTables_wrapper .dataTables_info{
  padding-top: 0;
  padding-left: 18px;
}
/* table tbody tr td {
  border-top-width: 0 !important;
} */
a.epic-member, a.epic-team {
  display: inline-block;
  width: 100%;
  height: 100%;
}

table tbody.tasks-listing tr:first-child td {
    border-top-color: transparent;
}

#tasks-listing_wrapper table#tasks-listing {
    border-bottom: none;
}

.card-header {
  border: 1px solid #1F2933;
}
.bottomctable .dataTables_info,
.bottomctable .dataTables_length,
.bottomctable .dataTables_paginate,
.bottomctable .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  /* color: #616e7c !important; */
  color: #fff !important;
}
div#tasks-listing_length select {
  border: 2px solid #616e7c;
}
.dataTables_length select {
  color: #333;
}
.slctbx {
  display: inline-block;
  width: 100%;
}
/* test dropdown dyanamic */
.dyna_select,.dyna_select_owner { 
    position: relative;
    display: inline-block;
    width: 100%;
    background:#edf2f7;
    color: #333;
    padding: 0;
    border-radius: 5px;
    margin-top: 4px;
} 
  .dyna_select select,.dyna_select_owner select {   
  display: none;    
  }      
  .dyna_select .select-list,.dyna_select_owner .select-list1 {   
  position: absolute;     
  top: 100%;      
  left: 0;     
  z-index: 1;    
  margin-top: 0px;    
  padding: 0;         
  background-color: #fff;    
  width:100%;
  max-height: 440px;
  overflow: auto;
  }  

  .add-member-main .dyna_select .select-list {
    max-height: 500px;
    overflow: auto;  
  }

  .dyna_select .select-list li,.dyna_select_owner .select-list1 li {   
  display: none;      
  }    
  .dyna_select .select-list li span,
  .dyna_select_owner .select-list1 li span{  
  display: inline-block;      
  min-height: 40px;        
  min-width: 100%;      
  width: 100%;        
  padding: 8px 6px 2px 11px;     
  background-color: #fff;     
  background-position: left 10px center;   
  background-repeat: no-repeat;       
  font-size: 16px;       
  text-align: left;       
  color: #000;        
  opacity: 1;
  background-size: 0px 0px;
  box-sizing: border-box;     
  cursor:pointer;
  }     
  .dyna_select .select-list li span:hover,  
  .dyna_select .select-list li span:focus,
  .dyna_select_owner .select-list1 li span:hover,  
  .dyna_select_owner .select-list1 li span:focus {     
  opacity: 1;     
  } 

  .dyna_select .button span span, 
  .dyna_select_owner .button1 span span {
    background-size: 100%;
    max-width: 20px;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-right: 5px;
    background-position: center;
    border-radius: 100%;
}
.dyna_select .button,
.dyna_select_owner .button1{
  cursor: pointer;
}
#fr-logo:hover>span, #fr-logo:focus>span {
  color: #b1b2b7 !important;
}
.dyna_select.active_bg,
.dyna_select_owner.active_bg
{
  background: #fff;
}
/*css for emulating user header 12-04-22*/
bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233/var(--tw-bg-opacity));
}

.hover\:bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199/var(--tw-bg-opacity));
}

.active\:bg-sky-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161/var(--tw-bg-opacity));
}

@media only screen and (max-width: 1023px) {
.top-banner {
    margin-top: 52px;
}
}
/*end of emulate header css*/

.dyna_select .select-list li:hover span,
.dyna_select_owner .select-list1 li:hover span,
.dyna_select .select-list li.active span,
.dyna_select_owner .select-list1 li.active span { 
  background-color: blue;
  color: #fff;
}
.bg-dark-thead {
  background: #3e4c59;
}

.usersListingTable .td-link{
  width: auto;
}

/*.view-relation-ticket .bottomctable {
	display:none;
}*/
.dyna_select .select-list li span span, .dyna_select_owner .select-list1 li span span {
  background-size: 100%;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  float: left;
  background-repeat: no-repeat;
  margin: 0px 4px 0 4px;
  background-position: center;
  border-radius: 100%;
}
.dyna_select .fa,.dyna_select_owner .fa {
  background: #cbd2d9;
  padding: 1px;
  margin: 0 4px;
  color: #616E7C;
  border-radius: 50%;
}

/* test dropdown dyanamic for stakeholder*/
/* .dyna_select,.dyna_select_stakeholder { 
  position: relative;
  display: inline-block;
  width: 100%;
  background:#edf2f7;
  color: #333;
  padding: 12px;
  border-radius: 5px;
  margin-top: 4px;
}  */
.dyna_select select,.dyna_select_stakeholder select {   
display: none;    
}      
.dyna_select .select-list,.dyna_select_stakeholder .select-list2 {   
position: absolute;     
top: 100%;      
left: 0;     
z-index: 1;    
margin-top: 0px;    
padding: 0;         
background-color: #fff;    
width:100%;
}  

.add-member-main .dyna_select .select-list {
  max-height: 500px;
  overflow: auto;  
}

.dyna_select .select-list li,.dyna_select_stakeholder .select-list2 li {   
display: none;      
}    
.dyna_select .select-list li span,
.dyna_select_stakeholder .select-list2 li span{  
display: inline-block;      
min-height: 40px;        
min-width: 100%;      
width: 100%;        
padding: 8px 6px 2px 11px;     
background-color: #fff;     
background-position: left 10px center;   
background-repeat: no-repeat;       
font-size: 16px;       
text-align: left;       
color: #000;        
opacity: 1;
background-size: 0px 0px;
box-sizing: border-box;     
cursor:pointer;
}     
.dyna_select .select-list li span:hover,  
.dyna_select .select-list li span:focus,
.dyna_select_stakeholder .select-list2 li span:hover,  
.dyna_select_stakeholder .select-list2 li span:focus {     
opacity: 1;     
} 

.dyna_select .button span span, 
.dyna_select_stakeholder .button1 span span {
  background-size: 100%;
  max-width: 20px;
  background-repeat: no-repeat;
  padding-left: 21px;
  margin-right: 5px;
  background-position: center;
  border-radius: 100%;
}
.dyna_select .button,
.dyna_select_stakeholder .button1{
cursor: pointer;
}

.dyna_select.active_bg,
.dyna_select_stakeholder.active_bg
{
background: #fff;
}
.dyna_select .select-list li:hover span,
.dyna_select_stakeholder .select-list2 li:hover span,
.dyna_select .select-list li.active span,
.dyna_select_stakeholder .select-list2 li.active span { 
background-color: blue;
color: #fff;
}
.bg-dark-thead {
background: #3e4c59;
}

/*.view-relation-ticket .bottomctable {
display:none;
}*/
.dyna_select .select-list li span span, .dyna_select_stakeholder .select-list2 li span span {
background-size: 100%;
min-width: 20px;
min-height: 20px;
max-width: 20px;
float: left;
background-repeat: no-repeat;
margin: 0px 4px 0 4px;
background-position: center;
border-radius: 100%;
}
.dyna_select .fa,.dyna_select_stakeholder .fa {
background: #cbd2d9;
padding: 1px;
margin: 0 4px;
color: #616E7C;
border-radius: 50%;
}



.comment-message p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.customdot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px;
    background: #4a5568;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    margin-top: 1px;
}

.copy-icon svg,
.emoji-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.w-11\/12{
  width:96.666667%;
}

.fr-box.fr-basic .fr-element {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #4a5568;
    font-size: 16px;
}
.fr-box.fr-basic.fr-top .fr-wrapper p {
    font-size: 16px;
}
.fr-wrapper .fr-placeholder {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
.main-comment-div p {
    font-size: 16px;
}

.ms-options-wrap > button,
.ms-options > a,
.ms-options > ul {
  font-size: 16px;
}

.fa-plus-fill::after {
    content: "";
    background: #fff;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 8.5px;
    left: 2px;
    z-index: -1;
}

.fa-plus-fill {
    position: relative;
    color: #616e7c;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 20px;
  padding-left: 36px;
} 	
table.dataTable tbody th, table.dataTable tbody td ,
table.dataTable thead th, table.dataTable thead td{
  padding: 10px 28px !important;
} 
span.select2-selection.select2-selection--multiple {
  padding: 6px;
  border: 1px solid gray;
}

.select2-search,.select2-search__field{
  width:100% !important;
}

/*Following style is used to underline the link in Froala start*/
.underline-hyperlink a {
    text-decoration: underline;
}
/*Following style is used to underline the link in Froala end*/

.stakeholder-body .ms-options {
  max-height: 175px !important;
}
div#ms-list-1 {
    overflow: hidden;
} 
.add-epic-modal-body .ms-options-wrap > .ms-options {
  max-height: 170px !important;
}
.notification-body {
    max-height: calc(100vh - 48px);
}
.notification-sidebar:not(.open) {
    margin-right: -32rem;
}

@media (max-width:991px) {
  .mobile_stats a {
    margin-right: .1rem;
    font-size: 1rem;
  }
}
@media (max-width:766.98px) {
  #tasks-listing_length {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .application_statistics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .application_statistics-one {
   grid-template-columns: 1fr;
  }
  .mobile_stats a {
    margin-right: 1rem;
    font-size: 1rem;
  }
}
@media(max-width:414px){
  .rounded-lg {
      border-radius: 0;
  }
  .card.overflow-hidden.mt-4.cc {
      margin-top: 0;
  }
  section.container.view-ticket-page {
    margin-bottom: 0;
  } 
}

/* overwrite default CSS for tiny, dark tags */
#add_convo_tag+.tag-editor { 
  background: none; 
  font-size: 14px; 
  padding: 1rem; 
  padding-top: 0.75rem; 
  padding-bottom: 0.75rem; 
  border: 1px solid #cbd5e0; 
  border-radius: 0.25rem; 
}
.main-create-tckt-btsec #add_convo_tag+.tag-editor .tag-editor-tag {
    color: #4a5568; background: none;
    border: none;
}
.main-create-tckt-btsec #add_convo_tag+.tag-editor .tag-editor-spacer { display: none; }
.main-create-tckt-btsec #add_convo_tag+.tag-editor .tag-editor-delete { display: none; }


.bar1, .bar2, .bar3 {
  width: 24px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 3px);
  transform: rotate(-45deg) translate(-5px, 3px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -6px);
  transform: rotate(45deg) translate(-8px, -6px);
}
.mobile-menu .menu-container, #mobile-menu .menu-container{
  display:none;
}
@media(max-width:767px){
  .mobile-in-toggle .mobile_stats a.active {
      display: none !important;
  }
  .mobile-in-toggle .mobile_stats-one a.active {
    display: block !important;
  }
  
  .mobile-in-toggle .mobile_stats {
    display: none !important;
  }
  .mobile-in-toggle .change + .mobile_stats {
    display: block !important;
  }
    .menu-container {
      position: absolute;
      top: -39px;
      right: 0;
  }
  .mobile-menu, #mobile-menu {
    position: relative;
  }
    .mobile-menu .menu-container, #mobile-menu .menu-container{
      display:block;
    }
    .mobile-menu span.mobile_stats, #mobile-menu span.mobile_stats {
      display: none;
      width: 110px;
      text-align: left;
      background: #fff;
      border-width: 1px;
      position: absolute;
      right: 0;
      top: -10px;
      border-color:#cfd6e0;
  }
    .mobile-menu span.mobile_stats a, #mobile-menu span.mobile_stats a {
      width: 100%;
      color: #000;
      padding: 5px 10px;
      margin-right:0;
  }
  .mobile_stats i {
    float: left;
    margin-top: 4px;
    margin-right: 5px;
  }
 
}


@media (max-width:575px) {
  #colophon ul {
    text-align:center;
  }
  #colophon .footer-text-botom {
    text-align: center !important;
  }
}

.trix-editor-main {
  min-height: 130px;
}


@media (min-width:767px) {
  .rkls-filter-toogle {
    display: none;
  }
}

@media (max-width:767px) {
  .mobile_toogle-block-right {
      min-height: 62px;
  }
  .mobile_toogle-block-right .menu-container {
    top: 0;
  }
  .mobile_toogle-block-right #mobile-menu span.mobile_stats {
    top: 30px;
    z-index: 9;
  }
}

@media (max-width:766.98px) {
  .rkls-tickets-filter-content {
    display: none;
    border-top-width: 0 !important;
  }
}
/* CSS for rating on view ticket page */
.rating-list li {
  float: right;
  color: #ddd;
  padding: 10px 2px 10px 0;
  cursor: pointer;
  margin-top: 3px;
}

.rating-list li:hover,
.rating-list li:hover ~ li {
  color: #ffd700;
}

.rating-list {
  display: inline-block;
  list-style: none;
}
/* rating CSS end here */

.select2-container--default .select2-selection--single {
  background-color: #edf2f7;
  border: 1px solid #cbd5e0;
}
.goto-search-body .select2-selection__arrow {
  display: none;
}
.pointer-events-none.absolute.inset-y-0.right-0.flex.items-center.px-2.text-gray-700.goal-pointer {
  bottom: 20px;
}
table.usersListingTable thead .sorting,
table.usersListingTable thead .sorting_asc,
table.usersListingTable thead .sorting_desc {
    background-image: none !important;
}