:root {
    --dark: #292929;
    --white: #ffffff;
    --domi-blue: #0091C8;
    --domi-orange: #EE6B19;
    --domi-orange-d: #ff5928;
}

a {
    text-decoration: none !important;
}

a:hover {
    color: var(--domi-orange);
}

.bg-grey-l {
    background-color: #f1f1f1;
}

.bg-grey-l2 {
    background-color: #dfdfdf;
}

.bg-grey-l3 {
    background-color: #a1a1a1;
}

.bg-grey-l4 {
    background-color: #dbdbdb;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-red {
    background-color: #c05555;
}

.bg-green {
    background-color: #55c075;
}

.bg-yellow {
    background-color: #e3d61b;
}

.bg-grey {
    background-color: #636363;
}

.bg-domi-orange {
    background-color: var(--domi-orange);
}

.bg-domi-blue {
    background-color: var(--domi-blue);
}

.nav-link {
    font-weight: bold;
}

.nav-link.active {
    color: var(--domi-orange) !important;
}

.fw-bold {
    font-weight: bold;
}

.cl-white {
    color: var(--white);
}

.cl-green {
    color: #3fbd64;
}

.cl-new {
    color: #3fbd64 !important;
    font-weight: bold !important;
}

.cl-dark {
    color: var(--dark) !important;
}

a.cl-white:hover,
.btn.cl-white:hover {
    color: var(--white);
}

.cl-domi-blue {
    color: var(--domi-blue) !important;
}

.cl-domi-orange {
    color: var(--domi-orange);
}

.cl-domi-orange-d {
    color: var(--domi-orange-d);
}

.cl-grey {
    color: #747474 !important;
}

.cl-grey-d {
    color: #494949;
}

.btn:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 89 40/ 25%);
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid var(--domi-orange);
}

.btn-circle {
    border-radius: 50%;
}

.btn-custom {
    border-radius: 15px;
}

.btn-custom-mini {
    border-radius: 15px;
    line-height: 0px;
    padding: 0px !important;
}

.btn-domi {
    background-color: var(--domi-orange);
    color: var(--white);
}

.btn-domi:hover {
    background-color: var(--domi-orange-d);
    color: var(--white);
}

.ico-domi {
    border-radius: 50%;
    background-color: var(--domi-orange);
    color: var(--white);
    width: 50px;
    height: 48px;
    cursor: unset;
}

.ico-domi:hover {
    color: white;
}

.ico-domi:focus {
    box-shadow: none;
}

.stiker-merchandise-type {
    display: inline-block;
    white-space: nowrap;
    vertical-align: baseline;
    text-decoration: none;
    background-color: white;
    padding: 10px 30px;
    text-align: center;
    border-radius: 15px;
    font-weight: bold;
    color: #292929;
    margin-right: 10px;
}

.br-15 {
    border-radius: 15px;
}

.card {
    border: none;
}

