I am a hacker in the dark of a very cold night

path :/var/www/html/vorne.webheaydemo.com

upload file:

List of files:

name file size edit permission action
.editorconfig276 KBMarch 05 2024 07:12:340666
.env1385 KBMay 24 2024 16:43:550666
.env.example1088 KBMarch 05 2024 07:12:340666
.gitattributes190 KBMarch 05 2024 07:12:340666
.gitignore245 KBMarch 05 2024 07:12:340666
.htaccess947 KBJuly 04 2023 21:25:080664
.rnd1024 KBMarch 13 2024 04:51:140666
README.md472 KBMarch 22 2024 10:35:000666
app-March 05 2024 07:12:340777
artisan1739 KBMarch 05 2024 07:12:340666
bootstrap-March 05 2024 07:12:340777
composer.json2829 KBMay 13 2024 12:10:040666
composer.lock417205 KBMarch 19 2024 12:13:140666
config-July 03 2025 02:53:360777
database-March 05 2024 07:12:340777
index.php1816 KBMay 13 2024 10:32:360666
lang-May 13 2024 14:53:260777
manifest.json913 KBMay 14 2024 03:57:260664
package.json398 KBMarch 05 2024 07:12:340666
phpunit.xml1206 KBMarch 05 2024 07:12:340666
public-July 03 2025 02:37:200777
resources-May 13 2024 12:09:360777
routes-March 05 2024 07:12:340777
service-worker.js924 KBMarch 05 2024 07:12:340666
storage-March 05 2024 10:03:520777
symlink.php218 KBMarch 05 2024 07:12:340666
tests-March 05 2024 07:12:340777
vendor-March 19 2024 12:13:140777
vite.config.js326 KBMarch 05 2024 07:12:340666
/*------------------------------------------------- [ ## Fields ] */ input[type="text"], input[type="email"], input[type="password"] { &:focus { outline: none; } } input,textarea{ padding: 12px 20px; &::placeholder{ color: $color--heading; } } textarea { display: block; width: 100%; display: block; min-height: 200px; } input, select, textarea { border: 1px solid $border--base; vertical-align: baseline; font-size: 100%; color: $color--heading; } label { font-size: 14px; margin-bottom: 10px; display: block; } /*------------------------------------------------- [ ## Forms ] */ select{ outline: none; cursor: pointer; } option{ color: $color--heading; } .input-group{ margin-bottom: 15px; flex-wrap: nowrap; input{ border-radius: 5px 0 0 5px; border: 1px solid rgba(107, 124, 147, 0.15); color: #6b7c93; height: 45px; } } .form-control:disabled, .form-control[readonly]{ background-color: rgba($base--color, 0.2); } .input-group-append, .input-group-prepend { display: -ms-flexbox; display: flex; } .input-group-append{ input{ border-radius: 5px 0 0 5px; border: 1px solid $border--base; border-right: none; background-color: $white; } } .input-group-text { border: none; font-size: 14px; background: #EFF0F0; color: $color--heading; height: 45px; border-radius: 0 5px 5px 0; font-weight: 500; } .custom-check-group { display: block; margin-bottom: 12px; input{ padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; &:checked{ &+label{ &::before{ background-color: $base--color; border: 1px solid $base--color; } &::after{ content: ''; display: block; position: absolute; top: 5px; left: 7px; width: 5px; height: 10px; border: solid $white; border-width: 0 2px 2px 0; transform: rotate(45deg); } } } } label{ position: relative; cursor: pointer; &::before{ content: ''; -webkit-appearance: none; background: $white; border: 1px solid $border--base; border-radius: 3px; padding: 8px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 8px; top: -2px; } } } .form-group { margin-bottom: 20px; } .form-control{ border: 1px solid $border--base; font-size: 14px; height: 50px; &:focus{ box-shadow: none; border: 1px solid $border--base; } } .form--control{ background-color: transparent; border: 1px solid $border--base; box-shadow: none; height: 65px; font-size: 14px; color: $color--text; border-radius: 10px; padding: 15px 25px; width: 100%; &:focus{ background-color: transparent; border: 1px solid $border--base; box-shadow: none; color: $color--text; } &::placeholder{ color: $color--text; } } .radio-wrapper{ display: flex; flex-wrap: wrap; justify-content: space-between; margin: -3px -7px; .radio-item{ flex-grow: 1; margin: 3px 7px; img{ width: 60px; margin-right: 5px; } } } .radio-item [type="radio"]:checked{ position: absolute; left: -9999px; } .radio-item [type="radio"]:not(:checked){ position: absolute; left: -9999px; } .radio-item [type="radio"]:checked + label{ position: relative; font-size: 16px; font-weight: 500; line-height: 20px; cursor: pointer; border: 1px solid $base--color; background-color: $base--color; border-radius: 8px; padding: 20px 25px; display: inline-block; color: $white; width: 100%; text-align: center; } .radio-item [type="radio"]:not(:checked) + label{ position: relative; font-size: 16px; font-weight: 500; line-height: 20px; cursor: pointer; border: 1px solid #e5e5e5; border-radius: 8px; padding: 20px 25px; display: inline-block; color: $color--text; width: 100%; text-align: center; } // .radio-item [type="radio"]:checked + label:before{ // content: ''; // position: absolute; // left: 0; // top: 0; // width: 18px; // height: 18px; // border: 1px solid $base--color; // border-radius: 100%; // background: $white; // } // .radio-item [type="radio"]:checked + label:after{ // content: ''; // width: 12px; // height: 12px; // background: $base--color; // position: absolute; // top: 3px; // left: 3px; // border-radius: 100%; // -webkit-transition: all 0.2s ease; // transition: all 0.2s ease; // opacity: 0; // -webkit-transform: scale(0); // transform: scale(0); // } // .radio-item [type="radio"]:not(:checked) + label:before{ // content: ''; // position: absolute; // left: 0; // top: 0; // width: 18px; // height: 18px; // border: 1px solid $base--color; // border-radius: 100%; // background: $white; // } // .radio-item [type="radio"]:not(:checked) + label:after{ // content: ''; // width: 12px; // height: 12px; // background: $base--color; // position: absolute; // top: 3px; // left: 3px; // border-radius: 100%; // -webkit-transition: all 0.2s ease; // transition: all 0.2s ease; // opacity: 0; // -webkit-transform: scale(0); // transform: scale(0); // } // .radio-item [type="radio"]:checked + label:after { // opacity: 1; // -webkit-transform: scale(1); // transform: scale(1); // } .select2-container{ -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; } .selection{ width: 100%; } .select2-selection--single{ width: 100%; height: 45px !important; outline: none; background: transparent !important; font-size: 15px; box-shadow: none; padding: 10px 10px; border-radius: 5px; vertical-align: top; display: inline-block; border: 1px solid $border--base !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; span{ margin: 0; width: 100%; color: $color--text; line-height: initial; font-weight: 600; } } .select2-container--default .select2-selection--single .select2-selection__arrow{ height: auto; position: absolute; top: 22px; right: 7px; width: 20px; } .select2-container--default .select2-selection--single .select2-selection__arrow b{ border-color: $color--text transparent transparent transparent; } .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{ border-color: transparent transparent $color--text transparent; } .submit-btn{ padding: 12px 20px; color: $white; background: $section--bg; font-weight: 600; font-size: 14px; border-radius: 5px; font-family: $font_heading; @media only screen and (max-width: 991px) { padding: 10px 20px; } }