@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

:root{
    --blue-color: #1a73e8;
    --orange-color: #ff4d00;
    --green-color: #0fb36c;
    --table-head: #1a73e8;
    --table-headtext: #fff
}

 body.modal-open {
        overflow: auto !important;
        padding: 0px !important;
    }

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: pre-wrap !important;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.btn{
    font-size: 11px !important;
}

.home-btn-box {
    margin: 17px 0px 37px 0px;
    overflow: hidden;
}

.scrolldiv::-webkit-scrollbar {
    width: 8px;
}
.scrolldiv::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 100px;
}

.scrolldiv::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.report_number {
    position: absolute;
    top: 7px;
    right: 33px;
    z-index: 1;
    font-size: 11px;
    background-color: #ff4d00;
    color: #fff;
    border-radius: 100px;
    height: 15px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table {
    font-family: 'Open Sans',sans-serif !important;
    text-transform: uppercase;
    border-collapse: separate;
}

.modal-header{
    padding: 8px !important;
}

.brdr-bottom{
    border-bottom: 1px solid #efefef;
}

.table-header{
    color: #1a1a1a;
    background-color: #F1F1F4;
}


.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: none !important;
        outline-offset: 0 !important;
    }
    
.form-control:focus {
    border-color: none !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


body
{
	margin:0px;
	padding: 0px;
	
}

.titledate b {
    font-size: 13px !important;
}

.srchbtnindx input {
    font-size: 12px;
    width: 100%;
}

#show {
    font-size: 12px;
    display: flex;
    align-content: center;
    align-items: center;
}

.filtersize h4 {
    font-size: 14px;
}

.fztable {
    font-size: 12px !important;
}

.cfilter a {
    font-size: 12px;
}

.grphbtna a {
    font-size: 12px;
    margin-top: 12px !important;
}

.mgt5 b {
    font-size: 11px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus {
    color: white !important;
    background-color: #1a73e8 !important;
}

/*.navbar-default .navbar-nav>li>a:focus, */
.navbar-default .navbar-nav>li>a:hover {
    color: white!important;
    background-color: #1a73e8 !important;
}

/*.table-responsive{*/
/*    border-radius: 8px;*/
/*}*/


.mark, mark{
        padding: .2em;
    background-color: orange !important;
}
.nopaddings
{
	padding: 0px;
}
.noleftpaddings
{
	padding-left: 0px;
}
.leftwhitebox
{
	background-color: white;
	border-radius: 10px;
	z-index: 99;
	border: 1px solid silver;
}
.searchbox
{
	background-color: #e5e5e5;
    padding: 0px;
    border-radius: 6px;
    z-index: 999;
    height: 92px !important;
    padding-bottom: 15px;
    border: 1px solid silver;
}
.mgt10
{
	margin-top: 10px;
}
.mgt20
{
	margin-top: 6px!important;
}
.mgt0
{
	margin-top: 0px;
}
.mgb0
{
	margin-bottom: 0px;
}
.fontbold
{
	font-weight: bold;
}
.searchbox i {
    position: absolute;
    top: 11px;
    left: 10px;
}
.searchinput {
    padding-left: 28px;
    height: 34px;
    border-left: 3px solid #48b8eb;
    border-radius: 5px;
}
.datetobox
{
width: 90%!important;
display: inline-block!important;	
}
.width100
{
	width: 100%;
}
.bluetxt
{
    color: #ff9800;
    font-weight: bold;
    font-size: 12px !important;
}

.headtxt{
    color: #1963a3;
    font-size: 18px;
}

.headtxt span {
    color: grey;
    font-size: 14px;
    font-weight: bold;
}
#daysddn {
    font-weight: bold;
}
.orangetxt
{
	color: orange;
}
.orangetxt span {
    color: grey;
    font-size: 16px;
    font-weight: bold;
}
.borderimg
{
	border:1px solid;
	border-radius: 2px;
	width: 100%;
    height: 98px;
    
}
.boxes i {
    color: white;
    background: #1963a3;
    padding: 7px 10px;
    font-size: 10px;
    border-radius: 3px;
    vertical-align: middle;
}
.boxes {
    border-bottom: 1px solid silver;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media(min-width:768px) and (max-width:1024px)
{
    .userForm
    {
        width:100%!important;
        position:unset!important;
    }
}
@media(min-width: 200px) and (max-width: 767px)
{
    .userForm
    {
        width:100%!important;
        position:unset!important;
    }
    .mobtextleft
    {
        text-align:left!important;
    }
    .leftwhitebox .datetobox {
    width: 89%!important;
}
    .filternumberslist li
    {
        width: 8%!important;    
    }
    .mobpaddings
    {
        padding-left:15px;
        padding-right:15px;
    }
    .headingtitlemain
    {
    font-size: 16px!important;    
    }
    
    .mediacoveragediv .checkbox-inline {
    padding-left: 17px!important;
}
    .searchboxdiv i
    {
    top: 8px!important;    
    }
    .searchboxdiv input
    {
    height: 30px!important;    
    }
    .boxes h3
    {
    margin-top: 0;
    margin-bottom: 0;    
    }
    .mobmgt0
    {
        margin-top:0px!important;
    }
    .mobmgb0
    {
        margin-bottom:0px!important;
    }
    .moblineheights
    {
        line-height:28px!important;
    }
    .mgtless4
    {
        margin-left:0px!important;
    }
    .channelslist li
    {
        width: 48%!important;
        margin-bottom:10px!important;
    }
    
    .greytxt
    {
        line-height: 26px;    
    }
    .insidediv
    {
        padding:10px;
    }
    .paddright10
{
padding-right:15px!important;
}
.paddleft10
{
padding-left:15px!important;
}
    .desktopleftpadd46 {
    padding-left: 20px!important;
}
    .boxes i
    {
        padding: 3px 6px;    
    }
    .mobnopaddings
    {
        padding:0px!important;
    }
    .ft20
    {
        font-size:12px !important;
        vertical-align: top;
    }
    .boxes p
    {
        font-size: 11px !important;    
    }
    
    .boxes .bluetxt {
    font-size: 12px !important;
    vertical-align: top;
}
    #chart {
    width: 100%!important;
}
	.mobnolleftpaddings
	{
		padding-left: 0px;
	}
	.mobmgb10
	{
		margin-bottom: 10px;
	}
	.searchbox
	{
		margin-bottom: 20px;
	}
	.mobfont19
	{
		font-size: 19px;
	}
	.mobtxtcenter
	{
		text-align:center;
	}
	.mobmargint12
	{
		margin-top: 12px!important;
	}
	.mobfont14
	{
		font-size: 14px;
	}
	.boxes
	{
		margin-bottom: 0px;
	}
} 
#contentddn {
    font-weight: bold;
}

.dscriptn {
    font-size: 12px;
}

.rightdarkbox
{
	background-color: #383838;
	padding: 10px;
	border-radius: 10px;
	margin-top: 15px;
}
.whitetxt
{
	color: white;
	font-size: 14px !important;
}
.lightbluetxt {
    color: #18d5ed;
    font-size: 14px;
}
.boxes .bluetxt {
    font-size: 12px;
}
#canvas {
    width: 100%!important;
    height: auto!important;
}
.boxes a:hover {
    text-decoration: none;
}
.boxes p {
    color: #333;
    font-size: 11px !important;
}
.boxes h3 {
    color: #333;
    margin-top: 0px;
    font-size: 16px;
}
.silverboxbg
{
    background: #eaeaea;
    padding: 20px;
    box-shadow: 1px 1px 1px silver;
    margin-top: 40px;
    border: 1px solid silver;
}
.silverboxbg .form-control {
    border: 1px solid #bfc9d4!important;
    font-size: 15px!important;
    padding: 8px 10px!important;
    letter-spacing: 1px!important;
    height: auto!important;
    border-radius: 4px!important;
    box-shadow: unset!important;
    line-height: unset!important;
}
.rightdarkbox h3 {
    /*color: white;*/
}
.rightdarkbox .bluetxt {
    /*color: white;*/
}
.rightdarkbox p {
    /*color: white;*/
}
.mgt50
{
    margin-top:50px;
}
#chart table tr td {
    color: white;
    width: 4px;
    padding-left: 4px;
}





/*dashboard css*/


.chatbtn {
    background: #FF9800;
    color: white!important;
}
.navbar-default {
    background-color: white;
    border-color: #e7e7e7;
}
.chatbtn {
    background: #FF9800;
    color: white!important;
    padding: 8px 10px!important;
    margin-top: 7px!important;
    margin-right: 5px;
    border-radius: 5px;
    border:0px;
    font-size: 12px;
}
.chatbtn:hover {
    background: #FF9800!important;
    color: white!important;
}
.chatbtn:focus {
    background: #FF9800!important;
    color: white!important;
    border:0px;
        outline: unset;
}
.bodysilverbg
{
	background: #e1e5ee;
}
.whitediv {
    background: white;
    padding: 10px;
    border: 1px solid silver;
    border-radius: 5px;
}
.alertbtn a {
    background: #d9edf6;
    padding: 7px 18px;
    border: 1px solid #afe1f8;
    border-radius: 5px;
    cursor:pointer;
}
.alertbtn a i {
    font-size: 13px;
}
.formdiv {
    border: 1px solid silver;
    padding: 15px;
    margin-top: 10px;
    border-radius: 4px;
}
.formdiv .form-group label sup {
    color: red;
    font-size: 14px;
}
@media(min-width:657px) and (max-width:1366px)
{
    .userForm
    {
    height: 80%!important;    
    }
}
@media(min-width:603px) and (max-width:1229px)
{
    
    .desktopleftpadd46 {
    padding-left: 40px!important;
}
    .mediumscreen
    {
    font-size: 10px;
    margin-top: 5px;    
    }
    .datetobox
    {
            width: 88%!important;
    }
    .mediacovpanelbody .form-group label {
    font-size: 12px!important;
}
    .borderboxes .form-group label {
    font-size: 11px!important;
}
#chart {
    width: 100%!important;
}    
}
@media(min-width: 200px) and (max-width: 767px)
{
	.chatbtn
	{
	width: 150px;
    margin: auto;
    margin-bottom: 12px;	
	}
}

.alertbtn a:hover
{
    text-decoration: none;
    background: #337ab7;
    color: #d9edf6;
    border-color:#337ab7;
}
.navbar-nav li a {
    border-radius: 8px;
}

/*index2 css*/
.headingtitles {
    background: #48b8eb;
    color: white;
    margin-top: 0;
    padding: 3px;
}
.headingtitles h5
{
	margin:0px;
	padding: 2px 10px;
}
.borderboxes {
    border: 1px solid silver;
    padding: 10px 7px;
    min-height: 445px;
    background:white;
    border-radius: 10px;
}
.keywordbox
{
	border:1px solid silver;
	padding:10px;
	padding-bottom: 70px;
}
.keywordbox ul li {
    list-style-type: square;
    margin-bottom: 6px;
}
.borderboxesminheights {
    min-height: 238px;
}
@media(min-width: 200px) and (max-width: 767px)
{
	.mobmgb10
	{
		margin-bottom: 10px;
	}
	.mobmgt10
	{
		margin-top: 10px!important;
	}
	.moblesspaddings
	{
		padding-left: 10px;
		padding-right: 10px;
	}
}

		a.social {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    text-indent: -9999em;
    visibility: hidden;
    width: 40px;
}
.bg-fall a {
    overflow: visible;
    perspective: 40px;
    position: relative;
}
a.social:before, a.social:after {
    color: #fff;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 30px;
    height: 40px;
    line-height: 44px;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    visibility: visible;
    width: 40px;
}
a.facebook:before {
    background: #3b5998;
}
.bg-fall a:before {
    transform: rotateX(0deg);
    transform-origin: center 44px;
    transform-style: preserve-3d;
    transition: all .3s ease-in-out;
    -webkit-transform: rotateX(0deg);
}

