﻿/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
    background-size: cover;
}

/*---------------------------------------------*/
#cookieConsent {
    position: fixed;
    width: 100%;
    background: #000;
    color: #fff;
    bottom: 0;
    z-index: 999;
    margin: 0;
    text-align: center
}

    #cookieConsent button {
        position: inherit;
        right: inherit;
        top: inherit;
        padding: 0;
        margin: 0 0 0 18px;
    }

a {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:focus {
        outline: none !important;
    }

    a:hover {
        text-decoration: none;
        color: #fff;
        text-decoration: underline
    }

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}
/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

    textarea:focus, input:focus {
        /*border-color: transparent !important;*/
    }

        input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder {
            color: transparent;
        }

        input:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder {
            color: transparent;
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        textarea:focus:-moz-placeholder {
            color: transparent;
        }

        textarea:focus::-moz-placeholder {
            color: transparent;
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
}

.txt2 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: url(images/banner_map_bg.jpg) no-repeat;
    background-size: cover;
}

.wrap-login100 {
    width: 960px;
    background: #f17a33;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 110px 130px 110px 95px;
}

.wrap-login100CU {
    padding: 100px;
    width: 1200px;
}

.picCU {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
/*------------------------------------------------------------------
[  ]*/


.login100-pic img {
    max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/


.login100-form-title {
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 20px;
    font-family: Montserrat-bold;
}

/*---------------------------------------------*/
.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 20px;
}

select.input100 {
    border: none;
    padding-left: 25px;
}

select:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.input100 {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    background: #f5f5f5;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px 0 45px;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(231,231,231, 0.8);
}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

span.symbol-input100.p-l-25 {
    bottom: 0px;
}

.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
    color: #f17a33;
    padding-left: 28px;
}

.ajax-loader {
    left: 0;
    right: 0;
}
/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login100-form-btn {
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer
}

    .login100-form-btn:hover {
        background: #fff;
        color: #f17a33
    }


.app-theme-white {
    background: rgba(255,255,255, 0.2) /*#f1f4f6*/;
}

.app-main__inner {
    padding: 30px 30px 0;
    flex: 1;
}

.card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all .2s;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
    overflow: auto;
    margin-bottom: 40px;
}

.editWrapper {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all .2s;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(26, 54, 126, 0.125);
    border-radius: 0.25rem;
    padding: 10px;
}

.app-theme-white .app-page-title {
    background: #fff;
}

