body{
    background:#FBFEFB;
    font-family: 'Tajawal', sans-serif !important;
}
.box-shadow-primary{
    background: transparent linear-gradient(142deg, #0F6F6D 0%, #1D9290 100%) 0% 0% no-repeat padding-box;
}
.form-control:focus{
    border: 1px solid #0F6F6D;
}
.text-primary{
    color: #0F6F6D !important;
}
.form-check-input:checked {
    background-color: #0F6F6D;
    border-color:#0F6F6D;
}
.text-oring{
    color: #E69758;
}
.text-oring:hover{
    color: #E69758;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0,0,0,.05);
    border-radius: 1rem !important;
}
.rouded-coming-soon input {
    border-radius: 10px 0 0 10px !important;
}

.rouded-coming-soon button {
    border-radius: 0 10px 10px 0 !important;
}
.time-coming-soon div{
    border: 1px solid #DBDBDB;
}
.time-coming-soon div:hover ,.time-coming-soon div:hover .text-oring , .time-coming-soon div:hover .text-gray-700 {
    background: #0F6F6D !important;
    color: #fff !important;
}
