body {
    font-family: poppins !important;
    font-weight: 300 !important;
}

@media (max-width: 1024px) {
    .card-title strong {
        font-size: 1rem !important;
    }

        .card-title strong:before {
            content: ' ';
            display: block !important;
        }
}

.table-hover > tbody > tr.no-hover:hover {
    background-color: unset !important;
}

/* for a links on tables */

.text-underline {
    text-decoration: underline !important;
}

.btn-toolbar {
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 11px !important;
}

    .btn-toolbar a.btn {
        width: 39px !important;
        padding: 8px !important;
        margin: 5px !important;
    }

.unique-color {
    /*background: radial-gradient(10643.1% 4587.11% at 48.91% 156.25%, #2A9C8E 0%, #24424F 100%) !important;*/
    background: radial-gradient(10643.1% 4587.11% at 48.91% 156.25%, #ec8700 0%, #ec8700 100%) !important;
    border-radius: 0.125rem !important;
}

.mdb-color {
    /*background-color: #276c6d !important;*/
    background-color: #231f31 !important;
}

.btn-outline-primary {
    color: #276c6d !important;
    background-color: transparent !important;   
}

.pagination .page-item.active .page-link {
    background: radial-gradient(10643.1% 4587.11% at 48.91% 156.25%, #2A9C8E 0%, #24424F 100%) !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff !important;
    border-color: #24424F !important;
    /*background-color: #2A9C8E !important;*/
    background-color: #ec8700 !important;
}

.modal-dialog.modal-notify.modal-info .modal-header {
    /*background: radial-gradient(10643.1% 4587.11% at 48.91% 156.25%, #2A9C8E 0%, #24424F 100%) !important;*/
    background: radial-gradient(10643.1% 4587.11% at 48.91% 156.25%, #ec8700 0%, #24424F 100%) !important;
}

.md-form .prefix.active {
    /*color: #2A9C8E !important;*/
    color: #ec8700 !important;
}

/* Responsive Behaviors */

.breadcrumb-responsive {
    margin: 0 16px 0 16px !important;
}

.card-home-responsive {
    margin-left: -10px !important;
    margin-right: -10px !important;
    margin-bottom: -15px !important;
}

.card-page-responsive {
    margin: 36px 0px 0px 0px !important;
}

    .card-page-responsive .card-body {
        padding: 0px !important;
    }

    .card-page-responsive .card-body,
    .card-page-responsive .no-data {
        display: none;
    }

    .card-page-responsive .no-data {
        padding: 0.5rem !important;
    }

.card-accordion-responsive {
    padding-bottom: 2px !important;
    border: none !important;
}

    .card-accordion-responsive .card-header {
        padding: 2px 0 !important;
        border-radius: 0px !important;
        background-color: rgb(89, 105, 141) !important;
        border: 1px solid #D2D2D2 !important;
    }

        .card-accordion-responsive .card-header.sticky-top {
            position: -webkit-sticky !important;
            position: sticky !important;
            top: 49px !important;
            z-index: 9 !important;
        }

    .card-accordion-responsive th.sticky-top {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 0px !important;
        z-index: 8 !important;
        border: none !important;
    }

    .card-accordion-responsive .card-header h5 {
        font-size: 0.9rem !important;
    }

    .card-accordion-responsive .card-body {
        padding: 0 !important;
    }

        .card-accordion-responsive .card-body .badge-head-container {
            border-left: 1px solid #D2D2D2 !important;
            border-right: 1px solid #D2D2D2 !important;
            margin-left: 1px !important;
            margin-right: 1px !important;
        }

    .card-accordion-responsive .table th,
    .card-accordion-responsive .table td {
        line-height: 21.6px !important;
        font-weight: 700 !important;
    }

.table-responsive table {
    width: calc(100% - 2px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

    .table-responsive table tr.bold-header-text th {
        font-weight: 700 !important;
    }

.accordion-expander-all {
    margin-top: 16px !important;
    margin-bottom: 10px !important;
}

@media (max-width: 280px) {
    .card-accordion-responsive .card-header.sticky-top {
        top: 113px !important;
    }

    .fold {
        padding-left: 0.4rem !important;
        padding-right: 0.4rem !important;
    }

    .fold-letter {
        font-size: 1.2rem !important;
    }
}

@media (min-width: 576px) {
    .btn-toolbar a.btn {
        width: auto !important;
        padding: 8px 16px 8px 16px !important;
        margin: 6px !important;
    }
}

.navbar {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

@media (min-width: 600px) {
    .navbar {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .card-page-responsive .card-body {
        padding: 8px !important;
    }

    .card-accordion-responsive .card-header.sticky-top {
        top: 59px !important;
    }

    .card-accordion-responsive th.sticky-top {
        top: 0px !important;
    }
}

@media (max-height: 480px) and (max-width: 992px) {
    .navbar {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 1023px) {
    .card-page-responsive {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }
}

@media (min-width: 1024px) {
    .card-home-responsive {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .card-page-responsive {
        margin-left: 16px !important;
        margin-right: 16px !important;
        margin-bottom: 48px !important;
    }

        .card-page-responsive .card-body {
            padding: 16px !important;
        }

    .card-accordion-responsive .card-body {
        padding: 0 !important;
    }

    .card-accordion-responsive th.sticky-top {
        top: 0px !important;
    }
}

.sticky-responsive {
    z-index: 7 !important;
}

.sticky-bottom {
    position: -webkit-sticky !important;
    position: sticky !important;
    bottom: 0 !important;
    z-index: 6 !important;
}

.collapse, show:last-child {
    margin-bottom: 8px !important;
}

/* Custom Dimensions*/

.pb-15 {
    padding-bottom: 15px;
}

.mh-50vh {
    max-height: 50vh !important;
}

.mh-70vh {
    max-height: 70vh !important;
}

.vh-75 {
    height: 75vh !important;
}

.vh-60 {
    height: 60vh !important;
}

.vh-50 {
    height: 50vh !important;
}

.vh-45 {
    height: 50vh !important;
}

.vh-40 {
    height: 40vh !important;
}

.vh-25 {
    height: 25vh !important;
}

/*****Another Scroll******/

::-webkit-scrollbar {
    width: 10px;
}

    ::-webkit-scrollbar:vertical {
        width: 5px;
    }

::-webkit-scrollbar-button:increment, .contenedor::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7);
}

/*****Scroll*/

.noScroll {
    position: fixed;
}

.scroll {
    position: relative;
}

.ps {
    overflow: hidden !important;
    -ms-touch-action: auto;
    touch-action: auto;
    overflow-anchor: none;
    -ms-overflow-style: none;
    position: relative;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps__rail-y {
    top: 0;
}

.ps__rail-y {
    position: absolute;
    right: 0;
    display: none;
    width: 15px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps__thumb-y {
    position: absolute;
    right: 2px;
    width: 6px;
    background-color: #aaa;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    transition: background-color .2s linear, width .2s ease-in-out;
}

.ps__thumb-x {
    position: absolute;
    bottom: 2px;
    height: 6px;
    background-color: #aaa;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    transition: background-color .2s linear, height .2s ease-in-out;
}

.ps__rail-x {
    position: absolute;
    bottom: 0;
    display: none;
    height: 15px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

/**Pretty Tabs**/

.pretty-tabs .nav-link {
    color: #fff;
    border: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pretty-tabs {
    position: relative;
    z-index: 1;
    padding: .7rem;
    margin-right: 1rem;
    margin-bottom: -20px;
    margin-left: 1rem;
    background-color: #59698d;
    border-bottom: 0px solid #dee2e6 !important;
    border: 0;
    border-radius: .25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

    .pretty-tabs .nav-link:hover {
        background-color: #ccc;
        color: black;
    }

    .pretty-tabs .nav-link.active, .pretty-tabs .nav-item.open .nav-link {
        color: #fff !important;
        background-color: /*#4b515d*/ #2C3E50 !important;
        border-radius: .25rem;
        -webkit-transition: all 1s;
        transition: all 1s;
    }

/**Pretty BreadCrumbs**/

.pretty-breadcrumb {
    position: relative;
    z-index: 1;
    padding: .7rem;
    margin-right: 1rem;
    margin-bottom: 0;
    transform: translateY(-30px) !important;
    margin-left: 1rem;
    background-color: #59698d;
    color: #fff;
    border-bottom: 0px solid #dee2e6 !important;
    border: 0;
    border-radius: .25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    opacity: 0.9;
}

/* SideNavItems hover background color */

ul.list-unstyled > li:hover {
    background-color: #1C2331 !important;
}

/*Counter Social*/

.counter.counter-sm {
    top: -15px;
}

.counter.counter-lg {
    top: -27px;
}

.counter.counter-md {
    top: -19px;
}

.counter {
    position: relative;
    top: -23px;
    left: auto;
    z-index: 2;
    padding: 1px 7px;
    margin-left: -23px;
    font-size: 11px;
    color: #fff;
    background-color: #fe1212;
    border-radius: 10em;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/**Radio Buttons --- CheckBoxs**/

/* Customize the label (the container) */

.container-radio-buttons {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    /*padding-top: 5px;*/
    /*margin-top:5px;*/
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */

    .container-radio-buttons input {
        position: absolute;
        top: 0;
        left: 0;
        height: 15px;
        width: 15px;
        background-color: #fff;
        border-radius: 50%;
        border: 2px solid #5a5a5a;
        /*position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;*/
    }

/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #5a5a5a;
}

/* On mouse-over, add a grey background color */

.container-radio-buttons:hover input ~ .checkmark { /*background-color: #ccc;*/
}

/* When the radio button is checked, add a blue background */

.container-radio-buttons input:checked ~ .checkmark {
    background-color: #4285f4;
    border: 2px solid #4285f4;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/*checkbox*/

/* Customize the label (the container) */

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    /*padding-top: 5px;*/
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* container small checkbox into table */

.checkbox-item {
    display: block;
    position: relative;
    padding-left: 1rem;
    margin-bottom: 2rem;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default check box */

    .container-checkbox input, .checkbox-item input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */

.checkmark-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 2px solid #5a5a5a;
}

/* When the checkbox is checked, add a blue background */

.container-checkbox input:checked ~ .checkmark-checkbox,
.checkbox-item input:checked ~ .checkmark-checkbox {
    background-color: #4285f4;
    border-color: #4285f4;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark-checkbox:hover {
    cursor: pointer;
}

/*sideNav*/

#content {
    min-height: 100vh;
    height: auto;
    transition: all 0.2s ease-in-out;
    padding-left: 0px;
}

@media (max-width: 720px) {
    .main-header {
        font-size: 260%;
    }
}

.textlogplace::-webkit-input-placeholder {
    color: white !important;
}

.absolute-center {
    width: 32%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Btn borders rounded */

.btn-rounded {
    border-radius: 10em;
}

/* Override font-size bootstrap.min.css */

.invalid-feedback {
    font-size: 100% !important;
    margin-left: 2rem !important;
}

.reset-form .reset-input-container {
    margin: 0px 0 60px 0 !important;
}

.reset-form .invalid-feedback {
    width: calc(100% - 2rem)
}

.captcha-reset {
    height: 150px
}

@media(max-width: 440px) {
    .captcha-reset {
        height: 210px
    }
}

.reset-input-container label {
    z-index: 1000;
}

.reset-input-container input.is-valid {
    background-image: none !important
}

.reset-input-container input.is-invalid {
    background-image: none !important
}

.reset-check {
    z-index: 1000;
    display: none;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 25px;
    top: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}

.is-valid + .reset-check {
    display: block;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.is-invalid + .reset-check {
    display: block;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
}

/*Preloading 1*/

#loading {
    background: url('/backend/images/sports.gif') rgba(0, 0, 0, 0.815) no-repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

#loading1 {
    background: url('/backend/images/sports.gif') rgba(0, 0, 0, 0.815) no-repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Loading for modal agent rights*/

@keyframes spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.spinner div {
    left: 70.5px;
    top: 36px;
    position: absolute;
    animation: spinner linear 1s infinite;
    background: #375c8d;
    width: 9px;
    height: 18px;
    border-radius: 4.5px/9px;
    transform-origin: 4.5px 39px;
}

    .spinner div:nth-child(1) {
        transform: rotate(0deg);
        animation-delay: -0.9166666666666666s;
        background: #375c8d;
    }

    .spinner div:nth-child(2) {
        transform: rotate(30deg);
        animation-delay: -0.8333333333333334s;
        background: #375c8d;
    }

    .spinner div:nth-child(3) {
        transform: rotate(60deg);
        animation-delay: -0.75s;
        background: #375c8d;
    }

    .spinner div:nth-child(4) {
        transform: rotate(90deg);
        animation-delay: -0.6666666666666666s;
        background: #375c8d;
    }

    .spinner div:nth-child(5) {
        transform: rotate(120deg);
        animation-delay: -0.5833333333333334s;
        background: #375c8d;
    }

    .spinner div:nth-child(6) {
        transform: rotate(150deg);
        animation-delay: -0.5s;
        background: #375c8d;
    }

    .spinner div:nth-child(7) {
        transform: rotate(180deg);
        animation-delay: -0.4166666666666667s;
        background: #375c8d;
    }

    .spinner div:nth-child(8) {
        transform: rotate(210deg);
        animation-delay: -0.3333333333333333s;
        background: #375c8d;
    }

    .spinner div:nth-child(9) {
        transform: rotate(240deg);
        animation-delay: -0.25s;
        background: #375c8d;
    }

    .spinner div:nth-child(10) {
        transform: rotate(270deg);
        animation-delay: -0.16666666666666666s;
        background: #375c8d;
    }

    .spinner div:nth-child(11) {
        transform: rotate(300deg);
        animation-delay: -0.08333333333333333s;
        background: #375c8d;
    }

    .spinner div:nth-child(12) {
        transform: rotate(330deg);
        animation-delay: 0s;
        background: #375c8d;
    }

.loadingio-spinner-spinner-size {
    width: 150px;
    height: 150px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.spinner {
    position: fixed;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    display: flex;
    width: 50%;
    height: 50%;
    justify-content: center;
    align-items: center;
    top: 25%;
    left: 40%;
}

    .spinner div {
        box-sizing: content-box;
    }

#spinner {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* label style for input */

.label-transformY {
    transform: translateY(-24px) scale(0.8) !important;
    font-size: .95rem !important;
    color: #757575;
}

.btn-outline-unique-color {
    color: #3f729b !important;
    background-color: transparent !important;
    border: 2px solid #3f729b !important;
}

.custom-align-center > thead > tr > th, .custom-align-center > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
}

.font-label-1 {
    font-family: "Roboto", sans-serif;
    color: #757575;
}

.font-family-roboto {
    font-family: "Roboto", sans-serif
}

table th, .table td:not(:nth-child(1)), .table tfoot th, .card-footer {
    text-align: center;
    vertical-align: middle !important;
}

.table tbody td:nth-child(1),
.table tfoot td:nth-child(1) {
    padding-left: 0.5rem !important;
}

#ctl00_MainContent_txtDateFrom, #ctl00_MainContent_txtDateTo, #ctl00_MainContent_txtDate {
    display: none;
}

.table tfoot td, .card-footer {
    font-weight: 700 !important;
}

.table tfoot td {
    text-align: center !important;
    background-color: white !important;
    color: #343a40 !important;
    padding-bottom: 32px !important;
}

.pretty-breadcrumb-agent-modal {
    position: relative;
    z-index: 1;
    padding: .7rem;
    margin-right: 1rem;
    margin-bottom: 0;
    transform: translateY(-30px);
    color: #fff;
    margin-left: 1rem;
    background-color: #33b5e5;
    border-bottom: 0px solid #dee2e6 !important;
    border: 0;
    border-radius: .25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.modal-backdrop {
    z-index: 900 !important;
}

#modal-agents {
    background-color: #33b5e5;
    color: #fff;
}

.a-agent:hover {
    background-color: #33b5e5;
}

.treeview-colorful-items:first-of-type {
    margin-right: 20px !important;
}

.md-form-little {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

/******Table scroll********/

.table-wrapper-scroll-y {
    display: block;
}

/********Ddl ParlayTab Player Profile Management ********/

.ddl-parlay {
    transform: translateX(-10px);
}

.my-custom-scrollbar {
    position: relative;
    height: 1024px;
    overflow: auto;
}

/****Media Query for Game Type GridView Player Profile Management****/

@media (max-width: 575px) {
    .my-custom-scrollbar {
        height: 1024px;
    }
}

@media (max-width: 600px) {
    .my-custom-scrollbar {
        height: 1200px;
    }
}

@media (max-width: 900px) {
    .my-custom-scrollbar {
        height: 1350px;
    }
}

@media (max-width: 991px) {
    .my-custom-scrollbar {
        height: 1400px;
    }
}

@media (min-width: 992px) {
    .my-custom-scrollbar {
        height: 720px;
    }
}

@media (max-height: 900px) {
    .side-nav {
        overflow-y: auto;
    }
}

/*******Buttons Style ********/

.btn-circle-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}

.btn-circle-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}

.btn-circle-lg {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}

.widget-btn-circle {
    width: 60px;
    height: 60px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}

    .widget-btn-circle i {
        display: inline-block;
        color: #fff;
        text-align: center;
        font-size: 1.25rem !important;
        margin: 4px;
    }


#buttonTop {
    display: inline-block;
    background-color: #3f51b5;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 10px;
    /*margin: 25px;*/
    position: fixed;
    bottom: 45px;
    right: 15px;
    opacity: 0.5;
    transition: background-color .3s;
    z-index: 1000;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

    #buttonTop:hover {
        cursor: pointer;
        background-color: #33b5e5;
        opacity: 1;
    }

    #buttonTop:active {
        background-color: #555;
    }


#backToTop {
    color: #cdcdcd;
    height: auto;
    position: fixed;
    bottom: 65px;
    margin: 0;
    z-index: 98;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 20px;
    visibility: hidden;
    -webkit-backface-visibility: hidden
}

    #backToTop.off {
        right: 25px
    }

    #backToTop.on {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        right: 25px
    }

    #backToTop span {
        width: 52px;
        height: 52px;
        line-height: 52px;
        text-decoration: none;
        -o-border-radius: 52px;
        -moz-border-radius: 52px;
        -webkit-border-radius: 52px;
        border-radius: 52px;
        -webkit-transition: all .2s ease 0s;
        -moz-transition: all .2s ease 0s;
        -o-transition: all .2s ease 0s;
        border: 2px solid #e8e8e8;
        background: 0 0
    }

        #backToTop span i {
            font-size: 22px;
            color: #b0b0b0;
            line-height: 52px;
            -webkit-transition: color .2s ease 0s;
            -moz-transition: color .2s ease 0s;
            -o-transition: color .2s ease 0s
        }

    #backToTop:hover span {
        background-color: #e8e8e8
    }

.fab-stack {
    position: relative;
    display: flex;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    justify-content: center;
}

.btn-filter {
    margin-left: 1rem !important;
    margin-right: 0 !important;
}

@media (max-width: 575px) {
    .btn-filter {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

/*********pointer for the alt ptrfix icons************/

.fa-eye:hover .fa-eye-slash:hover .fa-calendar-alt:hover {
    cursor: pointer;
}

.table-scroll {
    width: 100%;
    max-height: 400px;
    overflow: auto;
}

@media (max-width: 814px) {
    .no-span-movile {
        display: none;
    }
}

@media (max-width: 768px) {
    /*less size for laoding balls in mobile resolution*/
    #loading {
        background-size: 50%;
    }

    .card-body-mobile {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
}

/*little font size for badge pills*/

.little-size-font {
    font-size: 0.7rem;
}

/*sticky-top to see all content of total under the header*/

.sticky-top-total {
    top: 185px !important;
}

.link-active {
    background-color: #1C2331 !important;
    position: sticky;
    top: 50px;
}

.load-container {
    width: 100%;
    height: 75vh;
}

/*.badge {
    padding: 4px 8px !important;
}*/

.badge-total-default-color {
    /*background-color: #59698d !important;*/
    background-color: #ec8700 !important;
}

.badge-total {
    font-size: 0.875rem !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.badge-header {
    font-size: 0.875rem !important;
    padding: 3px 8px !important;
    cursor: pointer !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.badge-balance {
    font-size: 0.875rem !important;
    line-height: 18px !important;
    transition: line-height 0.2s ease-in-out;
    -webkit-transition: line-height 0.2s ease-in-out;
}

.badge-success {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    /* Green 2 */

    /*background: #27AE60 !important;*/
    background: #ec8700 !important;
    border-radius: 49px !important;
    webkit-box-shadow: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.nav-menu {
    font-size: 1rem !important;
    padding: 0.5rem !important;
    margin: 0 !important;
}

    .nav-menu i {
        padding-left: 1px !important; /* fixes icon cutoff to the left */
        padding-right: 0.2rem !important;
    }

@media (min-width: 600px) {
    .top-nav-collapse .badge-balance {
        line-height: 14px !important;
        transition: line-height 0.2s ease-in-out;
        -webkit-transition: line-height 0.2s ease-in-out;
    }

    .top-nav-collapse .nav-menu {
        padding: 0.2rem 0.5rem !important;
    }
}

@media (max-width: 599px) {
    .nav-menu {
        font-size: 0.875rem !important;
        padding: 0 !important;
    }

    .badge-balance {
        line-height: 14px !important;
        font-size: 0.875rem !important;
    }
}

.nav-menu:hover {
    background-color: #49617b !important;
}

body.modal-open {
    overflow: hidden;
    width: 100%;
}

/*Styles for modals*/

.modal-body {
    padding: 0.0rem !important;
}

.modal-header {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.modal .close {
    margin-left: 0 !important;
    margin-top: -.8rem;
}

/**Rotate Gif**/

#rotate-gif {
    background: url('/backend/images/rotate.gif') rgba(0, 0, 0, 0) no-repeat center center;
    height: 300px;
    width: 300px;
}

.select-wrapper.mdb-select {
    width: calc(100% - 1rem) !important;
}

.mdb-select input {
    top: 3px !important;
    line-height: 34px !important;
}

.mdb-main-label.active {
    /*color: #757575 !important;*/
    color: #ec8700 !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 300 !important;
    font-size: .95rem !important;
    transform: translateY(-24px) scale(0.8) !important;
}

/* DataTable style */

/*table {
    margin-bottom: 0 !important;
}

    table.d-table {
        border-collapse: collapse !important;
        width: calc(100% - 2px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting:before,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_desc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:before {
        bottom: .5em;
    }

    table.dataTable thead th, table.dataTable thead td {
        border-bottom: 1px solid #fff !important;
    }

    table.scrollable tbody {
        display: block;
        max-height: 50vh;
        overflow-y: scroll;
    }

        table.scrollable thead, table.scrollable tbody tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }*/

.top-100 {
    top: 104px;
    z-index: 6 !important;
}

.top-144 {
    top: 143px;
}

.top-145 {
    top: 144px;
}

/*sticky-top to see all content under the navbar*/

.sticky-top-header1 {
    top: 44px !important;
    z-index: 7 !important;
}

.sticky-top-header2 {
    top: 45px !important;
    z-index: 7 !important;
}

.sticky-top-header3 {
    top: 46px !important;
    z-index: 7 !important;
}

/*sticky top under the date pickers*/

.sticky-top {
    z-index: 5 !important;
}

/* Font Size MDB buttons */

.btn.btn-sm {
    padding: .42rem 1.6rem !important;
    font-size: .72rem !important;
    text-transform: capitalize;
}

.btn.btn-md {
    padding: .62rem 1.6rem !important;
    font-size: .78rem !important;
    text-transform: capitalize;
}

.btn[class*="btn-outline-"].btn-md {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

/* MDB Breadcrumb Navigation */

.breadcrumb {
    padding: .64rem 1rem !important;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .2rem !important;
}

.top-85 {
    top: 85px;
    z-index: 6 !important;
}

.treeview-colorful h6 {
    color: #385c8d !important;
}

.treeview-colorful {
    background: rgba(224, 127, 178, 0) !important;
}

.border-secondary {
    border-color: #385c8d !important;
}

.treeview-colorful hr {
    border-color: #385c8d !important;
}

.treeview-colorful .treeview-colorful-items-header .fa-plus-circle {
    color: #0056b3 !important;
}

.treeview-colorful .treeview-colorful-items-header .fa-minus-circle {
    color: #ff0000 !important;
}

.treeview-colorful .treeview-colorful-items-header.open:hover {
    color: #fff !important;
    background-color: #42a5f5 !important;
}

.treeview-colorful .treeview-colorful-items-header.open {
    background-color: #fff !important;
    border-bottom: 1px solid #385c8d !important;
}

    .treeview-colorful .treeview-colorful-items-header.open span {
        color: #616161 !important;
    }

.treeview-colorful .treeview-colorful-list ul {
    background: #fff !important;
}

a.treeview-colorful-items-header:hover {
    color: #33b5e5;
}

a.treeview-colorful-items-header.open:hover {
    color: #616161;
}

.treeview-colorful .treeview-colorful-element:hover {
    background-color: #42a5f5 !important;
}

.treeview-colorful .treeview-colorful-items-header:hover {
    background-color: #42a5f5 !important;
}

.treeview-colorful .treeview-colorful-element:hover {
    color: #fff !important;
}

div.treeview-colorful-element:hover {
    color: #0056b3;
}

.modal-dialog.modal-notify.modal-info .far {
    color: #000000 !important;
}

.modal-dialog.modal-notify.modal-info a.treeview-colorful-items-header:hover {
    color: #0056b3 !important;
    font: bold !important;
}

.modal-dialog.modal-notify.modal-info .fa-plus-circle {
    color: #0056b3 !important;
}

.modal-dialog.modal-notify.modal-info .fa-minus-circle {
    color: #ff0000 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: poppins;
    font-weight: 300;
}

h4, .h4 {
    font-size: 18px;
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.side-nav .fa-angle-down.rotate-icon {
    top: .55rem;
}

input[type="text"].form-control,
input[type="text"].hasDatepicker,
input[type="number"].form-control {
    height: auto !important;
    font-size: 0.875rem !important
}

i.prefix {
    line-height: 32px !important;
}

.md-form label {
    left: 0 !important;
}

.md-form > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.md-form > input[type="time"]:not(.browser-default) + label {
    font-size: .95rem !important;
    -webkit-transform: translateY(-14px) scale(0.8) !important;
    transform: translateY(-14px) scale(0.8) !important;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

/*
    ---------------------------------------
    SideNav
    ---------------------------------------
*/

.side-nav {
    max-height: 100vh;
}

    .side-nav .sidenav-bg:after {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

#slide-out {
    z-index: 4030 !important;
}

/*#side-nav-close {
    display: none !important;
}*/

/* Mobile version */

@media only screen and (max-width: 992px) {
    .side-nav ul.collapsible {
        margin-top: 0rem !important;
    }

    #side-nav-close {
        display: block !important;
    }

    #side-nav-logo-wrapper {
        display: block !important;
    }

        #side-nav-logo-wrapper img {
            width: 84% !important;
            padding: 4px !important;
        }
}

/*
    ---------------------------------------
    Navbar Logo
    ---------------------------------------
*/

#navbar-logo {
    width: 70%;
    margin-top: -1px !important;
    transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
}

.top-nav-collapse #navbar-logo {
    width: 52%;
    margin-top: 0 !important;
    transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
}

@media (max-width: 710px) {
    #navbar-logo {
        display: none !important;
    }
}


/* COLOR PALETTE*/

/* Theme colors */

.color-1 {
    background-color: rgb(0,0,0,0.95) !important;
}

.color-2 {
    /*background-color: #276c6d !important*/
    background-color: #231f31 !important
}

.color-3 {
    background-color: #5C6BC0 !important;
}

.color-4d {
    /*background: linear-gradient(to right, #264653 0, #2a9d8f 100%) !important;*/
    background: linear-gradient(to right, #1e2325fa 0, #231f31 100%) !important
}

.color-5d {
    background: linear-gradient(to bottom, #e76f51 0, #e76f51 100%) !important;
}

/* Primary */
.primary-color, ul.stepper li.active a .circle, ul.stepper li.completed a .circle {
    /*background: radial-gradient(10643.1% 4587.11% at 48.91% 156.25%, #2A9C8E 0%, #24424F 100%) !important;*/
    background: radial-gradient(10643.1% 4587.11% at 48.91% 156.25%, #ec8700 0%, #eca94fb5 100%) !important;
}

.charcoal {
    background-color: #264653 !important;
}

/* Secondary */

.persian-green {
    background-color: #2A9D8F;
}

/* Alternative colors*/

.crayola {
    background-color: #E9C46A;
}

.sandy-brown {
    background-color: #F4A261;
}

.burnt-sienna {
    background-color: #E76F51;
}


.container {
    height: 150vh;
    background: rgba(0, 0, 0, .9);
}

#secondNav {
    border-top-color: #e76f51;
}

@media (max-width: 710px) {
    #secondNav {
        display: none !important;
    }

    #rightSideButton {
        display: block !important;
    }

    #drpn-agent-balance {
        display: none !important;
    }

    #collapse-right {
        display: flex !important;
    }

    #collapse-left {
        display: flex !important;
    }

    .fa-3x-ico {
        font-size: 2em !important;
    }
}

#slide-out-y {
    z-index: 4030 !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll !important
}


.btn-shortcut {
    height: 47px !important;
    display: inline-block !important;
    padding-left: 0 !important;
    line-height: 0 !important;
}

#navbarNotificationContent {
    width: 25rem !important;
}

@media only screen and (max-width: 992px) {
    #slide-out, #slide-out-y {
        margin-top: 0 !important;
        z-index: 4040 !important;
    }

    #navbarNotificationContent {
        width: 11rem !important;
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media only screen and (max-width: 336px) {
    #contactinfoR {
        display: flex !important;
    }

    #contactNavBar {
        display: none !important;
    }
}