.app-page-title {
    padding: 30px;
    margin: -2px -30px 40px;
    position: relative;
    padding: 10px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

    .app-page-title .page-title-icon img {
        box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
        border-radius: 100%;
        background: #fff;
        border: 1px solid #f9bb9a;
    }

    .app-page-title .page-title-wrapper {
        position: relative;
        display: flex;
        align-items: center;
    }

    .app-page-title .page-title-heading {
        font-size: 1.25rem;
        font-weight: 400;
        display: flex;
        align-content: center;
        align-items: center;
    }

    .app-page-title .page-title-heading, .app-page-title .page-title-subheading {
        margin: 0;
        padding: 0;
    }

    .app-page-title .page-title-icon {
        margin: 0 15px 0 0;
        position: absolute;
        top: -35px;
    }

.titleText {
    margin-left: 140px;
}

.app-page-title .page-title-heading {
    font-size: 1.25rem;
    font-weight: 400;
}

.app-page-title .page-title-subheading {
    padding: 3px 0 0;
    font-size: 0.88rem;
    opacity: .6;
}

.app-page-title .page-title-actions {
    margin-left: auto;
    display: block;
    text-align: right;
    font-size: 12px;
}

    .app-page-title .page-title-actions a {
        color: #f17a33;
        padding: 5px;
    }

        .app-page-title .page-title-actions a:hover {
            color: #fff;
            background: #f17a33;
            text-decoration: none
        }

.table-striped thead {
    background: #f27a34;
    color: #fff;
    font-size: 15px;
}

.table-striped td, .table-striped th {
    padding: 10px 12px
}

    .table-striped td a {
        color: #f27a34;
    }

        .table-striped td a:hover {
            text-decoration: underline;
            color: #f27a34
        }

.listPagination {
    text-align: center;
    padding: 10px 0
}

    .listPagination .pagination {
        align-items: center;
        justify-content: center;
    }

    .listPagination .page-item.active .page-link {
        background-color: #f27a34;
        border-color: #f27a34;
    }

    .listPagination .page-link {
        color: #f27a34
    }

.edit-save-btn {
    font-family: Montserrat-Bold;
    font-size: 14px;
    line-height: 1.5;
    color: #f17a33;
    text-transform: uppercase;
    height: 40px;
    border-radius: 25px;
    background: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    margin: 0 5px;
}

    .edit-save-btn:hover {
        background: #f17a33;
        color: #fff;
    }

.btn-radius {
    border-radius: 25px;
}

.validate-form {
    margin-top: -10px;
}

.sweet-alert button {
    background-color: #FF9800 !important;
}

.sweet-alert h2 {
    color: #ff9800 !important;
    margin: 0px 0 10px !important;
}

.validate-form label {
    margin-bottom: 2px;
    margin-top: 10px;
}

.vdfc {
    overflow: hidden
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 1;
    }

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

#myDIV {
    padding: 10px;
    text-align: left;
    background-color: lightblue;
    margin-top: 20px;
    position: absolute;
    z-index: 999;
    right: 0;
    width: 268px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    background: #fff;
    margin: 0
}

    #myDIV a {
        display: block;
        font-size: 16px;
        margin-bottom: 5px;
    }

    #myDIV:before {
        display: block;
        position: absolute;
        right: 50%;
        vertical-align: middle;
        content: "";
        border-style: none double solid;
        width: 0;
        height: 0;
        top: -10px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid rgba(57,70,78,.08);
    }

.saveCU div {
    /*width:98%;*/
    margin: 20px 5px 5px 5px;
}

.table thead th {
    vertical-align: middle
}

p.disabled {
    color: #ccc;
}

.editActionWrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

    .editActionWrapper a {
        margin-right: 10px;
        color: #f27a34;
        text-decoration: underline
    }

        .editActionWrapper a:hover {
            text-decoration: none
        }

.swal2-validation-message {
    padding: 0px !important;
    background: #ffffff !important;
    color: #f27474 !important;
}

.usrAction {
    text-align: left
}

    .usrAction button {
        width: inherit !important;
        padding: 0;
        margin: 0
    }

.usrTbl tbody td {
    padding: 8px 5px !important;
    font-size: 14px !important;
}

.tooltip-mp {
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 28px;
}

    .tooltip-mp .tooltiptext {
        visibility: hidden;
        width: 300px;
        font-size:12px;
        background-color: #555;
        color: #fff;
        text-align:left;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: -200px;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip-mp .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip-mp:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.receipt-process-report {
    max-width:100%
}
    .receipt-process-report .modal-header .close {
        margin:0
    }
.rpe-tbl {
    width:100% !important
}
    .rpe-tbl .rpe-tbl-head {
        background:#f27a34;
        color: #fff;
    }
    .rpe-tbl tr.even {
        background: #f6f6f6;
    }
    table.rpe-tbl thead th {
        font-weight: bold;
        font-size: 12px;
    }
    .rpe-tbl thead th, .rpe-tbl tbody td {
        padding: 10px !important;
        font-size: 14px;
    }
.receipt-process-report .dataTables_wrapper {
    overflow:auto;
    max-height:300px;
}
.receipt-process-report .modal-header button.close {
    background: #404040 !important;
    border-radius: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 22px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    text-shadow: inherit;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
    width: 100%;
}
}
/*=========Custom CSS==========*/
.ancUpdate {
    color: #666666;
}

    .ancUpdate:hover {
        color: #666666 !important;
        text-decoration: none !important;
        cursor: pointer;
    }

.ancCancel {
    color: #f27a34;
}

    .ancCancel:hover {
        color: #f27a34 !important;
        text-decoration: none !important;
        cursor: pointer;
    }

.ancEdit {
    color: #007bff;
}

    .ancEdit:hover {
        color: #007bff !important;
        text-decoration: none !important;
        cursor: pointer;
    }