a.social:after {
    left: 0;
    position: absolute;
}
a.facebook:after {
    content: "\f09a";
    top: -1px;
    font-size: 20px;
}
.fg-color a:after, .bg-fade a:after {
    color: #fff;
    transition: all .3s ease-in-out;
}
.bg-fall a:hover.facebook:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(59, 89, 152, 0.7));
}
.bg-fall a:hover:before {
    transform: rotateX(90deg);
}
.rounded a.social:before {
    border-radius: 50%;
}
.fg-rise a:hover:after {
    transform: translateY(-8px);
}
.fg-color a:hover.facebook:after, .bg-fade a:hover.facebook:after {
    color: #3b5998;
}
.rounded a.social:before {
    border-radius: 50%!important;
}
a.linked-in:before {
    background: #007bb6;
}
a.linked-in:after {
    content: "\f0e1";
    top: -1px;
    font-size: 20px;
}
.fg-color a:hover.linked-in:after, .bg-fade a:hover.linked-in:after {
    color: #007bb6;
}
.bg-fall a:hover.linked-in:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 123, 182, 0.7));
}
a.email:before {
    background: #48b8eb;
}
.fg-color a:hover.email:after, .bg-fade a:hover.email:after {
    color: #48b8eb;
}
a.email:after {
  content: "\f0e0";
  top: -1px;
  font-size: 20px;
}
a.whatsapp:before {
    background: green;
}
.fg-color a:hover.whatsapp:after, .bg-fade a:hover.whatsapp:after {
    color: green;
}
.bg-fall a:hover.whatsapp:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #4CAF50);
}
a.whatsapp:after {
  content: "\f232";
  top: -1px;
  font-size: 20px;
}
a.youtube:after {
  content: "\f167";
  top: -1px;
  font-size: 20px;
}
a.youtube:before {
    background: red;
}
.fg-color a:hover.youtube:after, .bg-fade a:hover.youtube:after {
    color: red;
}
.bg-fall a:hover.youtube:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #F44336);
}
#owl-demo-26 .item i {
    color: black;
    font-size: 20px;
    float: right;
}
.downloadicon {
    font-size: 22px!important;
}
.blacktxt
{
    color:black!important;
}
/*index5 css*/
.formouterdiv
{
	border:1px solid silver;
	padding: 10px;
	background:white;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: white;
    cursor: default;
    background-color: #1a73e8;
    border: 1px solid #1a73e8;
    border-bottom-color: transparent;
    border-radius: 3px;
}
.borderboxes1
{
	border: 2px dotted #eaeaea;
    padding: 10px 7px;
    /*min-height: 424px;*/
}
.formouterdiv ul {
    display: table;
    margin: 0 auto;
    border-bottom: 0px;
}
/*index4 css*/

.mediacovpanelbody {
    padding: 8px 4px;
}
.mediacoveragediv .checkbox-inline {
    padding-left: 19px;
}
.mediacovpanelbody .form-control {
    padding: 3px 12px!important;
    height: 30px;
    font-size: 12px;
}
.mediacovpanelbody label {
    font-size: 12px;
}
.whiteborderboxes
{
    border: 1px solid silver;
    padding: 24px 10px;
    background:white;
}
.searchboxdiv i {
    position: absolute;
    top: 16px;
    left: 28px;
    color: grey;
}
.searchboxdiv input {
    border-radius: 25px;
    height: 43px;
    padding-left: 30px;
    border-left: 3px solid #48b8eb;
    border-radius: 5px;
}
.lesspaddings
{
    padding: 0px 10px!important;
}
.keywordtable tr th,td
{
    vertical-align: middle!important;
}
.keywordtable tr th {
    padding: 5px 8px!important;
}
.keywordtable tr td {
    padding: 5px 8px!important;
}
.headlinepanelbody
{
     padding: 15px 4px;   
}
.mediacoveragediv .checkbox-inline input {
    margin-top: 2px;
    margin-left: -16px;
}
#accordion .panel-title a:hover {
    text-decoration: none;
}
.rightheading
{
    margin-top:0px;
}
.mainnavbar
{
    margin-bottom: 0px!important;
}
.mainnavbar .navbar-nav li a
{
    padding-top: 6px!important;
    padding-bottom: 6px!important;
    margin-top: 8px;
    margin-bottom: 7px;
    border: none;
    font-size: 12px;
    margin-left: 5px;
}
/* Button Styles */

.mybutton {
display: inline-flex;
     /*height: 40px; */
     /*width: 150px; */
    border: 2px solid #337ab7;
    /*margin: 20px 20px 20px 20px;*/
    color: #337ab7;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px 20px;
}

.mybutton button {
  color: #BFC0C0!important;
  text-decoration: none;
  letter-spacing: 1px;
  background:transparent;
  border:0px;
}






/* Fifth Button */

#button-5 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-5 button {
  position: relative;
  transition: all .45s ease-Out;
}
#button-6{
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-6 button {
  position: relative;
  transition: all .45s ease-Out;
}
#button-7 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-7 button {
  position: relative;
  transition: all .45s ease-Out;
}
#button-8 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-8 button {
  position: relative;
  transition: all .45s ease-Out;
}
#button-9 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-9 button {
  position: relative;
  transition: all .45s ease-Out;
}
#button-10 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-10 button {
  position: relative;
  transition: all .45s ease-Out;
}

#translate {
    transform: rotate(50deg);
    width: 100%;
    height: 250%;
    left: -200px;
    top: -30px;
    background: #337ab7;
    position: absolute;
    transition: all .3s ease-Out;
    color: white;
}

#button-5:hover #translate {
  left: 0;
}

#button-5:hover button {
  color: white!important;
}
#button-6:hover #translate {
  left: 0;
}

#button-6:hover button {
  color: white!important;
}
#button-7:hover #translate {
  left: 0;
}

#button-7:hover button {
  color: white!important;
}
#button-8:hover #translate {
  left: 0;
}

#button-8:hover button {
  color: white!important;
}
#button-9:hover #translate {
  left: 0;
}

#button-9:hover button {
  color: white!important;
}
#button-10:hover #translate {
  left: 0;
}

#button-10:hover button {
  color: white!important;
}
.mybutton button {
    color: #337ab7!important;
    font-weight: bold;
}
#button-5:hover
{
        border: 2px solid #03a9f4;
}
#button-6:hover
{
        border: 2px solid #03a9f4;
}
#button-7:hover {
    border: 2px solid #03a9f4;
}
#button-8:hover
{
        border: 2px solid #03a9f4;
}
#button-9:hover
{
        border: 2px solid #03a9f4;
}
#button-10:hover
{
        border: 2px solid #03a9f4;
}
.mgtop0
{
    margin-top:0px!important;
}
.width137
{
    width:137px!important;
}
@media(min-width:603px) and (max-width:1229px)
{
    .mybutton
    {
        padding: 10px 12px!important;
    }
}
.downloadbtn {
    border: 0px;
    background: transparent;
}
.ft20
{
    font-size:12px;
    color: #ff9800;
    font-weight: bold;
}
.redtxt
{
    color:red;
}
.mybutton button:focus
{
    outline:unset!important;
}
.mybutton:focus
{
    outline:unset!important;    
}
/*.borderboxes .form-group input, input::-webkit-input-placeholder {*/
/*    font-size: 12px;*/
/*}*/
.mybutton
{
border-radius:10px!important;    
}
.desktopleftpadd10
{
padding-left:10px;    
}
.leftrightnopadding
{
padding-left:0px;
padding-right:0px;
}
.desktopleftpadd46
{
padding-left:46px;
}
.mobpaddingsblock
{
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.paddright10
{
padding-right:10px;
}
.paddleft10
{
padding-left:10px;
}

@media(min-width:443px) and (max-width:1536px){
    .borderboxes .form-group label{
    font-size:13px!important;
        
    }
    
}
.formdiv .form-group input {
    border-left: 3px solid #48b8eb;
    border-radius: 5px;
}
.borderboxes .form-group input {
    border-left: 3px solid #48b8eb;
    border-radius: 5px;
}
.mediacovpanelbody .form-group input {
    border-left: 3px solid #48b8eb;
    border-radius: 5px;
}
.left-border{
     border-left: 3px solid #48b8eb;
    border-radius: 5px;
}
.headlinepanelbody .form-group input {
    border-left: 3px solid #48b8eb;
    border-radius: 5px;
}
.carousel-control.right
{
    /*right: 30px!important;*/
    left: auto;
    background-image: none!important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: none!important;
    background-image: none!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
/*.carousel-control*/
/*{*/
/*left: 30px!important;    */
/*}*/
#sliderVideo {
    text-align: center;
}
.noborderbottom
{
    border-bottom:0px!important;
}
.mgt4
{
    margin-top:4px;
}
#myModalvidpopup
{
    top: 7%!important;    
}
/*video slider css*/
		@media(min-width: 200px) and (max-width: 767px)
		{
			.user-drawer
			{
				width: 100%!important;
			}
		}
		.userForm {
    /*overflow-x: hidden;*/
    background: white;
    /*position: fixed;*/
    height: 100% !important;
    /*right: 0;*/
    margin-bottom: 15px;
    padding-left: 16px;
    padding-right: 10px;
    padding-top: 10px;
    border-radius: 13px;
    padding-bottom:12px;
    position: fixed;
    right: 0;
    width: 32%;
    
}

.user-drawer {
  position: relative;
  /*width: 455px;*/
  background-color: #f2f2f2;
  border: 1px solid #bbbbbb;
  /*min-height: 450px;*/
  margin-left:auto;
 
  transition:left 0.5s;
   
  margin-right: 4px;
}



.btngroup {
  text-align:right;
  margin:8px 0;
}
.adsDiv {
    background: white;
   
}
.userForm .text-right i
{
    cursor:pointer;
    font-size:20px;
}
.blueborder {
    border: 1px solid #3f51b5;
}
.purpleborder {
    border: 1px solid purple;
}
.lightblueborder {
    border: 1px solid #2196f3;
}
/*index6 css*/
.searchboxmaindiv i
{
    position: absolute;
    top: 8px !important;
    left: 28px;
    color: grey; 
}
.searchboxmaindiv input {
    border-radius: 15px;
    height: 30px !important;
    font-size:  12px !important;
    padding-left: 35px;
    border-left: 3px solid #48b8eb;
    border-radius: 5px;
    
}
.mgleft22
{
    margin-left: 22px;
}
.insidediv {
    box-shadow: 1px 1px 5px silver;
    background:white;
    border-radius: 10px;
    margin-top: 15px !important;
    margin-bottom: 20px;
    height: 86vh;
}

.insidediv input {
    font-size: 12px;
    height: 30px;
}

.insidediv select {
    font-size: 12px;
    height: 30px;
}

.insidediv label {
    font-size: 12px;
    margin: 0px;
}

.channeldatatable {
    font-size: 12px;
    border-collapse: separate;
    border: none !important;
}

.greytxt
{
    color:grey;
}

/*channels css*/
.channelboxes {
padding: 10px 3px;
    box-shadow: 2px 2px 2px 1px silver;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    min-height: 100px;
    padding-bottom: 0px;
    transition: 1s ease;
        padding-bottom: 10px;
}
.mgt60
{
    margin-top:60px!important;
}

.mgb20
{
    margin-bottom: 20px;
}
.logobox img {
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    transition: transform .2s;
}
.logobox img:hover {
    transform: scale(1.2);
}
.logobox {
    /*border: 1px solid silver;*/
    /*padding: 10px;*/
    border-radius: 10px;
}
.headingtitlemain {
    
    font-weight: 500;
    font-family:verdana;
    font-size: 16px !important;
}
#owl-demo-30 .owl-prev {
    position: ABSOLUTE;
    left: 0;
    top: 30%;
    background: #48b8eb;
    color: white;
    padding: 3px!important;
    font-size: 30px;
}
#owl-demo-30 .owl-next {
    position: ABSOLUTE;
    right: 0;
    top: 30%;
    background: #48b8eb;
    color: white;
    padding: 3px!important;
    font-size: 30px;
}
.channeltxt h4 {
    font-size: 12px;
    font-weight:bold;
}
#owl-demo-30 .owl-item {
    margin-bottom: 10px;
}
.owl-item a:hover {
    text-decoration: none;
    color: #FF9800;
}
.searchboxmaindiv1 i {
    position: absolute;
    top: 8px !important;
    left: 28px;
    color: grey;
}
.searchboxmaindiv1 input {
    height: 30px!important;
    padding-left: 35px;
    border-left: 3px solid #48b8eb;
    border-radius: 5px;
    font-size: 12px !important;
    
}
.linkkeywordtable
{
    max-height: 270px;
    overflow-y: scroll;
}
/*index7 css*/
.headingtitlemain i {
    color: grey;
    font-weight: 400;
    font-size: 16px !important;
    margin-left: 6px;
}
.channeldatatable tr th{
    text-align:center!important;
    font-size: 14px !important;
}
.channeldatatable tr td
{
    text-align:center!important;
    font-size: 12px;
}
.channeldatatable tr td img {
    height: 70px;
}
#owl-demo-30 .owl-nav {
    display: block;
}
.channelslist {
    padding: 0;
}
.channelslist li {
    width: 12%;
    padding-left: 10px;

    display: inline-block;
    vertical-align: top;
    margin-right: 1px;
    list-style-type: none;
}
.channelslist li a:hover
{
    text-decoration:none!important;
}
.mgtless4
{
    margin-left:-4px;
}
.mgt40
{
    margin-top:40px;
}
.mgt5
{
    margin-top:5px;
}
.linkkeywordtable tr th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #48b8eb;
    color: white;
}
.linkkeywordtable tr td {
    font-size: 17px;
}




