﻿.appointment input[type=text],
.appointment select,
.appointment textarea {
    text-decoration: none;
    outline-color: RGB(91, 135, 49);
    color: RGB(51, 51, 51);
    background-color: rgba(0, 0, 0, 0.075) !important;
    border: 0 !important;
    padding: .375rem .75rem;
    width: 100%;
    /* height: calc(1.5em + .75rem + 2px); */
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

}

.garbage[style*=inline]+input,
.garbage[style*=inline]+select,
.garbage[style*=inline]+textarea,
.garbage[style*=inline]+text {
    background-color: #FCAAA6 !important;
    /*border: 1px solid #ff0000;*/
}

.garbage[style*=visible]+input,
.garbage[style*=visible]+select,
.garbage[style*=visible]+textarea,
.garbage[style*=visible]+text {
    background-color: #FCAAA6 !important;
    /*border: 1px solid #ff0000;*/
}

.regerr {
    /* width: 300px;
    margin: 50px auto; */
    display: block;
    border: 2px solid #FCAAA6;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    /* color: #f34510; */
    position: relative;
    margin-top: 10px;
}


.regerr:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #FCAAA6;
    right: 40%;
    top: -21px;
}

/* .regerr:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid white;
    right: 50%;
    top: -18px;
  } */

.card {
    border-radius: 20px !important;
    /*padding-bottom: 25px;*/
    margin-bottom: 50px;
    /* border: 2px #47b2e4 solid; */
    box-shadow: 0 0 5px #4c7558;
}

.card-header {
    /*border-radius: 20px !important;*/
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    padding: 1.25rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    /* color: rgb(65, 65, 65); */
    /* font-weight: bold; */
    font-size: medium;
}

.card-body {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: right !important;
    margin-top: 10px;
}

.card-body a {
    text-decoration: none !important;
}

.btn i {
    color: white !important;
}

.btn-primary {
    border-radius: 50px;
    width: 260px;
    margin-top: 1rem;
    border-color: transparent;
    /* background: #1977cc; */
    background: #283A83;
}

.btn-primary:hover {
    background-color: #48AD48;
    border-color: #283A83;
}

.btn-success {
    border-radius: 50px;
    width: 250px;
    margin-top: 1.5rem;
    border-color: transparent;
    background: #1C604A;
}

.btn-danger {
    border-radius: 50px;
    width: 260px;
    margin-top: 1rem;
    border-color: transparent;
    background: rgb(153, 0, 0);
}

.btn-success:hover {
    background-color: #33ad87;
    box-shadow: 0 0 5px #48AD48;

}

.btn-danger:hover {
    background-color: red;
    box-shadow: 0 0 5px #48AD48;
}

.kreq {
    color: red;
    margin-left: 5px;
    margin-right: 5px;
}

.kerr {
    display: block;
    margin-top: 20px;
}

.mb-3 i,
.mb-4 i {
    margin-left: 5px;
    color: #48AD48;
}

.kdispdate {
    direction: ltr;
    text-align: right;
}

.step1 {
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-size: 13px;
}

.step1 label {
    margin-bottom: .25rem;
}

.ken, .kreason {
    direction: ltr;
    text-align: center;
    margin: 5px;
}

.kar {
    text-align: center;
    margin: 5px;
}

.kreason {
    margin-bottom: 20px;
}

.step1 {
    font-family: "DINNextLTArabic", sans-serif;
}



/* .form-select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
} */