.mr-10 {
    margin-right: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.invertir-item {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
}

.navbar-toggler {
    padding: 0px;
    border: none;
    box-shadow: none !important;
}

.card-active {
    outline: 3px dashed #423B34 !important;
    outline-offset: 2px !important;
}

.mr-5px {
    margin-right: 5px;
}

.fz-40 {
    font-size: 40px;
}

.fz-25 {
    font-size: 25px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.fz-15 {
    font-size: 15px;
}

.fz-14 {
    font-size: 14px;
}

.fz-13 {
    font-size: 13px;
}

.fz-11 {
    font-size: 11px;
}

.fz-10 {
    font-size: 10px;
}

.alert-floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 200px;
    cursor: pointer;
}

.line-success {
    border-radius: 10px;
    margin: auto;
    width: 80%;
    margin-top: 5px;
    height: 3px;
    background-color: #55c075;
}

.line-alert {
    border-radius: 10px;
    margin: auto;
    width: 80%;
    margin-top: 5px;
    height: 3px;
    background-color: #c06255;
}

.close-alert {
    position: absolute;
    top: 10px;
    right: 15px;
}

.hr-mini {
    margin: 5px 0;
}

.card-ico-floating {
    position: absolute;
    top: 5px;
    right: 10px;
}

.btn-no-shadow:focus {
    box-shadow: none;
}

.img-login-1 {
    background-image: url("/assets/login1-bad98f65.png");
    background-size: cover;
    background-position: 0px 0px;
    height: 100vh;
}

.img-login-2 {
    background-image: url("/assets/login2-24096d63.jpg");
    background-size: cover;
    background-position: 0px 0px;
    height: 100vh;
}

.form-custom-login {
    padding-left: 50px !important;
    font-size: 15px !important;
    border-radius: 30px !important;
    border: none !important;
    color: #636363 !important;
}

.form-check-input:checked {
    background-color: var(--domi-orange-d) !important;
    border-color: var(--domi-orange) !important;
}

.form-check-input:focus {
    box-shadow: none !important;
}

.btn-login {
    font-weight: bold !important;
    border-radius: 30px !important;
    background-color: var(--domi-orange-d) !important;
    color: white !important;
    font-size: 0.9em !important;
    padding: 0.375rem 1.3rem !important;
}

.btn-registration {
    font-weight: bold !important;
    border-radius: 30px !important;
    background-color: var(--domi-blue) !important;
    color: white !important;
    font-size: 0.9em !important;
    padding: 0.375rem 1.3rem !important;
}

.icon-form-login {
    position: relative;
    top: 32px;
    left: 23px;
    width: 0px;
}

.center-vertical {
    display: table-cell;
    vertical-align: middle;
}

.dropdown-menu {
    padding: 8px 10px !important;
}

.dropdown-divider {
    margin: 0.5rem auto;
    width: 90%;
}

.navbar-nav .dropdown-menu {
    border-radius: 20px;
}

.dropdown .dropdown-menu {
    border-radius: 20px;
}

.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.dropdown-item:focus,
.dropdown-item:active {
    color: var(--white);
    background-color: var(--domi-orange) !important;
    text-decoration: none;
    background-color: #f0f0f0;
    border-radius: 10px;
}

.img-documentation img {
    width: 170px;
    height: 170px;
    margin-bottom: 4px;
    background-color: #c7c7c7;
}

.img-documentation:nth-child(1) img {
    border-top-left-radius: 15px;
}

.img-documentation:nth-child(3) img {
    border-top-right-radius: 15px;
}

.img-documentation:nth-child(4) img {
    border-bottom-left-radius: 15px;
}

.img-documentation:nth-child(6) img {
    border-bottom-right-radius: 15px;
}

.img-documentation-2 img {
    width: 190px;
    height: 190px;
    margin-bottom: 4px;
    background-color: #c7c7c7;
}

.img-documentation-2:nth-child(1) img {
    border-top-left-radius: 15px;
}

.img-documentation-2:nth-child(2) img {
    border-top-right-radius: 15px;
}

.img-documentation-2:nth-child(3) img {
    border-bottom-left-radius: 15px;
}

.img-documentation-2:nth-child(4) img {
    border-bottom-right-radius: 15px;
}

.box-schedule {
    padding: 10px;
    width: 270px;
}

.box-schedule .card {
    height: auto;
}

.container-schedules {
    width: 100%;
    height: auto;
    display: -webkit-box;
    overflow-y: hidden;
    overflow-x: auto;
}

.box-hour-requests {
    max-height: 50px;
    overflow-y: auto;
    overflow-x: hidden;
}

.mt-70 {
    margin-top: 70px;
    margin-left: 5px;
    margin-right: 5px;
}

.status-hours-schedule-0 {
    background: rgba(223, 223, 223);
}

.status-hours-schedule-1 {
    background: linear-gradient(135deg, rgba(0, 145, 200) 50%, rgba(223, 223, 223) 50%)
}

.status-hours-schedule-2 {
    background: linear-gradient(135deg, rgba(223, 223, 223) 50%, rgba(0, 145, 200) 50%)
}

.status-hours-schedule-3 {
    background: rgb(0, 145, 200);
}

.box-today {
    position: absolute;
    top: 5px;
    right: 10px;
}

.box-new {
    position: absolute;
    top: 5px;
    left: 10px;
}

.dropdown-crud {
    display: inline-grid;
}

.dropdown-crud .btn {
    padding: 0 10px 0 10px;
}

@-webkit-keyframes select-schedule {
    from {
        background-color: #6a9eb3;
    }
    to {
        background-color: white;
    }
}

@-moz-keyframes select-schedule {
    from {
        background-color: #6a9eb3;
    }
    to {
        background-color: white;
    }
}

@-o-keyframes select-schedule {
    from {
        background-color: #6a9eb3;
    }
    to {
        background-color: white;
    }
}

@keyframes select-schedule {
    from {
        background-color: #6a9eb3;
    }
    to {
        background-color: white;
    }
}

.select-schedule .card {
    animation: select-schedule 1s;
    animation-iteration-count: 6;
}

.line-vertical {
    width: 4px;
    height: 20px;
    margin: auto;
    background: #292929;
    margin-bottom: 10px;
}

.line-vertical.active {
    background: var(--domi-orange);
}

.btn-floating-absolute {
    position: absolute;
    top: 10px;
    right: 10px;
}

.btn-floating-absolute-2 {
    position: absolute;
    top: 0px;
    right: -5px;
}

.box-comment {
    padding: 10px 25px;
    border-radius: 15px;
    display: inline-table;
}

.order-number-absolute {
    position: absolute;
    bottom: 3px;
    right: 10px;
    font-size: 13px;
}

.box-comment:hover .box-comment-crud {
    display: block;
}

.pb-10 {
    padding-bottom: 10px;
}

.p-5 {
    padding: 5px !important;
}

.prl-7 {
    padding: 8px !important;
}

.box-comment-crud {
    position: absolute;
    margin-top: -10px;
    margin-left: -27px;
    display: none;
}

.lh-16 {
    line-height: 16px;
}

.lh-25 {
    line-height: 25px;
}

.brt-15 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.item-date-duplicate {
    padding: 4px 20px !important;
    background: #4e4e4e;
    border-radius: 30px;
    font-weight: bold;
    color: white;
    display: inline-block;
    white-space: nowrap;
    vertical-align: baseline;
    margin-right: 5px;
    margin-top: 5px;
}


/*pagination*/

.domi-pagination {
    background: #ececec;
    border-radius: 20px;
    margin-top: 10px;
    text-align: center;
    padding: 1em;
    cursor: default;
}

.domi-pagination a,
.domi-pagination span {
    padding: 0.3em;
    text-decoration: none !important;
    font-size: 18px;
}

.domi-pagination a {
    color: #4e4949;
}

.domi-pagination a:hover,
.domi-pagination a:focus {
    color: var(--domi-blue);
    font-weight: bold;
}

.domi-pagination li.active {
    background-color: var(--domi-blue);
    color: white;
    border-radius: 10px;
    font-weight: bold;
}

.domi-pagination li {
    padding: 1px 5px;
}

.domi-pagination li i {
    font-size: 20px;
    color: #6b6b6b;
}

.domi-pagination li.disabled i {
    color: #bbbbbb !important;
}

#service_type {
    margin-left: 2%;
    background-color: #10AE1A !important;
}