/*range filter css*/
.filterdiv {
    width: 100%;
    border-top: 4px solid green;
    border-radius: 14px;
    position: relative;
}
.filtericon {
    width: 12px;
    height: 12px;
    background: silver;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
}
.rightsidebarfiltersection {
background: #f3f2f2;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid silver;
}
.borderbottsliver
{
    border-bottom: 1px solid silver;
    padding-bottom: 5px;
}
.borderbootoms h4
{
    border-bottom:1px solid #efeeee;
    padding-bottom: 5px;
    position: relative;
    font-size: 12px;
}
.borderbootoms h4:before {
    border-bottom: 3px solid #48b8eb;
    content: '';
    width: 60px;
    height: 10px;
    position: ABSOLUTE;
    top: 12px;
}

.transition { transition: all .2s ease; }


#slider1 {
-webkit-appearance: none;
margin: 20px 0;
width: 100%;
background-color: transparent;

&:focus { outline: 0; }
}
#slider1::-webkit-slider-thumb {
@extend .transition;
-webkit-appearance: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: white;
border: 10px solid rgba(0,0,0,0.2);
background-clip: padding-box;
  cursor: pointer;
  margin-top: -11px;
}
#slider1::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
border-top: 2px solid black;
border-bottom: 1px solid #cc99f0;
  cursor: pointer;
  background: linear-gradient(90deg, #00dbde 10%, #fc00ff 90%);
  border-radius: 50px;
}



@charset "UTF-8";
/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/
.irs-grid-pol.small {
  display: none;
}

/* =====================================================================================================================
// Skin details */
.irs-hidden-input {
  opacity: 0 !important;
}

.irs-slider.single.glyphicon {
  padding-top: 5px;
  padding-left: 5px;
}

.irs {
  height: 55px;
}

.irs-with-grid {
  height: 75px;
}

.irs-line {
  height: 10px;
  top: 33px;
  background: #e9e9e9;
  border: none;
  border-radius: 50px;
  -moz-border-radius: 50px;
}

.irs-line-left {
  height: 8px;
}

.irs-line-mid {
  height: 8px;
}

.irs-line-right {
  height: 8px;
}

.irs-bar {
  height: 6px;
  top: 33px;
  border: none;
  background: #ccc;
  transition: all 0.15s ease-in;
}

.irs-bar-edge {
  height: 6px;
  top: 33px;
  width: 14px;
  border: none;
  background: #ccc;
  border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
}

.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}

.irs-slider {
  top: 25px;
  width: 24px;
  height: 24px;
  border: none;
  background: white;
  border-radius: 24px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
  background: #FFF;
}

.irs-min, .irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc;
}

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #428bca;
  border-radius: 3px;
  transition: all 0.3s ease-in;
}

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999;
}

.irs-grid {
  height: 24px;
}

.irs-grid-pol {
  opacity: 0.5;
  background: #428bca;
}

.irs-grid-pol.small {
  background: #999;
}

.irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}
.filternumberslist {
    padding: 0px;
    margin-bottom:0px;
}
.filternumberslist li {
    display: inline-block;
    width: 9%;
}
#slider1:focus {
    outline: unset!important;
}
span.irs-grid-text.js-grid-text-0 {
    color: black;
    font-size: 12px;
    font-weight: bold;
}
span.irs-grid-text.js-grid-text-2 {
    color: black;f
    font-size: 12px;
    font-weight: bold;
}
span.irs-grid-text.js-grid-text-4 {
    color: black;
    font-size: 12px;
    font-weight: bold;
}

.redfilter
{
    color:red;
    margin: 0;
}
.greenfilter
{
    color:green;
    margin: 0;
}
.norightpaddings
{
    padding-right:0px!important;
}

.channeldatatable tr th {
   position: sticky;
    top: 0;
    z-index: 2;
    border-left: 1px solid #ddd !important;
    border-bottom: 2px solid #1a73e8 !important;
    background-color: #f1f1f4 !important;
    color: #1a1a1a !important;
}

.filternumberslist li h5 {
    margin: 0px;
}
.maintopheadings i
{
    margin-top:3px;
}
.datetimediv span i {
    color: #2196f3;
    background: transparent;
    font-size: 12px;
    vertical-align: baseline;
    padding: 0px 5px;
    border-radius: unset;
}

.datetimediv i {
    color: #646464;
    background: transparent;
    font-size: 12px;
    vertical-align: middle;
    padding: 0px 5px;
    border-radius: unset;
}
/*index8 css*/
.leftformtabsdiv .nav-tabs li {
    width: 210px;
}
.leftformtabsdiv ul li input[type=checkbox] {
    float: right;
}
.leftformtabsdiv {
    background: white;
    padding: 10px;
    border-radius: 12px;
}
.orangetxt
{
  color: orange;
  font-size:12px;
}
.bottomtabs li {
    width: auto!important;
}
.bottomtabs li input[type=checkbox] {
    margin-left: 10px;
}
.accordiantabs .panel-heading {
    color: black;
    background: transparent;
    border: 0px;
}
.accordiantabs .panel-default {
    border: 0px;
    box-shadow: unset;
}
.rightlists
{
  padding: 0px;
}
.bluedarktxt {
    color: #2196f3;
    font-size: 14px;
}

.rightdarkbox select {
    font-size: 12px;
    height: 30px;
}

.rightdarkbox button {
    font-size: 12px !important;
}

.rightlists li {
list-style-type: none;
    background: #535353;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}
.righttxt i {
    font-size: 18px !important;
    margin-top: 11px;
}
.leftform {
    background: white;
    padding: 15px;
    border-radius: 12px;
}
.leftformtabsdiv .tab-content {
    padding: 6px 0px;
} 
.leftformtabsdiv .tab-pane {
    padding: 0px;
}
@media(min-width: 200px) and (max-width: 767px)
{
  .leftformtabsdiv .nav-tabs li {
    width: 100%!important;
}
}

.radio-inline input {
    margin-top: 1px !important;
}

.checkbox-inline input {
    margin-top: 1px !important;
}

.tv-r-o_tabs input {
    margin-top: 1px;
}
.tv-r-o_tabs {
    font-size: 12px;
}

.greybackground {
    background: #e5e5e5;
    border: 1px solid silver;
    border-radius: 12px;
    margin: 15px auto;
}

.greybackground label {
    font-size: 12px;
}

.greybackground input {
    /*height: 30px;*/
    font-size: 11px;
}

:not(.searchradio).leftform input {
    height: 30px;
    font-size: 12px;
}

.search-radio input {
    height: auto!important;
    margin: 0px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 2px;
    cursor:pointer;
}

.heading12 input {
    vertical-align: bottom !important;
}
.heading12 .panel-title {
    font-size: 12px !important;
}


.silverboxbg
{
    background-color: #e5e5e5;
    padding: 20px;
    border-radius: 6px;
}
.bluetab
{
    color:blue;
}
.greentab
{
    color:green;
}
.redtab
{
    color:#ff0000;
}

.wrap {
padding: 50px 10px;
width: 100%;
}

#nlVal {
  display: inline-block;
}
.ui-widget-header{
  /*background:linear-gradient(to right, #33ccff 0%, #ff99cc 100%) !important;*/
  background:#afe1f8 !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
     background:#007fff !important;
    border: 1px solid #003eff !important;
    color:white !important;
}

div#chart {
    background: transparent;
    border: 0px;
}

.ml{
    border-left: 3px solid #48b8eb;
    border-radius: 5px;
    
}



.text{
    border-bottom: 1px solid gray;
    /*margin-bottom: 16px;*/
}

.text h1{
    color: #ffa500;
    margin-bottom: 16px;
}

.text p{
    margin-top: 5px;
    font-size: 12px;
    margin-bottom: 0px;
}

.playbtn{
    width: 100%;
    /*margin-top: 10px;*/
    background-color: #ffa500;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.main-text h1{
    color: #ffa500;
    margin-top: 0px;
    margin-bottom: 16px;
}



.main-text p{
    font-size: 16px;
    margin: 0;
    line-height: 160%;
}

.main-text p:last-child{
    margin-top: 24px;
    color: gray;
    font-weight: 400;
}

.text p:nth-child(3){
    margin-bottom: 10px;
}

.text p:nth-child(4){
    margin-top: 0px;
    line-height: 160%;
}

.bg-light .row{
    margin-top: 8px;
}

.bg_time{
    background-color: #1a73e8;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    color: white;
    padding: 1px;
}

.bg_time h2{
    margin-top: 0px;
}

.alerttxt{
    padding-bottom: 16px;
    border-bottom: 1px solid gray;
}

.bg-light {
    background: white;
    /*padding: 15px;*/
    margin-top:10px;
    /*margin-bottom:12px;*/
    border-radius: 10px;
    border: 1px solid silver;
}

.bg-white{
    background: white;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid silver;
}

.bluebtn {
    background-color: #1a73e8 !important;
    color: #fff !important;
    border: 0px;
    font-size: 12px;
}

.bluebtn:hover {
    color: #ffffff !important;
    background-color: #48b8eb;
    border-color: #48b8eb;
}


.blueheaders tr th{
    background-color: #afe1f8;
    color: #337ab7;
}
.whitebg
{
    background:white;
}
.rightsidebarfiltersection1 {
    background: white;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid silver;
}
.redtext
{
    color:black;
    font-weight:bold;
    font-size: 12px;
}
.orangetext
{
    color:black;
    font-weight:bold;
    font-size: 12px;
}
.greentext
{
    color:black;
    font-weight:bold;
    font-size: 12px;
}



.mgb5
{
    margin-bottom:5px;
}
/*second slider*/

.range-slider-new{
  margin: 30px 0 0 0%;
}


.range-slider-new{
  width: 100%;
}

.irs-line {
    height: 7px !important;
}

