:root {
    --main-color: #77c178;
}

body {
  font-family: "Urbanist", sans-serif;
  line-height: 22px;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select, 
.swal2-popup {
    font-family: "Urbanist", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Urbanist", sans-serif;
  text-rendering: optimizeLegibility;
}

.main-color{color: var(--main-color);}
.main-color-hover:hover{color: var(--main-color) !important;}
.main-color-bg{background-color: var(--main-color) !important;}
.main-color-bg-hover:hover{background-color: var(--main-color) !important;}
.main-color-border{border-color: var(--main-color);}
.main-color-border-hover:hover{border-color: var(--main-color) !important;}

.valid-error{
    border: solid 1px;
    border-color: #a22 !important;
}
.hide{display: none;}
.object-fit-cover{object-fit: cover !important;}
.form-control.form-control-solid{
    border-color: #000 !important;
}
.form-control.form-control-solid:focus{
    border-color: #156397 !important;
}
.solid-border{
    border: solid 1px #000 !important;
    border-color: #000 !important;
}
.wuk-profile{
    width: auto !important;
    padding: 5px 10px !important;
}
body:not([data-kt-sticky-header=on]) .wuk-profile span{
    color: #fff;
}
.wuk-profile span{
    margin-left: 5px;
    color: #000;
}
#qr_frame iframe{
    width: 100%;
    height: 100px;
}
.cl-green{
    color: green;
}
.cl-white{
    color: white;
}
.cl-black{
    color: black;
}
.cl-red{
    color: red;
}
.clear{
    clear: both;
}
.post-search-icon{
    border: 1px solid #e4e6ef;
    border-top-right-radius: 0.475rem;
    border-bottom-right-radius: 0.475rem;
}

#auth-section, #info-section{
    border: solid 1px #ccc;
    padding-top: 20px;
    border-radius: 10px;
}
.controlset-pad{padding-left: 20px;margin-bottom: 20px;}
button.close{
    margin-right: 10px;
    border: solid 1px #ccc;
    border-radius: 2px;
    color: #a22;
}
/* .footer{margin-top: 200px;} */

tr.muted td, tr.muted span {
    color: #CCC !important;
    text-decoration: line-through;
}

.subitem{
	padding-left: 40px;
}
.subitem_2{
	padding-left: 60px;
}
.subitem_4{
	padding-left: 80px;
}
.subitem_6{
	padding-left: 100px;
}
.subitem_8{
	padding-left: 120px;
}

.subitem_10{
	padding-left: 140px;
}

input[type="checkbox"]{
	margin-right: 5px;
}

input[type="checkbox"]:after{
	content: none;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination>.disabled>span, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    background-color: #eee;
}

.sorter {
    background: url(../img/grippy.png) no-repeat center;
    padding: 0 !important;
    width: 20px;
    cursor: ns-resize;
}

.thumbnail {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 15px;
}

.thumbnail.selected {
    border: 1px solid #428BCA;
    box-shadow: 0 0 8px rgb(102 175 233 / 60%);
}

.thumbnail img {
    max-height: 250px;
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    cursor: move;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.pull-left{
    float: left;
}

.pull-right{
    float: right;
}

.white-color{
    color: #fff !important;
}

.min-w-120px{
    min-width: 120px;
}

.min-w-130px{
    min-width: 130px;
}

.min-h-715px{
    min-height: 715px !important;
}

.mh-470px{
    max-height: 470px !important;
}

.mh-715px{
    max-height: 715px !important;
}

@media(max-width: 768px){
    .mobil-w100{
        width: 100% !important;
    }
}

.toggle-password.sign-password{
    right: 15px;
    bottom: 8px;
}

.toggle-password.pp-pass{
    right: 15px;
    bottom: 22px;
}

.toggle-password {
    position: absolute;
    right: 5px;
    transform: translateY(0);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px;
    opacity: .8;
    display: flex;
    color: #a0a0a0;
    font-size: 16px;
    bottom: 10px;
}

.swal2-container{
    z-index: 99999; 
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.has-error .help-block, .has-error .form-label {
    color: #b94a48;
}

.validate .error-block {
    display: none;
}

.validate #catlist .error-block {
    display: block;
    position: absolute;
    right: 20px;
    top: 6px;
}

.pt-lg-50{padding-top: 12rem !important;}
@media(max-width: 1500px){
    .pt-lg-50{
        padding-top: 9rem !important;
    }
}

.login-cover-img {
    background-image: url(../img/office701-admin-login-bg.jpg);
    background-position: 0% 50%;
    background-size: contain;
    width: 100%;
    transform: skewX(-10deg);
    background-color: #000;
}

.login-cover-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
}

