body {
  background: #fff; }

label.btn {
  margin-bottom: 0; }

.d-flex > .btn {
  flex: 1; }

body, h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

.container {
  background: inherit !important;
  border-radius: 10px;
  padding: 15px 0; }

/* customscrollbar */
.custom-scrollbar-css {
  height: 325px; }

.custom-scrollbar-css {
  overflow-y: auto;
  overflow-x: hidden;
  right: 0;
  margin: 0px 0px 30px 0;
  padding-right: 0; }

/* scrollbar width */
.custom-scrollbar-css::-webkit-scrollbar {
  width: 4px; }

/* scrollbar track */
.custom-scrollbar-css::-webkit-scrollbar-track {
  background: transparent; }

/* scrollbar handle */
.custom-scrollbar-css::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #ccc;
  border-radius: 100px;
  cursor: pointer; }

/* Glob Animation */
.globAnimation {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%; }

.globAnimation .glob {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 50%;
  position: relative;
  -webkit-transform-style: preserve-3d;
  background: url("../img/world-map-one-color.png") repeat-x;
  background-size: auto 100%;
  -webkit-animation: move-map 30s infinite linear;
  -moz-animation: move-map 30s infinite linear;
  -o-animation: move-map 30s infinite linear;
  -ms-animation: move-map 30s infinite linear;
  animation: move-map 30s infinite linear;
  border: 2px solid #388e3c; }

.globAnimation .glob:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2; }

.globAnimation .glob:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-filter: blur(0);
  opacity: 0.3; }

.globAnimation .glob .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 50%);
  -webkit-transform: rotateX(78deg) translateZ(-150px);
  -moz-transform: rotateX(78deg) translateZ(-26px);
  -ms-transform: rotateX(78deg) translateZ(-26px);
  -o-transform: rotateX(78deg) translateZ(-26px);
  transform: rotateX(78deg) translateZ(-26px);
  z-index: -1;
  left: 0;
  top: 31px;
  box-shadow: unset !important; }

.btn {
  background: #008940;
  padding: 15px 40px;
  font-size: 16px;
  color: #fff !important; }

@-moz-keyframes move-map {
  0% {
    background-position: -849px 0; }
  100% {
    background-position: 0 0; } }
@-webkit-keyframes move-map {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -849px 0; } }
@-o-keyframes move-map {
  0% {
    background-position: -849px 0; }
  100% {
    background-position: 0 0; } }
@-ms-keyframes move-map {
  0% {
    background-position: -849px 0; }
  100% {
    background-position: 0 0; } }
@keyframes move-map {
  0% {
    background-position: -849px 0; }
  100% {
    background-position: 0 0; } }
#loading-img {
  background: url(../img/loader.gif) center center no-repeat;
  height: 100%; }

