html {
  min-height: 100vh;
  width: 100%;
  background: #fff;
}

* {
  margin: 0;
  padding: 0;
}

body {
  min-height: calc(100vh - 56px);
  width: 100%;
}

.main-with-sidebar,
.container-fluid.main {
  min-height: calc(100vh - 56px);
}

.container-fluid {
  margin-right: 0px;
}

.navbar {
  min-height: 45px;
  max-height: 45px;
}

.telesign-logo-box {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #011ac2;
}

.telesign-logo {
  position: relative;
  width: 100%;
  height: 56px;
  margin-bottom: 0;
  background: url(../../images/telesign-logo-white.svg) no-repeat left top;
  background-color: #011ac2;
  background-position: 25px 7px;
  -webkit-background-size: 110px 45px;
  background-size: 110px 45px;
  cursor: pointer;
}

footer {
  position: static !important;
}

.telesign-copyright a,
.footer-separator {
  color: #2c2c2c;
}

.has-warning .ui.fluid.dropdown .ui-select-container {
  border-color: #ff453f;
}

.form-group.has-warning select {
  border-color: #ff453f;
}

.form-group.has-warning textarea {
  border-color: #ff453f;
}

#initial-loading {
  opacity: 0;
  -webkit-animation: loaderAnimation 5s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 2s;
  /* Safari 4.0 - 8.0 */
  -moz-animation: loaderAnimation 5s;
  /* Firefox */
  -moz-animation-delay: 2s;
  /* Firefox */
  -o-animation: loaderAnimation 5s;
  /* Opera */
  -o-animation-delay: 2s;
  /* Opera */
  animation: loaderAnimation 5s;
  animation-delay: 2s;
}

.alert-visible {
  top: 0px !important;
  padding-bottom: 11px;
  padding-top: 15px;
}

@-webkit-keyframes loaderAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes loaderAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes loaderAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loaderAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a {
  cursor: pointer;
}

.has-warning #helpBlock {
  color: grey !important;
  margin: 0;
}

.form .form-group select:disabled,
.form-inline:disabled .form-group select:disabled {
  background-color: #efefef;
}

.modal .table tr th {
  padding-top: 0;
  font-weight: 700;
  color: #011ac2;
  vertical-align: middle;
  border-top: 0;
  border-bottom: 1px solid #c8c8c8;
}