.irs-bar{
    height: 6px !important;
    border-bottom:none !important;

}
.irs-bar-edge {
 height: 6px !important;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 6px;
  border-radius: 5px;
  /*background: #d7dcdf;*/
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  /*-webkit-transition: background 0.15s ease-in-out;*/
  /*transition: background 0.15s ease-in-out;*/
}
.range-slider__range::-webkit-slider-thumb:hover {
  /*background: #1abc9c;*/
}
.range-slider__range:active::-webkit-slider-thumb {
 /*background: black !important;*/
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  /*background: #2c3e50;*/
  cursor: pointer;
  /*-moz-transition: background 0.15s ease-in-out;*/
  /*transition: background 0.15s ease-in-out;*/
}
/*.range-slider__range::-moz-range-thumb:hover {*/
/*  background: #1abc9c;*/
/*}*/
.range-slider__range:active::-moz-range-thumb {
  /*background: black !important;*/
}
.range-slider__range{
    background: #999999 !important;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}
::-moz-range-track {
  /*background: #d7dcdf;*/
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}
/*end*/



/*index9 css*/
.whitebgs
{
    background-color: white;
    padding: 12px;
    height: fit-content;
    border-radius: 8px;
    margin-bottom: 15px;
}
.leftasidebox ul {
    padding: 0;
}
.leftasidebox ul li {
    background: #eaeaea;
    padding: 12px 8px;
    list-style-type: none;
    margin-bottom: 1px;
}
.leftasidebox ul li i {
    margin-right: 9px;
    margin-left: 5px;
}
.sectionsdivs
{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 12px;
    padding-top: 12px;  
}
.leftasidebox ul li:hover {
    background-color: #48b8eb;
    color: white;
    cursor: pointer;
}
.cnclbtn{
    border: 1px solid #1a63a4 !important;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    width: 100%;
    margin-top: 24px;
}

.applybtn{
    background: #1a63a4 !important;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    width: 100%;
    margin-top: 24px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    font-size: 11px !important;
}

.ui-datepicker table {
    width: 100%;
    font-size: 11px !important;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.dyslect {
    font-size: 12px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 4px 10px !important;
    font-size: 10px !important;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.widgetmodalbody{
    height: auto;
    overflow: hidden;
}


.contact_tr td:nth-of-type(3) {
    width: 20%;
}
.contact_tr td:nth-of-type(1) {
    width: 35% !important;
}

:not(.layout-fixed) .main-sidebar {
    height: inherit;
    min-height: 100%;
    position: absolute;
    top: 59px;
    z-index: 1038;
}


/*Presence Page Css*/

.treeview img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.m-l {
    margin-left: 18px;
}

.content-text p {
    font-size: 11px;
    color: darksalmon;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 16px;
  margin-bottom: 0px !important;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 1px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.sidebar{
    height: 90vh !important;
    
}

.atextwhite{
    color: #fff !important;
}

/*Main Sidebar scrollbar css*/

.main-sidebar::-webkit-scrollbar {
    width: 8px;
}
.main-sidebar::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 100px;
}

.main-sidebar::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.main-sidebar {
    scroll-behavior: smooth;
}
/*Main Sidebar scrollbar css*/

.main-sidebar {
    /*overflow-y: scroll;*/
}

.pagenobox {
    margin: 10px auto;
}

.inputcalndr {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.inputcalndr input {
    height: 24px;
    font-size: 12px;
    width: 40%;
}

.show_Calender input {
    height: 24px;
    margin-bottom: 10px;
    font-size: 12px;
    width: 86%;
    margin-left: 14px;
}

.heightdetailbox {
    height: auto;
    border-radius: 6px;
    padding-bottom: 15px !important;
    /*border: 9px solid #ffba1fd1;*/
}

.borderstyle {
    border: 9px solid #1a73e8 !important;
     /*box-shadow: 0 2px 18px rgb(231 159 49 / 75%)*/
     
}

/*filterlistbox scrollbar css*/

.filterlistbox::-webkit-scrollbar {
    width: 10px;
}
.filterlistbox::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 100px;
}

.filterlistbox::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.filterlistbox {
    scroll-behavior: smooth;
}
/*filterlistbox scrollbar css*/

/*detailbox scrollbar css*/

.detailbox::-webkit-scrollbar {
    width: 10px;
}
.detailbox::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 100px;
}

.detailbox::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.detailbox {
    scroll-behavior: smooth;
}
/*detailbox scrollbar css*/


/*Active classes for sidebar*/

.sidebarbg{
    background-color: #fff !important;
    background-image: url('{{url('/')}}/public/images/uploads/2021/Feb/aside-background.svg');
}

.li_bg{
    background-color: #fff !important;
}

.a_textblack{
    color: black;
}

.activelibg{
    background-color: #1a73e8 !important;
}

.a_textwhite{
    color: #fff ;
}

/*Active classes for sidebar*/

.elevation-shadow{
     
     box-shadow: 0 4px 10px rgba(0,0,0,.18),0 10px 10px rgba(0,0,0,.18)!important;
    /*     overflow-y: scroll !important;*/
    /*height: 332px !important;*/
}

.fnts span{
    font-size: 11px !important;
}

.fullheightscroll {
    overflow-y: scroll !important;
    height: 330px !important;
}

.fullheightscroll2 {
    overflow-y: scroll !important;
    height: 280px !important;
}

.fullheightscroll3 {
    overflow-y: scroll !important;
    height: 230px !important;
}

.fullheightscroll4 {
    overflow-y: scroll !important;
    height: 140px !important;
}


.fullheightscroll::-webkit-scrollbar {
    width: 12px;
}
.fullheightscroll::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 100px;
}

.fullheightscroll::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}


.fullheightscroll2::-webkit-scrollbar {
    width: 12px;
}
.fullheightscroll2::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 100px;
}

.fullheightscroll2::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}


.fullheightscroll3::-webkit-scrollbar {
    width: 12px;
}
.fullheightscroll3::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 100px;
}

.fullheightscroll3::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}


.fullheightscroll4::-webkit-scrollbar {
    width: 12px;
}
.fullheightscroll4::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 100px;
}

.fullheightscroll4::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}


:not(.notfilterinner).filterinner {
     background-color: #f9f9f9;
     overflow-y: scroll !important;
     height: 180px !important;
}

.filterinner::-webkit-scrollbar {
    width: 12px;
}
.filterinner::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 100px;
}

.filterinner::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}


.flexstyle {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.srchbar {
    font-size: 12px !important;
    height: 24px !important;
    margin: 0px;
    border: none !important;
    box-shadow: none !important;
    margin-left: 0px !important;
}
.srchbarinput {
    border: 1px solid silver;
    border-radius: 4px;
    margin: 5px 14px !important;
    display: flex;
    align-items: center;
}

.srchbarinput i {
    font-size: 14px;
    padding: 4px;
    border: 1px solid #efefef;
    background-color: #efefef;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}

.srchbox_bg{
    background-color: #fff !important;
    border-bottom: 1px solid #1a73e8 !important;
}

.box_slcted {
    background-color:   rgb(173 216 230 / 25%);
}
    
.selected {
    background-color:  rgb(245 222 179 / 46%);
    border-radius: 15px;
}

.detail-innnerbox {
    height: auto;
    margin-bottom: 150px;
}
    
.listslctbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor:pointer;
}


.listslctbox input {
    cursor: pointer;
}


.contentbox {
    width: 79%;
    margin: 12px 0;
}


.imgbox img {
    max-width: 100%;
    height: auto;
}

.textbox p {
    margin-bottom: 0px;
    font-size: 11px;
    color: darkgrey;
    height: 30px;
    overflow: hidden;
}

.maintitle h6 {
    font-size: 12px;
    margin: 0px;
    font-weight:bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-transform: uppercase;
}

.maintitle1_1 {
    width: 300px;
    overflow: hidden;
}

.date_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tags {
    margin: 8px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tags span {
    font-size: 11px;
    border: 1px solid #1a73e8;
    padding: 3px;
    border-radius: 8px;
    color: #1a73e8;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 5px;
}
    
.filterlistbox {
    background-color: #fff;
    overflow-y: scroll;
    height: 82vh;
    border-left: 8px solid #ddd;
    padding-bottom: 48px !important;
    
}    

.box:last-child{
    margin-bottom: 110px;
}

.detailbox {
    background-color: #fff;
    overflow-y: scroll;
    height: 82vh;
    /*padding-bottom: 48px !important;*/
}

/*Search bar css*/

.srchbox {
    width: 500px;
    height: 30px;
    display: flex;
    align-items: center;
    /*border-bottom: 1px solid  #c0c0c0;*/
    /*border-radius: 4px;*/
}

.srchbox input {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    height: 28px;
    border-radius: 4px; 
    font-size: 14px;
}

.srch_highlight{
    background-color: #f1f1f4;
}

.srchbox span {
    font-size: 16px;
    color: #1a73e8;
    cursor: pointer;
    width: 24px;
    position: absolute;
    left: 470px;
    bottom: 4px;
    text-align: center;
}

.srchbox input:focus {
    box-shadow: none !important;
}


.menu_srcbar_drpdwn {
    display: flex;
    align-items: center;
}

.filterdrpdwn {
    font-size: 12px !important;
    height: 30px !important;
    width: 60% !important;
    margin-top: 0px;
    margin-left: 48px;
}

.menubar {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menubtn:hover {
    background-color: #efefef;
}

/*Search bar css end*/

/*Filter css*/

.sidebar li span {
    font-size: 12px;
    font-weight: bold;
}

.duration {
    display: flex;
    align-items: baseline;
}

.durationlabel {
    font-size: 11px;
}

.duration input {
    font-size: 11px;
    height: 24px;
    width: 70px;
    margin: 5px;
}

.duration select {
    font-size: 11px;
    height: 24px;
    width: 70px;
    margin: 5px;
    padding: 4px;
}

.whitebg{
    background-color: #fff !important;
}

.meduimbtns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #fff;
    margin-left: -4px;
}

.meduimbtns button {
    font-size: 11;
    padding: 6px 12px;
    width: 80px;
    margin: 5px;
}

.meduimbtns button:focus {
    outline: none !important;
    outline-offset: 0px !important;
}


.treeview-menu .chckbox {
    width: 12px;
    height: 12px;
    margin-right: 12px !important;
    margin: 0px;
    vertical-align: text-bottom;
}

.activemed {
    background-color: #1a73e8 !important;
    color: #fff !important;
    font-weight: 700;
}

#widgetbtn {
    padding-top: 8px !important;
    padding-right: 0px !important;
}

.widgetsbtn {
    background-color: #fff;
    border-top: 2px solid #1a73e8 !important;
    border-radius: 100px !important;
    padding: 4px !important;
    margin-left: 5px;
    margin-right: 5px !important;
    margin-bottom: 10px !important;
    box-shadow: 0px 3px 12px rgb(0 0 0 / 22%) !important;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.widgetsbtn span {
    color: #1a73e8 !important;
}

.widgetsbtn:hover {
    color: #1a73e8 !important;
    text-decoration: none !important;
}

.widgetsbtn i {
    font-size: 12px !important;
     color: #1a73e8 !important;
}

.widgetmenubox {
    height: 48px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
}

.hght {
    height: 40px;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}


/*Detail box css*/

.headline_numbox {
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.number h6 {
    margin: 0px;
    margin-top: 2px;
    text-align: center;
    font-size: 11px;
}
.number {
    width: 20px;
    height: 18px;
    border: 1px solid silver;
    float: right;
}

.headline h6 {
    margin: 0px;
    font-weight: bold;
    text-decoration: underline;
    color: #1a73e8;
    line-height: 16px;
    font-size: 14px;
    text-transform: uppercase;
}
.headline {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.datebox {
    margin-bottom: 35px;
}

.webicon {
    color: #ff4d00;
    font-size: 18px !important;
    margin-right: 15px;
    margin-top: 5px;
}

.img img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.img_chnnlname {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    width: 200px;
}

.chnnlname_date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px !important;
    margin-top: 24px;
}

.chnnlname h6 {
    margin: 0px;
    margin-left: 5px;
    font-weight: bold;
    margin-bottom: 32px;
     font-size: 12px;
}

.datebox p {
    font-size: 12px;
    margin: 0px;
}

.tonetext h6 {
    margin: 0px;
    font-weight: bold;
    margin-left: 34px;
}

.postivetext h3 {
    margin: 0px;
    text-transform: uppercase;
    font-weight: bold;
     background-color: #00d604;
    padding: 6px;
    border-radius: 8px;
    font-size: 20px;
    color: white;
    letter-spacing: 0.8;
    margin-top: 5px;
}

.tone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 5px;
}

.positive {
    display: flex;
    align-items: center;
}

.wordprssbtn {
    padding: 5px !important;
    font-size: 11px !important;
    background-color: #ccc;
    float: right;
}

.wordprssbtn:focus{
    outline: 0px !important;
}

.wordpressbox {
       padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px auto;
}

.postivetext {
    margin: 0px auto;
}

.table1 {
    font-size: 11px;
    margin-bottom: 0px !important;
    font-family: 'Cosmic',sans-serif;
    text-transform: capitalize;
}

.table2 {
    font-size: 11px;
    margin-bottom: 0px !important;
    font-family: 'Cosmic',sans-serif;
    text-transform: capitalize;
}

.table2 tbody tr:last-child th {
    width: 110px;
}

.table1>tbody>tr>td, .table1>tbody>tr>th, .table1>tfoot>tr>td, .table1>tfoot>tr>th, .table1>thead>tr>td, .table1>thead>tr>th{
    
    padding: 1px !important;
    border: none !important;
    
}

.table2>tbody>tr>td, .table2>tbody>tr>th, .table2>tfoot>tr>td, .table2>tfoot>tr>th, .table2>thead>tr>td, .table2>thead>tr>th{
    
    padding: 1px !important;
    border: none !important;
    
}

.tablebox {
    width: 90% !important;
    margin-left: 28px !important;
    padding: 15px !important;
    border-radius: 15px;
    display: flex;
    align-items: center;
    margin: 18px auto;
    background-color: white;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 24%);
    justify-content: center;
}

.body2 tr td {
    width: 128px;
}


.box1{
    width: 200px;
}

.box2{
    width: 240px;
    border-left: 1px solid silver;
    padding-left: 15px;
}

.boxsbox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 18px !important;
    margin: 24px auto;
}

