/*!
 * Toastify js 1.11.1
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */

.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}

.toastify.on {
    opacity: 1;
}

.toast-close {
    opacity: 0.4;
    padding: 0 5px;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: fit-content;
    }
}

/*
* ONIT STYLE PER
*
* Toastify js 1.9.3
* https://github.com/apvarun/toastify-js
*
*/
.onit-toastify {
  cursor: default;
  padding-right: 3.5rem;
}
.onit-toastify .toast-close {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  float: right;
  cursor: pointer;
  padding: 0.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  color: rgba(255, 255, 255, 0.25);
  padding-top: 12px;
}
.onit-toastify .toast-close:hover {
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.1);
}
.onit-toastify.onit-toastify-info {
  background: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(12, 84, 96, 0.3);
}
.onit-toastify.onit-toastify-warning {
  color: #212529;
  background: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(133, 100, 4, 0.3);
}
.onit-toastify.onit-toastify-warning .toast-close {
  color: rgba(33, 37, 41, 0.25);
  border-left-color: rgba(33, 37, 41, 0.25);
}
.onit-toastify.onit-toastify-warning .toast-close:hover {
  color: rgba(33, 37, 41, 0.9);
}
.onit-toastify.onit-toastify-error {
  background: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(114, 28, 36, 0.3);
}
.onit-toastify.onit-toastify-success {
  background: #28a745;
  border-color: #28a745;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(21, 87, 36, 0.3);
}

.onit-html-fullscreen-lg .onit-table-container-for-fixed-column thead th:first-child:after {
  height: 0;
}

.onit-html-fullscreen-lg .onit-table-container-for-fixed-column thead th:last-child:after {
  height: 0;
}

.code-example-rendered {
  border: 1px solid #f5f2f0;
  padding: 1rem;
  overflow: visible !important;
}
.code-example-rendered ~ pre[class*=language-] {
  margin-top: 0;
}

.table > :not(:first-child) {
  border-top: 0px;
}

.scrollable-box {
  height: 10rem;
  overflow: auto;
}

.number-circle {
  border-radius: 50%;
  border: 2px solid #000000;
  width: 28px;
  height: 28px;
  color: #000000;
  text-align: center;
  font: 20px Arial, sans-serif;
}

.number-circle-error {
  border: 2px solid #ff0000;
  color: #ff0000;
}

.number-circle-success {
  border: 2px solid #28a745;
  color: #28a745;
}

.carousel-control-prev, .carousel-control-next {
  width: auto;
  color: black;
}

.card-background-image {
  background-size: cover;
  background-position: center;
  min-height: 135px;
}
.card-background-image .card-footer {
  background: rgba(1, 1, 1, 0.6);
  color: white;
  width: 100%;
  text-align: center;
}

.carousel-inner {
  width: 80%;
}
@media (min-width: 992px) {
  .carousel-inner {
    width: 93%;
  }
}

.onit-page-main.scroll {
  overflow-y: scroll !important;
}

/*.content-grid {
    .grid-block, .grid-no-content {
        background: #fff;
        border-radius: 3px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.16);
    }

    .grid-no-content {
    }

    .fa-2xl {
        line-height: unset;
    }
}*/