.ancDelete {
    color: #c80000;
}

    .ancDelete:hover {
        color: #c80000 !important;
        text-decoration: none !important;
        cursor: pointer;
    }

.update_table tr td input {
    display: block;
    width: 100% !important;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    text-align: left !important;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    padding: 13px 20px 0px;
}

.dataTables_length select {
    padding: 0px;
    font-size: 13px;
    margin: 0 10px;
}

.dataTables_filter {
    margin-top: 10px;
}

.dataTables_wrapper .dataTables_filter input {
    background: #f5f5f5;
    width: 200px;
    margin-right: 10px;
    padding: 2px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px !important;
    font-size: 14px !important;
    text-align: left !important;
    vertical-align: baseline;
}

.dataTables_info {
    padding-left: 15px;
    padding-top: 17px !important;
    padding-bottom: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    padding: 2px 13px !important;
    background: #f27a34 !important;
    color: #ffffff !important;
    border-color: #f27a34 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #f27a34 !important;
    border: 1px solid #f27a34 !important;
    padding: 2px 13px !important;
    color: #ffffff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 13px !important;
    margin: 10px 5px !important;
}

.table-striped tbody tr td p {
    text-align: left;
}

.VendorDetail {
    color: #666666;
    font-weight: 600;
}

.From_heading {
    display: flex;
    align-items: center;
}

    .From_heading input {
        width: 55%;
        padding-left: 11px;
        margin-left: 10px;
    }

    .From_heading select {
        width: 71%;
        padding-left: 11px;
        margin-left: 10px;
    }

.btn_section {
    display: flex;
}

.sorting_disabled {
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
}

.editButton:hover {
    background: #3083dc;
    border: 1px solid #3083dc;
}

.deleteButton:hover {
    background: #cc4854;
    border: 1px solid #cc4854;
}

.Combined_text {
    color: #f27a34;
    font-size: 18px;
    display: inline-block;
    padding: 0;
    border-bottom: 2px solid #f27a34;
}

.slick-next {
    top: 0% !important;
    left: 47%;
    transform: rotate(-180deg) !important;
}

.slick-prev {
    left: 47% !important;
    z-index: 1;
    transform: rotate(180deg) !important;
    top: 90% !important;
}

.Valid_phone {
    color: green;
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
    display: block;
}

.slick-prev:before, .slick-next:before {
    color: #FF9800 !important;
    font-size: 50px !important;
    display: none;
}

.slick-disabled {
    opacity: 0.7;
}

.slick-next, .slick-next:hover {
    position: absolute !important;
    right: 18px !important;
    width: 40px !important;
    height: 50px !important;
    background-image: url(../images/bottom-arrow.png) !important;
    background-size: 40px !important;
    background-repeat: no-repeat !important;
}

.slick-prev, button.slick-prev:hover {
    position: absolute !important;
    right: 18px !important;
    width: 40px !important;
    height: 50px !important;
    background-image: url(../images/top-arrow.png) !important;
    background-size: 40px !important;
    background-repeat: no-repeat !important;
}

.img_action {
    width: 100% !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .img_action li:first-child {
        margin-left: 0px;
    }

    .img_action li {
        display: inline-block;
        margin: 10px 15px 10px 0px;
    }

        .img_action li a {
            background: #f27a34;
            padding: 2px 10px;
            font-size: 13px;
            color: #ffffff !important;
        }

            .img_action li a:hover {
                cursor: pointer;
                border-radius: 7px;
                background: #ffa16b !important;
            }

            .img_action li a i {
                margin-right: 5px;
                font-size: 12px;
            }

#myImg {
    width: auto !important;
    /*height: 700px !important;*/
    height: 693px !important;
    max-width: none !important;
    margin: 0 auto;
}


.limiter {
    align-items: center;
}

.close {
    background: #FF9800 !important;
    padding: 20px 10px;
    position: absolute;
    top: 20px;
    border-radius: 50%;
    line-height: 0px;
    margin: 0 auto;
    text-align: center;
    right: 20px;
    opacity: 1;
}

.slick-slide {
    margin: 0px;
}