.four_box h6 {
    margin: 0px;
    padding: 5px;
    font-size: 11px;
    color: #1a73e8;
    font-weight: bold;
    text-align: center;
}

.four_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.four_box div {
    background-color: rgb(26 115 232 / 18%);
    border-radius: 100px;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.two_box h6 {
    margin: 0px;
    padding: 5px;
    font-size: 11px;
    color: #1a73e8;
}
.two_box {
    display: flex;
    align-items: center;
}

.two_box div {
    border: 1px solid #1a73e8;
    border-radius: 100px;
    margin-right: 5px;
}


.statementbox {
    display: flex;
    justify-content: center;
    align-items: flex-end;
     width: 95% !important; 
    padding: 0 15px !important;
    margin-left: 15px;
    margin-bottom: 0px;
}

.transciption-head, .translation-head, .statement-head,.create-widget-head,.widget-listhead,.green_header {
    border-top: 4px solid var(--orange-color) !important;
    color: #000 !important;
    padding: 8px !important;
}

.statement-head2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statement-headbody h6 {
    font-size: 12px;
    line-height: 160%;
}

.mgb15 {
    margin-bottom: 15px;
}

.text-folder img {
    width: 22px;
}

.accordion_container {
  width: 100%;
}

.accordion_head {
  border: 1px solid var(--blue-color) !important;
  color: #1a73e8;
  cursor: pointer;
  font-family: arial;
  font-size: 12px;
  margin-top: 10px;
  padding: 7px 11px;
  font-weight: bold;
  border-radius: 4px;
}

.accordion_body {
  background: #f4f4f4;
}

.accordion_body p {
  padding: 18px 5px;
  margin: 0px;
  font-size: 11px;
}

.plusminus {
  float: right;
}

.statementline {
    height: 70px;
    overflow: hidden;
    margin: 15px auto;
}

.statementline h6 {
    font-size: 11px;
    color: #757575;
    line-height: 160%;
    text-align: justify;
    margin: 0px
}

.readmorelink {
    color: #1a73e8;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}

.readmorelink:hover {
    text-decoration: underline;
    color: #1a73e8 !important;
}

/*.postivetext {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.postivetext {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 180px;
}

.b1 {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

/*.midbox {*/
/*    margin-left: 100px;*/
/*}*/



.slctchck input {
    margin: 0px !important;
    cursor: pointer;
    margin-top: 1px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#employ .table {
    font-size: 12px;
}

.statusimg img {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50%;
}

.slctchck {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.showresult p {
    font-size: 12px;
    margin: 0px;
}

#employee_client label {
    font-size: 12px;
}
#employee_client select {
    font-size: 12px;
}

.showresult {
    margin-left: 15px;
}

.widgetmenubox {
    display: flex;
    align-items: flex-end;
}


.test + .tooltip > .tooltip-inner {
  background-color: #73AD21;
  color: #FFFFFF;
  /*border: 1px solid green;*/
  padding: 8px !important;
  font-size: 12px !important;
}

.mypresence {
    font-size: 13px !important;
    color: #5f6368 !important;
    height: 46px;
    width: 200px;
    border-radius: 0px !important;
    font-weight: bold !important;
    background-color: #fff;
    text-align: start !important;
}

.mypresence:hover {
    background-color: #efefef;
}

.mypresence:focus{
    outline: 0px !important;
}

.arrowbox i {
    font-size: 12px;
}

.arrowbox {
    width: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
    cursor: pointer;
}

.refersh {
    margin-left: 8px;
    cursor: pointer;
    padding: 8px;
}

.slctchck span {
    margin-left: 4px;
    cursor: pointer;
    padding: 5px !important;
}


.slctchck span:hover{
    background-color: #efefef;
} 


.refersh:hover{
    background-color: #efefef;
    border-radius: 50%;
} 

.sortbox{
    margin-left: 15px;
}

.leftbox {
    display: flex;
    align-items: center;
}

.rightbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 380px;
}

.newsort {
    font-size: 12px;
    margin-right: 5px;
    cursor: pointer;
}

#presencebtn {
    margin-left: 10px;
}

.mypresence i {
    margin-right: 15px;
}

.orangeactive {
    border-bottom:  4px solid #ff4d00 !important;
    color: #ff4d00 !important;
    background-color: #fff;
}

.blueactive {
    border-bottom: 4px solid #1a73e8 !important;
    color: #1a73e8 !important;
     background-color: #fff;
}

.greenactive {
    border-bottom: 4px solid #0fb36c !important;
    color: #0fb36c !important;
     background-color: #fff;
}

.highlightbg {
    background-color: #ffb40e !important;
}

.widgetbutton,.widgetbutton2{
    font-size: 11px !important;
    text-decoration: none !important;
    color: #fff !important;
    background-color: #1a73e8;
    border-radius: 100px !important;
    /*margin-right: 24px;*/
}


.l-align{
    margin-right: auto !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.widgetbutton:focus{
    outline: 0px !important;
}


.contactbtn {
    font-size: 11px !important;
    text-decoration: none !important;
    color: #000 !important;
    background-color: #ccc !important;
    border-radius: 100px !important;
    margin-right: 48px;
}

.contactbtn:focus{
    outline: 0px !important;
}

#industrybtn {
    /*border-right: 4px solid #ddd;*/
}

.midbox {
    margin-left: 48px;
}

.slctalldropdwn {
    position: absolute;
    top: 32px;
    z-index: 9999;
    height: 51px;
    width: 60px;
    background-color: #fff;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 24%);
    font-size: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.slctalldropdwn span:hover{
    background-color: #efefef;
} 


.allslct {
    padding: 4px 24px;
}

.noneslct {
    padding: 4px 16px;
}


.sortshowbox {
    position: absolute;
    top: 32px;
    right: 0px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 4px;
    border-radius: 4px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 24%);
}



.sortshowbox span {
    font-size: 12px;
    /*margin-top: 5px;*/
    cursor: pointer;
    padding: 5px;
}

.sortshowbox span:hover{
    background-color: #efefef;
} 

/*widget section css start here*/


.preview-head {
   display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 24px;
}

.widgetheading {
    display: block;
}

.widgetheading p {
    margin: 0px;
    color: #788995;
    font-weight: 500;
    font-size: 11px;
}

.widgetheading h2 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 2px !important;
    line-height: 2rem;
    font-weight: 500;
    color: #292929;
}

.widget-history {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 400px;
}

.createWidgetbtn,.rtocom {
    background-color: #1a73e8;
    color: #fff !important;
    font-size: 12px !important;
}


.main-prviewbox, .main-prviewbox2 {
    width: 100%;
    overflow: auto;
    background-color: #fff;
    height: 550px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    grid-gap: 10px
}

/*main-prviewbox scrollbar css*/

.main-prviewbox::-webkit-scrollbar {
    width: 8px;
}
.main-prviewbox::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 100px;
}

.main-prviewbox::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.main-prviewbox {
    scroll-behavior: smooth;
}
/*main-prviewbox scrollbar css*/


.content-text {
    display: block;
    flex-direction: column;
    font-size: 12px;
    color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: auto;*/
    margin-top: 250px;
    margin-bottom: 250px;
    width: 100%;
    /*margin-left: 154px;*/
    
}


.edit_widgetbox {
    width: 100%;
    height: 385px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    overflow: auto;
}


.text-folder {
    display: flex;
    align-items: center;
}

.text-folder i {
    font-size: 16px;
    margin: 0px;
    color: #000 ;
}

.text-folder h2 {
    font-size: 14px;
    margin: 0px;
    margin-left: 8px;
    color: #000 !important;
}

.projct-head {
    padding: 5px;
    /*margin: 10px 24px;*/
    /*border-bottom: 1px solid #efefef;*/
}

.project-body {
    font-size: 12px;
    margin: 24p
}

.project-body select {
    font-size: 12px;
    height: 30px;
}

.project-body input {
    font-size: 12px;
    height: 30px;
}

.mgt24 {
    margin-top: 24px;
}

.copycodebtn,.copycodebtn2 {
    font-size: 12px !important;
    background-color: #fff;
    border: 1px solid #1a73e8 !important;
    color: #1a73e8 !important;
    text-decoration: none;
}

.openlinebtn,.openlinebtn2 {
    font-size: 12px !important;
    background-color: #1a73e8;
    color: #fff !important;
    text-decoration: none;
}

.savechnge_look,.savechnge_look2{
    font-size: 12px !important;
    background-color: #1a73e8;
    color: #fff !important;
    float: right;
}

.savechnge_look:focus{
    outline: 0px !important;
}

.savechnge_look2:focus{
    outline: 0px !important;
}

.nextsetpBtn,.nextsetp2Btn {
    font-size: 12px !important;
    background-color: #1a73e8;
    color: #fff !important;
    float: right;
}

.nextsetpBtn:focus{
    outline: 0px !important;
}

.nextsetpBtn2:focus{
    outline: 0px !important;
}

.projctslctrow {
    margin-top: 15px;
}

.orderrow {
    margin-top: 15px;
}

.btnrow {
    margin-top: 20px;
}

.editWidgetbox {
    margin: 15px;
}

.previewbox {
    padding: 12px 2px 0px 4px;
    height: 600px;
}

.text-toggle h4 {
    font-size: 12px;
    margin: 0px;
}

.text-togglebox {
    border: 1px solid silver;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 8px;
}

.text-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0px;
    width: 250px;
}


.T1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.T2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.T3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.col-w {
    max-width: 98%;
}

.lightthemebox {
    height: 250px;
    padding-left: 0px !important;
    margin-top: 24px;
    padding-right: 7px;
}

.light-theme {
    border: 1px solid silver;
    border-radius: 4px;
    padding: 8px;
    cursor: pointer;
}

.dark-theme {
    border: 1px solid silver;
    border-radius: 4px;
    padding: 8px;
    cursor: pointer;
}

.darkthemebox {
    height: 250px;
    margin-top: 24px;
    padding-right: 0px !important;
    padding-left: 7px !important;
}

.logo-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.header {
    display: flex;
    align-items: center;
}

.brand-tags h6 {
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
}

.brand-tags {
    margin-left: 15px;
}

.tags2 span {
    font-size: 8px;
    border: 1px solid #1a73e8;
    padding: 2px;
    border-radius: 8px;
    color: #1a73e8;
    margin-right: 5px;
    margin-bottom: 5px;
}

