/*
Theme Name: CARCO Admin
Description: Custom WordPress Theme for CARCO Admin
Author: Jaring Digital
Author URI: https://jaringdigital.com
Version: 1.0
License: GPL
License URI: http://www.gnu.org/copyleft/gpl.html
*/

/* ================================================== 
BASIC STYLES
================================================== */
html, body {border: 0; margin: 0; padding: 0; width: 100%; height: 100%; position: relative;} a img {border: 0}
html {scroll-behavior: smooth;}
*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
body {background: #f7f8fc; padding: 0; margin: 0!important; font-size: .95rem; line-height: 1.3;}
img, object, embed {max-width: 100%; height: auto;} input:focus {outline: none;} *:focus {outline: none;} 
::selection {background: #fff2a8;}
::-moz-selection {background: #fff2a8;}
select {background: #fff;}
button, select {cursor: pointer;}
/* ================================================== 
LINK
================================================== */
a, input, #submit, textarea, button, button:hover, a i, a:hover i,.thumb a img, .thumb a:hover img, a:hover .thumb img, a .thumb img, .close img, .close img:hover, a .thumb::before, a:hover .thumb::before, .b-menu svg, .b-menu svg:hover {text-decoration: none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
a {-webkit-tap-highlight-color: transparent !important;}
*{-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;}
/* ================================================== 
TYPOGRAPHY
================================================== */
h1, h2, h3, h4, h5, h6 {font-weight: 700; margin: 0; padding: 0;}
ul, li, ol {list-style: none; margin: 0; padding: 0;}
p {margin: 0;}
body, input, textarea, select, button {font-family: 'Inter', Helvetica Neue, Helvetica, Arial, "sans-serif"!important;}
button, select {cursor: pointer;}
button {border: none; padding: 0; box-shadow: 0; background: none;}
/* ================================================== 
LAYOUT CONTROL
================================================== */
.control {max-width: 1200px; margin: 0 auto; padding: 0 20px;}
.head-control {max-width: 1600px; margin: 0 auto; position: relative; padding: 0 20px;}
.flot {float: left;}
.sec {width: 100%; position: relative;}
.thumb img {width: 100%; height: auto; margin-bottom: -5px;}
.js-offcanvas, .b-menu {display: none;}
/* ================================================== 
ELEMENTOR FIX
================================================== */
.elementor-widget-text-editor p {margin-bottom: 15px;}
.elementor-widget-text-editor a {color: #9a005b; font-weight: 500;}
.elementor-widget:not(:last-child), .elementor-widget-text-editor p:last-child {margin-bottom: 0!important;}
.elementskit-testimonial-slider .slick-dots {bottom: 10px!important;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 3px!important;}
.elementor-accordion-icon-right {margin-top: 3px!important;}
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {padding-left: 25px; margin-bottom: 20px;}
.elementor-widget-text-editor ul li {list-style: disc; margin-bottom: 8px;}
.elementor-widget-text-editor ol li {list-style: decimal;}
/* ================================================== 
HEADER
================================================== */
.head {background: #fff; padding: 10px 20px; box-shadow: 0 2px 3px rgba(28, 28, 28, .1); z-index: 9; position: relative;}
.h-box {display: flex; justify-content: space-between; align-items: center;}
.l-head {display: flex; align-items: center;}
.logo {background: url("images/carco-logo.svg") no-repeat; width: 118px; height: 38px; display: block; text-indent: -9999px; background-size: contain;}
.h-text {margin-left: 40px; font-size: 1.4rem; line-height: 1.1; font-weight: 700; text-transform: uppercase;}
.logout a {font-size: .85rem; line-height: 1.1; color: #222;}
.logout a:hover {color: #495392;}
.logout i {font-size: .85rem; margin-right: 2px;}
/* ================================================== 
LOGIN
================================================== */
.p-login, .login-box {height: 100vh!important;}
.hlogs {text-align: center;}
.d-login .row {width: 100%; margin-bottom: 14px; position: relative;}
.d-login .row input {font-size: 1rem; line-height: 1.2; padding: 13px 16px 13px 42px; border-radius: 50px; border: 2px solid #ccc; background: #fff; width: 100%;}
.d-login .row input:focus {border-color: #000;}
.d-login .row.usernm::before, .d-login .row.passwrd::before {position: absolute; top: 15px; left: 20px;}
.d-login .row.usernm::before {content: '\f007'; font-family: "Font Awesome 5 Free"; font-weight: 900; color: #222;}
.d-login .row.passwrd::before {content: '\f023'; font-family: "Font Awesome 5 Free"; font-weight: 900; color: #222;}
.d-login .dl-end {display: flex; justify-content: space-between; align-items: center;}
.d-login .row.rememberme label {cursor: pointer; font-size: .9rem; color: #585858;}
.d-login .row.rememberme input {width: 14px; height: 14px; vertical-align: -2px; margin: 0 0 0 3px;}
.d-login .row.forgot {display: flex; justify-content: flex-end;}
.d-login .row.forgot button {color: #222;}
.d-login .row.forgot button:hover {color: #ff0000;}
.d-login .toggle-password {position: absolute; font-size: 1rem; top: 14px; right: 16px;}
.d-login .button {display: flex; justify-content: center;}
.d-login .button input, .d-login .button button {background: #fdcf33; color: #222; font-size: 1rem; line-height: 1.1; font-weight: 600; padding: 14px 0; width: 250px; border-radius: 6px; border: none; display: block; text-align: center; cursor: pointer;}
.d-login .button input:hover, .d-login .button button:hover {background: #ffc500;}
.login-error {font-size: .9rem; line-height: 1.3; color: #f01827; text-align: center; max-width: 360px; margin: 0 auto 20px;}
.back-to-login {margin-top: 15px;}
.back-to-login button {font-size: .9rem;}
.back-to-login button i {font-size: .8rem; margin-right: 1px; vertical-align: .5px;}

.pp {background: #E8E4D9; height: 100vh!important;}
.pp .box {display: flex; justify-content: center; align-items: center; height: 100vh;}
.pp .d-logo {margin-bottom: 20px;}
.pp .d-logo img {width: 220px;}
.pp .p-reset {background: #fff; border-radius: 20px; padding: 40px; max-width: 600px; margin: auto auto; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);}
.pp label {font-size: .9rem; line-height: 1.1; font-weight: 500; margin-bottom: 5px; display: inline-block;}
.pp .d-login .row.passwrd::before {top: 37px;}
/* ================================================== 
DASHBOARD
================================================== */
.dash {display: flex; width: 100%;}
.d-fix {height: 100%;}
.side, .content {display: flex; flex-direction: column;}
.side {min-width: 250px; padding: 20px 0; background: #fff; border-right: 1px solid #e8eaec;}
.side h4 {padding: 0 20px; font-size: 1rem; line-height: 1.1; font-weight: 700; text-transform: uppercase; margin-bottom: 20px;}
.side li a {font-size: .95rem; line-height: 1.1; font-weight: 500; color: #16192c; padding: 12px 20px; position: relative; display: block; width: 100%;}
.side li a i {width: 16px; height: 16px; display: inline-block; text-align: center; margin-right: 8px;}
.side li a::after {content: '\f054'; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: .65rem; position: absolute; top: 14.5px; right: 20px;}
.side li a:hover {background: #f5f9fc; color: #495392;}
.side li a:hover i {color: #495392;}
.admin-nav {margin-top: 20px; border-top: 1px solid #ddd;}
.content {width: 100%; flex-grow: 1;}
.c-top {background: #fff; padding: 15px 20px; border-bottom: 1px solid #e8eaec;}
.ct-box {display: flex; align-items: center; justify-content: space-between;}
.ct-box h2 {font-size: 1.2rem; line-height: 1.3;}
.ct-box .back a {font-size: .9rem; line-height: 1; color: #222;}
.ct-box .back a i {font-size: .7rem; vertical-align: .5px;}
.e-box {padding: 20px; display: flex; flex-direction: column; align-content: center; width: 100%; height: 100%;}
.e-box.ds {padding: 0;}
.d-list {display: flex; flex-wrap: wrap; width: 100%; padding: 15px;}
.ds-admin {border-bottom: 1px solid #ddd;}
.d-list .item {width: 16.6666666%; padding: 5px;}
.d-list .item a {background: #fff; padding: 20px; border-radius: 8px; display: block; border: 1px solid #e7eaf0; border-bottom-width: 2px;}
.d-list .item a img {width: 50px; height: auto; margin-bottom: 12px;}
.d-list .item a h4 {font-size: .9rem; line-height: 1.2; font-weight: 600; color: #222; transition: .3s;}
.d-list .item a:hover h4 {color: #495392;}
/*** RECEIPT PDF LIST ***/
.pdf-list {width: 100%; overflow-x: scroll;}
.pdf-list table {background: #fff; width: 100%; border-collapse: collapse;}
.pdf-list tr:hover {background: #f7fafd;}
.pdf-list th, .pdf-list td {border: 1px solid #ddd; padding: 10px; text-align: left;}
.pdf-list th {font-size: .85rem; line-height: 1.2; text-transform: uppercase; background-color: #f2f2f2; text-align: center;}
.pdf-list td {font-size: .85rem; line-height: 1.2;}
.pdf-list td:first-child {text-align: center;}
.c-nomb {width: 50px;}
.c-numb {width: 200px;}
.c-pdf {width: 160px; text-align: center;}
.c-pdf a {background: #fdcf33; color: #222; padding: 8px 10px; border-radius: 4px; width: 140px; margin: 0 auto; text-align: center; display: block;}
.c-pdf a:hover {color: #000;}
.c-pdf i {margin-right: 5px;}
/*** FORM SUBMISSION PAGE ***/
.s-box {display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 30px;}
.sent h4 {font-size: 3rem; line-height: 1.3; font-weight: 500; color: #81d25d;}
.sent .btn {margin-top: 15px;}
.sent .btn a {width: 200px; padding: 14px 0; font-size: .95rem; line-height: 1.1; font-weight: 500; background: #fdcf33; color: #222; display: block; border-radius: 6px; text-align: center;}
.sent .btn a:hover {background: #ffc500;}
/* ================================================== 
PAGES
================================================== */
.pages {padding: 30px 0 40px; z-index: 3;}
.p-title h1 {font-size: 2rem; line-height: 1.1; font-weight: 700; color: #222; text-transform: capitalize;}
/* ================================================== 
PAGE CONTENT
================================================== */
.page-content h2, .page-content h3, .page-content h4 {font-size: 1.3rem; line-height: 1.3; font-weight: 700; margin: 20px 0 15px; text-transform: capitalize;}
.page-content p {margin-bottom: 15px; word-wrap: break-word;}
.page-content p, .page-content ul li, .page-content ol li {font-size: 1rem; line-height: 1.4;}
.page-content a {color: #00adc9; font-weight: 500;}
.page-content a:hover {text-decoration: underline;}
.page-content ul, .page-content ol {margin: 0 0 15px; padding-left: 30px;}
.page-content ul li {list-style: decimal;}
.page-content ol li {list-style: disc;}
.page-content ul li, .page-content ol li {padding: 1px 0; word-wrap: break-word; margin-bottom: 2px;}
/* ================================================== 
FOOTER
================================================== */

/* ================================================== 
CF7
================================================== */
.wpcf7 br {display: none!important;}
.wpcf7 .section {margin-bottom: 20px;}
.wpcf7 h3 {font-size: 1.15rem; line-height: 1.1; font-weight: 700; margin-bottom: 15px;}
.wpcf7 .row {margin-bottom: 16px; width: 100%;}
.wpcf7 .box {display: flex; flex-wrap: wrap; margin: 0 -10px;}
.wpcf7 .box .row {width: 50%; padding: 0 10px;}
.wpcf7 .row label {font-size: .9rem; line-height: 1.1; font-weight: 600; margin-bottom: 8px; display: block;}
.wpcf7 .row label span {font-weight: 700; color: #ff0000;}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {width: 100%; padding: 10px; font: .9rem 'Inter', sans-serif; line-height: 1.15; font-weight: 400; border: 1px solid #a8a8a8; transition: .1s; border-radius: 4px;}
.wpcf7 textarea {height: 70px; line-height: 1.5;}
.wpcf7 select {cursor: pointer; padding: 9px 10px;}
.wpcf7 select option:first-child {display: none;}
.wpcf7 input:hover, .wpcf7 textarea:hover, .wpcf7 select:hover {border-color: #ff7a37;}
.wpcf7 input:focus, .wpcf7 textarea:focus {border-color: #ff7a37;}
.wpcf7 .col.address textarea {height: 80px;}
.wpcf7 .wpcf7-radio, .wpcf7 .wpcf7-checkbox {margin-top: 12px; display: block;}
.wpcf7 .wpcf7-list-item {margin: 0 40px 0 0;}
.wpcf7 .wpcf7-list-item input {width: 16px; height: 16px; margin: 0 4px 0 0; padding: inherit; vertical-align: -2.5px;}
.wpcf7 .wpcf7-list-item label, .wpcf7 .wpcf7-list-item input {cursor: pointer;}
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label {color: #000; font-weight: 400;}
.wpcf7 .wpcf7-list-item :checked + span {font-weight: bold;}
.wpcf7 .wpcf7-list-item input:focus {border: none!important; outline: none!important;}
.wpcf7 .wpcf7-checkbox {display: flex; flex-wrap: wrap;}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {width: 25%; margin-right: 0; padding-right: 20px;}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {font-size: 1rem; line-height: 1.2;}
.wpcf7 .button {position: relative; display: flex; justify-content: center;}
.wpcf7 .button input {background: #fdcf33; color: #222; border: none; font-size: 1.05rem; line-height: 1.1; font-weight: 600; padding: 14px 0; text-align: center; width: 400px; display: block; border-radius: 4px; cursor: pointer; transition: .3s;}
.wpcf7 .button input:hover {background: #fed445;}
.wpcf7 .button input:focus {outline: none;}
.myfile span {cursor: pointer;}
.myfile input {padding: 0; border: none!important; cursor: pointer; font-size: .9rem;}
.wpcf7-spinner {position: absolute!important; right: 10px; top: 10px;}
.wpcf7-not-valid {border: 1px solid #ff0000!important;}
.wpcf7-response-output {padding: 0!important; margin: 15px 0 0!important;}
.wpcf7 form.sent .wpcf7-response-output {border: none; text-align: center; font-size: .9rem; line-height: 1.2; color: #46b450;}
.wpcf7 form.invalid .wpcf7-response-output {border: none; text-align: center; font-size: .8rem; line-height: 1.2; color: #ff0000;}
.wpcf7-not-valid-tip {display: none!important;}
.wpcf7 .c-note {font-size: .8rem; line-height: 1.1; color: #6e6e6e; margin-top: 6px; display: block;}
.wpcf7 .am-text input {text-transform: uppercase!important;}
.wpcf7 .fr-top {margin-bottom: 30px;}
.wpcf7 .fr-top input {font-size: 1.4rem; line-height: 1.1; padding: 0; border: none; background: none;}
/* ================================================== 
MOBILE MENU
================================================== */
.b-menu {margin-right: -8px;}
.b-menu a {width: 40px; height: 40px; padding-top: 5px; display: block;}
.b-menu img {margin: 0 auto; display: block; width: 28px; height: 28px;}
.c-offcanvas--left {background: #fff!important;}
.c-offcanvas--left .js-offcanvas-close {position: absolute; top: 20px; right: 15px; z-index: 999;}
.c-offcanvas--left .js-offcanvas-close img {width: 20px; height: 20px;}
button.js-offcanvas-close {background: none; padding: 0; margin: 0; width: 20px; position: absolute; top: 10px; right: 10px;}
.canv {display: flex; flex-direction: column; padding: 15px 15px 15px; width: 100%; overflow: hidden;}
.bb-logo {background: url("images/logo.png") no-repeat; width: 204px; height: 40px; display: block; text-indent: -9999px; background-size: contain; margin-bottom: 30px;}
.bb-title {position: relative; margin-bottom: 10px;}
.bb-title h3 {font-size: .88rem; color: #000; text-transform: uppercase;}
.bb-btn {display: flex; flex-direction: column; margin-bottom: 15px;}
.bb-btn a {padding: 15px 0; font-size: 1.3rem; line-height: 1.1; font-weight: 600; text-transform: uppercase; color: #000; width: 100%; display: block;}
.bb-btn a i {width: 24px; height: 24px; text-align: center; margin-right: 3px;}
.bb-nav {margin-bottom: 20px;}
.bb-nav #cssmenu {display: block; padding: 0; margin: 0;}
.bb-nav #cssmenu > ul, .bb-nav ul {padding: 0; margin: 0; display: flex; flex-wrap: wrap;}
.bb-nav #cssmenu > ul > li, .bb-nav ul li {width: 50%; padding: 0; margin: 0; display: block; position: relative;}
.bb-nav #cssmenu > ul > li > a, .bb-nav li a {display: block; padding: 5px 0; position: relative; font-size: .95rem; line-height: 1.2; font-weight: 400; color: #000; text-transform: capitalize;}
.bb-extra {padding: 15px 0; border-top: 1px solid #ddd;}
.bb-add p {font-size: .85rem; line-height: 1.4; color: #000;}
.bb-add .ctc-direction {display: flex; margin-top: 8px;}
.bb-add .ctc-direction img {width: 34px; height: auto; margin-right: 5px;}
.bb-ctc {display: flex; flex-direction: column; margin-top: 10px;}
.bb-ctc a {font-size: 1.1rem; line-height: 1.2; color: #000; font-weight: 600; padding: 4px 0;}
.bb-ctc a i {margin-right: 2px; width: 18px; height: auto; text-align: center;}
.bb-ctc a.call {margin-right: 15px;}
.bb-ctc a.call i {color: #005ede;}
.bb-ctc a.wsp i {color: #3aa400;}
.bb-socmed ul {display: flex; align-items: center;}
.bb-socmed li {margin-right: 6px;}
.bb-socmed li:last-child {margin: 0;}
.bb-socmed li a {width: 40px; height: 40px; padding-top: 9.5px; font-size: 1.3rem; line-height: 1; color: #fff; display: block; text-align: center; border-radius: 50%;}
.bb-socmed.ctc li a {font-size: 1.2rem;}
.bb-copy {margin-top: 20px; padding-top: 20px; border-top: 1px solid #ddd;}
.bb-copy p {font-size: .88rem; line-height: 1.5; color: #000;}
.bb-copy p span {display: block;}
.bb-copy .wdsgn {margin-top: 10px;}
.bb-copy .wdsgn a {font-size: .8rem; color: #000; font-weight: 500;}
/* ================================================== 
OFF CANVAS
================================================== */
.c-offcanvas{transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index: 9999!important;}.c-offcanvas-bg.c-offcanvas-bg--push,.c-offcanvas-bg.c-offcanvas-bg--reveal,.c-offcanvas-content-wrap,.c-offcanvas{transition:transform 300ms cubic-bezier(0.4,0,0.6,1)}.c-offcanvas.is-open{transform:translate3d(0,0,0);visibility:visible}.c-offcanvas-content-wrap{z-index:3}.c-offcanvas{position:fixed;min-height:100%;max-height:none;top:0;display:block;background:#fff;overflow-x:hidden;overflow-y:auto}.c-offcanvas--opening{transition-timing-function:cubic-bezier(0.4,0,0.6,1)}.c-offcanvas.is-closed{max-height:100%;overflow:hidden;visibility:hidden;box-shadow:none}.c-offcanvas--overlay{z-index:1080}.c-offcanvas--reveal{z-index:2}.c-offcanvas-bg{position:fixed;top:0;height:100%;width:100%;z-index:1079;left:-100%;background-color:transparent;transition:background-color 400ms cubic-bezier(0.23,1,0.32,1) 0}.c-offcanvas-bg.is-animating,.c-offcanvas-bg.is-open{left:0;background-color:rgba(0,0,0,0.68);visibility:visible}.c-offcanvas-bg.is-closed{visibility:hidden}.c-offcanvas-bg--closing.is-animating{background:transparent}.c-offcanvas--left{height:100%;width:18em;transform:translate3d(-18em,0,0)}.c-offcanvas--right{height:100%;width:17em;right:0;transform:translate3d(17em,0,0)}.c-offcanvas--top{left:0;right:0;top:0;height:12.5em;min-height:auto;width:100%;transform:translate3d(0,-12.5em,0)}.c-offcanvas--bottom{top:auto;left:0;right:0;bottom:0;height:12.5em;min-height:auto;width:100%;transform:translate3d(0,12.5em,0)}.c-offcanvas-content-wrap{z-index:3}.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--left.is-open{transform:translate3d(17em,0,0)}.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--right.is-open{transform:translate3d(-17em,0,0)}.c-offcanvas--reveal{z-index:0;transform:translate3d(0,0,0)}.c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--left.is-open{transform:translate3d(17em,0,0)}.c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--right.is-open{transform:translate3d(-17em,0,0)}.c-offcanvas--push{z-index:6}.c-offcanvas--push--opening{transition-timing-function:cubic-bezier(0,0,0.2,1)}.c-offcanvas-content-wrap{z-index:3}.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--left.is-open{transform:translate3d(17em,0,0)}.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--right.is-open{transform:translate3d(-17em,0,0)}.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--left.is-open{transform:translate3d(17em,0,0)}.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--right.is-open{transform:translate3d(-17em,0,0)}
/* ================================================== 
404
================================================== */
.notfound {padding: 5em 0;}
.notfound h1 {font-size: 15rem; line-height: 1.1; font-weight: 700;}
.notfound p {font-size: 1.2rem; line-height: 1.2;}
/* ================================================== 
ADD ON
================================================== */
.clearfix {clear: both;}