HEX
Server: Apache
System: Linux cp4.skywebbox.com 5.14.0-503.15.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 07:25:19 EST 2024 x86_64
User: alfouzantranspor (1054)
PHP: 8.3.23
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/alfouzantranspor/public_html/wp-content/themes/cargo-transport/inc/dashboard/getstart.css
/*About theme*/
.appearance_page_cargo_transport_guide #wpwrap{
    background: #f1f3f5;
}
.wrapper-info {
    margin-top: 20px;
}
.wrapper-info h2,
.tab-sec h3  {
    color: #efbe44;
    font-size: 21px;
    margin: 15px 0;
    font-weight: bold;
}
.logo {
    padding: 10px;
}
span.version {
    font-size: 15px;
    color: #333;
}
.tablinks img,
.tab img{
    width: 100%;
}
.info-link a,
.info-link-support a,.info-link-pro a{
    background: #efbe44;
    padding: 10px 15px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    margin-right: 5px;
}
.info-link a:hover,
.info-link-pro p:hover,
.info-link-support a:hover,.info-link-pro a:hover{
    color: #fff;
    background: #000;
}
.info-link,.info-link-pro {
    margin: 20px 0;
    text-align: center;
    padding: 20px 0;
}
.col-right .info-link,
.logo{
    text-align: center;
}
button.tablinks:focus {
    outline: none;
}
.table-image {
    padding: 20px;
}
.tab {
    right: 10px;
    border: 1px solid #ddd;
    width: 20%;
    height: auto;
    position: fixed;
}
.tab button {
    display: block;
    font-weight: bold;
    background: transparent;
    border: none;
    color: #fff;
    width: 100%;
    padding: 10px;
    text-align: start;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
    margin-bottom: 4px;
    background: #f0002f;
}
.tab button:hover {
    background-color: #000;
}
.tab button.active {
    background-color: #efbe44;
    color: #fff;
}
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #c3c4c7;    
}
#tc_pro,
#tc_create{
    display: none;
}
.col-tc-6 img,
.col-pro-5 img{
    width: 100%;
}
.col-tc-6 {
    width: 48%;
    float: left;
    padding: 11px;
    margin-bottom: 18px
}
.col-tc-6 p {
    font-size: 14px;
    text-align: justify;
}
a.get-pro {
    color: #fff;
    background: #f0002f;
}
.col-pro-5 {
    width: 48%;
    float: left;
    padding: 10px;
    margin-left: 32px
}
.col-pro-6 {
    width: 40%;
    float: right;
}
.col-pro-5 p {
    color: #000;
    font-size: 14px;
    text-align: justify;
}
.col-pro-6 h4 ,
.col-pro-5 h4,
.tab-cont h4{
    font-size: 18px;
    color: #000;
}
.col-pro-6 li {
    font-size: 14px;
    color: #000;
    margin: 10px 0;
}
.col-pro-6 li:before {
    content: "\f139";
    font-family: 'Dashicons';
    color: #efbe44;
    font-size: 15px;
    border: solid 2px;
    margin-right: 15px;
    border-radius: 50%;
}
.tab-cont {
    width: 48%;
    float: left;
    padding: 10px;
    border: 1px solid #c3c4c7;
    margin-bottom: 8px;
    text-align: center;
}
.info-link-support {
    margin-bottom: 30px;
}
.info-link-support p {
    color: #000;
    font-size: 14px;
    margin-bottom: 25px;
}
.pro-image {
    /* float: left; */
    width: 75%;
    padding: 20px 0;
    margin: auto;
}
.pro-image img {
    width: 100%;
}
/* my css */
#tc-header {
    padding: 12px 35px;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #d6e1e8;
    margin-bottom: 9px;
}
.tc-container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}
#tc-header .tc-logo img {
    height: 52px;
    width: auto;
    display: block;
}
#tc-header > .tc-container {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#tc-header .tc-header-action {
    margin-left: auto;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 13px;
}
#tc-header .tc-header-action > a:first-child {
    border-radius: 2px;
    background-color: #f0002f;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