.tags2 {
    margin: 2px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.presence-create-report button {
    margin-left: 24px;
    border-radius: 100px;
    font-size: 12px !important;
}

.imgbtns img {
    width: 22px;
    height: 22px;
}

.imgbtns {
    height: 40px;
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 24px;
}

.calendar-img:hover,
.contact-img:hover,
.widget-img:hover,
.task-img:hover {
    background-color: #AAD5E2; 
}

.calendar-img,
.contact-img,
.widget-img,
.task-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slct-checkbox {
    margin: 0px !important;
    padding: 8px 4px 8px 4px;
}

.slct-checkbox input {
    position: static !important;
}

.slct-checkbox:hover {
    background-color: #efefef;
}


.add-compgain-presence h5 {
    font-size: 12px;
}
.add-compgain-presence {
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.add-compgain-presence img {
    width: 24px;
    height: 24px;
}

.social-media-expo {
    height: 48px;
    width: 250px;
    margin-right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.whatsapp {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp img{
    width: 24px;
}

.whatsapp:hover {
    background-color: #AAD5E2; 
}

.telegram:hover {
    background-color: #AAD5E2; 
}

.download:hover {
    background-color: #AAD5E2; 
}

.telegram img {
    width: 24px;
}
.telegram {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download img {
    width: 24px;
}
.download {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.export-dropdown {
    width: 60px;
    height: 100px;
    background-color: #fff;
    position: absolute;
    z-index: 9999;
    right: 12px;
    top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 24%);
}

.pdf-expo {
    font-size: 12px;
    padding: 8px 18px;
}

.export-dropdown a {
    font-size: 12px;
    padding: 8px 18px;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

.pdf-expo:hover {
    background-color: #efefef;
}

.jpg-expo a {
    text-decoration: none;
    color: #1a1a1a;
}

.jpg-expo:hover {
    background-color: #efefef;
}

.png-expo a {
    text-decoration: none;
    color: #1a1a1a;
}

.png-expo:hover {
    background-color: #efefef;
}


.pagi-nation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 240px;
}

.allwidgettable>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #1a73e8 !important;
}

.allwidgettable {
    font-size: 12px;
    font-family: 'Open Sans',sans-serif !important;
    border-collapse: separate !important;
}


/*widget section css end here*/


.main-light {
    width: 100% !important;
    height: 126px !important;
    background-image: url('../public/images/uploads/2021/Feb/Light_Theme.svg') !important;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid silver;
}

.main-dark {
    width: 100% !important;
    height: 125px !important;
    background-image: url('../public/images/uploads/2021/Feb/Dark_Theme.svg') !important;
    background-size: cover;
    background-repeat: no-repeat;
    /*border: 1px solid #efefef;*/
}

.chckbox-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
}


.chckbox-text p {
    font-size: 10px;
    color: #999;
    margin: 0px;
}

.chckbox-text h5 {
    font-size: 12px;
    font-weight: bold;
}

.chckbox-text input {
    height: auto;
    margin-top: 12px;
    cursor: pointer;
}


.project-heading{
    background-color: #fff !important;
    color: #000;
    border-bottom-color: #efefef;
    border-top: 2px solid var(--green-color) !important;
}


.colorselectionbox {
    border: 1px solid silver;
    height: 324px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
    padding-left: 8px;
    padding-right: 8px;
}

.colorbox,.colorbox2 {
    border: 1px solid silver;
    margin-top: 15px;
    height: 100px;
    border-radius: 4px;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.border_width input {
    width: 100px;
    height: 28px;
}
.border_width {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.C1 , .C2 , .C3 , .C4 , .C5{
    width: var(--input-width) !important;
    height: var(--input-height) !important;
    border: none !important;
    padding: 0px !important;
    border-radius: 50% !important;
    cursor: pointer;
}
.accent,.font-color,.mention-background,.mention-bg-color,.mention-brdr-color,.heading-color,.filter-color,.border-color,.background-color{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.colorbox label {
    font-size: 10px;
    margin-top: 8px !important;
    margin-top: 5px !important;
}

.colorbox2 label {
    font-size: 10px;
    margin-top: 8px !important;
    margin-top: 5px !important;
}

.mybadge {
    margin-top: -1px !important;
    font-size: 8px !important;
    background-color: var(--orange-color);
    padding: 3px 4px 2px 4px;
}

.clearfilter label{
    cursor: pointer;
    font-size: 8px;
    letter-spacing: 0.5;
    margin: 0px;
}

.clearfilter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 15px 10px 15px !important;
    height: 15px;
}

.clearfilter p {
    margin: 0px;
    font-size: 12px;
}

#a_7 {
    color: #000;
    text-decoration: none;
    padding: 8px 2px 8px 15px;
    margin-bottom: 8px;
}

a#li_7{
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #000;
}

#a_8 {
    color: #000;
    text-decoration: none;
    padding: 8px 2px 8px 15px;
     margin-bottom: 8px;
}

a#li_8 {
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #000;
}

.li_hover:hover {
    background-color: #AAD5E2 !important;
}

.li_hover:hover {
    background-color: #AAD5E2 !important;
}




/*Presence Page Css End*/


/*Widget Css Start*/

#presenceHistory,#compitietorsHistory,#industryHistory {
    overflow-y: scroll;
    height: 350px;
    scroll-behavior: smooth;
}

#presenceHistory::-webkit-scrollbar {
    width: 8px;
}
#presenceHistory::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 100px;
}

#presenceHistory::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

#compitietorsHistory::-webkit-scrollbar {
    width: 8px;
}
#compitietorsHistory::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 100px;
}

#compitietorsHistory::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

#industryHistory::-webkit-scrollbar {
    width: 8px;
}
#industryHistory::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 100px;
}

#industryHistory::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.widgetcursor{
    cursor: pointer !important;
}

.gridly {
    position: relative;
    width: 1280px;
    margin: 0px 24px;
    margin-top: 80px;
  }
  
.brick.small {
    width: 140px;
    height: 140px;
    background-color: red;
  }
  
.brickwidth {
    width: 302px !important;
}

.brick.large {
    width: 300px;
    height: auto;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    cursor: move;;
    margin-bottom: 8px;
    overflow: hidden;
  }

.widget-content {
    padding: 12px;
}

.widget-header {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
    margin-bottom: 18px;
}

.heading-tags {
    margin-left: 12px;
}

.widget-header img {
    border-radius: 50%;
    margin-right: 12px;
}

.heading-tags h4 {
    margin: 0px;
    font-weight: bold;
    font-size: 14px;
}

.text-para p {
    margin: 0px;
    font-size: 11px;
    text-align: justify;
    color: #1f1f1f;
    margin-top: 8px;
    line-height: 160%;
    font-weight: 400;
}

.text-para span {
    font-weight: bold;
    color: #ff4d00;
    font-size: 11px;
}

.datehead {
    font-size: 10px;
    float: right;
}

.last_created label {
    font-size: 11px;
    padding-right: 15px;
    margin: 0px;
}

.menuheader {
    margin: 15px auto;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.action_btns {
    width: 360px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.exportOption{
    width: 60px;
    height: 100px;
    background-color: #fff;
    position: absolute;
    z-index: 9999;
    right: 110px;
    top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 24%);
    cursor: pointer;
}

.exportOption2 {
    width: 60px;
    height: 100px;
    background-color: #fff;
    position: absolute;
    z-index: 9999;
    right: 0px;
    top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 24%);
    cursor: pointer;
}

.pdf-export {
    font-size: 12px;
    padding: 8px 18px;
}

.exportOption span {
    font-size: 12px;
    padding: 8px 18px;
    cursor: pointer;
}

.exportOption2 span {
    font-size: 12px;
    padding: 8px 18px;
    cursor: pointer;
}

.pdf-export:hover {
    background-color: #efefef;
}

.jpg-export:hover {
    background-color: #efefef;
}

.png-export:hover {
    background-color: #efefef;
}


.btnmovewidget {
    font-size: 12px !important;
    background-color: #1a73e8;
    color: white !important;
}

/*Widget Css End*/

/*compitietors stream css*/

.detailviewbtn {
    background-color: #1a73e8;
    font-size: 12px !important;
    color: #fff !important;
    border-radius: 100px;
}

.col-wdth{
    width: 25% !important;
    margin-bottom: 30px;
}

.streambg{
    background-color: #e1e5ee;
    overflow-y: scroll;
    height: 550px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.streambox,.streambox2 {
    border: 1px solid silver;
    margin-top: 24px;
    height: 500px;
    padding-bottom: 15px;
    overflow: hidden;
    border-radius: 4px;
}

.streambox2{
    height: fit-content;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
}

.streamheader h4 {
    font-size: 14px;
    margin: 0px;
    font-weight: bold;
}

.streamheader2 h4 {
    font-size: 14px;
    margin: 0px;
    font-weight: bold;
}

.streamheader,.streamheader2 {
    padding: 10px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid silver;
    background-color: #fff;
    border-top: 2px solid var(--green-color);
}

.streambox2{
    height: fit-content !important;
}

.streamdisplay {
    background-color: #fff;
    height: 500px;
    overflow-y: scroll;
    padding-bottom: 48px !important;
}

.streamdisplay2 {
    height: fit-content;
    /*padding: 5px;*/
    /*padding-bottom: 48px !important;*/
}


/*streamdisplay scrollbar css*/

.streamdisplay::-webkit-scrollbar {
    width: 8px;
}
.streamdisplay::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 100px;
}

.streamdisplay::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.streamdisplay{
    scroll-behavior: smooth;
}
/*streamdisplay scrollbar css*/

/*streambg scrollbar css*/

.streambg::-webkit-scrollbar {
    width: 10px;
}
.streambg::-webkit-scrollbar-thumb{
    background-color: #c1c1c1;
    border-radius: 100px;
}

.streambg::-webkit-scrollbar-track{
    background-color: #f1f1f1;
}

.streambg{
    scroll-behavior: smooth;
}
/*streambg scrollbar css*/

.m_r_s{
    color: #1a73e8 !important;
    font-weight: bold;
}

.m_r_s:hover{
    text-decoration: none;
}

.brick_large2 {
    width: 100%;
    height: fit-content;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    cursor: move;;
    margin-bottom: 0px;
    border-top: none !important;
    border-left: none!important;
  }

.widget-content2 {
    padding: 10px 10px 30px 10px;
}

.widget-header2 {
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
    flex-direction: column;
}

.img_h4 h4 {
    font-size: 13px;
    /*text-align: justify;*/
    font-weight: bold;
    line-height: 140%;
}