/* btn outinles */

.btn-outline-persian-green {
    color: #2A9D8F !important;
    background-color: transparent !important;
    border: 2px solid #2A9D8F !important;
}

/*dsdsd*/

*, *:after, *:before {
    box-sizing: border-box;
}


.wrapper {
    margin: auto;
    position: relative;
}

.fake-close-label {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.folder-title {
    color: #f0f0f0;
    display: block;
    text-align: center;
    padding-top: .4em;
    font-size: .8em;
    width: 100%;
    position: absolute;
    top: 100%;
}

[type=checkbox]:checked ~ .folder-content {
    top: -50%;
    transform: translateZ(0) scale(1);
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.4);
}

/*
[type='checkbox'] {
    display: none;
    &:checked {


 + .folder { filter: blur(10px); }

 ~ .fake-close-label { pointer-events: auto; }

 ~ .folder-content {
    top: -50%;
    transform: translateZ(0) scale(1);
    pointer-events: auto;
    background: rgba(255, 255, 255, .4);
 

.app {


span { opacity: 1; }

}

}

}

}
    */

.folder {
    position: relative;
    transition: all .4s ease;
    user-select: none;
    display: block;
    width: 35vw;
    /*height: 30vh;*/
    height: 28vh;
}

.folder-content {
    padding: 1em;
    width: 12em;
    height: 9em;
    overflow: hidden;
    top: calc(-50% - .8em);
    left: -100%;
    pointer-events: none;
    transition: all .2s ease;
    transform-origin: 50% 50%;
    transform: translateZ(0) scale(.3);
    border-radius: .8em;
    box-shadow: 0 .4em .8em rgba(0, 0, 0, .2);
    background: rgba(255, 255, 255, .4);
}