#tc-header .tc-header-action > a {
    padding: 6px 16px;
    text-decoration: none;
    font-weight: 600;
}
#tc-header .tc-header-action > a:last-child {
    margin-left: 12px;
    border-radius: 2px;
    border: 1px solid #c3c4c7;
    color: #66717f;
}
.tc-tabs {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 9px 0 18px;
    background-color: #fff;
    border: 1px solid #c3c4c7;
    border-radius: 3px;
}
.tc-tabs > ul {
    display: flex;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 7px 20px;
}
.tc-tabs > ul > li.current-item {
    border-bottom-color: #f0002f;
}
.tc-tabs > ul > li:first-child {
    margin-left: 0;
}
.tc-tabs > ul > li {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    text-align: center;
    margin: 0 10px;
    color: black;
}
.tc-tabs > ul > li > a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    width: auto;
    padding: 10px 0;
    color: black;
    font-weight: 400;
    font-size: 16px;
    padding-left: 8px;
    padding-right: 10px;
}
.tc-section-title {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 19px 0 8px;
}
li.tablinks.active a{
    color: #f0002f !important;
    text-decoration: underline;
    text-underline-offset: 21px;
}
li.tablinks a:focus{
   box-shadow: none!important;
}
#tc_pro .col-pro-5,#tc_pro .col-pro-6 {
    padding: 24px 24px;
}
#tc_demo .demo .theme-import,#tc_demo .demo h4, #tc_demo h2,#tc_index h2,#tc_pro h3{
    text-align: center;
}
.tc-columns .tc-column {
    width: 33.33%;
    padding: 12px;
}
#tc_create.tabcontent {
   border: none;
   padding: 0;
}
#tc_create > .tab-cont:first-child {
   margin-right: 6px;
}
#tc_create .tc-section.large-section {
    padding: 30px 35px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid #c3c4c7;
    background-color: #fff;
    margin: 38px 0;
}
.tc-buttons {
    margin-bottom: 25px;
}
#tc_create .tc-section.large-section h2 {
    text-align: center;
    line-height: 1.4;
    color: #000!important;
}
#tc_create .tc-section.large-section p {
    max-width: 480px;
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}
#tc_create .tc-btn.primary {
    background-color: #f0002f;
    color: #FFF;
    margin-right: 5px;
    padding: 12px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}
#tc_demo,#tc_index,#tc_pro,#tc_create .tab-cont{
    background: #fff;
}

.tab-cont p{
    padding: 4px;
}
@media screen and (max-width: 1024px) {
    .tab-cont {
        width: 46%;
    }
    #tc_pro .col-pro-5, #tc_pro .col-pro-6 {
        padding: 0;
    }
    .col-tc-6 {
        width: 45%;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1305px) {
    #tc_index .col-tc-6 {
        width: 46%;
    }
    #tc_pro .col-pro-5, #tc_pro .col-pro-6 {
        padding: 14px 14px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1430px) {
    #tc_create .tab-cont {
        width: 47%;
    }
}
/* demo import css */
.run-import{
    background: #efbe44;
    padding: 15px 30px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: none;
    margin-top: 30px;
    cursor: pointer;
}
.run-import a{
    text-decoration: none;
}
.run-import:hover{
    color: #fff;
    background: #000;
}
#tc_demo{
    width: 50%;
}
#tc_demo h4{
    font-size: 18px;
    color: #000;
    line-height: 1.2;
}
.theme-import .notice-text{
    color: #28a745;
    font-size: 18px;
    font-weight: 500;
}
.view-site, .run-import{
    text-decoration: none;
    margin: 30px 0px;
}
.demo{
    min-height: 200px !important;
    text-align: left;
}
.demo .note{
    font-size: 14px;
    margin-top: 2em;
}
.demo .notice-text{
    margin-bottom: 1.5em;
}
#tc_demo #setting-error-tgmpa{
    display: none;
}
#tc_pro,
#tc_create,
#tc_index {
    display: none;
}