.bg-type-domi {
    background-color: #f9e7d3 !important;
}

.bg-type-dili {
    background-color: #d3dff9 !important;
}

.avatar-circle {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    transition: 1s all;
}

.avatar-circle:hover {
    transform: scale(1.8);
    transition: 1s all;
}

.img-avatar {
    border-radius: 15px;
    height: 100px;
}

.orange-text {
    color: var(--domi-orange)
}

#signature .wrapper {
    position: relative;
    width: 345px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #222222;
    border-radius: 10px;
    margin: auto;
    display: block;
}

#signature .signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 345px;
    height: 200px;
}

.tab-custom {
    color: #2e2e2e !important;
    border-radius: 15px !important;
    background: #e0e0e0 !important;
}

.tab-custom.active {
    color: white !important;
    background: var(--domi-orange) !important;
}

.h-50 {
    height: 50px;
}

.hgt-50 {
    height: 50px !important;
}

#photo_preview {
    max-width: 100%
}

.cl-red {
    color: #f75656;
}

.cl-blue-d {
    color: #304fa9;
}

.c-pointer {
    cursor: pointer;
}

.m-auto {
    margin: auto !important;
}

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


/* ########## RESPONSIVE  ##########*/


/* pantalla cel moto g4 */

@media (max-width: 415px) {
    .img-documentation img {
        width: 165px;
        height: 165px;
        margin-bottom: 4px;
    }
    .img-documentation:nth-child(1) img {
        border-top-left-radius: 15px;
    }
    .img-documentation:nth-child(2) img {
        border-top-right-radius: 15px;
    }
    .img-documentation:nth-child(5) img {
        border-bottom-left-radius: 15px;
    }
    .img-documentation:nth-child(6) img {
        border-bottom-right-radius: 15px;
    }
    .img-documentation-2 img {
        width: 165px;
        height: 165px;
        margin-bottom: 4px;
    }
}


/* pantalla cel */

@media (max-width: 767px) {}


/* pantalla tables */

@media (max-width: 991px) and (min-width: 768px) {}


/* pantalla media */

@media (max-width: 1199px) and (min-width: 992px) {
    .img-documentation img {
        width: 165px;
        height: 165px;
        margin-bottom: 4px;
    }
    .img-documentation:nth-child(1) img {
        border-top-left-radius: 15px;
    }
    .img-documentation:nth-child(2) img {
        border-top-right-radius: 15px;
    }
    .img-documentation:nth-child(5) img {
        border-bottom-left-radius: 15px;
    }
    .img-documentation:nth-child(6) img {
        border-bottom-right-radius: 15px;
    }
    .img-documentation-2 img {
        width: 170px;
        height: 170px;
        margin-bottom: 4px;
    }
}


/* pantalla grandres */

@media (min-width: 1400px) {
    .img-documentation img {
        width: 200px;
        height: 200px;
        margin-bottom: 4px;
    }
    .img-documentation-2 img {
        width: 220px;
        height: 220px;
        margin-bottom: 4px;
    }
    .container {
        max-width: 1550px;
    }
}

.menu-logo {
    border-radius: 5%;
}

.branch-name {
    background-color: #62ff00;
    border-radius: 5%;
    color: gray;
}

#map {
    width: 100%;
    height: 30vh;
    position: relative;
    overflow: hidden;
}

#map.map-size {
    width: 100%;
    height: 30vh;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.bg-missing-signature {
    background-color: #ffdcae !important
}

.card-company-img {
    height: 200px;
    width: 100%;
}

.no-buttom {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0;
    cursor: pointer;
    outline: inherit;
}

.btn.bg-domi-blue {
    --bs-btn-hover-bg: var(--domi-blue);
    --bs-btn-hover-border-color: var(--domi-blue);
    --bs-btn-hover-color: var(--white);
}

.btn.bg-domi-orange {
    --bs-btn-hover-bg: var(--domi-orange);
    --bs-btn-hover-border-color: var(--domi-orange);
    --bs-btn-hover-color: var(--white);
}

.btn:hover {
    filter: brightness(1.15);
}