MMCT TEAM
Server IP : 103.191.208.50  /  Your IP : 216.73.216.53
Web Server : LiteSpeed
System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64
User : celkcksm ( 1031)
PHP Version : 7.4.33
Disable Function : show_source, system, shell_exec, passthru, popen, exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/celkcksm/demoadmin.ncriptech.com/../royalrasoi.ncriptech.com/scss/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/celkcksm/demoadmin.ncriptech.com/../royalrasoi.ncriptech.com/scss/_reset.scss
/* Reset Browsers
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  margin-right: 0 !important;
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: var(--White); //change
  line-height: 1;
  padding: 0 !important;

  &::-webkit-scrollbar {
    width: 0px;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: none;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

/* General
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
  font-family: $font-main;
  font-size: 15px;
  font-weight: 400;
  color: var(--body-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

p {
  font-weight: 400; //change
  font-size: 15px;
  line-height: 26px;
}

strong,
b,
cite {
  font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}

svg,
svg path {
  @include transition3();
}

/* Elements
-------------------------------------------------------------- */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  margin-bottom: 20px;
  border: dashed 1px #ccc;
}

/* List */

ul,
ol {
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

ul li,
ol li {
  padding: 0;
}

dl,
dd {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

del,
.disable {
  text-decoration: line-through;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Table */

table,
th,
td {
  border: 1px solid #343444;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 8px 12px;
}

/* Media */

embed,
object,
video {
  margin-bottom: 20px;
  max-width: 100%;
  vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
  margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */

/* Placeholder color */
::-webkit-input-placeholder {
  color: #171412;
}

::-moz-placeholder {
  color: #171412;
  opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: #171412;
}

/* Typography
-------------------------------------------------------------- */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: $font-main;
  color: var(--Secondary);
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 70px;
}

h2,
.h2 {
  font-size: 45px;
  line-height: 55px;
}

h3,
.h3 {
  font-size: 35px;
  line-height: 32px;
}

h4,
.h4 {
  font-size: 22px;
  line-height: 32px;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 30px;
}

h6,
.h6 {
  font-size: 17px;
  line-height: 26px;
}

/* link style
-------------------------------------------------------------- */
a {
  text-decoration: none;
  color: var(--Secondary);
  cursor: pointer;
  @include transition3;

  &:hover,
  &:focus {
    color: var(--Secondary); //change
    outline: 0;
    @include transition3;
  }
}

/* tf-container
-------------------------------------------------------------- */
.tf-container {
  position: relative; //change
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 1200px;
  max-width: 100%;

  .row {
    margin-left: -15px !important;
    margin-right: -15px !important;

    >* {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }

  &.w-full {
    width: 100%;
    padding: 0 !important;
  }

  &.w-1480 {
    width: 1480px;
  }
}

/* Extra classes
-------------------------------------------------------------- */
#wrapper {
  width: 100vw;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed !important;
}

.position-unset {
  position: unset !important;
}

.z-5 {
  z-index: 5;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#wrapper {
  width: 100vw;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed !important;
}

.position-unset {
  position: unset !important;
}

.z-5 {
  z-index: 5;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-40 {
  gap: 40px;
}

.py-60 {
  padding: 60px 0 !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-25 {
  padding-top: 25px;
}

.pt-60 {
  padding-top: 60px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-8 {
  margin-bottom: 8px;

}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-0 {
  margin-top: 0px;
}

.flex-grow {
  flex-grow: 1 !important;
}

.row-reverse {
  flex-direction: row-reverse !important;
}

.justify-start {
  justify-content: start !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-between {
  justify-content: space-between !important;
}

.items-center {
  align-items: center !important;
}

.italic {
  font-style: italic;
}

.cursor-pointer {
  cursor: pointer;
}

.rounded-full {
  border-radius: 9999px !important;
}

.overflow-x-auto {
  overflow-x: auto;

  &::-webkit-scrollbar {
    height: 3px;
  }

  &::-webkit-scrollbar-thumb {
    background: var(--Border);
    border-radius: 999px;
  }
}

.overflow-y-auto {
  overflow-y: auto;

  &::-webkit-scrollbar {
    width: 3px;
  }

  &::-webkit-scrollbar-thumb {
    background: var(--Border);
    border-radius: 999px;
  }
}

.fs-17 {
  font-size: 17px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-30 {
  font-size: 30px !important;
}
.lh-27 {
  line-height: 27px !important;
}
.lh-45 {
  line-height: 45px !important;
}
.fs-35 {
  font-size: 35px !important;
}
.lh-29{
  line-height: 29px !important;
}
.lh-40 {
  line-height: 40px !important;
}
.fs-80 {
  font-size: 80px !important;
}

.lh-90 {
  line-height: 90px !important;
}

.letter-spacing {
  letter-spacing: 1px;
}

.mb-13 {
  margin-bottom: 13px;
}
.mb-17 {
  margin-bottom: 17px !important;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-28 {
  margin-bottom: 28px;
}
.mb-30 {
  margin-bottom: 30px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mb-34 {
  margin-bottom: 34px;
}

.ml-10 {
  margin-left: 10px !important;
}
.mb-36 {
  margin-bottom: 36px !important;
}
.pb-28 {
  padding-bottom: 28px;
}

.pl-20 {
  padding-left: 20px;
}
.pl-10 {
  padding-left: 10px !important;
}
.pt-10{
  padding-top: 10px !important;
}
.pb-17{
  padding-bottom: 17px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-23 {
  padding-bottom: 23px !important;
}
.pb-22 {
  padding-bottom: 22px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-26 {
  padding-bottom: 26px !important;
}
.pb-41 {
  padding-bottom: 41px !important;
}
.pb-60 {
  padding-bottom: 60px ;
}
.pb-57 {
  padding-bottom: 57px !important;
}
.pb-67 {
  padding-bottom: 67px !important;
}
.border-top-bottom {
  
  border-top: 1px solid var(--Border);
  border-bottom: 1px solid var(--Border);
}
.mb-63{
  margin-bottom: 63px !important;
}
.mb-68{
  margin-bottom: 68px !important;
}

.top-265 {
  top: 26.5% !important;
}
.top-26 {
  top: 26% !important;
}
.top-27 {
  top: 27% !important;
}
.right-46 {
  right: 4.6% !important;
}

.top-425 {
  top: 42.5% !important;
}

.right-1 {
  right: 1% !important;
}
.right-57{
  right: 5.7% !important;
}
.left-65{
  left: 6.5% !important;
}
.left-85{
  left: 8.5% !important;
}
.left-109{
  left: 10.9% !important;
}
.top-42{
  top: 42% !important;
}
.mt--3{
  margin-top: -3px !important;
}
.border-right-dashed {
  margin-right: -16px;
  border-right: 1px dashed var(--Border);
}

.text-color-secondary {
  color: var(--Secondary);
}

.w-471 {
  width: 471px;
}
.backgoud-none{
  background: none !important;
}

MMCT - 2023