.fa-twitterO {
    background: #1DC6FF;
}

.fa-dribbbleO {
    background: #EA4C89;
}

.fa-dropboxO {
    background: #007EE5;
}

.fa-githubO {
    background: #333;
}

.fa-codepenO {
    background: #222;
}

.fa-size {
    font-size: 2em !important;
}

.fa-zoom {
    font-size: 8.5em !important;
}

.fa-zoom-title {
    font-size: 5em !important;
}

.fa-ml {
    margin-left: .7rem !important;
}

.megamenu-bg {
    background: rgba(0, 0, 0, .4) !important;
    box-shadow: 0 0.4em 0.8em rgba(0, 0, 0, .2) !important;
    backdrop-filter: blur(5px) !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.widgetIWidth {
    width: 65px !important;
}


/*3*/

.apps {
    width: 100%;
    padding: 10px 8px;
}

.apps__page {
    display: inline-flex;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.app,
.folder {
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
}

.app-icon {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
    justify-content: center;
    text-align: center;
}

.x-touch {
    display: none;
    font-size: 30px;
    opacity: 0;
    width: 342px;
    /*background-color: rgba(101, 101, 101, 0.6);*/
    background-color: rgba(40, 40, 63, 0.6);
    border-radius: 99px;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}

.bg-blur {
    position: absolute;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    top: -15%;
    left: -15%;
    width: 150%;
    height: 200%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.25s;
    z-index: 1;
}

.folder-apps::-webkit-scrollbar {
    display: none;
}

.folder-apps {
    margin: auto;
    /*background-color: rgba(101, 101, 101, 0.3);*/
    background-color: rgba(40, 40, 63, 0.3);
    overflow-y: scroll;
    border-radius: 65px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    transition: transform 0.2s;
    padding: 25px 35px 10px;
    /*width: 170vw;*/
    width: 185vw;
    height: 135vh;
    transform: scale(0.2046783626, 0.2046783626);
    transform-origin: 0 0;
}

.widget-balance {
    margin: auto;
    /*background-color: rgba(101, 101, 101, 0);*/
    background-color: rgba(40, 40, 63, 0);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(15px);
    /*backdrop-filter: blur(15px);*/
    width: 90vw;
    height: auto;
}

    .widget-balance .list-group-item {
        background-color: transparent !important;
        border-bottom: 1px solid #eeeeeea8 !important;
    }

.widget-shorcuts {
    margin: auto;
    /*background-color: rgba(101, 101, 101, 0.2);*/
    background-color: rgba(40, 40, 63, 0);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(15px);
    /*backdrop-filter: blur(15px);*/
    width: 90vw;
    height: auto;
}

.widget-item {
    background-color: rgba(101, 101, 101, 0.6) !important;
}

.app {
    /*width: 47.5vw !important;*/
    width: 50.5vw !important;
    height: 25vh !important;
    margin-left: .3rem !important;
    margin-right: .3rem !important;
}

.app-name {
    display: none;
}

.folder-name {
    transform: translateY(-272px);
    cursor: default;
}

.text-badge-new {
    font-size: 1.1rem !important;
    margin-left: -4rem !important;
    margin: .5rem;
}

.app-name, .folder-name {
    font-size: 1.7rem;
}

/*.folder-apps.expand .app-name {
    margin-top: 9px !important;
}*/

.folder-apps.expand {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    /*background-color: rgba(101, 101, 101, 0.95);*/
    background-color: rgba(40, 40, 63, 0.95);
    outline: 0;
    padding: 30px 28px 5px;
    transform: scale(0.5, 0.5) translateZ(1px);
    z-index: 100 !important;
}

    .folder-apps.expand ~ .folder-name {
        display: none !important;
    }

.apps__page .folder:nth-child(1) .folder-apps.expand ~ .folder-name ~ .x-touch {
    transform: translate3d(50%, 70px, 1px);
}

.folder-apps.expand ~ .x-touch {
    display: block;
    -webkit-animation: 0.8s ease-in-out 0s forwards fadeIn;
    animation: 0.8s ease-in-out 0s forwards fadeIn;
    visibility: visible;
    opacity: 1;
}

.folder-apps.expand .app-name {
    display: block;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .bg-blur-opacity {
        -webkit-backdrop-filter: blur(5px) !important;
        backdrop-filter: blur(5px) !important;
        filter: blur(5px) !important;
        -moz-filter: blur(5px) !important;
        -o-filter: blur(5px) !important;
        -ms-filter: blur(5px) !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* slightly transparent fallback for Firefox (not supporting backdrop-filter) */

@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .bg-blur-opacity {
        background-color: rgba(40, 40, 63, 0);
        opacity: 1 !important;
        visibility: visible !important;
    }
}

.folder-apps.expand .app {
    margin: 0 16px 13px;
    pointer-events: initial;
}

.folder-apps .app {
    pointer-events: none;
    margin: 0 10px 25px;
    padding-left: 0px;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 992px) {
    .navbar .mega-dropdown .dropdown-menu.mega-menu {
        max-height: 750px !important;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }
}

.media-important {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.mb-5 {
    margin-bottom: 4rem !important;
}

.close-fontz {
    font-size: 1.2rem !important;
}

.context-text {
    font-size: 70% !important;
    font-weight: 400;
}

.fa-widget-size {
    padding-left: 0.4em !important;
    font-size: 2.33333em;
    line-height: .75em;
    vertical-align: -.0667em;
}

a[data-url*="Popup"]:hover {
    text-decoration: underline !important;
}

.widget-fontsize {
    font-size: 1.16rem !important;
}

.widget-a-width {
    width: 80% !important;
}

.a-important {
    height: auto !important;
    font-size: initial !important;
    line-height: inherit !important;
    padding-left: 0px !important;
}

.folder-apps.expand i.fa-zoom {
    font-size: 5rem !important;
    margin-top: 1.7rem !important;
}

@media screen and (max-width: 1200px) and (min-width: 600px) {
    .row-two {
        display: flex !important;
    }

    .two-shortcut {
        display: block !important;
    }

    .row-one, .one-shortcut {
        display: none !important;
    }

    .folder-apps.expand i.fa-zoom {
        font-size: 10ex !important;
        margin-top: 3rem !important;
    }

    .first-content .card-title {
        display: initial;
    }

    .second-content .card-title {
        display: initial;
    }

    .third-content i {
        display: initial;
    }
}

@media (max-width: 320px) {
    .app-name, .folder-name {
        font-size: 1.4rem !important;
    }

    .folder-apps.expand .app-name {
        margin-top: 0px !important;
    }

    .folder-apps.expand i.fa-zoom {
        font-size: 5rem !important;
        margin-top: .7rem !important;
    }

    .fa-zoom-title {
        font-size: 4em !important;
    }
}

@media (max-width: 540px) {
    .first-content .card-title {
        display: none;
    }

    .second-content .card-title {
        display: none;
    }

    .third-content i {
        display: none;
    }
}

mng-icon-right {
    position: absolute !important;
    right: 10px !important;
    top: 0.8rem !important;
    z-index: 3;
}

.mng-icon-right.has-changed {
    right: 30px !important;
}

span.highlight {
    background: #f1c40f;
}

.md-form.input-group .form-control {
    padding: .6rem 0 .4rem 0 !important;
}

.text-number1 {
    /*color: #00bfa5 !important;*/
    /*color: #00c853 !important;*/
    color: #00c851 !important;
}

.thankyou-page ._header {
    background: #283544 !important;
    padding: 100px 30px;
    text-align: center;
    opacity: .90;
}

    .thankyou-page ._header .logo {
        max-width: 200px;
        margin: 0 auto 50px;
    }

        .thankyou-page ._header .logo img {
            width: 100%;
        }

    .thankyou-page ._header h1 {
        font-size: 55px;
        font-weight: 600;
        color: white;
        margin: 0;
    }

.thankyou-page ._body {
    margin: -70px 0 30px;
    z-index: 1;
    position: relative;
}

    .thankyou-page ._body ._box {
        margin: auto;
        max-width: 80%;
        padding: 50px;
        background: white;
        border-radius: 3px;
        box-shadow: 16px 15px 14px 4px rgba(40, 53, 68, 0.75);
        -webkit-box-shadow: 16px 15px 14px 4px rgba(40, 53, 68, 0.75);
        -moz-box-shadow: 16px 15px 14px 4px rgba(40, 53, 68, 0.75);
    }

        .thankyou-page ._body ._box h2 {
            font-size: 32px;
            font-weight: 600;
            color: #4ab74a;
        }

.thankyou-page ._footer {
    text-align: center;
}

    .thankyou-page ._footer .row {
        justify-content: center;
    }

.thankyou-page ._box p {
    text-align: -webkit-center;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    color: #6a7d8f;
}

.thankyou-page .copyrigth {
    margin-bottom: 20px;
}

    .thankyou-page .copyrigth p {
        font-size: 14px;
    }

#captcha {
    max-width: 490px;
}

.black-gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#283544+0,207cca+95,2989d8+100,2989d8+100,7db9e8+100,2989d8+100,2989d8+101&0.87+23,1+100 */
    background: -moz-linear-gradient(top, rgba(40,53,68,0.87) 0%, rgba(38,70,100,0.87) 23%, rgba(32,124,202,0.99) 95%, rgba(41,137,216,1) 100%, rgba(41,137,216,1) 101%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(40,53,68,0.87) 0%,rgba(38,70,100,0.87) 23%,rgba(32,124,202,0.99) 95%,rgba(41,137,216,1) 100%,rgba(41,137,216,1) 101%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(40,53,68,0.87) 0%,rgba(38,70,100,0.87) 23%,rgba(32,124,202,0.99) 95%,rgba(41,137,216,1) 100%,rgba(41,137,216,1) 101%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de283544', endColorstr='#2989d8',GradientType=0 ); /* IE6-9 */
}

.registration.view.overlay {
    cursor: pointer;
    align-self: center;
    max-height: 69px;
    padding-top: 10px;
}

.text-white.card-title {
    text-shadow: 4px 4px 6px #283544;
}

#card-thanks {
    box-shadow: 3px 6px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

#profileImage {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: .9rem;
    color: #fff;
    text-align: center;
    line-height: 40px;
    vertical-align: middle !important;
}

.black-gradient .card-title {
    text-align: center;
}

.btn-viber {
    background-color: #7360f2;
}

.invalid-feedback.registration {
    position: absolute;
    top: 50px;
    font-size: 90% !important;
    width: calc(100% - 2rem);
}
.tooltip-custom {
    opacity: 1 !important;
    background-color: #181818 !important;
    color: #FFFFFF !important;
    display: none !important;
    left: -120px !important;
    padding: 15px 10px !important;
    position: absolute !important;
    top: -130px !important;
    z-index: 20 !important;
    width: 550px !important;
    border-radius: 8px !important;
    font-size: 12px;
    font-style: normal;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 200;
    line-height: 18px;
}

    .tooltip-custom:before {
        border-left: 6px solid transparent !important;
        border-right: 6px solid transparent !important;
        border-top: 6px solid #181818 !important;
        bottom: -6px !important;
        content: "" !important;
        height: 0 !important;
        left: 28% !important;
        margin-left: -6px !important;
        position: absolute !important;
        width: 0 !important;
    }

#custom-tooltip {
    position: relative !important;
    top: -58px;
    left: 90px;
}

    #custom-tooltip:hover .tooltip-custom {
        display: block !important;
    }

@media (max-width: 767px) {

    .tooltip-custom {
        left: -80px !important;
        top: -150px !important;
        width: 400px !important;
    }

        .tooltip-custom:before {
            left: 25% !important;
        }
}

@media (max-width: 575px) {
    .tooltip-custom {
        left: -100px !important;
        top: -180px !important;
        width: 300px !important;
    }

        .tooltip-custom:before {
            left: 35% !important;
        }
}
