﻿.noborder {
    border: none !important;
}

.orange {
    color: #e87b05 !important;
}

#bbt:hover {
    background-color: #e87b05;
    box-shadow: 0px 15px 20px rgba(232, 123, 5, 0.4);
    color: #fff;
    /*transform: translateY(-7px);*/
}

form label {
    font-size: .6rem !important;
    color: lightyellow;
}

.modal-open[style] {
    padding-right: 0px !important;
}


/*
@media screen and (max-width: 700px) {

    #tarikh input {
        width: 140px;
    }

    #starttimediv input {
        width: 140px;
    }

    #endtimediv input {
        width: 140px;
    }

    #starttimediv {
        display: inline-grid;
        justify-content: center;
    }

    #endtimediv {
        display: inline-grid;
        justify-content: center;
    }

    #tarikh {
        display:inline-grid;
        justify-content:center;
    }


}
*/