@import url("https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Round|Material+Icons+Outlined");
@import url("https://static.increff.com/bootstrap/4.6.0/css/bootstrap.min.css?v=2");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.14/dist/css/bootstrap-select.min.css?v=2");
@import url("https://static.increff.com/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker.standalone.min.css");
@import url("https://static.increff.com/fonts/increff-fonts/increff-icons/1.0.0/css/style.css?v=2");
/*@import url("./utils.css?v=2");*/

.request-subscribe-button {
    background: #ff6666;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    line-height: 16px;
    height: auto;
    width: max-content;
    display: inline-block;
    text-transform: uppercase;
    transform: rotate(-90deg);
    position: absolute;
    right: -45px;
    top: 188px;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
}

.badge-success {
    background-color: #188875;
}
.badge-info {
    background-color: #227bb3;
}

.font-size-14 {
    font-size: 14px !important;
}

.btn-primary, .btn-primary:visited {
    background-color: #188875 !important;
    border-color: #188875 !important;
    transition: 0.2s;
}

.btn-primary.active {
    background-color: #024d3f !important;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #59a195;
    border-color: #9ad2c9 !important;
    transition: 0.2s;
    background-color: transparent;
}

.btn-primary:hover {
    opacity: 0.8;
}

.btn-outline-primary {
    color: #188875;
    background-color: transparent;
    background-image: none;
    border-color: #188875
}

.btn-outline-primary:hover {
    color: white;
    background-color: #188875;
    border-color: #188875
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5)
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #188875;
    background-color: #8ad3d3;
    border-color: #7cc
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5)
}

/* FOR ICONS */
.material-icons,
.material-icons-round,
.material-icons-outlined { vertical-align: middle; }

.tooltip-inner {
    max-width: 20rem;
    pointer-events: none;
}

#client-name {
    top: 2.3rem;
    left: .2rem;
    z-index: 0;
}

.form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-width: 2px;
    border-radius: 5px;
}

.form-control:focus { box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; }

.pointer { cursor: pointer; }

.navbar { z-index: 1030; }

.navbar-toggler { z-index: 1; }

.navbar-toggler:focus { outline: none; }

.navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1029;
    display: block!important;
    min-width: 18rem;
    height: auto!important;
    transform: translateX(-100rem);
}

.navbar-collapse.collapsing,
.navbar-collapse.show {
    transform: translateX(0);
    transition: transform 300ms ease-in-out;
}

.navbar-collapse > .overflow-nav {
    max-height: calc(100% - 3rem);
    overflow-y: auto;
}

.dropright .dropdown-toggle::after,
.dropleft .dropdown-toggle::before,
.dropdown-toggle::after {
    margin: 0;
    font-family: 'Material Icons Round';
    border: none;
    vertical-align: middle;
    content: "expand_more";
    font-feature-settings: 'liga' 1;
}

.dropleft .dropdown-toggle::before { content: "chevron_left"; }

.dropright .dropdown-toggle::after { content: "chevron_right"; }

.overlay,
.algo-run-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1020;
    display: block;
    background-color: rgba(0, 0, 0, .4);
}

.algo-run-overlay { z-index: 1017; }

@media (max-width: 617px) {
    .dropright .dropdown-toggle::after { content: "expand_more"; }

    .dropright .dropdown-menu {
        position: relative!important;
        margin-top: -.5rem;
        margin-left: -1px!important;
        background-color: transparent;
        box-shadow: none!important;
        transform: translate3d(0,0,0)!important;
    }
}

.dropright .dropdown-menu,
.dropright .dropdown-menu .dropdown-item,
#side-nav .nav-link,
.inner-sidebar .inner-links li a,
.inner-sidebar .inner-links li a:hover { color: inherit; }

.dropright.show,
.dropright .dropdown-menu .dropdown-item:hover,
.dropright .dropdown-menu .dropdown-item:active,
#algo-opts-dropdown .dropdown-item.active,
#algo-opts-dropdown .dropdown-item:hover,
.navbar .btn.dropdown-toggle.rounded-pill,
#side-nav .nav-link:hover,
#side-nav .nav-link:active,
#side-nav .nav-link:focus,
.inner-sidebar .inner-links li.active,
.inner-sidebar .inner-links li:hover {
    color: var(--danger);
    background-color: rgb(220, 53, 69, .1);
}