.img_h4 {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

.heading-tags2 {
    margin-right: auto;
}

.widget-header2 img {
    border-radius: 50%;
    margin-right: 12px;
    width: 40px;
    height: 40px;
}

.tonec h5 {
    font-size: 11px;
    margin: 0px;
    padding: 5px;
    background-color: #00d604;
    border-radius: 100px;
    color: #fff;
}

.heading-tags2 h4 {
    margin: 0px;
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
}

.text-para2 p {
    margin: 0px;
    font-size: 11px;
    text-align: justify;
    color: #1f1f1f;
    margin-top: 8px;
    line-height: 160%;
    font-weight: 400;
}

.text-para2 {
    margin-bottom: 8px;
}

.text-para2 span {
    font-weight: bold;
    color: #ff4d00;
    font-size: 11px;
}

.datehead2 {
    font-size: 11px;
    float: right;
    margin: 5px 0;
    width: 34%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.widget-content2 .datehead2 {
    font-size: 11px;
    float: right;
    margin: 5px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tags2 {
    margin: 5px 0px;
}

.tags2 span {
    font-size: 10px;
    border: 1px solid #1a73e8;
    padding: 2px;
    border-radius: 8px;
    color: #1a73e8;
}

.chckbox_date input {
    margin: 0px !important;
    cursor: pointer;
    float: right;
}

.share_menu img {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.share_menu {
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sharelogo{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sharelogo:hover{
    background-color: #AAD5E2;
}

.menutdot{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.menutdot:hover{
    background-color: #AAD5E2;
}

.sociamediadrpdwn {
    position: absolute;
    top: 63px;
    right: 22px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 24%);
    justify-content: space-between;
    height: 180px;
}

.closecompitietor i:hover {
    color: red;
}
.closecompitietor:hover {
    background-color: lightblue;
}
.closecompitietor i {
    color: darkgrey;
    font-size: 16px;
    margin-bottom: 3px;
}
.closecompitietor {
    padding: 4px;
    border-radius: 100px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.edit {
    background-color: #ff4d00;
    color: white;
    height: 30px;
    width: 30px;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 8px;
    cursor: pointer;
}

.livestreambox label {
    font-size: 12px;
    margin: 0px !important;
    width: 110px;
}
.livestreambox select {
    height: 30px;
    font-size: 12px;
}
.livestreambox {
    width: 300px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 15px;
}

.contact_table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #1a73e8 !important;
}

.contact_table>tbody>tr>td, .contact_table>tfoot>tr>td, .contact_table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
     border-top: none!important; 
    border-bottom: 1px solid #ddd;
    font-family: 'Open Sans',sans-serif;
    
}

.taskdiv::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 100px;
}

.taskdiv::-webkit-scrollbar-track {
    background-color: #f9f9f9;
}
.taskdiv::-webkit-scrollbar {
    width: 10px;
}

.taskdiv {
    height: 300px;
    overflow-y: scroll !important;
    width: 100%;
}

.tasktable>tbody>tr>td, .tasktable>tfoot>tr>td, .tasktable>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
     border-top: none!important; 
    border-bottom: 1px solid #ddd;
    font-family: 'Open Sans',sans-serif;
    
}

.taskdailog {
    width: 30% !important;
    margin-top: 100px;
}

.table_tbody p {
    margin: 0px !important;
    font-size: 11px;
}

.table_tbody {
    font-size: 11px !important;
}

.task_modalbody p {
    margin: 0px !important;
    font-size: 12px;
}

.task_modalbody input {
    font-size: 12px;
    height: 30px;
}
.task_modalbody label {
    font-size: 12px;
    margin: 0px !important;
}

.task_modalbody .row {
    display: flex;
    align-items: center;
}

.tasktable thead tr th {
    position: sticky;
    top: 0;
    z-index: 2;
    border-left: 1px solid #ddd !important;
    border-bottom: 2px solid #1a73e8 !important;
    background-color: #f1f1f4 !important;
    color: #1a1a1a !important;
}

.tasktable thead tr th:after,
.tasktable thead tr th:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
}

.tasktable thead tr th:before {
  top: -1px;
  border-left: 1px solid #ddd !important;
}

.tasktable thead tr th:after {
  bottom: -1px;
  border-bottom: 2px solid #1a73e8;
  border-left: 1px solid #ddd !important;
}

.task_modalbody .activte_status {
    padding: 2px 19px !important;
    border-radius: 100px !important;
    font-size: 10px !important;
    letter-spacing: 0.5;
    text-transform: uppercase;
    font-weight: bold !important;
    color: #03a503!important;
    background-color: rgb(92 184 92 / 24%);
}

.task_modalbody .dactivte_status{
    padding: 2px 12px !important;
    border-radius: 100px !important;
    font-size: 10px !important;
    letter-spacing: 0.5;
    text-transform: uppercase;
    font-weight: bold !important;
    color: #F64E60 !important;
    background-color: #FFE2E5;
}



.task_modalbody .pending_status{
    padding: 2px 15px !important;
    border-radius: 100px !important;
    font-size: 10px !important;
    letter-spacing: 0.5;
    text-transform: uppercase;
    font-weight: bold !important;
    color: rgb(255 168 69) !important;
    background-color: rgb(255 237 201);
}

.task_modalbody .close_status{
    padding: 2px 21px !important;
    border-radius: 100px !important;
    font-size: 10px !important;
    letter-spacing: 0.5;
    text-transform: uppercase;
    font-weight: bold !important;
    color: #3699FF !important;
    background-color: #E1F0FF;
}

.addContactbody input {
    height: 30px;
    font-size: 12px;
}

.nameinput {
    display: flex;
    align-items: center;
    justify-content: center;
}

.addContactbody {
    overflow: hidden;
    height: auto;
}

.contact_table,.tasktable{
    font-size: 12px !important;
    border-collapse: separate !important;
}

.contactbody{
    height: auto;
    overflow: hidden;
}

.addcontact {
    font-size: 11px !important;
    background-color: #1a73e8 !important;
    color: #fff !important;
}

.addcontact,.add_task{
    font-size: 11px !important;
    background-color: #1a73e8 !important;
    color: #fff !important;
}


.f_d_cbody{
    padding: 0px !important;
}

.removebtn {
    background-color: #efefef !important;
    font-size: 12px !important;
    color: #000 !important;
}

.okbutton{
    background-color: #1a73e8;
    padding: 5px 24px;
    font-size: 12px !important;
    color: white !important;
}

.okbutton2{
        background-color: #1a73e8;
        padding: 2px 12px;
        font-size: 11px !important;
        color: white !important;
    }

.h_6 h6{
    color: #000 !important;
    text-decoration: none;
}

.mgt0{
    margin-top: 0px !important;
}

.mgt15{
    margin-top: 15px !important;
}

/*compitietors stream */

/*all_detailview css*/


.all_detailview_content {
    padding: 0px !important;
}

.bg-hght{
    min-height: 656px !important;
}


.share_menu span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: darkgrey;
    font-size: 12px;
}


.page-n p {
    margin: 0 5px;
    font-size: 12px;
    color: darkgrey;
}


.viewdrpdwn {
    position: absolute;
    top: 60px;
    right: 2px;
    z-index: 9999;
    height: 24px;
    width: 80px;
    background-color: #fff;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 24%);
    font-size: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.viewdrpdwn a {
    font-size: 12px;
    color: #000 !important;
    padding: 5px 5px 5px 6px;
}

.viewdrpdwn a:hover {
    background-color: #efefef;
}

/*all_detailview css*/

/*dark theme for widget*/

.dark-card{
    background-color: #121212 !important;
}

.d-para{
    color: #fff !important;
}

.d-heading{
    color: #fff !important;
}

.dark-span{
    background-color: #fff !important;
}

.d-datetime{
    color: #fff;
}


/*compitietors widgets*/

.bg-img {
    background-image: url("https://tiea2z.com/mediaplanet/public/public/images/uploads/2021/Feb/mesh.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
}

.b-width {
    width: 250px !important;
}

.m-r{
    margin-right: 0px !important;
}

.streamdisplay2 .brick {
    margin-bottom: -1px !important;
}

.est_pub {
    margin-right: 68px;
}

.widgetdisplay {
    margin-bottom: 15px;
}

/*Summary Page Css*/

.pl-low {
    padding-left: 5px;
}

.actionbtnsnav {
    background-color: #fff;
    margin: 15px auto;
    padding: 8px;
    border-radius: 8px;
}

.btns-contentbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.labeltxt {
    font-size: 12px;
    color: darkgrey;
}

.d-w-mbtns button {
    background-color: #f9f9f9;
    font-size: 12px;
}

.s-datepicker {
    width: 200px;
    height: 30px;
    background-color: black;
    border-radius: 4px;
}

.datepicker-toggle {
    background-color: white;
    height: 30px;
    border: 1px solid silver !important;
    width: 200px;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: darkgrey;
}

.p-line {
    width: 1px;
    background-color: silver;
    height: 30px;
    margin: 0 8px;
}

.latestmentionbtn {
    background-color: #fff;
    border-radius: 4px !important;
    border: 1px solid #1a73e8 !important;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #1a73e8 !important;
    padding: 6px 28px !important;
}

.latestmentionbtn:hover {
    background-color: #1a73e8;
    color: #fff !important;
    transition: 0.4s;
}

.datepicker-toggle i {
    margin-right: 5px;
    font-size: 14px !important;
}

.d-pickertxt {
    margin-right: auto;
    font-size: 12px;
    margin-top: 2px;
}


.m-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.mentions_listsbox {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #fff;
    height: 650px;
    margin-bottom: 24px;
    margin-top: 35px;
    padding: 15px;
}

.sum_men_social {
    border-radius: 8px;
    background-color: #fff;
    height: fit-content;
    margin-bottom: 24px;
}

.summary_numbers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.mention_num h4 {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
}

.summary_numbers h5 {
    font-size: 11px;
    margin: 0px;
    color: darkgrey;
    font-weight: bold;
    text-transform: uppercase;
}

.summary_numbers h4 {
    font-size: 16px;
    margin: 8px 0px 5px 0px;
    font-weight: bold;
}

.summary_numbers span {
    font-size: 11px;
}

.summary_section,.mentions_section,.socialreach_section {
    padding: 20px;
    border-bottom: 1px solid silver;
}


.socialreach_section{
    border-bottom: none !important;
}

.Summary_header,.mentions_header,.smreach_header {
    vertical-align: baseline;
    display: flex;
    align-items: center;
    margin: 0px 0px 18px 0px;
}

.Summary_header{
    margin-bottom: 24px !important;
}

.Summary_header i {
    margin-right: 8px;
    color: #ff4d00;
   
}

.mentions_header i {
    margin-right: 8px;
    color: #ff4d00;
    
}

.smreach_header i {
    margin-right: 8px;
    color: #ff4d00;
    
}

.Summary_header h4 {
    font-size: 14px;
    margin: 0px;
}

.mentions_header h4 {
    font-size: 14px;
    margin: 0px;
}

.smreach_header h4 {
    font-size: 14px;
    margin: 0px;
}

.mentions-graphbox,.smreach-graphbox {
    height: 170px;
    width: 100%;
}

.interaction_num span {
    color: darkgrey;
    font-weight: bold;
}

.negative_num span {
    color: red;
    font-weight: bold;
}
.mention_num span {
    color: #0fb36c;
    font-weight: bold;
}

.sm_reach span {
    color: #0fb36c;
    font-weight: bold;
}

.positive_num span {
    color: #0fb36c;
    font-weight: bold;
}

.activeclass {
    color: var(--green-color) !important;
    border-top: 2px outset var(--green-color) !important;
    border-bottom: none !important;
    background-color: #fff !important;
}

.datetimec {
    /*margin-right: 15px;*/
}

/*.btn2,.mmobtn{*/
/*    width: 264.6px !important;*/
/*}*/

.btn1,.btn2 {
    font-size: 12px;
    font-weight: bold;
    background: #f9f9f9;
    border-radius: 0px!important;
    border: 1px solid #efefef;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    width: 100%;
    height: 35px;
    text-align: start;
    padding-left: 15px;
}

.btn1:focus {
    border-color: none !important; 
    outline: 0 !important; 
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
}

.btn2:focus {
     border-color: none !important; 
     outline: 0 !important; 
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
}

.dwm_active {
    background-color: #1a73e8 !important;
    color: #fff !important;
}

.wordcloudbox {
    height: 375px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    user-select: none;
}

.mcs_mmobox {
    background-color: #fff;
    height: 340px;
    margin-top: 35px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 15px 0px 15px 0px;
}


.MCSbtn,.mmobtn{
    font-size: 12px;
    font-weight: bold;
    background: #f9f9f9;
    border-radius: 0px!important;
    border: 1px solid #efefef;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    width: 100%;
    height: 35px;
    text-align: start;
    padding-left: 15px;
}

.box3 {
    position: relative;
    border-radius: 15px;
    background: #ffffff;
    /*border-top: 3px solid #d2d6de;*/
    margin-bottom: 8px;
    margin-top: 8px;
    width: 100%;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 24%);
}


.contentbox2 {
    width: 80%;
    margin: 8px 0;
}

.imgbox2{
    margin-left: 24px;
}

.imgbox2 img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.textbox2 p {
    margin-bottom: 0px;
    font-size: 11px;
    color: darkgrey;
}

.maintitle2 h6 {
    font-size: 14px;
    margin: 0px;
}


.tags3 {
    margin: 5px 0px;
}
.tags3 span {
    font-size: 11px;
    border: 1px solid #1a73e8;
    padding: 3px;
    border-radius: 8px;
    color: #1a73e8;
}

.listslctbox2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor:pointer;
}

.slctionbox2 {
    padding: 8px;
}

.d-pickertxt input {
    position: absolute;
    height: 30px;
    right: 192px;
    bottom: 0px;
    width: 200px;
}

.moreMentions a {
    text-decoration: none !important;
    color: darkgrey !important;
    font-size: 12px !important;
}

.moreMentions a:hover{
    text-decoration: none !important;
    color: #1a73e8 !important;
}

.moreMentions i {
    vertical-align: middle;
}

.moreMentions {
    /*border: 1px solid silver;*/
    position: relative;
    /*top: 460px;*/
    padding: 15px;
    cursor: pointer;
}

.imgtd img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-left: 15px;
}

.Spokespersontable,.media_oulettable {
    font-size: 12px;
    margin-bottom: 0px;
}


.datetimec2 i {
    color: #ff4d00;
    font-size: 11px;
    vertical-align: baseline;
}

.datetimec2 {
    margin-right: 15px;
}

.Spokespersontable>tbody>tr>td{
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    padding: 10px 8px 10px 8px !important;
}

.media_oulettable>tbody>tr>td{
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    padding: 10px 8px 10px 8px !important;
}


.imgtd {
    width: 10%;
}

.spo_name {
    width: 37%;
}

/*Summary Page end Css*/

/*porject_management css*/

.projctman_tbody1 {
    position: relative;
    top: 83px;
    font-size: 11px;
}

.Popupshow7 i {
    font-size: 14px;
    vertical-align: middle;
    color: green;
    text-decoration: none;
}


.projctman_tr select {
    height: 30px !important;
    font-size: 12px !important;
}

.projctman_tr input {
    height: 30px !important;
    font-size: 12px !important;
}

.activte_status span {
    padding: 2px 19px !important;
    border-radius: 100px !important;
    font-size: 10px !important;
    letter-spacing: 0.5;
    text-transform: uppercase;
    font-weight: bold !important;
    color: #03a503!important;
    background-color: rgb(92 184 92 / 24%);
}

.dactivte_status span {
    padding: 2px 12px !important;
    border-radius: 100px !important;
    font-size: 10px !important;
    letter-spacing: 0.5;
    text-transform: uppercase;
    font-weight: bold !important;
    color: #F64E60 !important;
    background-color: #FFE2E5;
}



.pending_status span {
    padding: 2px 15px !important;
    border-radius: 100px !important;
    font-size: 10px !important;
    letter-spacing: 0.5;
    text-transform: uppercase;
    font-weight: bold !important;
    color: rgb(255 168 69) !important;
    background-color: rgb(255 237 201);
}

.close_status span {
    padding: 2px 21px !important;
    border-radius: 100px !important;
    font-size: 10px !important;
    letter-spacing: 0.5;
    text-transform: uppercase;
    font-weight: bold !important;
    color: #3699FF !important;
    background-color: #E1F0FF;
}