.validate-input {
    margin-bottom: 15px !important;
}

#swal2-title {
    font-size: 24px;
    color: #FF9800;
}

.required, .passwordrequired, .emailAddressrequired {
    position: relative;
}

    .required:after {
        content: '*';
        display: block;
        width: 10px;
        height: 10px;
        color: #f00;
        position: absolute;
        left: 265px;
        z-index: 1;
        font-size: 20px;
        top: -52px;
    }
/*.emailAddressrequired:after {
    content: '*';
    display: block;
    width: 10px;
    height: 10px;
    color: #f00;
    position: absolute;
    left: 152px;
    z-index: 1;
    font-size: 20px;
    top: -52px;
}
    .passwordrequired:after {
        content: '*';
        display: block;
        width: 10px;
        height: 10px;
        color: #f00;
        position: absolute;
        left: 120px;
        z-index: 1;
        font-size: 20px;
        top: -52px;
    }*/
table.dataTable tbody th, table.dataTable tbody td {
    /*padding: 8px 10px;*/
    /*text-align: left;*/
}

.slider_page_no {
    position: absolute;
    z-index: 1;
    color: #fff;
    bottom: 50px;
    right: 30px;
    background: rgba(51, 51, 51, 0.95);
    padding: 5px 20px;
    border-radius: 0px;
    font-weight: 500;
}

.swal2-styled.swal2-confirm {
    background-color: #FF9800 !important;
}

.editActionWrapper {
    margin-top: 25px;
}

.mySlides {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

select.swal2-select option:first-child {
    font-weight: bold;
}

.update_table {
    margin-top: 10px;
}

    .update_table thead th, .update_table tr td {
        padding: 5px 10px;
        font-size: 13px;
    }

        .update_table tr td a {
            font-size: 12px;
        }
/*=========End Custom CSS==========*/
/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
    position: relative;
    margin-left: 0px;
    margin-bottom: 0;
}

.input100 {
    margin-bottom: 15px;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    pointer-events: none;
    font-family: Poppins-Medium;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
    margin-top: 15px;
}

.wrap-input100.validate-input.alert-validate::before, .wrap-input100.validate-input.alert-validate:after {
    margin-top: 0px;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    margin-top: 15px;
}

.flexDiv div.alert-validate::after, .flexDiv div.alert-validate::before {
    margin-top: -7px !important;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background: #f27a34 !important;
    color: #ffffff !important;
    border: 1px solid #f27a34 !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #f27a34 !important;
    background: #f27a34 !important;
    color: #ffffff;
    text-align: center;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    text-align: center;
}

.ui-datepicker th {
    color: #f27a34;
}

.form_section {
    flex: 0 0 49% !important;
}

.myImages {
    /*min-height: 700px !important;
    height: 700px !important;*/
    min-height: 706px !important;
    height: 706px !important;
    overflow: auto !important;
    width: 100% !important;
}

    .myImages::-webkit-scrollbar {
        width: 8px;
        margin-right: 10px;
        height: 8px;
    }

    .myImages::-webkit-scrollbar-track {
        background: #ccc;
    }

    .myImages::-webkit-scrollbar-thumb {
        background: #f17a33;
    }

        .myImages::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
/*.slick-track {min-height: 650px;height: 650px;overflow: auto;width: 100%;}
.slick-track::-webkit-scrollbar {width: 8px;margin-right: 10px;height:8px;}
.slick-track::-webkit-scrollbar-track {background: #ccc;}
.slick-track::-webkit-scrollbar-thumb {background: #f17a33;}
.slick-track::-webkit-scrollbar-thumb:hover {background: #555;}*/
/*
.form_section {
    min-height: 750px;
    height: 750px;
    overflow-y: scroll;
    flex: 0 0 49% !important;
}
    .myImages::-webkit-scrollbar {
        width: 8px;
        margin-right: 10px;
        height: 8px;
    }

    .myImages::-webkit-scrollbar-track {
        background: #ccc;
    }

    .myImages::-webkit-scrollbar-thumb {
        background: #f17a33;
    }

        .myImages::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
/*.slick-track {min-height: 650px;height: 650px;overflow: auto;width: 100%;}
.slick-track::-webkit-scrollbar {width: 8px;margin-right: 10px;height:8px;}
.slick-track::-webkit-scrollbar-track {background: #ccc;}
.slick-track::-webkit-scrollbar-thumb {background: #f17a33;}
.slick-track::-webkit-scrollbar-thumb:hover {background: #555;}*/
/*------------------------------------------------------------------

[ Responsive ]*/
/**/
table#example {
    width: 100% !important;
    display: table !important;
}

    table#example td .btn {
        padding: 5px;
        font-size: 14px;
        width: 100%;
        margin: 2px 0;
    }