.navbar .btn.dropdown-toggle.rounded-pill { border: 1px solid rgb(220, 53, 69, .3); }

.navbar .btn.dropdown-toggle.rounded-pill:disabled,
.navbar .btn.dropdown-toggle.rounded-pill.disabled {
    color: var(--secondary);
    background-color: rgb(0, 0, 0, .1);
    border: 1px solid rgb(0, 0, 0, .1);;
}

.inner-sidebar {
    bottom: 0;
    left: 0;
    z-index: 1018;
    min-width: 14rem;
    max-width: 19rem;
    min-height: calc(100vh - 3rem);
    max-height: calc(100vh - 3rem);
    overflow-y: auto;
}

.inner-sidebar.minimized {
    min-width: 4.5rem;
    max-width: 5rem;
}

.inner-sidebar.minimized .inner-links a.nav-link { text-align: center; }

.inner-sidebar.minimized .inner-links a.nav-link span { display: none; }

.inner-sidebar.minimized .inner-links a.nav-link .material-icons,
.inner-sidebar.minimized .inner-links a.nav-link .material-icons-round { font-size: 1.5rem; }

.inner-sidebar-toogler {
    top: .8rem;
    left: -1.1rem;
    z-index: 1019;
    padding: .3rem .5rem;
}

.content-container,
#content-overflow-container { max-height: calc(100vh - 3rem); }

.content-heading-container {
    height: 3.35rem;
    padding-top: .85rem;
    padding-bottom: .5rem;
    padding-left: 2rem;
}

th.sticky-top { z-index: 10; }

#list-items .list-group-item:hover { background-color: var(--white)!important; }

/* Alerts */

.alert-custom {
    top: 5.1rem;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 1200;
}

/* Custom Radio button design*/

input[type="radio"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

input[type="radio"] + label {
    position: relative;
    padding-left: 15px;
}

input[type="radio"]:not(:disabled) + label { cursor: pointer; }

input[type="radio"]:disabled + label,
input[type="radio"].disabled + label,
input[type="radio"] + label.disabled { pointer-events: none;  }

input[type="radio"] + label::before,
input[type="radio"] + label::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    transition: all .3s ease;
}

input[type="radio"] + label::before {
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    background: var(--white);
    box-shadow: inset 0 0 0 2px var(--primary);
}

input[type="radio"]:disabled + label::before,
input[type="radio"].disabled + label::before,
input[type="radio"] + label.disabled::before {
    background: #ccc;
    box-shadow: inset 0 0 0 2px #ccc;
}

input[type="radio"] + label::after {
    top: 49%;
    left: 9px;
    width: 54px;
    height: 54px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}

input[type="radio"]:not(:disabled) + label::after { background: rgba(37,101,193,.2); }

input[type="radio"]:disabled + label::after,
input[type="radio"].disabled + label::after,
input[type="radio"] + label.disabled::after { background: rgba(115,121,128,.3); }

input[type="radio"]:not(:disabled):checked + label::before {
    background: var(--primary);
    border: 2px solid var(--primary);
    box-shadow:inset 0 0 0 4.4px var(--white);
}

input[type="radio"]:disabled:checked + label::before,
input[type="radio"].disabled:checked + label::before,
input[type="radio"]:checked + label.disabled::before {
    background: #737980;
    border: 2px solid #ccc;
    box-shadow:inset 0 0 0 4.4px #ccc;
}

input[type="radio"]:not(:disabled):focus + label::after,
input[type="radio"]:not(:disabled):checked:focus + label::after {
    opacity: .8;
    transform: translate(-50%, -50%) scale(1);
}


input[type="radio"]:checked + label::after {
    transform: translate(-50%, -50%) scale(1);
    animation: ripple .6s linear;
}

/* Radio button end */

