

.border-right{
    border-right: 1px solid #f1f1f1 !important;
}

.border-black{
    border-color: #000 !important;
}

.border-hr{
    border: 1px solid var(--dark-theme) !important;
}

.border-none{
    border: none !important;
}

.border-right{
    border-right: 1px solid #f1f1f1 !important;
}


.border-right-black{
    border-right: 1px solid #000 !important;
}

.box {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}

.box-body {
    padding: 1.5rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 5px;
}

.box-header {
    color: #191d33;
    display: block;
    padding: 1.5rem;
    position: relative;
    border-bottom: 1px solid #f0f3f6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.box-shadow-none{
    box-shadow: none !important;
}

.bg-light-purple-table {
    background-color: #e7d7fc;
}
.bg-light-blue-table {
    background-color: #d7e3fd;
}
.bg-light-cyan-table {
    background-color: #d7fafc;
}
.bg-lightest-green-table {
    background-color: #d7fbed;
}
.bg-light-green-table {
    background-color: #d7fdd8;
}

.display-inline-block {
    display: inline-block;
}

.durumToggle{
    margin-top: -60px;
    margin-right: -10px;
}

.form-control-label{
    width: 100% !important;
}

.form-control-wrapper.form-control-icon-left .fa, .form-control-wrapper.form-control-icon-left .font-icon, .form-control-wrapper.form-control-icon-left .glyphicon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 0;
    color: rgba(145,159,169,.7);
}

.form-control-wrapper.form-control-icon-right .fa, .form-control-wrapper.form-control-icon-right .font-icon, .form-control-wrapper.form-control-icon-right .glyphicon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(145,159,169,.7);
}

.form-select{
    display: block;
    font-size: 13px;
    padding-inline-start: 10px;
    padding-inline-end: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #76839a !important;
}

.fz10{
    font-size: 10px !important;
}

.fz12{
    font-size: 12px !important;
}

.h20{
    height: 20px !important;
}

.height50{
    height: 50px;
}

.horizontal .progress-bar {
    float: left;
    height: 45px;
    width: 100%;
    padding: 12px 0;

}

.horizontal .progress-fill {
    position: relative;
    background: var(--primary-bg-color);
    height: 20px;
    width: 50%;
    color: #fff;
    text-align: center;
    font-family: "Lato","Verdana",sans-serif;
    font-size: 12px;
    line-height: 20px;
    border-radius: 15px;
}

.horizontal .progress-track {
    position: relative;
    width: 100%;
    height: 20px;
    background: #f1f1f1;
    border-radius: 15px;
}

.hover-arrow{
    border-left: 1px solid #f1f1f1;
}

.hover-arrow:hover{
    color: #24346c !important;
}

.iletisim-yeni-button{
    right: 20px;
    margin-top: -65px;
}

.imza-border{
    border: 1.25px dotted #424242;
}

.lineHeight-10{
    line-height: 10px;
}

.max-height815{
    max-width: 815px !important;
}
.mb50{
    margin-bottom: 50px;
}

.mr10{
    margin-right: 10px;
}

.mr20{
    margin-right: 20px;
}

.mt5{
    margin-top: 5px;
}

.mx10{
    margin-left: 10px;
    margin-right: 10px;
}

.mx70{
    margin-left: 70px !important;
    margin-right: 70px !important;
}

.mw900{
    max-width: 900px !important;
}

.mw1500{
    max-width: 1500px !important;
}

.pl0{
    padding-left: 0px !important;
}

.pl35{
    padding-left: 35px;
}

.px10{
    padding-left: 10px;
    padding-right: 10px;
}

.rating { 
    border: none;
    float: left;
  }

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > label { 
    color: #ddd; 
   float: right; 
  }

  .rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

.right-0{
    right: 0px;;
}

.select2-container{
    width: auto !important;
    display: block !important;
}

.select2-ekle .select2-container{
    width: 100% !important;
}


.siparisForm {
    text-align: right;
    line-height: 7px;
}

.timeline-label {
    position: relative;
}

.timeline-label:before {
    content: "";
    position: absolute;
    left: 70px;
    width: 2px;
    top: 0;
    bottom: 0;
    background-color: #b6b6c4;
}

.tag-box .tag-success {
    background-color: #58baab;
}

.tag-box .tag-success:before {
    border-color: #58baab transparent transparent;
}

.tag-box .tag-warning {
    background-color: #FFD700;
}

.tag-box .tag-warning:before {
    border-color: #FFD700 transparent transparent;
}

.tag-box .tag {
    position: relative;
    margin-right: -28px;
    clear: both;
    padding: 5px 12px 5px 12px;
    margin-left: -30px;
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 5px 10px rgba(51, 40, 0, 0.15);
    -o-box-shadow: 2px 5px 10px rgba(51, 40, 0, 0.15);
    box-shadow: 2px 5px 10px rgba(51, 40, 0, 0.15);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
}

.tag-box .tag:before {
    content: " ";
    border-style: solid;
    border-width: 10px;
    display: block;
    position: absolute;
    bottom: -10px;
    right: 0;
    margin-bottom: -9px;
    z-index: -1;
}

.timeline-label .timeline-badge {
    flex-shrink: 0;
    background: #ffffff;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    margin-top: 1px;
    margin-left: -0.5rem;
    padding: 3px !important;
    border: 6px solid #ffffff !important;
}

.timeline-label .timeline-content {
    flex-grow: 1;
}

.timeline-label .timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 1.7rem;
    padding-inline-start: 0rem !important;
}

.timeline-label .timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-label .timeline-label {
    width: 70px;
    flex-shrink: 0;
    position: relative;
}

.transparent2{
    background-color: #000000a6 !important;
}


.w40{
    width: 40px !important;
}

.w50{
    width: 50px !important;
}

.w75{
    width: 75px !important;
}

.w100{
    width: 100px !important;
}

.w120{
    width: 120px !important;
}

.zIndex1056{
    z-index: 1056 !important;
}
