body { font-family: 'Inter', sans-serif; font-size: 15px; background-color: #f1f9fa; }
img { max-width: 100% }
h1,h2,h3,h4,h5,h6,p,ul,li { margin: 0px; padding: 0px; list-style: none }
a:link,a:visited,a:hover,a:active,a:focus,button,img {
text-decoration: none;
outline: none !important;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s }
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0 }
input[type=number] {
    -moz-appearance:textfield;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #149cf4;
    background-color: #149cf4;
}
textarea.form-control {
    height: calc(1.5em + .75rem + 2px);
}
.grecaptcha-badge { visibility: hidden !important;opacity: 0 !important }

header { border-bottom: 1px solid #eaecec; box-shadow: 0 0 28px rgba(0, 0, 0, 0.07); padding: 10px 0px;    
     background-image: url(../img/sitebg_top.jpg);
    background-position: top lefT;
    background-repeat: repeat-x;
    margin: 0px;
}
header .logo a { color: white; display: flex; flex-direction: row; align-items: flex-end; }
header .logo a strong { margin-bottom: 12px; margin-left: 10px; border-left: 1px solid white; padding-left: 10px; }
header ul { text-align: right; }
header ul li { display: inline-block; margin-left: 10px; }
header ul li i { color: #149cf4; }

.btn-primary {     background-color: #149cf4;
    border-color: #149cf4;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus { background-color: #0e82cf !important; border-color: #0e82cf !important; }
.btn-outline-primary { border-color: #149cf4; color: #149cf4; }
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {    background-color: #1181c9 !important;
    border-color: #1181c9!important;
    color: white;
}

.custom-file-label { white-space: nowrap; overflow: hidden; text-overflow: clip; }

.main-wrap {padding: 40px 0px;
    background-image: url(../img/trophy.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
    background-size: contain;
}

.form-card { border-color: #eaecec; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); }
.form-card h1 {     font-size: 1.3rem;
    font-weight: bold;
    color: #149cf4;
    margin-bottom: 20px;
}
header .text-muted {
    color: #ffffff!important;
}
header .fa {
color: #fff;
}
.form-card .form-control:disabled, .form-control[readonly] { background-color: white; }
.form-card .form-bottom {display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}
.form-card .form-bottom a { color: #149cf4; }
.form-card .form-bottom p { display: flex; flex-direction: row; }
.form-card .form-bottom p .btn-primary { margin-left: 10px; }

footer { font-size: 12px; background-color: #f8f9fa; border-top: 1px solid #e4e4e4; padding: 8px 0px; }
footer ul { display: flex; justify-content: space-between; }

.modal-header { background-color: #149cf4; }
.modal-title { color: white; }
.modal-title span { font-size: 16px; font-weight: bold; }
.modal-body h6 { border-bottom: 2px solid #149cf4; color: white; }
.modal-body h6 span { background-color: #149cf4; padding: 6px 20px; display: inline-block; position: relative; min-width: 120px; }
.modal-body h6 strong { font-size: 14px; }
.modal-body h6 span::before { content: ""; position: absolute; width: 0; height: 0; border-bottom: 31px solid #149cf4; border-right: 40px solid transparent; right: -40px; top: 0px; }
.modal-body ul { padding-left: 18px; padding-top: 10px; }
.modal-body ul li { list-style: disc; color: #6c757d; }

.success-close{

    margin: 20px 0px 0px 0px;text-align: left;position: relative
}
.close-icon{

    position: absolute; top: 10px;right: 10px;color:red;cursor: pointer;
}
.alert-dismissible { padding-right: 1.25rem; }

/*.........................................Responsive style.........................................*/

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 992px) {}

@media screen and (max-width: 992px) and (min-width: 768px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 767px) {
    header .logo { text-align: center; position: relative; }
    header .logo a { flex-direction: column; align-items: center; }
    header .logo a strong { border-left: none; font-size: 12px; margin: 0px; padding: 0px; position: absolute; right: 15px; }
    header .text-muted {
        color: #ffffff!important;
        font-size: 12px;
    }
    header ul { text-align: center; }
    header ul li { margin-left: 0; font-size: 14px; }
    .main-wrap { padding: 20px 0px; background-size: cover; }
    .form-card h1 {     font-size: 1rem;
        margin-bottom: 10px;
    }
    .form-card .form-bottom {  align-items: flex-end; }
    .form-card .form-bottom a { margin-bottom: 10px; display: block; width: 100%; }
    footer ul { flex-direction: column; align-items: center; }
    .card-subtitle {
        font-size: 14px;
    }
    .cat-select .custom-control { width: 25%; }
}