/* Loader for processing */
.loader {
    position: relative;
    display: inline-block;
    margin: -0.375rem 0;
    border: 0.25rem solid #dadada; /* Light grey */
    border-top: 0.25rem solid #3498db; /* Blue */
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0%{ transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}

.badge-position {
    background-color: var(--success);
    top:6rem;
    right: 2.5rem;
}

/* Switch css */

.switch label { cursor: pointer; }

.switch label input[type="checkbox"] {
    width: 0;
    height: 0;
    opacity: 0;
}

.switch label input[type="checkbox"]:checked + .lever { background-color: #90ccff; }

.switch label input[type="checkbox"]:checked + .lever:after {
    left: 24px;
    background-color: var(--primary);
}

.switch label .lever {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 15px;
    vertical-align: middle;
    content: "";
    background-color: #818181;
    border-radius: 15px;
    transition: background 300ms ease;
}

.switch label .lever:after {
    position: absolute;
    top: -4px;
    left: -5px;
    display: inline-block;
    width: 21px;
    height: 21px;
    content: "";
    background-color: #F1F1F1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4);
    transition: left 300ms ease, background 300ms ease, box-shadow 0.1s ease;
}

input[type="checkbox"]:checked:not(:disabled) ~ .lever:active::after,
input[type="checkbox"]:checked:not(:disabled).tabbed:focus ~ .lever::after { box-shadow: 0 1px 3px 1px var(--dark), 0 0 0 15px var(--secondary); }

input[type="checkbox"]:not(:disabled) ~ .lever:active:after,
input[type="checkbox"]:not(:disabled).tabbed:focus ~ .lever::after { box-shadow: 0 1px 3px 1px var(--dark), 0 0 0 15px var(--dark); }

.switch input[type="checkbox"][disabled] + .lever { cursor: default; }

.switch label input[type="checkbox"][disabled] + .lever:after,
.switch label input[type="checkbox"][disabled]:checked + .lever:after { background-color: #BDBDBD; }

@keyframes ripple {
    5%, 100% { opacity: 0; }
    5% { opacity: 1; }
}

@media (min-width: 768px) { input[type="checkbox"] + label { margin-top: 8px; } }

@media (max-width: 991px) { .switch label .lever { margin: 0 15px; } }

@media (min-width: 992px) { .switch label .lever { margin: 10px 0; } }

/* Highlight active links */
a.highlight { color: var(--primary)!important; }

.running-algo {
    font-size: 90%;
    right: 2rem;
    top: 7rem;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    width: 100%!important;
    height: 100%!important;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.image-wrapper {
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: relative;
    background: white;
    margin: 10px 0;
}

.snack-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2499;
    background-color: transparent;
}

.snackbar {
    bottom: -4rem;
    left: 2rem;
    z-index: 2500;
    min-width: 21rem;
    transition: bottom 300ms cubic-bezier(.6,-.28,.74,.05);
}

.snackbar.active {
    bottom: 2rem;
    transition: bottom 300ms cubic-bezier(.18,.89,.32,1.28);
}

.notify-dialog {
    top: 5rem;
    right: -23rem;
    z-index: 2500;
    min-width: 17rem;
    max-width: 19rem;
    max-height: 14rem;
    overflow: auto;
    overflow-wrap: break-word;
    transition: right 300ms cubic-bezier(.6,-.28,.74,.05);
}

.notify-dialog.active {
    right: 2rem;
    transition: right 300ms cubic-bezier(.18,.89,.32,1.28);
}

.modal-heading-div{
	z-index: 1;
	top: -30px;
	left: 39%;
	position: relative;
}

.modal-heading-div * {
    position: relative;
    z-index: 3;
    color: inherit;
}

.modal-heading-div::after{
    position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		border-radius: inherit;
		pointer-events: none;
		content: '';
		background-color: rgba(255, 255, 255,0.9);
}

.text-orange {
    color: #ff6565;
}

.bg-orange {
    background-color: #ff6565;
}

.thankyou-card{
    z-index: 1;
}

.waves{
    bottom: 0;
    z-index: 0;
}

.spinner-border {
    color: #ff6565 !important;
    animation-duration: 2s;
}

.seconds{
    top: 22%;
    left: 40%;
}