.custom-height {
   height: 124px;
}
.less-btn {
    padding: 10px 20px 10px 20px;
    border-radius: 3px;
    text-align: center;
    background-image: linear-gradient(to left, #0569c4, #1174d2, #1a80e1, #218bef, #2897fe);
    border: none;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}
#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}

.clicked {
    background-color: #2e5c87 !important;
    color: #fff;
    cursor: pointer;
}

label.error:after {
    content: close-quote !important;
}
.photo-box {
    position: relative;
    display: inline-block;
}
.kt-avatar .kt-avatar__upload {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #0c559e;
}

/* Signature Pad */
.wrapper {
  position: relative;
  height: 305px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.signature-pad {
  position: absolute;
  left: 0;
  width:100%;
  height:100%;
  background-color: white;
}
/*top: 27%;
left: 15%;
*/
.validation_error {
    border-color: #ff0000 !important;
    border-style: solid !important;
}
.img-thumbnail {
    padding-top: 14%;
    border: 0px solid #dee2e6;
}

#dob {
    text-align: left;
}

#id_ski_stick {
    background: none lightgray !important;
    color: #101010 !important;
}

.login-button {
   margin-left: 46%;
}
.padding-top {
     padding-top: 17px;
}

.ui-widget-content {
    background: none !important;
    color: #888787 !important;
}

.btn-primary:disabled {
    color: white;
    background-color: #007bff;
    border-color: #007bff;
    pointer-events: none;
}
#rental_period_from {
    cursor: pointer;
}

#rental_period_to {
    cursor: pointer;
}

.datetimepicker tbody tr>td.day.old {
    visibility: hidden;
}
.datetimepicker tbody tr>td.day.new {
    visibility: hidden;
}
.datetimepicker tbody tr>td.disabled {
    background-color:#99999938 !important;
}
.datetimepicker table tr td span.disabled{
    background-color:#99999938 !important;
}
.ui-keyboard-keyset {
    cursor: move;
}




@media only screen and (min-width: 600px) and (max-width: 960px)  {
    /* styles for browsers larger than 960px; */
    .ui-keyboard-button {
        height: 0.7em;
        width: 0.35em;
        margin: .1em;
        cursor: pointer;
    }

    .ui-keyboard span {
        font-size: .9em;
    }


}
@media only screen and (min-width: 960px) and (max-width: 1000px) {
    /* styles for browsers larger than 1440px; */
    .ui-keyboard-button {
        height: 1.5em;
        width: 2.5em;
        margin: .1em;
        cursor: pointer;
    }

    .ui-keyboard span {
        font-size: 1em;
    }

}
@media only screen and (min-width: 1000px) and (max-width: 1200px)  {
    /* for sumo sized (mac) screens */
    .ui-keyboard-button {
        height: 2em !important;
        width: 3.6em;
        margin: .1em;
        cursor: pointer;
    }

    .ui-keyboard span {
        font-size: 1.2em;
    }

}

@media only screen and (min-width: 1200px)  {
    /* for sumo sized (mac) screens */
    .ui-keyboard-button {
        height: 2em !important;
        width: 4.7em;
        margin: .1em;
        cursor: pointer;
    }

    .ui-keyboard span {
        font-size: 1.2em;
    }

}


.ui-keyboard-actionkey {
    width: auto;
}
/*
.category-btn{
    padding: 30px 20px;
    background-color: #0275d8;
    margin:20px 100px 20px 20px;
    color: white;
    text-align: center;

}
.category-btn-selected{
    padding: 30px 20px;
    background-color: #20c997;
    margin: 20px 100px 20px 20px;
    color: white;
    text-align: center;
    box-shadow: 0px 0px 9px 12px #ececece0

}

.category-btn:hover{
  background-color: #025aa5;

}
*/
.category-btn-selected:hover{
  background-color: #0ba678;
}

.close-box-btn {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 13px 0px rgb(107 107 107);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #0f0f0f;
    font-size: 0.9rem;
    font-weight: 900;
    font-size: 18px;
    z-index: 20000;
    border: #6c757d solid 1px;
}

.category-close-box-btn {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 38px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 13px 0px rgb(107 107 107);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #0f0f0f;
    font-size: 0.9rem;
    font-weight: 900;
    font-size: 18px;
    z-index: 20000;
    border: #6c757d solid 1px;
  }

.label-text{
    font-size:19px !important;
}


    .checkbox-tile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 12rem;
        border-radius: 0.5rem;
        border: 2px solid #b5bfd9;
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(#000, 0.1);
        transition: 0.15s ease;
        cursor: pointer;
        position: relative;

        &:before {
            content: "";
            position: absolute;
            display: block;
            width: 1.25rem;
            height: 1.25rem;
            border: 2px solid #b5bfd9;
            background-color: #fff;
            border-radius: 50%;
            top: 0.25rem;
            left: 0.25rem;
            opacity: 0;
            transform: scale(0);
            transition: 0.25s ease;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
            background-size: 12px;
            background-repeat: no-repeat;
            background-position: 50% 50%;
        }

    }

    .checkbox-icon {
        transition: .375s ease;
        color: #494949;
        svg {
            width: 3rem;
            height: 3rem;
        }
    }

    .checkbox-label {
        color: #707070;
        transition: .375s ease;
        text-align: center;
        padding: 1px;
        width: 165px;
        overflow: hidden;
          overflow-x: hidden;
          overflow-y: hidden;
        text-overflow: ellipsis;
    }

.category_list_row {
    margin-left: 0px !important;
}