.break-word {
  word-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.row-bottom-space {
  margin-bottom: 40px;
}

canvas {
  width: 100%;
}

.sidebar {
  overflow-y: auto;
}

.disabled-link {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.alert-warning {
  background-color: #ffe600;
}

.ui.fluid.dropdown .ui-select-container {
  display: block;
  width: 100%;
  min-width: 0;
  -webkit-appearance: none;
  padding: 6px 12px;
  border-color: #c8c8c8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
  background-image: -webkit-linear-gradient(45deg, transparent 50%, #011ac2 50%),
    -webkit-linear-gradient(315deg, #011ac2 55%, transparent 50%),
    -webkit-gradient(linear, left top, right top);
  background-image: -o-linear-gradient(45deg, transparent 50%, #011ac2 50%),
    -o-linear-gradient(315deg, #011ac2 55%, transparent 50%),
    -webkit-gradient(linear, left top, right top);
  background-image: linear-gradient(45deg, transparent 50%, #011ac2 50%),
    linear-gradient(135deg, #011ac2 55%, transparent 50%),
    -webkit-gradient(linear, left top, right top);
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 14px) -webkit-calc(1em + 2px),
    -webkit-calc(100% - 9px) -webkit-calc(1em + 2px),
    -webkit-calc(100% - 2.5em) 0.5em;
  background-position: calc(100% - 14px) calc(1em + 2px),
    calc(100% - 9px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  -webkit-background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  -moz-appearance: none;
  appearance: none;
}

.ui-select-choices-row.active[_ngcontent-c13] > a[_ngcontent-c13] {
  color: #011ac2 !important;
  background-color: #d8e0ef !important;
}

.add-country-for-blocking .ui.fluid.dropdown .ui-select-container {
  height: 100px;
  max-height: 100px;
  padding: 0px;
}

.add-country-for-blocking .ui-select-match {
  height: 70px;
  top: 30px;
  padding: 5px;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}

.add-country-for-blocking .ui-select-search {
  margin: 0px;
  height: 30px !important;
  cursor: pointer;
  border-bottom: 1px solid #c8c8c8 !important;
}

.add-country-for-blocking .ui-select-choices {
  position: relative;
  top: 65px;
}

.padding-left-0 {
  padding-left: 0px;
}

.add-icon img {
  max-width: 25px !important;
  margin-top: 10px;
}

.delete-icon img {
  max-width: 18px !important;
  margin-top: 10px;
  margin-left: 4px;
}

.btn-switch .switch {
  width: 75px;
}

.btn-switch .slider {
  background-color: #d8e0ef;
}

.btn-switch .slider:after {
  color: #fff;
  content: "Disabled";
}

.btn-switch input:checked + .slider {
  background-color: #011ac2;
}

.btn-switch input:checked + .slider:after {
  color: #fff;
  content: "Enabled";
}

.btn-switch input:checked + .slider:before {
  -webkit-transform: translateX(49px);
  -ms-transform: translateX(49px);
  -o-transform: translateX(49px);
  transform: translateX(49px);
}

.country-span {
  padding-left: 0px;
  padding-right: 20px;
}

.modal.modal-large,
.modal.modal-videos,
.modal.modal-huge {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.86);
  z-index: 1050;
}

.modal-huge .modal-dialog .modal-content .modal-body {
  width: 940px !important;
  height: 610px !important;
  max-height: 613px !important;
  margin: 0px auto;
}

.modal-large .modal-dialog {
  top: 10%;
  max-width: 80% !important;
  width: 80% !important;
}

.modal-huge .modal-dialog,
.modal-huge .modal-dialog .modal-content {
  max-width: 100% !important;
  width: 100% !important;
}

.modal-large .modal-content,
.modal-huge .modal-content {
  min-width: 80% !important;
}

.modal .modal-dialog .modal-content .modal-body {
  max-height: 550px;
  overflow-y: auto;
  overflow-x: hidden;
}

.guide.modal .modal-dialog .modal-content .modal-body {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}

@media screen and (min-height: 801px), screen and (max-width: 768px) {
  .modal .modal-dialog .modal-content .modal-body {
    max-height: 650px !important;
  }
}

@media screen and (max-height: 800px), screen and (max-width: 768px) {
  .modal .modal-dialog .modal-content .modal-body:not(.upgrade) {
    height: min-content !important;
    max-height: calc(100vh - 40px) !important;
  }
}
@media screen and (max-width: 940px) {
  .guide.modal .modal-dialog .modal-content .modal-body {
    overflow-y: auto !important;
  }
  .modal-huge .modal-dialog .modal-content .modal-body {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 768px) {
  .modal-large .modal-dialog {
    width: 80%;
    margin: 30px auto;
  }
  .modal-videos .modal-dialog {
    width: 80%;
    margin: 30px auto;
  }
}

@media (max-width: 767px) {
  .footer-dashboard {
    background: #fff;
  }
}

.modal-videos .modal-dialog .modal-content .modal-body {
  padding: 0px;
  background-color: transparent !important;
  border: 0px !important;
}

.modal-videos .modal-dialog .modal-content .modal-body {
  max-height: 700px !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-videos .modal-dialog {
  top: 5%;
  max-width: 70% !important;
  width: 70% !important;
}

.modal-videos .modal-content {
  min-width: 70% !important;
}

pre {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.hljs {
  background: #f6f6f6 !important;
}

.sidebar .nav-sidebar > li.active > a.big-menu-item {
  font-weight: 400;
  opacity: 1;
}

.btn-blue {
  height: 27px;
  width: 79.88px;
  border-radius: 4px;
  background-color: #011ac2;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  border: none !important;
  padding: 4px 12px !important;
}

.btn-blue.large {
  width: 146px !important;
}

.btn-blue:hover {
  color: #fff !important;
  background-color: #011ac2;
}

.header-guide {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 82, 232, 0.14);
  padding-bottom: 5px;
}

/*Hiding Getting Started Modals on Mobile*/

@media screen and (max-width: 992px) {
  /* .modal.guide {
    display: none !important;
    opacity: 0 !important;
  } */
  .guide-box {
    display: none !important;
    opacity: 0 !important;
  }
}

.material-icons {
  font-size: 16px !important;
}

.product-menu-item i {
  font-size: 20px !important;
}

.material-icons:hover,
a:hover {
  color: #011ac2 !important;
  cursor: pointer;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: #011ac2 !important;
  color: #ffffff !important;
}

.footer-section.light-text a {
  color: #2c2c2c !important;
}

.big-icon {
  font-size: 24px !important;
}

.sidebar {
  padding: 0px;
}

.sidebar .nav-sidebar > li ul.nav-second-level > li.has-children,
.home-menu-item {
  text-transform: uppercase !important;
  color: #ffffff !important;
  font-weight: 200;
  font-size: 11px !important;
  text-decoration: none;
  background-color: transparent;
}

.sidebar
  .nav-sidebar
  > li
  ul.nav-second-level
  > li.has-children
  li.has-children {
  text-transform: none !important;
}

.sidebar .nav-sidebar > li ul.nav-second-level > li.has-children a,
.home-menu-item {
  color: #ffffff !important;
  padding: 12px 25px !important;
}

.sidebar .nav-sidebar > li ul.nav-second-level > li ul.nav-third-level li a {
  color: #aeb2b5 !important;
  padding: 12px 48px !important;
}

.sidebar i:hover {
  color: #ffffff !important;
}

.sidebar .nav-sidebar > li ul.nav-second-level > li.has-children a:hover,
.sidebar .nav-sidebar > li ul.nav-second-level > li.has-children a:focus,
.home-menu-item:hover,
.home-menu-item:focus,
.home-menu-item:active {
  color: #f9f9f9 !important;
  background-color: #2b3238 !important;
}

.sidebar .nav-sidebar > li ul.nav-third-level {
  padding-left: 0px;
}

.sidebar .nav-sidebar > li ul.nav-third-level a {
  text-transform: none;
  color: #aeb2b5;
}

.sidebar .nav-sidebar > li ul.nav-third-level a:hover,
.sidebar .nav-sidebar > li ul.nav-third-level a:focus,
.sidebar .nav-sidebar > li ul.nav-third-level > li.active > a {
  font-weight: 200;
  color: #ffffff;
}

.profile-box {
  margin-left: 10px;
}

.sidebar
  .nav-sidebar
  > li
  ul.nav-second-level
  > li.has-children
  > ul.nav-third-level
  ul.nav-forth-level
  li
  a {
  padding-left: 64px !important;
  background-color: #404850 !important;
  opacity: 1;
  color: #aeb2b5 !important;
  display: none;
  font-size: 10px;
}

.sidebar .nav-sidebar > li ul.nav-second-level > li.has-children.open a {
  background-color: #2b3238 !important;
}

.sidebar
  .nav-sidebar
  > li
  ul.nav-second-level
  > li
  ul.nav-third-level
  > li.has-children
  a,
.sidebar
  .nav-sidebar
  > li
  ul.nav-second-level
  > li
  ul.nav-third-level
  > li.has-children.open
  a {
  background-color: #363f46 !important;
}

.sidebar
  .nav-sidebar
  > li
  ul.nav-second-level
  > li.has-children
  > ul.nav-third-level
  > li.open
  ul.nav-forth-level
  li
  a {
  display: block;
}

.sidebar
  .nav-sidebar
  > li
  ul.nav-second-level
  > li.has-children
  > ul.nav-third-level
  ul.nav-forth-level
  li
  a:hover,
.sidebar
  .nav-sidebar
  > li
  ul.nav-second-level
  > li.has-children
  > ul.nav-third-level
  ul.nav-forth-level
  li
  a:active,
.sidebar
  .nav-sidebar
  > li
  ul.nav-second-level
  > li.has-children
  > ul.nav-third-level
  ul.nav-forth-level
  li
  a:focus,
.sidebar
  .nav-sidebar
  > li
  ul.nav-second-level
  > li.has-children
  > ul.nav-third-level
  ul.nav-forth-level
  li.open
  a {
  color: #ffffff !important;
}

.sidebar
  .nav-sidebar
  > li
  ul.nav-second-level
  > li.has-children
  li.has-children.open
  a {
  color: #ffffff !important;
}

.ng2message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.no-negative-margin .alert.alert-dismissible .warning-text {
  margin-top: 0px !important;
}

.ng2message .warning-text {
  display: inline;
  vertical-align: top;
  line-height: 2.8;
  margin-left: 10px;
}

.ng2message .material-icons {
  font-size: 30px !important;
}

.alert-success .material-icons {
  color: #2c2c2c;
}

.alert-warning .material-icons {
  color: #2c2c2c;
}

.alert-danger .material-icons {
  color: #ffffff;
}
.ui.fluid.search.dropdown {
  border-radius: 2px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui.fluid.search.dropdown:focus-within {
  border-color: #d8e0ef !important;
  outline: 0 !important;
}

.tooltip {
  pointer-events: none;
}
.billing-box .stepProgress li.finished:before {
  top: 5px;
}