.border-radius-20{
    border-radius: 20px;
}

#map {
    height: 320px;
}

#pac-input {
    top: 10px !important;
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-left: 10px;
    text-overflow: ellipsis;
    width: 50%;
    height: 40px;
}

.o701-personel-table-responsive{
    max-height: 400px;
}

.o701-card-body{
    overflow: hidden;
}

.wuk_info_modal_btn{
    cursor: pointer;
}

.fab-offer-info-td{
    display: flex;
}
.fab-offer-info-td a{
    margin: 0 2px;
}

#kt_drawer_chat{
    margin-right: 15px;
}
#kt_drawer_chat .card-footer{
    display: flex;
    padding: 0 !important;
}
#kt_drawer_chat .card-footer textarea{
    height: 100%;
    min-height: 80px;
    padding: 10px;
    margin: 0;
    border: solid 1px #ccc;
}
#kt_drawer_chat .card-footer button{
    min-width: 80px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    border-radius: 0;
}
#kt_drawer_chat .card-footer button i{
    font-size: 20pt;
}

@media(max-width: 768px){
    .card-body.o701-card-body .tab-content #planlar-tab #planlar-list, .card-body.o701-card-body .tab-content #raporlar-tab #raporlar-list{
        max-height: 200px !important;
    }

    .o701-personel-table-responsive{
        max-height: 300px !important;
    }
}

.pl-0{
    padding-left: 0px !important;
}

.pr-0{
    padding-right: 0px !important;
}

.mw-1200px{
    max-width: 1200px !important;
}

.wuk-modal-full-screen, .wuk-modal-normal-screen{
    cursor: pointer;
}
.full-modal .modal-dialog {
    width: 98% !important;
    max-width: 98% !important;
    min-width: 98% !important;
}  
.full-modal .modal-content {
    height: 92% !important;
}
.bg-hip-error{
    background: #f1416c;
}
.o701-egitim-cat-list{
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
}

@media (max-width: 768px){
	.menu-item .menu-link .menu-icon i{
		color: #5e6278 !important;
	}
}

.fade:not(.show){
    display: none;
}

.kopyala, .pay_copy, .credit-card, .fb-pointer{
    cursor: pointer;
}

.fb-police-tip-genel{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.fb-messages.active, .fb-messages:hover {
    cursor: pointer;
    background-color: #ccc;
    border-radius: 5px;
}

.o701-menu-icon {
    color: #fff !important;
}

body[data-kt-sticky-header=on] .header .header-menu .menu>.menu-item>.menu-link .menu-icon .o701-menu-icon {
    color: #4a4b68 !important;
}

body[data-kt-sticky-header=on] .header .header-menu .menu>.menu-item>.menu-link:hover .menu-icon .o701-menu-icon {
    color: #009ef7 !important;
}

.msg-delete{
    align-items: center;
    align-self: center;
    margin-top: -45px;
}

.fb-selected-pay{
    background: green; 
    color: #fff !important;
}

.form-check-input:checked, .form-check.form-check-solid .form-check-input:checked{background-color: var(--main-color); border-color: var(--main-color);}
.balance-reset-area{
    position: absolute;
    right: 10px;
    top: 5px;
}
.swal2-popup .swal2-content, .swal2-popup .swal2-html-container{margin-top: 0px !important;}