|
@@ -43,6 +43,7 @@
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200&family=Quicksand:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
|
<link rel="stylesheet" href="{{asset('web/css/datepicker.min.css')}}">
|
|
|
<link rel="stylesheet" href="{{asset('web/css/sweetalert/sweetalert.css')}}">
|
|
|
+ <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
|
|
|
<!-- fonts -->
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
@@ -599,7 +600,62 @@ element.style {
|
|
|
.ed:active{
|
|
|
background-color: #dedbf1;
|
|
|
}
|
|
|
-
|
|
|
+.search-box{
|
|
|
+ font-size: 14px !important;
|
|
|
+ width: 95.3%;
|
|
|
+ margin-left: 16px;
|
|
|
+ font-size:13px;
|
|
|
+ border-radius: 6px 17px 17px 6px;
|
|
|
+}
|
|
|
+.search-btn{
|
|
|
+ margin-left: -5.7rem;
|
|
|
+ border: 2px solid #ccc;
|
|
|
+ width: 13%;
|
|
|
+ border-radius: 18px 18px 18px 18px;
|
|
|
+ background-color: #141639c4 !important;
|
|
|
+ color: white;
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+.alert{
|
|
|
+ border: 2px solid #e9f0f3 !important;
|
|
|
+ width: 100%;
|
|
|
+ display: -webkit-inline-box;
|
|
|
+ font-size: 12px !important;
|
|
|
+ font-weight:bold !important;
|
|
|
+ color: black;
|
|
|
+ border-radius: 6px;
|
|
|
+}
|
|
|
+.apply-modal{
|
|
|
+ z-index: 3;
|
|
|
+ display: none;
|
|
|
+ padding-top: 100px;
|
|
|
+ position: fixed;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ overflow: auto;
|
|
|
+ background-color: rgba(0,0,0,0.4);
|
|
|
+}
|
|
|
+.apply-modal-content {
|
|
|
+ margin: auto;
|
|
|
+ background-color: #fff;
|
|
|
+ padding: 0;
|
|
|
+ outline: 0;
|
|
|
+ width: 50%;
|
|
|
+}
|
|
|
+.apply-animate-top {
|
|
|
+ position: relative;
|
|
|
+ animation: animatetop 0.4s;
|
|
|
+}
|
|
|
+.apply-card-4, .apply-hover-shadow:hover {
|
|
|
+ box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
|
|
|
+}
|
|
|
+.apply-teal, .apply-hover-teal:hover {
|
|
|
+ color: #fff!important;
|
|
|
+ background-color: #141639c4!important;
|
|
|
+ height: 57px;
|
|
|
+}
|
|
|
</style>
|
|
|
@stack('css')
|
|
|
</head>
|