.title2 h4 {
    margin-bottom: 8px;
    font-size: 22px;
}

.title2 h6 {
    margin-top: 4px !important;
    color: darkgrey;
    font-weight: 500;
}

.title2 {
    margin-bottom: 24px;
    margin-top: 15px;
}

.title2 span {
    color: #ff4d00;
    /*font-weight: bold;*/
    font-size: 22px;
    text-transform: uppercase;
}

.pheader2 {
    border-bottom: 1px solid silver;
}

.projctnamebox2 label {
    font-size: 12px;
}

.projctnamebox2 input {
    height: 30px;
    font-size: 12px;
}

.projctnamebox2 {
   margin-top: 15px;
    padding-bottom: 24px;
    border-bottom: 1px solid silver;
}


.whitebackground_pm {
    background-color: #fff;
    border-radius: 8px;
    margin: 15px auto;
    height: 96vh !important;
}

.actionbtnbox {
    background-color: #fff;
    padding: 8px;
    margin: 8px auto;
    display: flex;
    align-items: center;
}

.button_header button {
    margin-right: 8px;
    font-size: 12px;
    background-color: #f1f1f4;
    font-weight: bold;
}


.nofproject span {
    font-weight: bold;
    color: #1a1a1a;
}

.nofproject {
    font-size: 12px;
    letter-spacing: 0.4;
    font-weight: bold;
    color: darkgrey;
}

.projctmantable1 {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 0px;
}

.frsttd i {
    font-size: 14px;
    color: gold;
}

.projctman_tr td:nth-of-type(6) {
    color: #a9a9a9;
}
.projctman_tr td:nth-of-type(5) {
    color: #a9a9a9;
}

.projctman_tr a {
    color: #1a73e8;
}

.brdr-R {
    border-right: 1px solid #ddd!important;
}

.brdr-R input {
    padding: 8px !important;
}

.projctman_tr td:nth-of-type(5) {
    width: 8% !important;
}

.brdr-R select {
    padding-bottom: 3px !important;
}

.Popupshow7 {
    cursor: pointer;
    /*padding: 12px 95px 12px 0px;*/
}

.projctmantable1>tbody>tr>td,.projctmantable1>tfoot>tr>td,.projctmantable1>thead>tr>td{
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none !important;
    border-bottom: 1px solid #ddd !important;
}

.expireIntable>tbody>tr>td,.expireIntable>tfoot>tr>td,.expireIntable>thead>tr>td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none !important;
    border-bottom: 1px solid #ddd !important;
}

.projctmantable1>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid var(--blue-color);
    border-left: 1px solid #ddd;
}

.projctmantable1_head {
    /*border: 1px solid #ddd;*/
    color: #1a1a1a;
    background-color: #F1F1F4;
    position: fixed;
    width: 95.7%;
    z-index: 1;
}

.projct_filters input {
    height: 24px;
    font-size: 12px;
}

.expiretr input {
    float: right;
}

.projct_filters {
    display: flex;
    align-items: center;
}

.projctman_tr td:nth-of-type(1) {
    width: 20%;
}

.projctman_tbody1 select {
    height: 24px !important;
    padding: 2px 12px !important;
    font-size: 12px !important;
    cursor: pointer;
}

.projctman_tr td:nth-of-type(4),
.projctman_tr td:nth-of-type(5),
.projctman_tr td:nth-of-type(6),
.projctman_tr td:nth-of-type(7),
.projctman_tr td:nth-of-type(8) {
    
    width:6%;
}

.projctman_tbody1>tr>td:nth-of-type(7) {
    padding-left: 8px !important;
}


.projctman_tbody1>tr>td:nth-of-type(2),
.projctman_tbody1>tr>td:nth-of-type(3),
.projctman_tbody1>tr>td:nth-of-type(4),
.projctman_tbody1>tr>td:nth-of-type(5),
.projctman_tbody1>tr>td:nth-of-type(6),
.projctman_tbody1>tr>td:nth-of-type(8) {
    padding-left: 20px !important;
}

.projctman_tr td:nth-of-type(8) {
    width: 4% !important;
}

.projctman_tr td:nth-of-type(4) {
    width: 8.5% !important;
}

.projctman_tr td:nth-of-type(6) {
    width: 11.5%;
}

.projctman_tbody1>tr>td:nth-of-type(8) {
    padding-left: 10px !important;
}


.projctman_tr td:nth-of-type(2),
.projctman_tr td:nth-of-type(3){
    width: 15%;
    text-transform: uppercase;
}

.projctman_tbody1 input {
    font-size: 12px;
    height: 24px;
}

.frsttd input {
    height: auto;
    margin: 0px;
    vertical-align: middle;
}

.frsttd p {
    margin: 0px;
    font-weight: bold;
    font-size: 11px;
    color: #1a73e8;
    text-transform: uppercase;
}
.frsttd {
    display: flex;
    align-items: center;
}


.expireIntable {
    font-size: 12px !important;
    margin-bottom: 0px;
}

.expireInhead h4 {
    font-size: 16px !important;
}

.expireInbody select {
    height: 30px;
    font-size: 12px;
}

.expiretr td:first-child {
    font-size: 12px;
    font-weight: bold;
}

.slctdate {
    padding: 10px 28px 10px 0px;
    cursor: pointer;
}

.clientimg img {
    width: 28px !important;
    height: 28px !important;
}

.my-custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 100px;
}

.my-custom-scrollbar::-webkit-scrollbar-track {
    background-color: #f9f9f9;
}
.my-custom-scrollbar::-webkit-scrollbar {
    width: 8px;
}



.projctmantable1>thead>tr>th{
    /*position: sticky;*/
    top: 0;
    z-index: 2;
    color: #1a1a1a;
    background-color: #F1F1F4;
    border-bottom: 2px solid var(--blue-color);
}

.my-custom-scrollbar {
position: relative;
height: 100%;
overflow: auto;
}


.allwidgettable thead tr th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #f1f1f4;
    color: #1a1a1a;
    border-left: 1px solid #ddd;
    border-bottom: 2px solid #1a73e8 !important;
}

.table-wrapper-scroll-y {
display: block;
}

.category_menu,.projctfilter_menu {
    min-width: 120px !important;
}
.category_menu a {
    display: block;
    padding: 6px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
    background-color: ;
}

.category_menu>.active>a, .category_menu>.active>a:focus, .category_menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1a73e8 !important;
    outline: 0;
}

.projctfilter_menu a {
    display: block;
    padding: 6px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
}


/*project_management end */

/*Channel Master Css*/

.channelmasterform-table tbody tr td:nth-of-type(6) {
    width: 150px;
}

.channelmasterform-table tbody tr td:nth-of-type(5) {
    width: 160px;
}

.weekinput{
    height: 30px;
    font-size: 12px;
}

.mgleft{
    margin-left: 12px;
}

.settingtable>tbody>tr>td,.settingtable>tbody>tr>th, .settingtable>tfoot>tr>td,.settingtable>tbody>tr>th, .settingtable>tfoot>tr>td {
    padding: 5px !important;
    line-height: 1.42857143;
     vertical-align: middle !important; 
    border-bottom: 1px solid #ddd !important;
    border-top: none !important;
}

.copytobody>tbody>tr>td,.copytobody>tbody>tr>th, .copytobody>tfoot>tr>td,.copytobody>tbody>tr>th, .copytobody>tfoot>tr>td {
    padding: 5px !important;
    line-height: 1.42857143;
     vertical-align: middle !important; 
    border-bottom: 1px solid #ddd !important;
    border-top: none !important;
}

.primetime {
    /*display: flex;*/
    /*align-items: center;*/
    width: 40%;
}

.nonprimetime {
    /*display: flex;*/
    /*align-items: center;*/
    width: 40%;
}

.primetime input {
    height: 30px !important;
    font-size: 12px !important;
    width: 46%;
}

.nonprimetime input {
    height: 30px !important;
    font-size: 12px !important;
    width: 46%;
}

.settingtable input {
    height: 30px !important;
    font-size: 12px !important;
}
.settingtable {
    font-size: 12px !important;
}

.slct2 select{
    font-size: 12px !important;
   height: 30px !important;
}

.slct1 select{
    font-size: 12px !important;
   height: 30px !important;
}

.chnnl_setting_pdfs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
}

.chnl_mstr_setting {
   margin-left: auto;
    margin-right: 15px;
}

.chnl_mstr_settingbtn {
    background-color: #fff;
    color: #1a73e8;
    border: 1px solid #1a73e8;
    font-size: 12px !important;
    float: right;
}


.blueheaders tr th{
    background-color: #afe1f8;
    color: #337ab7;
}

.bordersleft
{
 border-left: 3px solid #48b8eb;
    border-radius: 5px;   
}
#myModalchannel .modal-content {
    padding-bottom: 100px;
}
#myModalchannel .close
{
    margin-top:2px;
    opacity:1;
}
#myModalchannel .modal-dialog {
    width: 1050px;
}
.searchsilverbox {
    background-color: #e5e5e5;
    padding: 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}
.mgright {
    margin-right:12px!important;
}
#myModaledit .modal-dialog {
    width: 1040px;
}
.channelstable tr td {
    border: 1px solid #d2c2c2;
}
.channelstable tr td
{
    vertical-align:middle!important;
}
.channelstable tr th{
    vertical-align:middle!important;
}
.bottomdiv {
    margin-top: 15px;
    border: 1px solid silver;
    padding: 14px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.maindiv {
    border: 1px solid silver;
    padding: 13px;
    margin-top: 12px;
    border-radius: 14px;
}
.topdiv{
    border: 1px solid silver;
    padding: 15px;
    border-radius: 8px;
}
.scrolldiv {
    max-height: 580px;
    overflow-y: scroll;
    width: 100%;
    overflow-x: hidden;
}

.mgt60{
    margin-top:60px;
}

#form1 .modal-content {
    height: 40vh;
    padding-bottom: 340px;
    margin-top: 100px;
}
/*.modal-header .close {*/
/*    margin-top: -22px;*/
/*}*/
/*.modal-header {*/
/*    padding: 6px 15px!important;*/
/*}*/
#form1 .modal-dialog {
    /*width: 1090px;*/
}

/*.modal-body{*/
/*	overflow-x:auto;*/
/*}*/

.mgt20
{
    margin-top:20px;
}
.topmaindiv {
    background: white;
    border-radius:12px;
    margin-top: 15px;
    border: 1px solid silver;
}

.topmaindiv .table-responsive
{
    overflow-x: hidden!important;
}
@media(min-width:200px) and (max-width:767px)
{
    .searchsilverbox
    {
        padding: 10px 0px!important;    
    }
    .mobmgb10
    {
        margin-bottom:10px;
    }
    .momgb20
    {
        margin-bottom:20px;
    }
    .topmaindiv .table-responsive {
    overflow-x: unset!important;
}

}

.channelstable{
    font-size: 12px;
}

.lastColumn a {
    font-size: 12px !important;
    padding: 3px 7px !important;
}

.channelstable  th{
    position: sticky;
    top: 0;
    z-index: 2;
    border-left: 1px solid #ddd !important;
    border-bottom: 2px solid #1a73e8 !important;
    background-color: #f1f1f4 !important;
    color: #1a1a1a !important;
}

.modalWidth{
    width: 80% !important;
}

/*channel master css*/

/*Edit Channel list*/
.text2 p:nth-of-type(1) {
    font-size: 14px !important;
    color: #ff0000;
    font-weight: 600;
    letter-spacing: 0.6;
}

.channeldatatable thead th {
    text-transform: uppercase;
}

/*Edit Channel list*/

.export-action {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    float: right;
    width: 76%;
}

.export-action h6 {
    font-weight: bold;
}    

.exp-pdf {
    cursor: pointer;
    margin-left: 10px;
    color: #ff0000;
    font-weight: bolder;
    font-size: 20px;
}

.exp-xl i {
    cursor: pointer;
    color: green;
    /*font-weight: 600;*/
    font-size: 20px;
}

.client-list-card {
    width: 100%;
    height: 350px;
    overflow-y: scroll;
    margin-top: 15px;
    border-top: 1px solid #efefef;
}

/* width */
.client-list-card::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.client-list-card::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.client-list-card::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

/* Handle on hover */
.client-list-card::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.livechattable {
    font-size: 12px;
    overflow-y: scroll;
}

div#liveChatButton .modal-body {
    height: 400px;
    overflow: hidden;
}

.livechattablediv {
    overflow-y: scroll;
    height: 100%;
}


