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

Template Name: KingOfSMM
Description: SMM Panel Themes
Version: v1

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

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');
textarea#message {
    min-height: 75px;
}
@bg: #2d2d37; // Dark blue
@primary: #fd6b21; // Orange
@white: #fff;

a { color: #2d2d2d; text-decoration: none; }
a:hover, a:focus {
    color: #0e0e0e;
    text-decoration: underline;
}
input:focus {
    outline: 0;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.renkbg { background: #2d2d2d;}
.renkcol {color: #2d2d2d;}
.form-control::placeholder {color:#a09fa0;}

.arrow {
  text-align: center;
  margin: 8% 0;
}

.wtext h1 {
    color: #fff;
}
.wtext span {
    color: #e0e0e0;
}
.bosluk {
    padding-top: 80px;
}
#bildbutton a {
    text-decoration: none;
}
#bildbutton{left: 10px;
    background: #5c8ff5;
    bottom: 10px;
    padding: 15px;
    color: #fff;
    position: absolute;
    border-radius: 100px;}

.badge-left {
    display: inline-block;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    background-color: #0e0e0e;
    border-radius: 5px;
}
.alan {
    width: 100%;
    height: 600px;
    background: url(https://storage.perfectcdn.com/mvtkul/9s77ou5c2cfl6f8l.jpg);
    z-index: 3;
    background-size: auto auto;
  	background-size: cover
}

.alann {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: url(https://nivusoft.com/sosyal/v2/themes/default/img/des3.png),linear-gradient(127deg, #2d2d2d 0%, #3e3e3e 91%);
    z-index: 3;
    background-size: contain;
}
.bildbox:nth-child(1) {
    margin-top: 0px;
}
.bildbox {
    margin-bottom: 4px;
    line-height: 25px;
    width: 100%;
    padding-left: 5px;
    margin-top: 20px;
    padding-right: 10px;
}
.sagayasla{float:right;}

a:focus {
    outline: none;
}
span:focus {
    outline: none;
}
div:focus {
    outline: none;
}
button:focus {
    outline: none;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  100%, 0%, 0%, 0%, 0% {
    transform: rotate(0);
  }
  33% {
    transform: rotate(20deg);
  }
  66% {
    transform: rotate(-20deg);
  }
}
.modal.left .modal-dialog,
  .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }

  .modal.left .modal-content,
  .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
  }
  
  .modal.left .modal-body,
  .modal.right .modal-body {
    padding: 15px 15px 80px;
  }

.modal-header .close {
 font-size: 28px;
    color: #fff;
    opacity: 1;
    line-height: 23px;
    border: 2px dashed #ffffff;
    margin-top: 5px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 0px;
}
.modal-body1 {
    position: relative;
    padding: 15px 25px;
    font-size: 15px;
    text-align: left;
}
.modal-header .close:hover {
    transform: rotate(360deg);
    border: 2px solid #ef7874;
    color: #ef7874;
  border-radius: 20px;
}
.bakiyex{width: 100%;text-align: left;margin-left: 5px;font-size: 18px;letter-spacing: .2em;color: #2d2d2d}
   
.servisbilgi {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.p7{padding-left: 7px;
    padding-right: 7px;}
.md1 {
    background: #fff;
    border-radius: 40px;
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #2d2d2d;
    box-shadow: 0px 2px 20px #00000069;
}
input.search-query.form-control {
    border: none !important;
}
.serbaslik{
    color: #fff;
    border-radius: 11px;
    border: none;
    text-align: left;
    padding: 8px 20px !important;
        background: #2d2d2d !important;
    box-shadow: 0px 3px 20px #5050506e;
}
.btn-detay {
    background: #2d2d2d;
    color: #fff;
    padding: 0px 10px;
  transition:0.3s;
    box-shadow: 0px 3px 20px #5050506e;
}
.btn-detay:hover {transform: scale(1.04);color:#fff;}
.well.well-float p {
    display: none;
}
tr.aralama {
    border-bottom: 1px solid #d2d2d2;
}
.well.well-float table thead tr th {
    font-size: 14px;
}
.modal-title1 {
    float: left;
    font-size: 17px;
    color: #fff;
    padding-left: 10px;
}
/*Right*/
  .modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
  }
  
  .modal.right.fade.in .modal-dialog {
    right: 0;
  }

/* ----- MODAL STYLE ----- */
  .modal-content {
    border-radius: 0;
    border: none;
  }

.modal-header {
    border-bottom-color: #221149;
    background-color: #0e0e0e;
}

.modal-content {
    background-color: #ffffff;
}
.demo {
  padding-top: 60px;
  padding-bottom: 110px;
}

.btn-demo {
  margin: 15px;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 16px;
  background-color: #FFFFFF;
}

.btn-demo:focus {
  outline: 0;
}


i.fa.fa-bell:hover {
    color: #0e0e0e;
}
i.fa.fa-bell {
    font-size: 24px;
    transition: 0.2s;
  margin: 0;
}
.listarka i {
    font-size: 18px;
    margin-right: 7px;
    position: relative;
    top: 2px;
}
.listarka {
   background: #2d2d2d;
    box-shadow: 0px 3px 20px #5050506e;
    border: none;
    color: #ffffff;
    margin-bottom: 5px;
    padding: 10px 15px;
    border-radius: 5px;
}
.footer {
    padding-top: 30px;
    font-size: 13px;
    line-height: 32px;
      text-align: center;
    margin-top: auto;
    border-color: #000;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.footer a {
    color: #fafafa;
    padding-left: 10px;
}

#accordion .panel-body {
    color: #e0e0e0;
    font-weight: 300;
  border-top:none;
}
#accordion .panel {
    background: none;
}
.panel-group .panel {
        border-radius: 0;
        box-shadow: none;
    }

    .panel-default > .panel-heading {
    padding: 0;
    color: #fff;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
       display: block;
   background: #2d2d2d;
    box-shadow: 0px 3px 20px #5050506e;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    padding: 8px 15px;
	color: #fff;
	font-weight: 400;
	font-size: 13px
    }
.panel-title > a:hover, .panel-title > a:focus {
    color: #e2e2e2;
}

    .more-less {
        float: right;
        color: #fff;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
.wrapper{
    display:table;
    width:auto;
    position:relative;
    width:50%;
}



.uyari {
    background: #de5f5fb5;
    color: #fff;
    margin-top: 30px;
    padding: 7px 9px;
    text-align: center;
  float:left;
    font-size: 15px;
    border-radius: 10px;
}

.genis {
    margin-top: 20px;
    background-size: cover;
    padding: 40px 0px;
    background: url() #2b2d3b7a;
    background-size: cover;
}

.bakiyen{font-size: 30px;
    color: #2d2d2d;
    font-family: 'Barlow', sans-serif;}
.bakiyex{letter-spacing: .3em; font-family: 'Barlow', sans-serif;}
i.fas.fa-power-off {
    font-size: 23px;
      color: #de5d5d;
}
i.fas.fa-power-off:hover {
    opacity: 0.7
}
i.fas.fa-user {
    font-size: 23px;
}
.active i.fas.fa-user {
    font-size: 17px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    background: #f6bb13;
  color:#fff;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #3a3c4c;
} 
.fab {
    font-weight: 100;
}
select {
    color: #252525;
}
.shape1 {
  position: absolute;
  font-size:30px;
  color:#fff;
  top: 20%;
  z-index: -1;
  left: 30px;
  -webkit-animation: rotate3d 4s linear infinite;
          animation: rotate3d 4s linear infinite;
  opacity: .4;
}

.shape2 {
  position: absolute;
    font-size: 30px;
    color: #fff;
    z-index: -1;
    top: 0%;
    right: 10%;
}

.shape3 {
  position: absolute;
    font-size: 30px;
    color: #fff;
    left: 5%;
    bottom: 12%;
    z-index: -1;
    -webkit-animation: animationFramesOne 15s infinite linear;
    animation: animationFramesOne 15s infinite linear;
}

.shape4 {
     position: absolute;
    font-size: 30px;
    color: #fff;
    right: 25%;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.shape5 {
  position: absolute;
  font-size:30px;
  color:#fff;
  right: 5%;
  top: 10%;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  opacity: .2;
}

.shape6 {
  position: absolute;
    font-size: 30px;
    color: #fff;
    z-index: -1;
    bottom: 15%;
    right: 10%;
    animation: animationFramesOne 25s infinite linear;
}

.shape7 {
  position: absolute;
    font-size: 30px;
    color: #fff;
    left: 50%;
    top: -14%;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.shape8 {
  position: absolute;
    font-size: 30px;
    color: #fff;
    animation: animationFramesOne 30s infinite linear;
    z-index: -1;
    top: 0%;
    left: 10%;
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    margin-top: 15px;
    height: auto;
    text-shadow: none;
    padding: 6px 20px;
    border-radius: 35px;
    background: #a40518;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #ffffff1a;
    border-radius: 30px;
}
.badge-balance {
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 30px;
   background: #2d2d2d !important;
    box-shadow: 0px 3px 20px #5050506e;
    font-size: 13px;
    font-family: 'Barlow', sans-serif;
}

.well {
  color: #2d2d2d;
    min-height: 20px;
    transition: 0.4s;
    padding: 25px;
    text-shadow: none;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 35px #00000047;
    box-shadow: 0px 2px 20px #00000069;
}

textarea, textarea.form-control, input.form-control, input[type=text], input[type=password], input[type=email], input[type=number], [type=text].form-control, [type=password].form-control, [type=email].form-control, [type=tel].form-control, [contenteditable].form-control {
  padding: 10px;
    height: 45px;
    color: #2d2d2d;
    border: none;
    font-weight: 300;
    border-radius: 5px !important;
    box-shadow: none;
    background: #eaeaea;
    -webkit-appearance: none;
    font-size: 16px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    background: #2d2d2d;
    color: #ffffff;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: 0px;
    height: 43px;
    margin-top: -1px;
}
.navbar {
       border: none;
    box-shadow: 0 1px 40px rgba(0, 0, 0, 0.40);
    background: #fff;
    position: fixed;
    width: 100%;
}
label.control-label {
    color: #2d2d2d;
    font-weight: bold;
}
.radio label, .radio-inline label, .checkbox label, .checkbox-inline label {
    padding-left: 25px;
    color: #2d2d2d;
}
.pull-right {
    float: right !important;
    color: #2d2d2d;
}
.btn-warning {
       color: #ffffff;
    text-shadow: 0px 1px 4px #00000078;
    border-color: transparent;
    border-radius: 10px;
    padding: 10px 30px;
    background: #2d2d2d;
    box-shadow: 0px 3px 20px #5050506e;
}
.btn-warning:hover, .btn-warning:active:hover {
    background-color: #0e0e0e;
}
.ortala{    position: relative;
    top: 42%;
  transform: translateY(-50%);}
.navbar-inverse .navbar-nav > li > a {
    color: #212121;
    font-weight: 500;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #0e0e0e;
    background-color: transparent;
}
.hizlist {
    margin-top: -61px;
    padding: 20px 50px;
    border-radius: 20px;
    background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
    box-shadow: 0 0px 48px 0 rgba(0, 0, 0, 0.09);
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #2d2d2d;
    background-color: #ffffff;
    border-radius: 35px;
    padding: 10px 25px;
}
button.fiybut {
    border: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 10px;
    margin: 16px 0px;
        background: #2d2d2d;
    box-shadow: 0px 3px 20px #5050506e;
}
button.fiybut:hover {
    transform: scale(1.05);
}
button.kaybut {
    background: #0e0e0e;
    margin-left: 10px;
}
.bildi {
    position: fixed;
    right: 0;
    top: 50%;
    background: #fff;
    padding: 20px 10px 20px 20px;
    border-radius: 50% 0px 0px 50%;
  z-index: 999;
  box-shadow: 0px 0px 20px #0000004f;
}
.logbar{padding: 50px 40px;
    border-radius: 20px;}

.girbut {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    margin-top: 16px;
    box-shadow: 0px 3px 20px #5050506e;
}
.girbut:hover {
    transform: scale(1.05);
}
.giryaz{margin: 0;
    margin-bottom: 20px;
    text-align: center;
    color: #6035b0;
    font-weight: bold;
}
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #492697;
    border-color: rgba(0, 0, 0, 0);
}
.btn-warning:focus {
    background-color: #0e0e0e;
}
.madsos {transition: ease-in-out 0.5s;}
.madsos:hover {transform: scale(1.1);}

.team-boxed {
  color: #313437;
    width: 100%;
    background: url(https://nivusoft.com/sosyal/v2/themes/default/img/des3.png),linear-gradient(127deg, #2d2d2d 0%, #3e3e3e 91%);
    z-index: 3;
    background-size: contain;
}

.team-boxed p {
  color:#7d8285;
}

.team-boxed h2 {
    font-weight: bold;
    margin-bottom: 2px;
    padding-top: 40px;
    color: #fff;
}

@media (max-width:767px) {
  .team-boxed h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}
.tele{font-family:'Barlow', sans-serif;}
.team-boxed .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
}

.team-boxed .intro p {
  margin-bottom:0;
}

.team-boxed .people {
  padding:50px 0;
}

.team-boxed .item {
  text-align:center;
}

.team-boxed .item .box {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0 0px 48px 0 rgba(0, 0, 0, 0.09);
}

.team-boxed .item .name {
  font-weight:bold;
  margin-top:28px;
  margin-bottom:8px;
  color:inherit;
}

.team-boxed .item .title {
    text-transform: uppercase;
    font-weight: bold;
    color: #d8d8d8;
    letter-spacing: 2px;
    font-size: 13px;
}

.team-boxed .item .description {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
      border-bottom: 2px solid #f3f3f3;
    padding-bottom: 15px;
}

.team-boxed .item img {
   max-width: 125px;
    box-shadow: 0px 3px 20px #0000002e;
    border-radius: 100%;
    border: 5px solid #f3f3f3;
}

.team-boxed .social {
  font-size:18px;
  color:#a2a8ae;
}

.team-boxed .social a {
  color:inherit;
  margin:0 10px;
  display:inline-block;
  opacity:0.7;
}

.team-boxed .social a:hover {
  opacity:1;
}

input[type="checkbox"]:checked:after, .checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #a40518;
    border-color: #a40518;
}
input[type="checkbox"]:focus:after, .checkbox input[type="checkbox"]:focus:after, .checkbox-inline input[type="checkbox"]:focus:after {
    border-color: #a40518;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    text-align: left;
}
.aramain{background: #fff !important;
   background: #f7f7f7 !important;
    margin-bottom: 20px !important;
    padding: 6px 25px !important;
    height: 40px !important;
    box-shadow: inset 0px 0px 7px #00000026 !important;}

.nav-tabs { border-bottom: 2px solid #DDD; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { border: none; color: #666; }
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus:hover {box-shadow:none !important; -webkit-box-shadow: none !important;}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    border: none;
    color: #2d2d2d !important;
    background: transparent;
    box-shadow: none;
}
.nav-tabs > li > a::after { content: ""; background: #2d2d2d; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }

.tab-pane { padding: 5px 0; }
.tab-content{padding:5px}
.arkp1 {
  padding: 5px 15px;
margin-bottom: -5px !important;}
.alert {
    border: none;
    opacity: 0.9;
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 15px 30px;
    box-shadow: 0px 2px 20px #00000069;
}
.ticbut{font-weight: bold;
    color: #ffffff;
    background: #2d2d2d;
    padding: 3px 10px;
    border-radius: 10px;}
.ticket-message-right .ticket-message {
    background: #2d2d2d;
  color: #fff;}
.ticket-message-left .ticket-message {
  background: #eaeaea;}

a.ozelbut {
    color: #fff;
    text-decoration: none;
}
.ticarama{    z-index: 2 !important;
    border-radius: 5px !important;
    margin-left: 5px !important;
  margin-top: 0px !important;}

.ozelbut {
    background: #2d2d2d;
    box-shadow: 0px 3px 20px #5050506e;
    color: #fff;
    transition: 1s;
    padding: 2px 7px;
    border-radius: 21px;
}
.ozelbut:hover {
    background: #2d2d2d;
}
.timeline:nth-child(1) {
    margin-top: 10px;
}
.timeline {
    margin-bottom: 0px;
    line-height: 25px;
    width: 100%;
    margin-top: 20px;
    margin-top: 15px;
}
.kullanici {
    font-size: 17px;
    color: #2d2d2d;
    font-family: 'Barlow', sans-serif;
}
.kullanici p {
    margin-bottom: 0;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #2d2d2d;
}
.accur {cursor:pointer;}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #2d2d2d;
    color: #ffffff;
    padding: 5px 14px;
    margin-top: 15px;
    border-radius: 17px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #2d2d2d;
}
@media (max-width: 992px) {
  .mob-sol {padding-right:0}
  .mob-sag {padding-left:0}
  .mog1 {display:none;}
  .hizlist .pull-right {
    float: inherit !important;}
  .fiybut {width:48%}
  .p7 {
    margin-bottom: 8px;
}
  input#firstname {
    margin-bottom: 15px;
}
}

@media (max-width: 700px) {
    .md1 {
      width: auto;
      padding: 8px 15px;
    }
    .col-md-2.p7 {
      width: max-content;
    }
    .scroll {
    width: auto;
    display: inline-flex;
}
.servisbilgi {
  width: 100%;
  overflow-x: scroll;
  }
  .scroll ul.nav.nav-pills {
    width: 852px;
    display: block;
}
  .scroll ul.nav.nav-tabs {
    width: 300px;
}
}.api .servisbilgi {
    text-align: left;
}
.md1 {
  cursor: pointer;
}

.ortala {
  max-width: 100% !important;
}

@media (max-width: 600px) {
  .list-group .badge {display:none;}
  .modal.left .modal-dialog,
  .modal.right .modal-dialog {
      width: 100%;}
  .shape4 {
    display:none;
}
.shape2 {
    top: 0%;
    right: 92%;
}
.shape3 {
    left: 15%;
    bottom: 12%;
}
.shape8 {
    bottom: 20%;
    left: 1%;
}

.shape6 {
  right: 45%;}
 .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
   border-radius: 0px;}
  
}

@media (max-width: 500px) {
  .fiybut {    width: 100%;
    margin: 10px 0 !important;}
}
.clear{
    display: inline-block;
    width: 100%;
    height: 10px;
  }

.udetails1 {
    padding: 20px;
    text-align: center;
    background: rgb(182,71,246);
    background: linear-gradient(180deg, rgba(182,71,246,1) 0%, rgba(110,82,220,1) 100%);
    margin-top: 30px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.udetails2 {
    padding: 20px;
    text-align: center;
    background: rgb(255,85,66);
    background: linear-gradient(180deg, rgba(255,85,66,1) 0%, rgba(253,52,96,1) 100%);
    margin-top: 30px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.udetails3 {
    padding: 20px;
    text-align: center;
    background: rgb(252,190,27);
    background: linear-gradient(180deg, rgba(252,190,27,1) 0%, rgba(248,86,72,1) 100%);
    margin-top: 30px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.icons-1 i {
    background: #fff;
    padding: 15px 40px;
    color: #000;
    border-radius: 40px;
    font-size: 23px;
    margin-top: -49px;
    position: absolute;
    left: 36%;
}

.udetails-text {
    display: grid;
}

.text1 {
    color: #ffffffb5;
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px
}
.text2 {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
}

.user-details a {
	text-decoration: none!important
}

.servisbilgi .col-md-2 {
	margin-bottom: 10px
}

span.fab.fa-instagram {
background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  font-size:19px;
}
span.fab.fa-instagram-square {
background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  font-size:19px;
}

span.fab.fa-facebook-square {
background: #207eff;
background-clip: text;
-webkit-background-clip: text;
font-size: 17px;
-webkit-text-fill-color: transparent!important;
font-weight: bold;
border-radius: 5px;
margin-right: 5px;
}
span.fab.fa-facebook-square {
background: #207eff;
background-clip: text;
-webkit-background-clip: text;
font-size: 17px;
-webkit-text-fill-color: transparent;
font-weight: bold;
border-radius: 5px;
margin-right: 5px;
}
span.fab.fa-twitter {
background: #1da1f2;
background-clip: text;
-webkit-background-clip: text;
font-size: 17px;
-webkit-text-fill-color: transparent;
font-weight: bold;
margin-right: 5px;
}
span.fab.fa-spotify {
background: #62ffa2;
background-clip: text;
-webkit-background-clip: text;
font-size: 17px;
-webkit-text-fill-color: transparent;
font-weight: bold;
margin-right: 5px;
}
span.fas.fa-star {
    color: #ffa700;
}
span.fab.fa-vimeo-v {
    color: #00adef;
}
span.fab.fa-vk {
    color: #00adef;
}
span.fas.fa-discord {
    color: #8899f7;

}
span.fab.fa-snapchat {
    color: #fffb01;

}
span.fab.fa-pinterest {
    color: red;
}
span.fab.fa-dailymotion {
    color: #00adef;
}
span.fas.fa-kiwi-bird {
    color: #65bf02;
}
span.fab.fa-deezer {
    color: #9d36f7;
}



span.fab.fa-soundcloud {
background: #ff5836;
background-clip: text;
-webkit-background-clip: text;
font-size: 17px;
-webkit-text-fill-color: transparent;
font-weight: bold;
margin-right: 5px;
}
span.fab.fa-pinterest-square {
background: #ff5858;
background-clip: text;
-webkit-background-clip: text;
font-size: 17px;
-webkit-text-fill-color: transparent;
font-weight: bold;
margin-right: 5px;
}
span.fab.fa-google-play {
background: #FFD400;
background-clip: text;
-webkit-background-clip: text;
font-size: 17px;
-webkit-text-fill-color: transparent;
font-weight: bold;
margin-right: 5px;
}

span.fab.fa-periscope {
background: #3aa4c6;
background-clip: text;
-webkit-background-clip: text;
font-size: 17px;
-webkit-text-fill-color: transparent;
font-weight: bold;
margin-right: 5px;
}

span.fab.fa-twitch {
background: #e600ff;
background-clip: text;
-webkit-background-clip: text;
font-size: 17px;
-webkit-text-fill-color: transparent;
font-weight: bold;
margin-right: 5px;
}

span.fab.fa-youtube {
background: #ff0042;
background-clip: text;
-webkit-background-clip: text;
font-size: 17px;
-webkit-text-fill-color: transparent;
font-weight: bold;
margin-right: 5px;
}
span.fab.fa-stripe-s {
background: #196AFF;
background-clip: text;
-webkit-background-clip: text;
font-size: 17px;
-webkit-text-fill-color: transparent;
font-weight: bold;
margin-right: 5px;
}

span.fas.fa-heart {
background: #ff0000;
background-clip: text;
-webkit-background-clip: text;
font-size: 17px;
-webkit-text-fill-color: transparent;
font-weight: bold;
margin-right: 5px;
}

span.fas.fa-clock {
background: green;
background-clip: text;
-webkit-background-clip: text;
font-size: 17px;
-webkit-text-fill-color: transparent;
font-weight: bold;
margin-right: 5px;
}

span.fas.fa-comment {
background: #666;
background-clip: text;
-webkit-background-clip: text;
font-size: 17px;
-webkit-text-fill-color: transparent;
font-weight: bold;
margin-right: 5px;
}

span.fas.fa-thumbs-up {
background: blue;
background-clip: text;
-webkit-background-clip: text;
font-size: 17px;
-webkit-text-fill-color: transparent;
font-weight: bold;
margin-right: 5px;
}
span.fab.fa-tiktok {
    background: #ff0042;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 18px !important;
    margin-left: 2px;
}
span.fab.fa-whatsapp {
    background: #25D366;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 18px !important;
    margin-left: 2px;
}
span.fab.fa-telegram-plane {
background: #00adef;
background-clip: text;
-webkit-background-clip: text;
font-size: 17px;
-webkit-text-fill-color: transparent;
font-weight: bold;
margin-right: 5px;
}

span.fas.fa-crown {
background: rgb(253,233,0);
background: linear-gradient(180deg, rgba(253,233,0,1) 20%, rgba(253,173,0,1) 60%, rgba(163,111,0,1) 100%);
background-clip: text;
-webkit-background-clip: text;
font-size: 15px;
-webkit-text-fill-color: transparent;
font-weight: bold;
margin-right: 5px;
}


.orders-btn-new {
    display: inline-block;
    padding: 3px;
    margin-bottom: 0;
    /* font-size: 14px; */
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

tr.lst-dty {
    border-bottom: 1px solid #d2d2d2;
}

tr.lst-dty a i {
    color: #00bfff !important	
}

tr.lst-dty a:hover {
    color: #00bfff !important;
  	text-decoration: none!important
}

.tab-pane h4 {
	font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #202020;	
}

.tab-pane p {
	font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #606060;	
}

.ticbut:hover {
	color: #fff!important;
    text-decoration: underline!important
}

a.terms {
	text-decoration: underline
}

a.terms:hover {
	text-decoration: none;
    color: #00bfff
}

.orders-toggle-menu {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}

.orders-toggle-menu .orders-toggle-menu-btn {
    float: left;
    width: 100%;
    background: #f34444;
    border: none;
    font-size: 16px;
    padding: 1px 0;
    text-align: center;
    font-weight: 600;
    outline: none;
    border-width: 0 1px 4px 1px;
    color: #fff;

}

.orders-toggle-menu .orders-toggle-menu-content {
    float: left;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
	background: #fafafa;
}

.stretch-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}
.grid-margin {
    margin-bottom: 25px;
}
.card {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    border: 1px solid #d5dcec;
    -webkit-transition: box-shadow .5s ease;
    -webkit-transition: -webkit-box-shadow .5s ease;
    transition: -webkit-box-shadow .5s ease;
    transition: box-shadow .5s ease;
    transition: box-shadow .5s ease,-webkit-box-shadow .5s ease;
}
.stretch-card>.card {
    width: 100%;
    min-width: 100%;
  	border-radius: 20px
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.comparision-us {
    background: #b4dd95;
    border-left: 1px solid #c1ddbd;
    border-top: 1px solid #c1ddbd;
    border-bottom: 1px solid #c1ddbd;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  	text-align: center
}
.comparision-others {
    background: #e9bebe;
    border-right: 1px solid #f2d8d8;
    border-left: 1px solid #f2d8d8;
    border-top: 1px solid #f2d8d8;
    border-bottom: 1px solid #f2d8d8;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #672d2d!important;
  	text-align: center
}
.comparision-us h2 {
	color: #173818!important;
}
.comparision-others h2 {
	color: #3e1515!important;
}
.p-2 {
    padding: .5rem!important;
}
.p-3 {
    padding: 1rem!important;
}
.nice-title {
	font-family: 'Montserrat', sans-serif;
  	font-weight: 900;
	font-size: 24px;
  	padding-top: 12px;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.comparision p {
    margin-bottom: .5rem;
    margin-top: .5rem;
    font-size: 13px;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.far.fa-thumbs-up {
	color: #356736!important;
}
.far.fa-thumbs-down {
	color: #672d2d!important;
}

.button {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  font-size: 16px;
  padding: 16px 28px 16px 28px;
  line-height: 1;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  background: #fe4c1c;
  cursor: pointer;
  border: 1px solid transparent;
  outline: 0;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
  -webkit-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
  -moz-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
}
.button:visited {
  color: #fff;
}
.button:hover, .button:focus {
  color: #fff;
}
.button:hover, .button:focus {
  box-shadow: none;
}

.button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-105%, 0);
  transform: translate(-105%, 0);
  background-color: rgba(255, 255, 255, 0.8);
}
.button:hover:before {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.button-icon {
  text-align: left;
  padding: 5px 5px 5px 28px;
}
.button-icon i {
  color: #fff!important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-left: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.button-secondary {
	background-color: #f3213a 
}
.button-secondary.button {
  box-shadow: 12px 12px 20px 0px rgba(0, 195, 255, 0.3);
  -webkit-box-shadow: 12px 12px 20px 0px rgba(0, 195, 255, 0.3);
  -moz-box-shadow: 12px 12px 20px 0px rgba(0, 195, 255, 0.3);
}
.button-secondary.button-icon {
  box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
  -webkit-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
  -moz-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
}
.button-secondary i {
  color: #00c3ff;
}
.button-secondary.button-white {
  color: #00c3ff;
  box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
}
.button-secondary.button-white:visited, .button-secondary.button-white:hover, .button-secondary.button-white:focus {
  color: #00c3ff;
  text-decoration: none
}
.button-secondary.button-white i {
  background: #00c3ff;
}
.button-secondary:hover, .button-secondary:focus {
  box-shadow: none;
  text-decoration: none
}

#work {
    padding: 15px 0;
}
.before-sec-title {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
  	font-family: 'Montserrat', sans-serif;
  	font-weight: 900;
}

.sec-title {
    font-size: 42px;
    color: #000;
}
.work-wrap {
    text-align: center;
}
.work-top h3 {
	font-size: 50px;
    font-weight: 700;
    color: #000;
    border-radius: 100px;
    height: 100px;
	width: 100px;
	margin: auto;
	margin-bottom: auto;
	line-height: 100px;
	box-shadow: 0px 0px 0px 11px #f4f5f7;
	margin-bottom: 25px;
	transition: 1.5s linear;
    position: relative;
}
.work-top h3::after {
    content: '';
    position: absolute;
    right: -159%;
    width: 130px;
    height: 3px;
    border-top: 5px dotted #f4f5f7;
    top: 0;
    bottom: 0;
    margin: auto;
}
.work-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.work-bottom {
    opacity: 0;
    transition: 1.5s linear;
}	
.work-bottom p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.work-wrap:hover h3 {
    box-shadow: 0px 0px 0px 11px #a40518;
    transition: 1.5s linear;
    background: linear-gradient(to right, rgba(245,62,49,1) 0%, rgba(235,22,97,1) 100%);
    background-clip: border-box; 
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  	color: #a40518
}
.work-wrap:hover .work-bottom {
    opacity: 1;
    transition: 1.5s linear;
}
.title-bottom-txt {
    padding: 10px 145px;
    color: #000;
}
.work-top h3::after {
    content: '';
    position: absolute;
    right: -159%;
    width: 130px;
    height: 3px;
    border: 2px dashed #e7eaee;
    top: 0;
    bottom: 0;
    margin: auto;
}
.noafter::after {
    display: none;
}
#work .row:last-child {
    padding-top: 45px;
}


@media (max-width: 767px) {
	.loginAreaText {
		margin-top: 0;
		padding-top: 450px;
		margin-bottom: 10px;
      	text-align: center
	}
	.loginArea {
		max-width: 100%;
		position: absolute;
		left: 0;
      	top: 50px;
	}
    .title-bottom-txt {
      padding: 25px 0px!important
    }
    .work-top h3::after {
      display: none!important
    }
    .loginAreaText h1 {
      font-size: 24px
    }
    .alan {
      height: 750px
    }
}

#footer {
	background: #eff3f5;
    padding: 0 1rem;
    transition: all .25s ease;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    border-top: 1px solid #d5dcec;	
}

.footer-copy {
    padding: 5px 0;
    text-align: center;
}

#payments {
	background: #3e3e3e;
  	padding: 20px 0;
}

#payments .sec-title {
	font-family: 'Montserrat', sans-serif;
  	font-weight: 900;
  	font-size: 36px;
  	color: #fff
}

#payments .payways {
	background: #fff;
  	border-radius: 20px;
  	min-height: 75px;
  	margin-bottom: 10px
}

#payments .payways img {
	margin-top: 13px
}


.stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.stretch .card1 {
    width: 100%;
}

.card1 {
    border-radius: 10px;
}

.card1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #c7c7c7;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px;
}

.card1:hover {
	background: #f5f5f5
}

.card-body1 {
    padding: 1rem;
}

.card-body1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.mb-2 {
    margin-bottom: 10px!important;
}

.m-b-md {
	font-size: 16px;
  	font-weight: bold
}

.api-list {
	border-bottom: 1px solid #d2d2d2;
  	border-top: 1px solid #d2d2d2
}

.f-right {
	float: right
}

.f-bg {
	background: #3b7cfe;
  	border-radius: 5px;
  	padding: 2px 5px;
  	color: #fff
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

:not(pre)>code, pre {
    background: #272822;
}

.token.constant, .token.deleted, .token.property, .token.symbol, .token.tag {
    color: #f92672;
}

.token.punctuation {
    color: #f8f8f2;
}

.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url, .token.variable {
    color: #f8f8f2;
}

.token.boolean, .token.number {
    color: #ae81ff;
}

.token.attr-name, .token.builtin, .token.char, .token.inserted, .token.selector, .token.string {
    color: #a6e22e;
}

#google_translate_element {
	margin-top: 17px
}

.und {
	text-decoration: underline
}

.und:hover {
	color: #a40518;
  	text-decoration: none
}

.dropdown-menu {
	width: 100%;
	padding: 0;
	max-height: 43.6vh;
	overflow-y: scroll;
}

#order-sItem{
	white-space: inherit;
	padding: 0 12px;
	font-weight: 500;
	font-size: 14px;
	border-bottom: 1px solid #4a4a4a;
	text-align: left;
	width: 100%;
    background: #464646
}

#order-sItem:hover {
	background: #4c86c6
}

#newtc,
#order-services {
	white-space: nowrap;
	text-overflow: ellipsis;
}

#order-services {
	width: 85%;
	overflow-x: hidden;
	position: absolute;
	line-height: 15px;
	height: 20px;
	font-size: 14px;
}

.dropdown button {
	background: #2d2d2d;
	border: 1px solid #4a4a4a;
	color: #fff
}

.dropdown button:hover,
.dropdown button:focus {
	outline: none;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px;
    line-height: 1.846;
    vertical-align: top;
}


@media (max-width: 768px) { 
  .nav-alt { 
        width: max-content;
    	float: left;
    	margin-right: 15px
  }
  #google_translate_element {
  	margin-top: 0;
    margin-left: 15px;
    margin-bottom: 10px
  }
}

.warning-area {
    display: block;
    background: #2d2d2d;
    box-shadow: 0px 3px 20px #5050506e;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    padding: 8px 15px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}
