@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow);
@import url(https://fonts.googleapis.com/css?family=Oswald);

:root {
    --ist-white: #fff;
    --ist-grey: grey;
    --ist-red: red;
    --ist-green: green;
    --ist-blue-lite: #0073b7;
    --ist-red-lite: #f56954;
    --ist-lite-green: rgb(34 197 94/1);

    --ist-redme-grey: rgb(209 213 219/1);


    --ist-body-color: rgb(20 20 20/1);
    --ist-navbar-color: rgb(30 30 30/1);
    --ist-navbar-text-color: #e4e4e7;
    --ist-navbar-border-active: #2ee671;
    --ist-box-color: rgb(30 30 30/1);

    --ist-login-box-color: rgb(30 30 30);
    --ist-login-border-color: #6b7280;
}

.color-red-text {
    color: #ff0000;
}

.color-grey-text {
    color: var(--ist-grey);
}

.reset-margin-bottom {
    margin-bottom: 0px;
}

html, body {
	font-family: 'Archivo Narrow', sans-serif;
}

body {
	background-color: var(--ist-body-color);
    color: #fff;
	font-size: 18px;
}

a {
    color: var(--ist-white);
    text-decoration: none;
}
a:hover,
a:focus {
  color: var(--ist-white);
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none !important;
    }
    .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .ist-search {
        width: 100%;
        margin-bottom: 10px;
    }
    .ist-search-big {
        width: 100% !important;
    }
    .form-group {
        margin-right: 0;
        margin-left: 0;
    }
    .btn {
        width: 100%;
    }
    .ist-puncte-line {
        padding-block: 20px !important;
    }
    .ist-login-input {
        width: 100% !important;
    }
    .ist-boxstatistici-payments {
        margin-bottom: 1.5rem;
    }
}

.paddFromTop{
	padding-top: 2%;
}

a:hover, a:visited, a:link, a:active{
    text-decoration: none;
}

.lblue {
    color: #61cfe2;
}

.green {
    color: #29c635;
}

.red {
    color: #d9534f;
}

.orange {
    color: #f39334;
}

.pink {
    color: #ee22ca;
}

.strong {
	font-weight:bold;
}


.progress {
    position: relative;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: white;
}

.go-top {
    position: fixed;
    bottom: 0.75em;
    right: 0.5em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.70);
    font-size: 12px;
    padding: 10px;
    display: none;
    margin: 0;
}

.go-top:visited {
	color: white;
	outline: 0;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-decoration: none;
}


/* Chat */
.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
}


.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

.panel-radius {
    border-radius: 1.575rem;
}

/* Scroll bar

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

*/

.margine_mica {
	margin-top:8px;
}

.margine_mare {
	margin-top:15px;
}

.green {
	color:green;
}

.laravel-logo-green {
    color: rgb(34 197 94/1);
    fill: currentColor;
    width: auto;
    height: 2.5rem;
}

.laravel-logo-green-big {
    color: rgb(34 197 94/1);
    fill: currentColor;
    height: 6.5rem;
}

.items-center {
    align-items: center!important;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    width: 100%;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: var(--ist-navbar-color);
    border-bottom: 2px solid var(--ist-navbar-border-active);
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: var(--ist-white);
  border-bottom: 2px solid var(--ist-navbar-text-color);
}

.navbar-inverse .navbar-nav > li > a {
    color: var(--ist-navbar-text-color);
}

.navbar-inverse {
    background-color: var(--ist-navbar-color);
    border-color: #222;
}

.ist-navbar-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.panel {
    background-color: var(--ist-box-color);
    color: var(--ist-white);
}

.ist-panel-header {
    padding: 0px !important;
    font-family: Oswald !important;
    display: flex;
}

.ist-panel {
    border: 1px solid #ddd;
}

.ist-panel-heading {
    border: 1px solid #ddd;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: var(--ist-box-color);
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: var(--ist-box-color);
}

.ist-tables > tbody > tr:nth-child(even) {
    background-color: var(--ist-body-color);
}

.dropdown-menu {
    background-color: var(--ist-navbar-color);
    color: var(--ist-white);
}

.dropdown-menu > li > a {
    color: var(--ist-white);
}

.ist-loginpages {
    display: flex;
}

.ist-login-controller {
    display: grid;
    margin: 5% auto;
}

.ist-login-logo {
    text-align: center;
}