.overlay {
  background: #f2f2f2;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  z-index: 9999; }

/* admin base css */
.mdb-skin-custom .float-left .button-collapse {
  color: #008940; }
.mdb-skin-custom .dropdown-item {
  padding: inherit; }
.mdb-skin-custom .side-nav .collapsible-body a {
  background-color: #006630 !important; }
.mdb-skin-custom .side-nav ul li .collapsible .active {
  background: #007B3A !important; }
.mdb-skin-custom .side-nav {
  background: #004d24;
  color: #fff; }
  .mdb-skin-custom .side-nav ul li .logo-wrapper {
    background: #004d24;
    border-bottom: 0 !important;
    box-shadow: 0 0 5px #333;
    /*height: 68px;*/ }
    .mdb-skin-custom .side-nav ul li .logo-wrapper a {
      margin: 0 auto;
      display: flex;
      align-items: center; }
      .mdb-skin-custom .side-nav ul li .logo-wrapper a img {
        width: 200px;
        text-align: center;
        margin: 0 auto;
        padding: 0px 35px; }
  .mdb-skin-custom .side-nav ul li .collapsible {
    margin: 0; }
    .mdb-skin-custom .side-nav ul li .collapsible a {
      font-size: 1rem;
      height: 45px;
      line-height: 45px;
      padding-left: 25px;
      color: #f5f5f5; }
      .mdb-skin-custom .side-nav ul li .collapsible a i {
        font-size: 1.1rem !important;
        margin-right: 13px;
        width: 18px;
        color: #A2D0B7; }
      .mdb-skin-custom .side-nav ul li .collapsible a .material-icons {
        font-size: 1.3rem !important;
        margin-right: 13px;
        width: 20px;
        color: #A2D0B7;
        vertical-align: middle; }
      .mdb-skin-custom .side-nav ul li .collapsible a img {
        font-size: 1.1rem !important;
        margin-right: 13px;
        width: 18px;
        color: #A2D0B7; }
    .mdb-skin-custom .side-nav ul li .collapsible .active {
      background: #007B3A;
      border-left: 2px solid #D8D237;
      border-radius: 0; }
      .mdb-skin-custom .side-nav ul li .collapsible .active a {
        padding-left: 22px !important; }
.mdb-skin-custom .side-nav ul li.hydEvent {
  background: #C39200; }
.mdb-skin-custom .side-nav ul li .collapsible .hydEvent .active {
  background: #C39200 !important;
  border-left: 2px solid #C39200; }
.mdb-skin-custom .side-nav ul li .collapsible .active.hydEvent {
  border-left: 2px solid #C39200; }
.mdb-skin-custom .side-nav ul li .collapsible .hydEvent .active .active {
  background: #c7a12e  !important;
  border-left: 2px solid #c7a12e; }
@media (min-width: 1023px) and (max-width: 1024px) {
  .mdb-skin-custom .side-nav ul li .logo-wrapper {
    height: 68px; } }
@media (max-width: 768px) {
  .mdb-skin-custom .side-nav ul li .logo-wrapper a img {
    padding: 7% 50px; }
  .mdb-skin-custom .regVisi {
    margin-top: 45px !important; }
    .mdb-skin-custom .regVisi .pagination {
      position: relative;
      left: 15px; }
      .mdb-skin-custom .regVisi .pagination .page-item {
        margin: 0 3px; }
    .mdb-skin-custom .regVisi .list {
      flex-direction: column;
      padding: 5px 10px; }
      .mdb-skin-custom .regVisi .list .single {
        width: 100%;
        margin: 0.8%; }
    .mdb-skin-custom .regVisi .transDetails th {
      border-color: #fff; }
    .mdb-skin-custom .regVisi .tot td {
      border-color: #fff; } }
.mdb-skin-custom .navbar {
  background: #fff;
  color: #333;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  padding-top: 14px;
  padding-bottom: 14px; }

main {
  padding-bottom: 4.5rem;
  padding-top: 5rem !important;
  margin-left: 1% !important;
  margin-right: 1% !important; }
  @media (min-width: 1024px) and (max-width: 1440px) {
    main {
      margin-left: 1% !important;
      margin-right: 1% !important; } }
  main .container-fluid {
    padding: 0px; }

.rightNavbar .nav-item a {
  color: #BCBCCB !important;
  padding-left: 0.7rem !important;
  padding-right: 0.7rem !important; }
  .rightNavbar .nav-item a i {
    font-size: 16px !important; }
  .rightNavbar .nav-item a .noti {
    background: #FFC06A;
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    right: 11px;
    border: 2px solid #fff; }
.rightNavbar .dropdown {
  display: inline-flex;
  border-left: 1px solid #e1e1ec; }
  .rightNavbar .dropdown img {
    width: 40px;
    height: 40px; }
  .rightNavbar .dropdown a {
    color: #666 !important;
    font-size: 14px; }
  .rightNavbar .dropdown .dropdown-toggle:after {
    border: 0;
    padding-right: 12px;
    vertical-align: inherit;
    font: bold normal normal 15px/1 FontAwesome;
    content: "\f107"; }
  .rightNavbar .dropdown .dropdown-menu-right {
    margin-top: 12px !important; }
    .rightNavbar .dropdown .dropdown-menu-right .dropdown-item:hover {
      background: #007B3A;
      color: #fff;
      box-shadow: inherit; }

/* start custom sidebar css */
@media (min-width: 1024px) and (max-width: 1440px) {
  /*collapse code*/
  body {
    display: inherit !important; }

  .custom-scrollbar {
    transform: translateX(0%) !important; } }
@media (max-width: 1023px) {
  body {
    display: inherit !important; } }
/* end custom sidebar css */
/* custom checkbox */
.customCheckbox .checkbox-custom {
  display: none; }
.customCheckbox .checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #212529;
  margin: 0; }
.customCheckbox .checkbox-custom + .checkbox-custom-label:before {
  content: '';
  background: #fff;
  border-radius: 5px;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px; }
.customCheckbox [type=checkbox]:checked + label:before {
  transform: unset;
  background: #008940 !important;
  border-color: #008940 !important;
  top: 0;
  left: 0; }
.customCheckbox .checkbox-custom:checked + .checkbox-custom-label:after {
  content: "";
  padding: 2px;
  position: absolute;
  width: 1px;
  height: 11px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  top: 5px;
  left: 6px; }

input:focus:not([readonly]) {
  border-bottom: 1px solid #008940 !important;
  box-shadow: 0 1px 0 0 #008940 !important; }

.form-control:disabled, .form-control[readonly] {
  border-bottom: 1px solid #008940 !important;
  box-shadow: 0 1px 0 0 #008940 !important;
  background: transparent !important; }

/* flag css */
.codeFlag {
  margin-top: 31px;
  padding-right: 0; }

.flagDropdown dd, .flagDropdown dt, .flagDropdown ul {
  margin: 0px;
  padding: 0px; }

.flagDropdown dd ul li a span:first-child, .flagDropdown dt a span span:first-child {
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 11px;
  display: inline-block;
  margin: 5px;
  vertical-align: top; }

.flagDropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 5px;
  white-space: nowrap;
  text-align: left; }

.flagDropdown dt a img {
  position: relative;
  z-index: 1; }

.flagDropdown dt a span span:first-child:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset; }

.flagDropdown dt a span span {
  display: inline-block;
  padding: 0; }

.flagDropdown dt a span span:first-child {
  padding: 0; }

.flagDropdown dd {
  position: relative; }

.flagDropdown a, .flagDropdown a:visited {
  color: #4a535f;
  text-decoration: none;
  outline: none; }

.flagDropdown a:hover {
  color: #5d4617; }

.flagDropdown dt a:hover, .flagDropdown dt a:focus {
  color: #5d4617; }

.flagDropdown dt a {
  position: relative;
  background: transparent;
  display: block;
  padding-right: 20px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 4px; }

.flagDropdown dt a:after {
  content: '';
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px; }

.flagDropdown dt a:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 14px;
  z-index: 2;
  height: 0px;
  width: 0px;
  border: none;
  border-top: 5px solid #008940;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0); }

.flagDropdown dd ul {
  background: #fff;
  color: #C5C0B0;
  display: none;
  left: 0px;
  padding: 5px 0px;
  position: absolute;
  width: 240px;
  border: 1px solid #ccc;
  list-style: none;
  max-height: 170px;
  overflow-y: scroll;
  top: -1px;
  z-index: 2; }

.flagDropdown dd ul li {
  text-align: left; }

.flagDropdown li a {
  font-size: 13px;
  text-align: left; }

.flagDropdown li a span:nth-child(3) {
  line-height: 2em; }

.flagDropdown dd ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.flagDropdown dd ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  /*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
      border-radius:10px;*/ }

.flagDropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
  background: blue; }

.flagDropdown span.value {
  display: none; }

.flagDropdown dd ul li a {
  padding: 5px;
  display: block;
  font-size: 12px !important; }

.flagDropdown dd ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05); }

dl.flagDropdown {
  display: block;
  width: 100%;
  margin: 0; }

dl.flagDropdown span:nth-child(3) {
  color: rgba(0, 0, 0, 0.4); }

dl.flagDropdown > span:nth-child(3) {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block; }

dl.flagDropdown span:nth-child(2) {
  float: right; }

dl.flagDropdown dt span:nth-child(3) {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6em;
  color: #333; }

dl.flagDropdown dt span:nth-child(2) {
  display: none; }

.listMain .listTable .cmp-name {
  display: flex;
  align-items: center; }
  .listMain .listTable .cmp-name .imgouter {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid #ccc; }
    .listMain .listTable .cmp-name .imgouter img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      object-fit: contain; }
  .listMain .listTable .cmp-name .name {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    font-weight: 600;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

/* stall list css */
.icon-info span {
  display: inline-block;
  width: 23px;
  height: 23px;
  text-align: center;
  border-radius: 11px;
  color: #fff;
  font-size: 12px;
  line-height: 24px; }
.icon-info .F {
  background: #008D48; }
.icon-info .A {
  background: #795A2E; }
.icon-info .B {
  background: #7E5435; }
.icon-info .K {
  background: #006368; }
.icon-info .E {
  background: #E3242A; }
.icon-info .green {
  background: #3FC459; }
.icon-info .O {
  background: #F99D1C; }
.icon-info .N {
  background: #00e600; }
.icon-info .C {
  background: #14B368; }
.icon-info .D {
  background: #9aa92f; }
.icon-info .S {
  background: #C41425; }
.icon-info .T {
  background: #3777BC; }
.icon-info .U {
  background: #F99D1C; }
.icon-info .V {
  background: #059849; }
.icon-info .H {
  background: #DFC922; }
.icon-info .W {
  background: #00BDF2; }
.icon-info .E {
  background: #4ECCF2; }
.icon-info .P {
  background: #8C3030; }
.icon-info .I {
  background: #006835; }
.icon-info .G {
  background: #077B54; }
.icon-info .R {
  background: #D92423; }
.icon-info .NotFilled {
  background: #BFBFBF;
  position: relative;
  top: 6px; }
.icon-info .Pending {
  background: #FFDA83;
  position: relative;
  top: 6px; }
.icon-info .Approved {
  background: #2DCC51;
  position: relative;
  top: 6px; }
.icon-info .Rejected {
  background: #FF7285;
  position: relative;
  top: 6px; }
.icon-info .pending {
  background: #FFDA83;
  position: relative;
  top: 6px; }
.icon-info .paid {
  background: #2DCC51;
  position: relative;
  top: 6px; }
.icon-info .failed {
  background: #FF7285;
  position: relative;
  top: 6px; }
.icon-info .Uncheck {
  background: #d6d6d6;
  position: relative;
  top: 6px; }
.icon-info .Check {
  background: #9cd8aa;
  position: relative;
  top: 6px; }
.icon-info .Confirm {
  background: #008940;
  position: relative;
  top: 6px; }

.customPagi {
  padding-top: 20px;
  padding-bottom: 20px; }
  .customPagi .memberCount {
    text-align: left;
    padding: 5px 20px;
    color: #666; }
  .customPagi .pagination .active {
    background: #008940;
    padding: 5px 13px !important;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #008940; }
  .customPagi .pagination li {
    height: 37px; }
  .customPagi .pagination .lastArrow {
    padding: 5px 13px !important;
    border-radius: 4px;
    color: #666;
    border: 1px solid #ccc;
    height: 37px;
    background: #fff; }
  .customPagi .pagination .page-item {
    margin: 0 5px; }
    .customPagi .pagination .page-item a {
      color: #666 !important;
      border: 1px solid #ccc;
      border-radius: 4px;
      background: #fff; }
      .customPagi .pagination .page-item a:hover {
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #f9f9f9; }
      .customPagi .pagination .page-item a:focus {
        box-shadow: none; }
      .customPagi .pagination .page-item a i {
        line-height: 1.25; }

.comingSoon {
  max-width: 526px;
  margin: auto;
  background: #eee;
  text-align: center;
  padding: 100px;
  box-shadow: 0px 0px 4px #00000029;
  border: 2px solid #ccc;
  border-radius: 8px;
  background: #fff; }
  .comingSoon h1 {
    text-shadow: 2px 2px #d8d237;
    color: #008940;
    font-weight: 700;
    font-size: 50px; }

.supportDetails .card-body {
  padding: 0px !important; }
.supportDetails .dur {
  align-items: center; }
.supportDetails .schedule {
  cursor: pointer; }
.supportDetails .callStatus {
  display: flex;
  justify-content: flex-end; }
.supportDetails .form-control {
  color: #008940;
  font-weight: 600;
  font-size: 1.1rem;
  background: #fff !important; }
.supportDetails .form-group.contag span, .supportDetails .custom-select, .supportDetails textarea {
  color: #008940;
  font-weight: 600;
  font-size: 1.1rem; }
.supportDetails .greenC {
  color: #008940;
  vertical-align: middle;
  font-size: 30px; }
.supportDetails .greyC {
  color: #cecdcd;
  vertical-align: middle;
  font-size: 30px; }
.supportDetails .image-upload .imagesUploadCircle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: contain;
  border: 1px solid #ccc; }
  .supportDetails .image-upload .imagesUploadCircle img {
    width: 100%;
    height: 100%;
    border-radius: 50%; }
.supportDetails .mid {
  padding: 6px 25px; }
  .supportDetails .mid .contag {
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 5px;
    background: #fff !important; }
  .supportDetails .mid .contag img {
    margin-right: 10px; }
  .supportDetails .mid .veriM {
    position: relative; }
    .supportDetails .mid .veriM .veri {
      position: absolute;
      right: 6px;
      top: 18px;
      z-index: 999; }
  .supportDetails .mid .add {
    color: #645f5f;
    vertical-align: middle;
    border: 1px solid #645f5f;
    padding: 2px;
    border-radius: 50%;
    position: relative;
    top: 9px;
    cursor: pointer; }
.supportDetails .nav-tabs {
  background: transparent;
  box-shadow: none;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #212529; }
  .supportDetails .nav-tabs li a {
    color: #212529;
    padding: 8px 15px;
    display: inline-block; }
  .supportDetails .nav-tabs li .active {
    background: #8AFFC1;
    font-weight: 600;
    border-radius: 6px 6px 0px 0px; }
.supportDetails .tab-content {
  padding: 1rem 1rem 1rem; }
  .supportDetails .tab-content .tabStatus .round {
    display: inline-block;
    background: #ccc;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%; }
  .supportDetails .tab-content .tabStatus .redC {
    background: #F25959; }
  .supportDetails .tab-content .tabStatus .greenC {
    background: #008940; }
  .supportDetails .tab-content .tabStatus .greyC {
    background: #ccc; }
.supportDetails .create-btn {
  background: #008940;
  color: #fff;
  border: none;
  border-bottom: 7px solid #066231;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  padding: 10px;
  border-radius: 8px;
  width: 100%;
  font-weight: 600;
  cursor: pointer;
  opacity: 0.9; }
.supportDetails .create-btn:hover {
  box-shadow: none;
  opacity: 1; }

.exhLogBody main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .exhLogBody main .mid {
    max-width: 800px;
    margin: auto;
    background: #fff;
    width: 800px;
    box-shadow: 0px 0px 4px #00000029;
    border-radius: 7px;
    border: 2px solid #eee; }
    .exhLogBody main .mid .row {
      align-items: center;
      background: #eee;
      margin: 0; }
      .exhLogBody main .mid .row label.active {
        color: #008940 !important; }
      .exhLogBody main .mid .row .btn {
        background: #008940;
        padding: 15px 40px;
        font-size: 16px; }
    .exhLogBody main .mid .hide {
      bottom: 31px !important;
      cursor: pointer; }
    .exhLogBody main .mid .email-err-icon .show {
      position: absolute;
      bottom: 13px;
      right: 5px;
      color: #008940;
      font-size: 22px; }
    .exhLogBody main .mid .email-err-icon {
      position: relative;
      text-align: right; }

.searchMobile .section {
  width: 500px;
  margin: auto; }
  .searchMobile .section .sMobile {
    padding: 50px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 7px;
    box-shadow: 0px 0px 4px #00000029; }
    .searchMobile .section .sMobile .mob {
      position: relative; }
      .searchMobile .section .sMobile .mob input {
        color: #008940;
        font-weight: 700;
        font-size: 20px;
        padding: 3px 10px; }
      .searchMobile .section .sMobile .mob button.searchBtn {
        position: absolute;
        right: 0px;
        bottom: 0px;
        background: #008940;
        color: #fff;
        border: 1px solid #008940;
        padding: 6px 15px;
        border-radius: 6px;
        cursor: pointer; }
      .searchMobile .section .sMobile .mob button.searchBtn:disabled,
      .searchMobile .section .sMobile .mob button.searchBtn[disabled] {
        border: 1px solid #999999;
        background-color: #cccccc;
        color: #666666; }
    .searchMobile .section .sMobile label {
      font-weight: 600; }
    .searchMobile .section .sMobile input::placeholder {
      font-size: 15px;
      color: #ccc;
      font-weight: 400; }
  .searchMobile .section .callReport table {
    background: #fff;
    width: 100%; }
    .searchMobile .section .callReport table td {
      padding: 9px;
      border: 1px solid #888;
      font-size: 16px !important;
      font-weight: 400 !important; }
    .searchMobile .section .callReport table td.no {
      font-size: 20px !important;
      font-weight: 500 !important; }

.redio_main label {
  margin: 0px 15px 0px 5px; }

.redio_main [type="radio"]:checked,
.redio_main [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.redio_main [type="radio"]:checked + span,
.redio_main [type="radio"]:not(:checked) + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666; }

.redio_main [type="radio"]:checked + span:before,
.redio_main [type="radio"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff; }

.redio_main [type="radio"]:checked + span:before {
  border: 1px solid #06A134; }

.redio_main [type="radio"]:checked + span:after,
.redio_main [type="radio"]:not(:checked) + span:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #06A134;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.redio_main [type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.redio_main [type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

#callschedule #call_scheduled_datetime::-webkit-calendar-picker-indicator {
  cursor: pointer;
  font-size: 25px; }
#callschedule .modal-dialog {
  max-width: 750px; }
  #callschedule .modal-dialog .modal-content {
    border-radius: 7px; }
  #callschedule .modal-dialog span {
    margin-left: 7px; }
  #callschedule .modal-dialog h5 {
    font-weight: 500;
    font-size: 17px; }
  #callschedule .modal-dialog .modal-header {
    background: #0da453;
    border-radius: 7px 7px 0px 0px;
    padding: 12px; }
    #callschedule .modal-dialog .modal-header h5 {
      color: #fff; }
    #callschedule .modal-dialog .modal-header .btn.cancel {
      background: #fff;
      color: #000 !important;
      padding: 3px 10px;
      border-radius: 6px;
      font-weight: 600; }
  #callschedule .modal-dialog .modal-body .row {
    align-items: center;
    margin-bottom: 15px; }
  #callschedule .modal-dialog .modal-footer {
    border: unset;
    justify-content: center;
    padding-top: 0px; }
    #callschedule .modal-dialog .modal-footer .approve {
      width: 300px;
      font-weight: 500;
      border-radius: 4px;
      margin: 0px; }
#callschedule label.img-btn {
  margin-right: 25px;
  cursor: pointer; }
#callschedule .img-btn div {
  opacity: 0.5; }
#callschedule .img-btn img {
  width: 42px; }
#callschedule .img-btn > input {
  display: none; }
#callschedule .img-btn > img {
  cursor: pointer;
  border: 5px solid transparent; }
#callschedule .img-btn > input:checked + div {
  opacity: 1; }
#callschedule .img-btn > input:checked + div span {
  color: #008940;
  font-weight: 600; }
#callschedule .img-btn > input:checked + img {
  border-color: black;
  border-radius: 10px; }
#callschedule .priority .img-btn img {
  width: 30px; }
#callschedule input#call_scheduled_datetime {
  border: 1px solid #ccc;
  height: 42px;
  width: 300px;
  padding: 1px 10px;
  border-radius: 6px; }

/*# sourceMappingURL=style.css.map */