.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    color: #fff !important;
}

@media (max-width: 1024px) {
    .From_heading {
        display: block;
        text-align: left;
    }

    .wrap-login100CU {
        padding: 35px !important;
        width: 992px;
    }

    .From_heading input {
        width: 100%;
        margin-left: 0px;
    }

    .From_heading select {
        width: 100%;
        margin-left: 0px;
    }

    .edit-save-btn {
        font-size: 12px;
        height: 35px;
    }

    .btn_section {
        align-items: flex-end;
    }

    .dataTables_wrapper .dataTables_filter {
        display: flex;
        flex-direction: row-reverse;
    }

    .imgWrapper {
        align-items: flex-start;
    }

    textarea#description {
        margin-bottom: 10px;
    }

    #myImg {
        width: 100% !important;
        height: 570px !important;
    }

    .form_section {
        min-height: 600px;
        height: 600px;
    }

    .img_action li a {
        font-size: 12px;
        padding: 1px 5px;
    }

    .img_action li {
        margin: 0px 10px 5px 0px;
    }

    .slick-prev {
        top: 92% !important;
    }
}

@media (max-width: 992px) {

    .flexDiv div {
        width: 100%;
    }

    .app-page-title .page-title-wrapper {
        flex-wrap: wrap
    }

    .form_section {
        flex: 0 0 98.5% !important;
        margin-top: 15px;
    }

    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }

    #myImg {
        width: auto !important;
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .table-responsive {
        display: inline-table;
    }

    .wrap-login100 {
        padding: 40px 21px 40px 20px !important;
        width: 750px;
    }

    .login100-form {
        width: 100%;
    }

    .app-page-title .page-title-actions {
        text-align: left;
        margin: 0 auto 0 19.5%;
        position: inherit;
    }

    .container-login100 {
        width: 95%;
        margin: 0 auto;
    }

    .app-page-title .page-title-icon {
        margin: 13px 15px 0 0;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 30px !important;
    }

    .Combined_text {
        margin-top: 0px;
    }

    textarea#description {
        margin-bottom: 10px;
    }

    .img_action li a {
        font-size: 14px;
        padding: 2px 10px;
    }

    .img_action li {
        margin: 0px 10px 10px 0px;
    }

    .From_heading {
        margin-bottom: 10px;
        padding: 0 15px;
    }
}

@media (max-width: 576px) {
    .app-page-title .page-title-actions {
        text-align: left;
        margin: 0 auto 0 74px;
    }

    .app-page-title .page-title-icon {
        margin: 13px 15px 0 0;
        top: 20px;
    }

    .wrap-login100 {
        padding: 100px 15px 33px 15px;
    }

    .table-responsive {
        display: block;
    }

    .wrap-login100 {
        padding: 40px 21px 40px 20px !important;
        width: 396px;
    }

    .app-page-title .page-title-icon img {
        width: 70px;
        top: -20px;
        position: absolute;
        left: -4px;
    }

    .titleText {
        margin-left: 75px;
    }

    .From_heading {
        margin-bottom: 20px;
    }

    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: left !important;
    }

    .dataTables_wrapper .dataTables_filter {
        display: block;
        margin-left: 20px;
    }

    table.dataTable tbody th, table.dataTable tbody td {
        text-align: left !important;
    }

    .page-title-actions label {
        font-size: 11px;
    }

    .Combined_text {
        margin-top: 30px;
    }

    .slick-prev {
        top: 92% !important;
    }
}