.ist-login-box {
    background: var(--ist-login-box-color);
    padding-bottom: 2rem;
    padding-top: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.ist-login-text {
    font-size: 15px;
    line-height: 1.5rem;
    color: var(--ist-white);
    white-space: pre-wrap;
}

.ist-login-input {
    width: 300px;
    padding: 5px;
    background-color: var(--ist-login-box-color);
    border-color: var(--ist-login-border-color);
    border-width: 1px;
    color: var(--ist-white);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-control:focus {
    border-color: var(--ist-navbar-border-active);
}

.ist-textarea {
    width: 100%;
    max-width: 100%;
    background-color: var(--ist-login-box-color);
    border-color: var(--ist-login-border-color);
    border-width: 1px;
    color: var(--ist-white);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ist-textarea:focus {
    border-color: var(--ist-navbar-border-active);
}

.alert-danger {
    background-color: var(--ist-box-color);
    color: var(--ist-white);
    border: 1px dashed var(--ist-red);
    position: relative;
}

.alert-success {
    background-color: var(--ist-box-color);
    color: var(--ist-white);
    border: 1px dashed var(--ist-green);
    position: relative;
}

.ist-centered {
    display: block;
    text-align: center;
}

.ist-right {
    text-align: right;
}

.ist-left {
    text-align: left;
}

.ist-boxstatistici {
    text-align: center;
    background-color: var(--ist-body-color);
    border: var(--ist-lite-green) dashed 1px;
    border-radius: 7px;
    height: 100px;
}

.ist-boxstatistici small {
    color: var(--ist-white);
    font-weight: 300;
    font-size: 16px;
}

.ist-boxstatistici-payments {
    background-color: var(--ist-body-color);
    border: 1px solid var(--ist-grey);
    border-width: 1px!important;
    padding: 1rem!important;
}

.ist-boxstatistici > p {
    color: var(--ist-lite-green);
    font-size: 26px;
    font-weight: 900;
}

.nav-tabs {
    border-bottom: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: var(--ist-box-color);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: var(--ist-white);
    background-color: var(--ist-box-color);
    border: 1px dashed var(--ist-navbar-border-active);
    border-bottom-color: transparent;
}

.nav-tabers {
    border-bottom: none;
}

.nav-tabs > li > a:hover {
    border: 1px dashed var(--ist-navbar-border-active);
}

.nav-tabers>li.active>a, .nav-tabers>li.active>a:hover, .nav-tabers>li.active>a:focus {
    color: var(--ist-white);
    background-color: var(--ist-box-color);
    border: 1px dashed var(--ist-navbar-border-active);
    border-bottom-color: transparent;
}

.ist-tables tr:nth-child(even) {
    background-color: var(--ist-body-color);
}

.ist_profileimg {
    z-index: 1;
    width: 80%;
}

.ist-hr {
    border: 1px solid var(--ist-grey);
}

.modal-content {
    background-color: var(--ist-box-color);
    color: var(--ist-white);
}

.ist-model-footer {
    text-align: left;
}

.modal-dialog {
    -webkit-transform: translate(0,-40%);
    -o-transform: translate(0,-40%);
    transform: translate(0,-40%);
    top: 40%;
    margin: 0 auto;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 18px;
    text-align: left;
    list-style: none;
    background-color: var(--ist-navbar-color);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.ist-puncte-line {
    border-bottom: 3px dashed var(--ist-grey);
}

.ist-flex {
    display: flex;
    justify-content: space-between;
}

.ist-redme {
    font-size: 15px;
    line-height: 1.5rem;
    color: var(--ist-redme-grey);
}

.ist-footer-box {
    display: flex;
    justify-content: space-between !important;
    margin-bottom: 20px;
    background-color: var(--ist-box-color);
    border-radius: 2px;
    color: var(--ist-white);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    padding: 1.5rem;
}

.ist-footer-right {
    display: flex;
    align-items: center;
    font-family: Oswald!important;
    white-space: pre-wrap;
    text-decoration: none;
}

.ist-footer-right a {
    margin-right: 15px;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: var(--ist-white);
  cursor: not-allowed;
  background-color: var(--ist-body-color);
  border-color: var(--ist-body-color);
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 15px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--ist-white);
    text-decoration: none;
    background-color: var(--ist-body-color);
    border: 1px solid var(--ist-body-color);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: var(--ist-navbar-border-active);
    cursor: default;
    background-color: var(--ist-body-color);
    border-color: var(--ist-body-color);
    border-bottom: 1px solid var(--ist-navbar-border-active);
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: var(--ist-navbar-border-active);
  background-color: var(--ist-body-color);
  border-color: var(--ist-body-color);
}

.swal2-modal .swal2-textarea {
    background-color: var(--ist-navbar-color);
}


/*---------------------------------------------------------
                Lite Menu by iStefanAdv
----------------------------------------------------------*/

.istlite-menu {
    display: grid;
    gap: 12px;
}

.istlite-menu-inactive {
    background-color: var(--ist-body-color);
    padding: 6px 16px;
    border-right: 2px solid var(--ist-navbar-color);
}

.istlite-menu-inactive:hover {
    background-color: var(--ist-navbar-color);
    border-right: 2px solid var(--ist-grey);
}

.istlite-menu-activate {
    background-color: var(--ist-navbar-color);
    padding: 6px 16px;
    border-right: 2px solid var(--ist-navbar-border-active);
}

.istlite-menu-title {
    color: var(--ist-white);
    font-weight: 500;
    font-size: 25px;
}

.istlite-menu-text {
    color: #6b7280;
    font-weight: 300;
    font-size: 17px;
}

/*---------------------------------------------*/

.ist-admin-avatars {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}


/*----------------------------------------------
                Statistici
---------------------------------------------*/

.ist-stats {
    position: relative;
    display: block;
    background: #303641;
    padding: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ist-stats.ist-stats-red .num, .ist-stats.ist-stats-red h3, .ist-stats.ist-stats-red p,
.ist-stats.ist-stats-green .num, .ist-stats.ist-stats-green h3, .ist-stats.ist-stats-green p,
.ist-stats.ist-stats-blue .num, .ist-stats.ist-stats-blue h3, .ist-stats.ist-stats-blue p,
.ist-stats.ist-stats-grey .num, .ist-stats.ist-stats-grey h3, .ist-stats.ist-stats-grey p {
    text-align: center;
    color: #fff;
}

.ist-stats .num {
    font-size: 33px;
    font-weight: bold;
}

.ist-stats-red {
    background-color: var(--ist-red-lite);
}

.ist-stats-green {
    background-color: var(--ist-green);
}

.ist-stats-blue {
    background-color: var(--ist-blue-lite);
}

.ist-stats-grey {
    background-color: var(--ist-grey);
}

/*---------------------------------------------*/

/*----------------------------------------------
                alert and bg-color
---------------------------------------------*/

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.alert h4 {
    color: var(--ist-white);
    font-weight: 600;
}

.alert .icon {
    margin-right: 10px;
}

.bg-red {
    background-color: #dd4b39;
}

/*---------------------------------------------*/

/*----------------------------------------------
                box panel
---------------------------------------------*/

.istboxpanel {
    width: 100%;
    display: flex;
    background-color: var(--ist-box-color);
    padding: 20px;
    border: 2px solid var(--ist-grey);
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

.istbox-square {
    float: left;
    width: 25%;
}

.istbox-square > h2 {
    color: var(--ist-navbar-border-active);
    font-size: 30px;
    font-weight: 900;
}

.istbox-square > p {
    color: var(--ist-navbar-text-color);
    font-size: 20px;
    font-weight: 300;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: var(--ist-login-box-color);
    opacity: 1;
}

.ist-boxgame {
    background-color: var(--ist-body-color);
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin: 10px;
}

.ist-boxgame:hover {
    border: 5px dotted var(--ist-navbar-border-active);
}

.ist-boxgame h2 {
    font-size: 24px;
    margin-top: 0;
}

.ist-boxgame p {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 5px;
}

.ist-boxgame img {
    margin-left: 10px;
}

.ist-boxgame button {
    background-color: #28a745;
    background-image: linear-gradient(to bottom, #34d058, #28a745);
    border-color: #28a745;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #fff;
    text-shadow: 0 -0.05em rgba(0, 0, 0, 0.5);
}
.ist-boxgame button:hover {
    background-color: #269f42;
    background-image: linear-gradient(to bottom, #32c756, #269f42);
    border-color: #269f42;
    text-shadow: none;
}

/*---------------------------------------------*/

.ist-online {
    background-color: #29c635;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.ist-offline {
    background-color: red;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

/*----------------------------------------------
            Search by iStefanAdv
---------------------------------------------*/

.ist-search {
    height: 60px;
    display: inline;
    padding: 10px;
    font-size: 16px;
    background-color: var(--ist-body-color);
    margin-bottom: 10px;
    border-color:#27272aaa;
    border-radius: 0;
    border-width: 1px;
}

.ist-search::placeholder {
    color: #9ca3af;
}

.ist-search:focus {
    border-color: var(--ist-navbar-border-active);
}

/*---------------------------------------------*/

/*----------------------------------------------
            Alert by iStefanAdv
---------------------------------------------*/

.ist-alert {
    margin-bottom: 20px;
    padding: 20px;
    font-size: 14px;
}

.ist-alert.info {
    background-color: #00b8ff21;
    border-left: 3px solid #00b8ff;
    font-size: 17px;
}

.ist-alert.warning {
    background-color: #de7e0021;
    border-left: 3px solid #de7e00;
    font-size: 17px;
}

.ist-alert.alert {
    background-color: #b3000021;
    border-left: 3px solid #b30000;
    font-size: 17px;
}

.panel-ist-gray {
    background-color: rgba(96, 165, 250, .1);
}

.panel-ist-green {
    background-color: rgb(0 255 28 / 20%);
}

.panel-ist-red {
    background-color: rgba(255, 0, 0, 0.1);
}

.panel-ist-yellow {
    background-color: rgba(255, 202, 0, 0.3);
}
.panel-ist-purple {
    background-color: rgba(172, 0, 255, 0.3);
}

/* Top boost */

.box-boost {
    background-color: rgb(36 38 56/1);
    padding-bottom: .25rem;
    padding-top: .25rem;
}


.info-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.key {
    margin-right: 25px;
    font-size: 14px;
}

.flag {
    margin: 0 10px;
    width: 20px;
    height: auto;
}

.country {
    font-size: 14px;
}
