*{
  scrollbar-width: thin;
}
::selection{
  background: #0cbcb9;
  color: #ffffff;
}

:focus-visible {
  outline: none;
}
html {
  height: 100%;
}
body {
  background: #f8f9fb none repeat scroll 0 0;
  height: 100%;
  /* padding-bottom: 60px; */
  position: relative;
  /* font-family: "Inter", sans-serif; */
  
}

a {
  color: #2C3E50;
}
a:active, a:hover {
  color: #0cbcb9;
}
a.disabled {
  color: #999 !important;
}
.primary-text{color: #0cbcb9}
.small-label{font-size: 12px; font-weight: 600; line-height: 1.7;}
.btngroup{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.btngroup.right{
  justify-content: flex-end;
}
.btngroup .btn{
  min-width: 100px;
}

.modal-footer{
  text-align: left;
}
.btn-secondary{
  color: #0cbcb9;
  background: #ffffff00;
  border: 1px solid #0cbcb9;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}
.btn-secondary:hover, .btn-secondary:active{
  background-color: #0cbcb9;
  color: #FFFFFF;
}
.panel-footer{
  background: #ffffff;
  border-top: 0;
  padding: 0 15px 15px;
}
.container-body {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.bodyContainer {
  padding: 15px;
}
.table{
  margin-bottom: 10px;
}
.tableScreenName {
  width: 40%;
}
.tableScreenIp {
  width: 10%;
}
.tableScreenLoc {
  width: 30%;
}
.tableScreenStatus {
  width: 10%;
}
.tableScreenAction {
  width: 10%;
}
.scrollable-table{
  max-height: calc(100vh - 300px);
  overflow: auto;
}
.fixed-table-header thead tr th{
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #fff;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #eee;
  margin: 0 auto;
  padding: 10px;
}
.footer p {
  margin: 0px;
}
.duration {
  display: none;
}
input[type="checkbox"], input[type="radio"] {
  cursor: pointer;
}
.form-control{
  border-radius: 7px;
}
.form-control:focus{
  border-color: #0cbcb9;
  -webkit-box-shadow: inset 0 1px 1px rgba(12,188,185,.075), 0 0 8px rgba(12,188,185,.6);
  box-shadow: inset 0 1px 1px rgba(12,188,185,.075), 0 0 8px rgba(12,188,185,.6);
}
.box-section-main {
  margin: 10px 0px 30px 0px;
}
.box-section-main label, .box-section-main b {
  display: inline-block;
  width: 100%;
  color: #2c3e50;
  font-size: 14px;
  max-width: 100%;
  text-transform: uppercase;
  text-align: center;
}
.box-section-main a img {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.hldrPagnt-screenshots {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.box-section-main a {
  display: inline-block;
  margin: 10px 0 0;
  width: 100%;
}
.flash {
  display: none;
  text-align: center;
  width: 100%;
  z-index: 9;
}
.loader {
  text-align: center;
  width: 100%;
  display: none;
}
.dashboardMap {
  display: inline-block;
  width: 100%;
  margin: 0 0 0 0;
}
.btnScreenStatus {
  margin-top: -7px !important;
}
.carousel-holder {
  margin-bottom: 0px !important;
}
.borderless td, .borderless th {
  border: none !important;
}
.showVdo .imgBorder {
  height: 50px;
  width: auto;
}
.showVdo{
  position: relative;
}
.showVdo i {
  font-size: 27px;
  /* margin-left: -85px; */
  color: #FFF;
  top: 7px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
label.error {
  color: #FF0000;
  font-weight: normal;
  margin-top: 7px;
}
.screenLbl {
  width: 30%;
}
.screenHeading {
  background: #3C8DBC;
  color: #fff;
  font-size: 18px;
}
/* .advertisementList {
  margin-bottom: 15px;
} */
.listAdvertisement {
  max-height: 400px;
  overflow-y: auto;
}

.divBPadding {
  padding-bottom: 15px;
  display: none;
}
.myBtn {
  background: #16a085;
  color: #fff;
}
.smlInput {
  width: 100% !important
}
.noteMsg {
  color: #9f9f9f !important;
}
.attachRes {
  margin-top: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.attachRes a {
  color: #FFF !important;
}
.screenStatus {
  background: #3C8DBC;
  color: #FFF;
}
.screenStatusIconA {
  color: #86ff86;
}
.screenStatusIconI {
  color: #56C3D0;
}
.editScreen, .editLocation, .addScreens, .viewAdvertisement {
  cursor: pointer;
}
.myTerminal {
  background: #000;
  height: 400px;
  overflow-y: auto;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.showSetCommand {
  background: #000;
  height: 30px;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.lastScreenShot {
  height: 180px;
  border: 1px solid #ccc;
  padding: 5px;
  margin-left: 10px;
  margin-top: 10px
}
.lastScreenShot:first-child {
  margin-left: 0px;
}
.showProgress {
  display: none;
}
.userLocation {
  border: 1px solid #ccc;
}
.gogoleMap {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
}
.txtSearchBox {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.navbar {
   background: #495469; 
}
.navbar-default .navbar-brand {
  /* color: #fff !important; */
	/* padding:0px 0 0 10px; */
	/* line-height: 52px; */
  padding: 19px 10px;
}
/* .navbar-brand img{display:inline-block; vertical-align: top; width:48px; height:auto;} */
.sidebar-nav ul li a:hover {
  color: #fff;
  background: #495469;
}
.sidebar-nav ul li a {
  color: #2C3E50;
}
.icon-wrapper{
  display: inline-block;
  width: 22px;
  font-size: 15px;
}
.dropdown > a {
  color: #FFF ;
}
.action-dropdown{
  display: inline-block;
}
.action-dropdown .dropdown-toggle{
  color: #0cbcb9;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.action-dropdown .dropdown-toggle:hover{
  background-color: #e6e6e6;
}
.action-dropdown .dropdown-menu{
  left: auto;
  right: 30px;
  top: 0;
  color: #000000;
  min-width: 50px;
}
.action-dropdown.open>.dropdown-menu{
  display: inline-flex;
}
.dropdown-menu>li>a{padding: 3px 10px;}

.action-dropdown .dropdown-menu li:hover a{
  color: #000000;
}
.nav .open > a:hover, .nav .open > a:focus, .nav > a:hover {
  background-color: #004144;
}
.action-dropdown .dropdown-menu li a span{margin-left: 7px;}
.showBtn {
  display: none;
}
.showScreenReason, .showAdvertisementReason, .viewPlaytime {
  cursor: pointer;
}
.notificationCount {
  background: #FF0000 !important;
  border-radius: 50%;
  color: #FFF !important;
}
textarea {
  resize: vertical;
  height: 100px !important;
}
.noteModal {
  height: 200px;
  width: 400px;
}
.contentNoteModel {
  padding-left: 10px;
}
.modelNoteMain {
  width: 400px;
}
.progress {
  background-color: #ddd !important;
  height:20px;
}
.screenShot {
  border-radius: 5px;
}
.viewScreenShot {
  cursor: pointer
}
.showLogs_ {
  display: block;
}
.logsLi {
  line-height: 30px !important
}
.logMsg {
  padding-right: 15px;
  display: inline-block;
  margin-left: 10px;
}
.logTime {
  width: 220px;
  float: left;
  position: relative
}
.logMsgs {
  width: 100%;
}
.panel-default>.panel-heading {
  color: #2c3e50;
  background-color: #ecf0f1;
  border-color: #ecf0f1;
}

.login-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 15px;
}
.input-group-pwd{
  position: relative;
}
.input-group-pwd input[type="password"]{
  padding-right: 33px;
}
.toggle-password{
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 12px;
  color: #8ea2bb;
}
.login-box{
  max-width: 550px;
  width: 100%;
  background: #ffffff;
  border-radius: 25px;
  padding: 30px 35px;
  position: relative;
  overflow: hidden;
}
.stone-bg{
  position: absolute;
  left: 0;
  bottom: 0;
}
.stone-bg img{
  max-width: 180px;
}
.login-box .panel-body{
  padding:  30px 20px;
}
.login-box .brand-logo{
  margin-bottom: 25px;
  display: block;
  text-align: center;
}


.btn-primary, .btn-default {
  background-color: #2C3E50;
  border-color: #2C3E50;
  color: #fff;
}
.btn-primary:hover, .btn-default:hover {
  background-color: #d83939;
  border-color: #d83939;
  color: #fff;
}
.btn-primary:focus, .btn-primary:active, .btn-default:focus, .btn-default:active {
  background-color: #0cbcb9;
  border-color: #0cbcb9;
  color: #fff;
  outline:none;
}
.advertisement-content .all-execute-service:focus{
  outline: none;
}
.bootstrap-select .btn-default {
  color: #2c3e50;
  background-color: #fff;
  border-color: #ccc;
}
.bootstrap-timepicker-widget table td input{border: 1px solid #dbdbdb;}
.fc-event {
  background-color: #2c3e50;
  border: 1px solid #2c3e50 !important;
}
.fc-event .fc-bg {
  background-color: #2c3e50;
}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: #495469;
  color: #fff;
}
.margin-bottom {
  margin-bottom: 20px !important;
  /* background: #fff; */
}
#map-canvas {
  display: block;
  width: 100%;
  height: 300px;
}
#top-head {
  margin-top: 0;
}
#filter {
  border: 1px solid #0cbcb9;
  border-radius: 5px;
}
#filter li {
  text-align: center;
  width: 33.3%;
  border-right: 1px solid #0cbcb9;
}
.nav-pills > li + li {
  margin-left: 0px;
}
#filter li:last-child {
  border-right: medium none;
}
.total-records {
  float: left;
  font-size: 12px;
  line-height: 36px;
}
.pagination-main {
  float: right;
  margin: 0;
}
.pagination-main .jp-current {
  background: #000000;
  color: #FFFFFF;
  border: 1px solid #000000;
}
.overflow {
  max-height: 200px;
  overflow-y: auto;
}
.listScreenShots {
  max-height: 500px;
  overflow-y: auto;
}
.cursor {
  cursor: pointer;
}

.screen-locations .checkbox {
    display: inline-block;
    margin:0px;
    margin-bottom: 7px;
    vertical-align: top;
}
.screen-locations {
    border: 1px solid #dadada;
    min-height:55px;
    padding: 8px;
    margin:4px 0px;
    text-align: left;
    position: relative;
}
.bash-overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #ffffff;
    height: 100%;
    left: 0;
    line-height: 52px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.screen-locations label{font-weight:normal; margin:0px; line-height: 18px; padding: 0 0 0 30px; display: block;}
.screen-locations .progress{margin:0px;}
.location-title {
    display: block;
    border-bottom: 1px solid #dadada;
    font-size: 16px;
    font-weight: 600;
    margin-bottom:10px;
    padding: 0 0 8px;
}
.select-all-screens .checkbox {
    display: inline-block;
    margin:1px 0 0;
    vertical-align: top;
}
.bash-terminal{height:550px;}
.location-box {
    margin-bottom: 20px;
}
.bash-overlay,.bash-loading,.bash-success,.bash-error{display:none;}
.bash-scroll {
    margin: 20px 0 0;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}
.file-hide,.cmd-hide{display: none;}
.btn-margin-btm{margin-bottom: 10px;}
.select-all-screens .loadingMsg{margin-right:7px;}
.select-all-screens input + label{font-weight:normal;margin-left:-5px;}
a:focus, input:focus, input[type="checkbox"]:focus, .btn.focus, .btn:focus, .btn:hover{outline:none;}
.bash-terminal pre{color:#ffff00;background-color:rgba(255, 255, 255, 0.3); border-color:#808080; font-size:12px;}
.command-content pre, .cmdLogsOutput pre {background-color: #000000;color: #ffff00;max-height: 300px;overflow: auto;}
.no-pad{padding:0}
.functionsList input[type="checkbox"]{display: inline-block; margin: 1px 5px 0 0; vertical-align: top;}
.functionsList {max-height: 300px;overflow: auto;}
.permission-heading {display: inline-block;font-size: 20px;margin: 10px 0 5px;text-transform: capitalize;width: 100%;}
/* .addNewAdvertisement {
  bottom: 80px;
  position: fixed;
  z-index: 150;
  right: 40px;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop+ (document.documentElement.clientHeight-this.offsetHeight)));
  height: 35px;
}
.addNewAdvertisement a {
  border-radius: 50%;
  font-size: 30px;
  padding: 9px 12px 5px 14px;
} */

.addNewAdvertisement {
  z-index: 150;
  height: 38px;
  padding: 0;
}

.addNewAdvertisement a {
  border-radius: 35px;
  font-size: 15px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.addNewAdvertisement a .glyphicon-plus{
  color: white;
}
.addNewAdvertisement a:hover .glyphicon-plus{
  color: #004144;
}
.nopadding {
  padding: 5px !important;
  margin: 0 !important;
}
.nomargin{
  margin: 0;
}
#createAttachAdvertisementsForm label {
  width: 25%;
  text-align: left;
}
.tbl-header td {
  border-top: none !important;
  padding-top: 0px !important;
}
.panel-primary {
  border-color: #00bcd4;
}
.panel-primary > .panel-heading {
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.panel-primary > a {
  border-color: #00bcd4;
}
.panel-primary > a:focus, .panel-primary > a:hover {
  color: #00bcd4;
}
.panel-primary a {
  color: #00bcd4;
}
.panel-green {
  border-color: #ee9022;
}
.panel-green > .panel-heading {
  background-color: #ee9022;
  border-color: #ee9022;
}
.panel-green > a {
  border-color: #ee9022;
}
.panel-green > a:focus, .panel-green > a:hover {
  color: #ee9022;
}
.panel-green a {
  color: #ee9022;
}
.panel-yellow {
  border-color: #1fb99f;
}
.panel-yellow > .panel-heading {
  background-color: #1fb99f;
  border-color: #1fb99f;
}
.panel-yellow > a {
  border-color: #1fb99f;
}
.panel-yellow > a:focus, .panel-yellow > a:hover {
  color: #1fb99f;
}
.panel-yellow a {
  color: #1fb99f;
}
.panel-red {
  border-color: #da383b;
}
.panel-red > .panel-heading {
  background-color: #da383b;
  border-color: #da383b;
}
.panel-red > a {
  border-color: #da383b;
}
.panel-red > a:focus, .panel-red > a:hover {
  color: #da383b;
}
.panel-red a {
  color: #da383b;
}
.pagination>li>a, .pagination>li>span {
  border: 1px solid #E9E9E9;
  border-radius: 4px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
  background-color: #000000;
  color: #FFFFFF;
}
.pagination>li{  display: inline-block;
}
.page-header{font-size: 24px; margin: 0 0px 15px; padding: 10px 0px;}

.nav-pills > li > a { padding: 7px 15px !important; border-radius: 0 ;}
.nav-pills>li:first-child>a{border-radius: 4px 0 0 4px;}
.nav-pills>li:last-child>a{border-radius: 0 4px 4px 0;}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover { background-color: #0cbcb9; }

.green { color: #2ecc71; }
.red { color: #e74c3c; }
.yellow { color: #FEC606; }
.warning-modal {
  background-color: #F6F7F2;
  color: #000;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  top: 200px;
}
.warning-modal .msg, .warning-modal .loading {padding: 20px;}
.warning-modal .loading{ display: none;}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
  color: #fff !important;
  background-color: #0cbcb9 !important;
  border-color: #0cbcb9!important;
}
.addbash-content {
    background-color: #000 !important;
    min-height: 300px;
    color: yellow;
    font-weight: bold;
}
#page-wrapper .loadCalendar {padding: 10px 0 0;width:100%;vertical-align:top;}
#usersList.manage-screen-userlist{width:22%;min-height:529px;}
.manage-screen-calender{float:left;width:76%;}
.manage-screen-calender #calendar{float:none;width:100%;}
#usersList.manage-screen-userlist .users, .manage-slot-calendar #usersList .users {padding: 10px;}
#usersList.manage-screen-userlist .users .form-group .filterUsers {display: inline-block;margin: -2px 10px 0 0;vertical-align: middle;}
.manage-slot-calendar #usersList{min-height:734px;width:20%;}
.manage-slot-calendar .manage-calendar{float:left;width:78%;}
.manage-calendar #calendar {float:none;width:100%;}
.slot-detail {height: 300px;overflow-y: auto;}
.manage-slot-advertisements {height: 450px;margin-top: 20px;overflow-y: auto;}
#createAddAdvertisementModal .modal-dialog {width: 980px;}
.navbar-top-links{text-align:right;}
.showScreenShots .nailthumb-container.square-thumb {height: auto !important;width: 100% !important;}
.showScreenShots .nailthumb-container.square-thumb img {height: auto !important;max-width: 100% !important;width: 100% !important;}
.screen-log-pills {margin-top: 24px;}
.label-space {margin-top: 25px;}
div#addAdvertisementModal .modal-dialog {
  width: 970px;
}

/* dashboard style new */
.navbar-default{background:#004144;}
.login-bg{
  background-color: #004144;
  background-image: linear-gradient(rgba(0, 65, 68, 0.71), rgba(0, 65, 68, 0.71)), url("../img/login-bg-img.jpg");
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  height: 100%;
}
#wrapper .navbar .navbar-header{padding-top:4px;padding-bottom:4px;}
.navbar{background: #000;}
 .myBtn, .datepicker .datepicker table tr td.today{background: #CA3737;}
.sidebar-nav ul li a{ color: #FFFFFF; border-radius: 10px; margin: 5px 10px;}
.grey-text{color: #dadada;}
.table-responsive{margin-bottom: 5px;}
.table-responsive .table tr td{color:#131313;}
.sidebar ul li{border-bottom:none;}
.sidebar-nav ul li a:hover, .btnScreenStatus .dropdown a, .btnScreenStatus .btn-primary{color:#fff;}
.sidebar-nav ul li a:active{background:#30333b;}
.sidebar-nav ul li a.active{background:#0cbcb9;}
#wrapper {border-left: 0;}
.dropdown-user li a:hover{color:#fff;}
.login-bg .btn, .btn-primary, .btn-default, .btn-danger, .modal-header .btn:hover, .addNewAdvertisement .btn{color:#fff;background:#0cbcb9;border:1px solid #0cbcb9;transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;-ms-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;}
.btn.btn-sm{padding: 3px 7px 2px;font-size: 12px;font-weight: 600;}
a.btn.btn-sm{color: #ffffff;}
a.btn.btn-sm .glyphicon-plus{color: #ffffff;}
a.btn.btn-sm:hover, a.btn.btn-sm:hover .glyphicon-plus{color: #004144; transition: all .3s ease-in-out;}
.login-bg .btn:hover, .btn-primary:hover, .btn-default:hover, .btn-danger:hover, .modal-header .btn:hover, .addNewAdvertisement .btn:hover{color: #0cbcb9;background: #fff;border:1px solid #0cbcb9;}
.btn-danger{color: #fff;background-color: #d9534f;border-color: #d43f3a;}
.table-hover tbody tr:hover {background-color: #f3f3f3;color:#000;}
.nav li a:focus, .nav li a:hover, .nav li a:active{background:#0cbcb9;color:#fff}
.nav li a:focus i, .nav li a:hover i, .nav li a:active i{color:#fff;}
/* .dropdown-menu>li>a>i{
  color: #0cbcb9; 
} */
.nav.navbar-top-links .dropdown-toggle:focus,
.nav.navbar-top-links .dropdown-toggle:hover,
.nav.navbar-top-links .dropdown-toggle:active{background: #004144;}
.nav .open .dropdown-toggle {background: transparent;}
a:active, a:hover{color:#0cbcb9;}
.sidebar-nav ul {padding: 12px 0;}
.navbar-default .sidebar-nav ul li a:hover {background: #0cbcb9;}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover { background-color: #0cbcb9;}
.sidebar{top:0;left:0;height:calc(100vh - 49px); margin-top: 65px; padding-bottom: 10px;}
.alert-danger {color: #ff2a26;background-color: transparent;}
#page-wrapper, body{background: #f8f9fb;}
body, .panel-default .panel-heading, .panel-heading a, table a{color:#131313;}
.pagination li a{color:#313131;}
.panel-default .panel-heading{background: #e7e7e7;font-size: 16px;}
a:focus{color:#0cbcb9;}
.btnScreenStatus .dropdown a:hover, .btnScreenStatus .btn-primary:hover{color:#0cbcb9;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
  outline: none;
}
.fc-event-container a{background-color: #000;}
.table tr th:last-child, .table tr td:last-child{text-align: center;}
.default-table tr td:last-child, .default-table tr td:last-child{text-align: left;}
.borderless tr td:last-child{text-align: left;}
.table tr td{vertical-align: middle;}
.table-responsive .table tr td {vertical-align: middle;}
.select-all-screens .checkbox {margin: 4px 0 0;}
.table-striped, .table-striped tr th, .table-striped tr td {border:1px solid #ccc;}
/* dashboard style new  end*/
#page-wrapper.dashboard-top-space{
  padding:66px 15px;
}
.panel-heading {
  padding: 10px 10px;
}
ul.nav.navbar-top-links.right-navbar li.dropdown{padding: 6px 10px;margin-right: 0;}
ul.nav.navbar-top-links.right-navbar li.dropdown .dropdown-toggle{background: transparent;}

.navbar-toggle{
  margin-right: 5px;
  padding: 16px 10px;
}
.h-100{
  height: 100%;
}
.w-100{
  width: 100%;
}
/* .d-flex{
  display: flex;
}
.flex-wrap{
  flex-wrap: wrap;
}
.h-100 {
  height: 100%!important;
}
.justify-content-between {
  justify-content: space-between!important;
}
.flex-column {
  flex-direction: column!important;
}*/
/* .sidebar {
  top: 6px;
} */
/* .w-100{
  width: 100%;
} */

/* .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	white-space: nowrap;
} */
.table-responsive .table tbody tr td, .table-responsive .table thead tr th, .table-responsive .table tbody tr th {white-space: nowrap;}
.text-nowrap {white-space: nowrap;}
.white-space-normal{white-space: normal !important;}
.text-break, .table-responsive .table tbody tr td.text-break, .table-responsive .table tbody tr th.text-break, .table-responsive .table thead tr th.text-break {white-space: wrap;}

.table-responsive table{
  border-collapse: separate;
  border-spacing: 0 5px; 
}
.table-responsive .table, .table-responsive .table th, .table-responsive .table td{
  border: 0;
}
.table-responsive .table th{
  background-color: #F7F8F9;
  border-bottom: 1px solid #E2E8F0;
  color: #6B6E72;
  font-weight: 500;
}
.table-responsive .table tbody tr td:first-child{
  border-radius: 10px 0 0 10px;
}
.table-responsive .table tbody tr td:last-child{
  border-radius: 0 10px 10px 0;
}
.table-responsive .table tbody tr th:first-child{
  border-radius: 10px 0 0 10px;
}
.table-responsive .table tbody tr th:last-child{
  border-radius: 0 10px 10px 0;
}
.table-responsive .table tr td{
  background-color: #F7F8F9;
}

.py-10{
  padding: 10px 0;
}

.ps-1{
  padding-left: 10px;
}
.ps-0{
  padding-left: 0;
}
.pe-0{
  padding-right: 0;
}
.ms-0{margin-left: 0;}
.mr-0{margin-right: 0;}
.ms-auto{margin-left: auto;}
.items-space-between{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}
textarea.textarea-input{
  height: 34px !important;
}
@media all and (max-width:1442px){
.table > tbody > tr > td{position:relative;}
.campaign-advertisements .showVdo i {color: #ffffff;cursor: pointer;font-size: 27px;left: 50%;margin: 0;position: absolute;top: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);}
}
@media all and (max-width:1380px){
.nav-pills > li > a {padding: 7px 4px!important;}
.search-screen-field {width: 50%;}
}
@media all and (max-width:1234px){
.advertisements-listing .showVdo i {color: #ffffff;cursor: pointer;font-size: 27px;left: 50%;margin: 0;position: absolute;top: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);}
}
@media all and (max-width:1200px){
.manage-screen-calender, #usersList.manage-screen-userlist {width: 100%;}
#usersList.manage-screen-userlist{margin:15px 0 0;min-height: 140px;}
.manage-screen-calender #calendar, .manage-calendar #calendar{width:788px;}
.manage-screen-calender, .manage-slot-calendar .manage-calendar{overflow-x:auto;padding-bottom: 12px;}
.manage-screen-calender #calendar .fc-toolbar{border-width:0;}
/* body{padding-bottom:40px;} */
#createAttachAdvertisementsForm label {width: 30%;}
.inventories-page .txtSearchBox {margin-bottom: 0;}
}

@media all and (max-width:1100px){
.manage-slot-calendar .manage-calendar, .manage-slot-calendar #usersList{width:100%;}
.manage-slot-calendar #usersList{margin-top: 20px;min-height:140px;}
}
@media all and (max-width:1088px){
.campaign-advertisement-page .showVdo i {color: #ffffff;cursor: pointer;font-size: 27px;left: 50%;margin: 0;position: absolute;top: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);}
/* .page-header.mobile-top-space {
  margin-top: 40px;
} */
}
@media all and (max-width:1023px){
.manage-screen-page .panel-heading {display: inline-block;vertical-align: top;width: 100%;}
.manage-screen-page .btnScreenStatus {display: block;margin-top: 10px !important;width: 100%;}
.manage-slot-calender #usersList{margin:15px 0 0;min-height:140px;}
.manage-slot-calender #calendar, .manage-slot-calender #usersList{width:100%;}
.page-header{font-size:28px;padding: 10px 0 8px;}
}
@media all and (max-width:991px) {
/* .slot-info {margin-top: 20px;} */
.screen-log-pills {margin: 4px 0 20px;}
div#addAdvertisementModal .modal-dialog {
  max-width: 970px;
  width: auto;
}
#createAddAdvertisementModal .modal-dialog {width: auto;}
}
@media all and (max-width:950px) {
.mt-mo-1{margin-top:10px}
}
@media all and (max-width:850px) {
/* .table select.form-control {width: 200px;} */
#calendar .fc-toolbar .fc-center h2 {font-size: 16px;margin-top: 4px !important;}
}
@media all and (max-width:767px) {
.right-bg .dropdown-menu>li>a{white-space: normal}
.slot-info{padding:0;}
.campaign-page .slot-info{padding:0 15px;}
.navbar-default .navbar-toggle .icon-bar {background-color: #ffffff;}
.navbar-default .navbar-toggle{border-color:transparent;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background-color:transparent;}
.navbar-toggle .icon-bar{
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-toggle.toggleopen .top-bar{transform: rotate(-45deg);top: 6px;}
.navbar-toggle.toggleopen .middle-bar{ transform: translate(-50%);opacity: 0;}
.navbar-toggle.toggleopen .bottom-bar{transform: rotate(45deg);top: -6px;}
#userSlotInitForm .screen-field {margin-top: 15px;}
.navbar-collapse{width: 250px;}
.sidebar{margin-top:49px;}
.login-box{padding: 25px 18px;}
.login-text{font-size: 23px;}
.dashboard-top-space {
  margin-top: 50px;
}
#page-wrapper.dashboard-top-space {
  padding: 10px 15px;
}
ul.nav.navbar-top-links.right-navbar li.dropdown{
  padding: 15px 0;
}
}
@media all and (max-width:640px){
.page-header{font-size:26px;}
.screen-select {width: 100%;}
.my-1 { margin: 10px 0;} 
.mb-2 {margin-bottom: 8px;} 
.mb-1{margin-bottom: 10px;}
.ms-sm-0{margin-left: 0;}

}
@media all and (max-width:550px) {
.pagination-main {width:100%;margin: 10px 0;}
.total-records {float: none;font-size: 12px;line-height: 20px;}
}
@media all and (max-width:480px) {
.manage-screen-page .btnScreenStatus > a {display: block;margin: 4px 0 0;width: 96px;}
.manage-screen-page .btnScreenStatus .btn{font-size:13px;padding:4px 7px;}
.screen-info-sidebar .table-responsive > .table > tbody > tr > td, .screen-info-sidebar .table-responsive > .table > tbody > tr > th, .screen-info-sidebar .table-responsive > .table > tfoot > tr > td, .screen-info-sidebar .table-responsive > .table > tfoot > tr > th, .screen-info-sidebar .table-responsive > .table > thead > tr > td, .screen-info-sidebar .table-responsive > .table > thead > tr > th{white-space:normal;}
#createAttachAdvertisementsForm .btn-group.bootstrap-select, #createAttachAdvertisementsForm label, #userSlotInitForm label, .search-screen-field, .col-xs-6 {width:100%;}
#userSlotInitForm label{padding:0;}
.page-header {font-size: 22px;}
.label-space {margin-top: 0;}
.btn{padding:6px;}
}
@media all and (max-width:400px) {
.box-section-main, #userSlotForm label, #userSlotForm .btn-group, #userCopySlotForm label, #userCopySlotForm .btn-group{width:100%;}
.campaign-advertisement-page .addAdvertisements, .advertisements-listing .panel-heading a {display: block;float: none !important;margin: 5px 0 0;}
.myBtn.attachNewAdvertisement {display: block;margin: 10px 0 0;}
#createAddAdvertisementModal .pull-right {text-align: right;margin-top: 10px;}
#userSlotForm .btn-group, #userCopySlotForm .btn-group {padding: 0 15px;}
#userSlotForm .repeat-label, #userCopySlotForm .repeat-label {display: inline-block;vertical-align: middle;width: auto;}
}
.dashboard-box{background: #fff; box-shadow: 0 0 1px #ccc;padding: 10px;}
.dashboard-box .panel-footer{background: #fff; font-size: 12px; padding: 4px 15px;}
/* .dashboard-box .fa-5x {font-size: 1.5em; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; color:#fff; height: 40px; width:40px; line-height: 40px; text-align: center;} */
.yellow-bg {background-color: #027d79;}
.green-bg {background-color: #009c99;}
.red-bg {background-color: #005e5d;}
.blue-bg {background-color: #0cbcb9;}
.border-bottom{border-bottom:1px solid #f2f2f2; padding:0 0 5px;}
.border{border: 1px solid #e0dfdf;}
.no-border{border-bottom:none; padding:0; margin-bottom: 0px;}

.dashboard-box .fa-5x {
  font-size: 1.5em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #fff;
  width: 45px;
  height: 45px;
  min-width: 45px;
  line-height: 40px;
  text-align: center;
  padding: 2px 0px;
 
}
a.btn.btn-primary.red {
  background-color: #d83939;
  border-color: #d83939;
}

a.btn.btn-primary.green {
  background-color: green;
  border-color: green;
}
.tr_hover {
  background-color: #d8d8d8;
}

.no_category{
 
  text-align: center;
  font-weight: bold;
  width: 100%;
  display: inline-block;
}

.allScreens label{
  width: 100%;
    background: #ccc;
    padding: 10px;
}
.cat_label{
  padding: 10px;
    width: 100%;
    background: #ccc;
}

.bootstrap-datetimepicker-widget{
  z-index: 999999 !important;
}

/* #editAdvertisementDates .modal-dialog {
  width: 830px;
} */

.show_widget_checkbox{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0px 10px;
}

#editAdvertisementDates {
  text-align: center;
  padding: 0!important;
}

#editAdvertisementDates:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#editAdvertisementDates .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


.slot-div{
  float: left;
    width: 97.6%;
    padding: 4px 10px;
    background: #e8e8e8;
    margin: 9px 10px 10px 15px;
}
.slot-row-span{
  margin: 10px 15px;
}
.tooltip.fade.right{
  width: 100%;
}


.remove_field {padding: 10px 20px;}
.deleteAsset {float: left;width: 100%;padding: 0 30px;}
.asset-img-div{float: left;width: 200px;}


.glyphicon-pencil {color: #0cbcb9;}
.glyphicon-check{color:#004144;}
.glyphicon-send{color:#004144;}
.glyphicon-trash{color:#d83939;}
.glyphicon-eye-open {color: #004144;}
.glyphicon-plus{color: #004144;}
.glyphicon-link{color:#0cbcb9}
.glyphicon-camera{color: #004144;}
.glyphicon.glyphicon-ok{color: #0cbcb9;}
.glyphicon-new-window{color: #0cbcb9;}
.glyphicon-remove{color:#d83939;}
.glyphicon-facetime-video {color: #004144;}
.glyphicon-alert{color:#d83939;}

.action-icon{
  display: inline-block;
  border-radius: 3px;
  padding: 2px 4px;
  cursor: pointer;
}
.action-icon:hover{
  background: #e5e5e5;
}

.control-label.text-left {
  text-align: left;
}
.full-width {
  padding: 0 18px;
}
.label-width {
  width: 25%;
}
.border-0{
  border:none;
}
.pl-0.pr-0{
  padding:0
}
.mt-1{
  margin-top: 10px;
}
.extend-inner-btn.extend-inner-spacing .btn-group.bootstrap-select.show-tick.screen,
.extend-inner-btn.extend-inner-spacing .btn-group.bootstrap-select.startTime,
.extend-inner-btn.extend-inner-spacing .btn-group.bootstrap-select.endTime {
  width: 100%;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  background-color: #0cbcb9;
  color: #ffffff;
  border: 1px solid #0cbcb9;
}

.nav-tabs>li>a {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: pointer;
}

.nav-tabs>li>a:hover {
  border-color: #0cbcb9;
}

.table-responsive .event-table tbody tr th {
  text-align: left;
}

.event-table input {
  border: 1px solid transparent;
  background: transparent;
  border-radius: 4px;
  padding: 5px 4px;
  width: 100%;
}

/* .event-table input:focus {
  border: 1px solid #000000;
} */
/* 
.event-table .row-add-event td {
  padding: 0;
}

.event-table .row-add-event button {
  border: 0;
  background-color: #dbdbdb;
  color: #535353;
  width: 100%;
  line-height: 3;
  transition: all .2s ease-in-out;
}

.event-table .row-add-event button:hover {
  background-color: #b9b9b9;
} */
.filters-div{
  padding: 9px 0 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.event-file-upload input {
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.event-file-upload .helper-text{
  font-size: 13px;
  color: #AEAEAE;
  margin-top: 8px;
}
.event-file-upload .file-upload-wrapper {
  position: relative;
  height: 200px;
  width: 100%;
  border: 1px dashed #0cbcb9;
  border-radius: 4px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.event-file-upload .file-upload-wrapper .inner-content {
  min-width: 200px;
  text-align: center;
}

.heading-text {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
}

.theme-color{
  color: #0cbcb9;
}
.text-danger{color: #EB2626;}
.profile-section{border-bottom: 1px solid #D1D1D1; padding-bottom: 40px; margin-bottom: 40px;}
.profile-section .heading-text, .password-section .heading-text{margin-bottom: 25px;}
.password-section input[type="submit"]{margin-top: 25px;}
.event-file-upload .para-text {
  margin-top: 3px;
  color: #6C6C6C;
}
.modal-dialog-centered{
  min-height: 100%;
  display: flex;
  align-items: center;
}
.profile-detail-row{flex-grow: 1;}
.profile-pic-outer{
  position: relative;
  height: 108px;
  width: 108px;
  min-width: 108px;
  border-radius: 10px;
  overflow: hidden;
  background: #FBFBFB;
  border: 1px solid #dbdbdb;
}
.profile-pic-outer .remove-img-btn{
  position: absolute;
  top: 0;
  right: 0;
  height: 33px;
  width: 33px;
  border-radius: 33px;
  background: #00000040;
  color: #ffffff;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all .2s ease-in-out;
}
.profile-pic-outer:hover .remove-img-btn{
  opacity: 1;
}
.profile-dropdown{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.profile-img{
  height: 34px;
  width: 34px;
  border-radius: 34px;
  background: transparent;
  overflow: hidden;
}
.profile-dropdown .fa.arrow:before {
  content: "\f107";
}
.profile-img img{
 width: 100%;
 object-fit: cover;
}
.profile-pic-outer .upload-btn{
  height: 29px;
  width: 29px;
  border-radius: 29px;
  border: 1px solid #fff;
  background: #0cbcb9;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0;
}
.profile-pic-outer .upload-btn:hover{background: #094d4b;}
.profile-pic-outer input{
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.profile-pic-outer input[type="file" i]::-webkit-file-upload-button {cursor: pointer;}

.profile-row{
  display: flex;
  gap: 40px;
}
.file-path, .typo-md, .heading-main, .heading-md, .heading-sub, .flex-col, .typo-xs, .heading-lg, .heading-xxl, .chip-sm{
  font-family: "Inter", sans-serif;
}
.heading-md{
  font-size: 16px;
  color:#000;
  line-height: 1.2;
  font-weight: 500;
}
.modal-header .close{
  opacity: 0.6;
  font-size: 25px;
}
.custom-dialog .modal-header{
  padding:20px;
}
.custom-dialog .modal-body{
  padding:10px 20px;
}
.custom-dialog .modal-footer{
  padding:10px 20px 20px;
  text-align: right;
}
.btn-min-sized{
  min-width: 95px;
}
.typo-md{
  font-size: 16px;
  color:#727272;
  line-height: 1.2;
  font-weight: 600;
  padding:10px 0 0;
  margin:0;
}
.file-upload{
  border:1px dashed #0CBCB9;
  padding:25px 20px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #fff;
}
a.file-upload:hover, a.file-upload:focus{
  text-decoration: none;
}
.custom-dialog .modal-content{
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
  box-shadow: 0 5px 15px rgba(0,0,0,.1);
}
.fileUploadMedia{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.file-path{
  font-size: 15px;
  padding-top: 10px;
  color:#727272;
}
.heading-main{
  font-size: clamp(19px, 3.5vw, 22px);
  color:#2E2F30;
  line-height: 1.1;
  margin-top: 0;
}

.heading-sub {
  font-size: 18px;
  color: #2E2F30;
  line-height: 0;
}
.no-margin{
  margin:0;
}
.flex-col{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color:#484747;
  font-size: 16px;
  font-weight: 600;
}
.icon-sm{
  width: 20px;
  height: 20px;
}
.typo-xs{
  font-size: 14px;
  color:#727272;
  line-height: 1.2;
  padding:10px 0 0;
  margin:0;
}
.custom-switch {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 18px;
  border-radius: 20px;
  background: #dfd9ea;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 0;
}
.custom-switch::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 2px;
  width: 15px;
  height: 15px;
  background: #fafafa;
  border-radius: 50%;
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-switch:active::before {
  box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(128,128,128,0.1);
}
input:checked + .custom-switch {
  background: #72da67;
}
input:checked + .custom-switch::before {
  left: 23px;
  background: #fff;
}
input:checked + .custom-switch:active::before {
  box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(0,150,136,0.2);
}
.d-none{display: none;}

.theme-checkbox{
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.theme-checkbox input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  margin: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.theme-checkbox label {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #ccc;
  cursor: pointer;
  background: #fff;
  margin: 0;
  vertical-align: middle;
  position: relative;
}

.theme-checkbox input:checked + label {
  background: #0cbcb9;
  border: 1px solid #0cbcb9;
}
.theme-checkbox input:checked + label::after{
  content: '';
  width: 9px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  left: 4px;
  top: 6px;
  transform: rotate(-45deg);
  transform-origin: left;
}
.inter-bold{
  font-weight: 600;
}
.heading-lg{
  color:#292929;
  font-size: clamp(20px, 4vw, 38px);
  font-weight: 400;
}
.heading-xxl{
  color:#292929;
  font-size: clamp(22px, 5vw, 62px);
  font-weight: 200;
}
.py-1{
  padding-top:10px;
  padding-bottom:10px;
}
.dash-btn{
  transition: all 0.5s linear 0s;
}
.dash-btn:hover{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  background: #eaf3f3;
}
.white-box{
  background: #fff;
  padding:25px;
  border-radius: 10px;
  margin-top: 21px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.flex-between{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.grow-1{
  flex-grow: 1;
}
.row-5{
  margin-left: -5px;
  margin-right: -5px;
}
.row-5 [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.main-inner{
  margin-top: 20px;
}
.img-wpr{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 54px;
  height: 34px;
  background: #E2E8F0;
  border-radius: 5px;
  overflow: hidden;
}
.img-wpr img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.media-hding{
  color:#000;
  padding:15px 0 10px;
}
.chip-sm{
  padding: 6px 10px;
  border-radius: 7px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}
.alert-warning {
	color: #FE9816;
	background-color: rgba(254, 152, 22, 0.12);
	/* border-color: rgba(254, 152, 22, 0.12); */
}
.alert-info, .alert-success{border-color: transparent;}
.file-progress {
  max-width: 117px;
  height: 27px;
  color: #FE9816;
	background-color: rgba(254, 152, 22, 0.12);
	border-color: rgba(254, 152, 22, 0.12);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.file-progress .file-progress-bar{
  background: #F9DAB2;
  height: 100%;
  padding: 5px 8px;
  border-radius: 7px 0 0 7px;
}

.btn-delete:hover{color: #174e4d;}
.date-filter {
	width: 280px;
	background: #fff url("../img/calender-icon.svg") no-repeat right 10px top 8px;
	background-size: 16px;
  margin-right: 12px;
  cursor: pointer;
  margin-right: auto;
}
.date-filter .form-control {
  border: 1px solid #E2E8F0;
	border-radius: 7px;
	background: transparent;
	height: 35px;
	padding: 9px 10px 7px;
	padding-right: 30px;
}
.date-filter .form-control:focus {border-color: #0cbcb9;}
.date-filter input::placeholder {color: #9AACC2;opacity: 1;}
.d-flex {display: flex;}
.btn-outline-primary {
  color: #0cbcb9;
  background: #fff;
  border: 1px solid #0cbcb9;
  transition: all 0.2s ease-in;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: #0cbcb9;
  box-shadow: none;
}
.btn-outline-primary:disabled, .btn-outline-primary:disabled:hover{
  color: #9AACC2;
  border: 1px solid #E2E8F0;
}
.mb-0 {margin-bottom: 0;}
.search-outer {
  /* margin-right: 50px; */
  display: flex;
}
.search-outer .btn-primary {
	border-radius: 7px;
}
.search-outer .search-submit-btn {
  margin-left: 10px;border-radius: 7px;
}
.search-icon {
  display: inline-block;vertical-align: middle;
  background: url("../img/search-icon.svg") no-repeat;
  width: 18px;
  height: 18px;
}
.search-input {
	position: relative;
}
.search-input input{
  padding-left: 40px;
}
.search-input .search-icon {
	position: absolute;
	top: 19px;
	margin-top: -10px;
	left: 13px;
}
/* .search-input .txtSearchBox {
	padding-left: 50px;
	background: #fff;
	border-color: #E2E8F0;
} */
 .hding-center{
  align-items: center;
 }
 .hding-center .heading-main{
  margin-bottom: 0;
 }
 .custom-modal-body{
  padding:20px 30px;
  position: relative;
 }
 .custom-modal-body .close{
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 22px;
  opacity: 0.5;
 }
.custom-modal-body .modal-title{
  font-size: 24px;
  font-weight: 500;
  color:#000;
}
.typo-grey{
  font-size: 14px;
  color:#555555;
  padding:8px 0;
}
.py-2{
  padding:20px 0;
}
.btn{
  border-radius: 7px;
}
.custom-modal-footer{
  padding-top: 20px;
}
.custom-modal-footer .btn + .btn{margin-left: 8px;}




@media all and (max-width: 1230px){
  .date-filter{
    flex-grow: 1;
  }
  .search-outer  {
    width: 100%;
  }
  .search-input {
    flex-grow: 1;
  }
  .search-outer .search-submit-btn {
    margin-right: 0;
  }
  .profile-row{flex-wrap: wrap;}
}
@media all and (max-width: 1100px){
  .search-outer {
    margin-right: 0px;
  }
}
@media all and (max-width: 991px){
  .flex-between {flex-direction: column;}
  .filters-div {width: 100%;}
  .hding-center{
    align-items: start;
   }
   .hding-center .heading-main{
    margin-bottom: 10px;
   }
}
@media all and (max-width:767px) {
  .white-box{
    padding:15px;
    margin-top: 5px;
  }
  .margin-bottom, .txtSearchBox {
    margin-bottom: 10px !important;
  }
  .search-input .txtSearchBox {
    margin-bottom: 0 !important;
  }
  .filters-div {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  .filters-div {
    flex-direction: column;
    gap: 10px;
  }
  .date-filter{
    width: 100%;
  }
}
.profile-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}