﻿/* Font Family*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
}

body, .btn {
    font-size: 14px !important;
    -webkit-font-smoothing: antialiased;
}

body, .btnSC {
    font-size: 13px !important;
    -webkit-font-smoothing: antialiased;
    border-radius:4px;
    border:none;
}

body, p, a, span, label, button {
    font-family: 'Poppins', sans-serif;
}

.font-family-poppins {
    font-family: 'Poppins', sans-serif !important;
}

.font-family-montserrat {
    font-family: 'Montserrat', sans-serif !important;
}

.title-header {
    font-family: 'Montserrat', sans-serif !important;
}


#ymPluginDivContainerInitial{
    height: 0px !important;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

    body > div {
        height: 100%;
        position: relative;
    }

.pf-mobile {
    height: 100%;
    display: flex;
    flex-direction: column;
}

section.footer {
    margin-top: auto !important;
}


select {
    background-image: linear-gradient(45deg, transparent 50%, black 60%), linear-gradient(135deg, black 40%, transparent 50%) !important;
    background-position: calc(100% - 20px) 16px, calc(100% - 13px) 16px, 100% 0;
    background-size: 7px 7px, 7px 7px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/*Custom  button radio*/
.custom-radio-button {
    padding-top: .6rem;
    padding-bottom: .6rem;
}
    .custom-radio-button.active {
        background-color: #70BF32 !important;
    }
    .custom-radio-button:hover {
        background-color: #70BF32 !important;
    }



/*Custom input placeholder color*/

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b2b8c6 !important;
    opacity: 1 !important; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b2b8c6 !important;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #b2b8c6 !important;
}


select.form-control {
    height: calc(2.75rem + 2px) !important;
    color: #8e9397;
}

.custom-file, .custom-file input, .custom-file label, .custom-file label::after {
    height: calc(2.75rem + 2px) !important;
}
    .custom-file label {
        line-height: 2.3 !important;
        border: 1px solid #8e9397 !important;
        top: 3px !important;
    }
        .custom-file label::after {
            line-height: 2.3 !important;
            color: white !important;
            background-color: #70bf32 !important;
            border-left: 1px solid #70bf32 !important;
            content: "Upload";
        }


.shadow-kelly-green {
    -webkit-box-shadow: 0px 2px 11px 2px rgba(112,191,50,0.7);
    -moz-box-shadow: 0px 2px 11px 2px rgba(112,191,50,0.7);
    box-shadow: 0px 2px 11px 2px rgba(112,191,50,0.7);
}
.shadow-orange {
    -webkit-box-shadow: 0px 0px 11px 2px rgba(255,148,48,1);
    -moz-box-shadow: 0px 0px 11px 2px rgba(255,148,48,1);
    box-shadow: 0px 0px 11px 2px rgba(255,148,48,1);
}

.dropdown-toggle::after {
    font-family: "fontawesome";
    content: "\f078";
    padding-right: 10px;
    border: 0 !important;
    font-size: 13px;
}

/* DateTime Picker */
.datepicker-days th.cw, .datepicker-days td.cw {
    display: none !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 5 !important;
}

/*Datepicker field icon*/
.datapicker-input > span.input-group-left {
    background: #e5e5e5;
    padding: 10px 13px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #8E9397 !important;
    border-top: 1px solid #8E9397 !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #8E9397 !important;
}

.datapicker-input > span.input-group-right {
    background: #e5e5e5;
    padding: 10px 13px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #8E9397 !important;
    border-top: 1px solid #8E9397 !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #8E9397 !important;
}

::placeholder {
    color: #8E9397 !important;
}

input.form-control-md {
    font-size: 14px;
    padding: 10px 20px 10px 20px
}

select.form-control {
    height: calc(2.55rem + 2px) !important;
    color: #8e9397;
    font-size: 14px;
}

/* custom-checkboxe */
.custom-checkbox-green form-check-input:checked ~ .form-check-label::before {
    background-color: #caca4c;
}

.custom-checkbox-green form-check-input:checked ~ .form-check-label::before {
    color: #fff;
    background-color: #caca4c;
}


/* Custom Checkbox */
.custom-checkbox label {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: normal;
}

.custom-checkbox .checkbox {
    position: relative;
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    background: transparent;
    border: 1px solid #70BF32;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
    margin-right: 6px;
}

    .custom-checkbox .checkbox::after {
        content: '';
        position: absolute;
        top: 2px;
        left: 39px;
        white-space: nowrap;
        font-weight: bold;
        font-size: 14px;
        color: #6C757D;
    }

.custom-checkbox .checkDiv {
    width: 11px;
    height: 17px;
    background: transparent;
    position: absolute;
    top: 10%;
    left: 5%;
    transform: scale(0.8) rotate(45deg);
    overflow: hidden;
    cursor: pointer;
}

.custom-checkbox .checkDivs {
    width: 11px;
    height: 17px;
    background: transparent;
    position: absolute;
    top: 10%;
    left: 7%;
    transform: scale(0.8) rotate(45deg);
    overflow: hidden;
    cursor: pointer;
}

.custom-checkbox .lineOne {
    width: 100%;
    height: 5px;
    background: #70BF32;
    position: absolute;
    top: 87.6%;
    right: 101%;
    transition: 0.3s;
    transition-delay: 0.2s;
    cursor: pointer;
}

.custom-checkbox .lineTwo {
    width: 5px;
    height: 100%;
    background: #70BF32;
    position: absolute;
    top: 101%;
    left: 80%;
    transition: 0.3s;
    cursor: pointer;
}

.custom-checkbox .checkbox:checked + .checkDiv .lineOne, .custom-checkbox .checkbox:checked + .checkDivs .lineOne {
    transform: translateX(101%);
}

.custom-checkbox .checkbox:checked + .checkDiv .lineTwo, .custom-checkbox .checkbox:checked + .checkDivs .lineTwo {
    transform: translateY(-101%);
    transition-delay: 0.3s;
}


@media only screen and (max-width: 1000px) {
    .custom-checkbox .center {
        left: 25%;
    }
}

@media only screen and (max-width: 613px) {
    .custom-checkbox .center {
        left: 10%;
    }

    .custom-checkbox .checkbox::after {
        font-size: 12px;
    }
}

/* End custom-checkboxe */

/* Start Radio Circle Style */
.radio {
    display: block;
    cursor: pointer;
    user-select: none;
    text-align: left;
}

    .radio input {
        display: none;
    }

        .radio input + span {
            display: inline-block;
            position: relative;
            padding-left: 35px;
            padding-top: 6px;
        }

            .radio input + span:before {
                content: "";
                display: block;
                position: absolute;
                top: 2px;
                left: 0px;
                border-radius: 50%;
                margin-right: 5px;
                width: 23px;
                height: 23px;
                border: 1px solid #ccc;
                background: #fff;
            }

            .radio input + span:after {
                content: "";
                display: block;
                width: 15px;
                height: 15px;
                background: #70bf32;
                position: absolute;
                border-radius: 50%;
                top: 6px;
                left: 4px;
                opacity: 0;
                transform: scale(0, 0);
                transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
            }

        .radio input:checked + span:after {
            opacity: 1;
            transform: scale(1, 1);
        }

    .radio span > p {
        margin-top: -2px !important;
    }


@media only screen and (max-width: 767px ) {
    .error-img {
        max-width: 275px;
    }
}

@media only screen and (min-width: 768px ) and (max-width: 991px) {
    .error-img {
        max-width: 475px;
    }
}

@media only screen and (min-width: 992px ) {
    .error-img {
        max-width: 600px;
    }
}



/*card*/
.rounded-top-card, .rounded-top-card .card-header {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}


/*breadCrumbs*/
/* Custom breadcrumb */
.custom-breadcrumb .breadcrumb {
    background-color: transparent;
}
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: black;
}

.custom-breadcrumb a {
    color: black;
}

    .custom-breadcrumb a:hover {
        color: #008009;
        text-decoration: underline;
    }

.custom-breadcrumb .breadcrumb {
    display: flex;
    flex-direction: row;
    list-style: none;
}

    .custom-breadcrumb .breadcrumb li {
        max-width: 12vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-right: -1px;
    }

        .custom-breadcrumb .breadcrumb li:last-child {
            overflow: visible;
        }

            .custom-breadcrumb .breadcrumb li:last-child a {
                text-decoration: none;
                pointer-events: none;
            }

        .custom-breadcrumb .breadcrumb li:first-child {
            overflow: visible;
        }

        .custom-breadcrumb .breadcrumb li a {
            flex: 1;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .custom-breadcrumb .breadcrumb li svg {
            height: 18px;
            width: 18px;
        }

@media only screen and (max-width: 640px) {
    .custom-breadcrumb .breadcrumb {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .custom-breadcrumb .breadcrumb li:nth-child(2n+1) {
            display: none;
        }

        .custom-breadcrumb .breadcrumb li:first-child {
            display: flex;
        }

        .custom-breadcrumb .breadcrumb li:last-child {
            display: block;
        }
}
/*End Custom breadcrumb */

.modal-fullscreen {
    max-width: 100% !important;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
    position: fixed;
    z-index: 100000;
}




/*Welcome Checkbox*/

#welcome [type="checkbox"] {
    visibility: hidden;
}

#welcome .checkboxOverride {
    position: relative;
    width: 25px;
}

    #welcome .checkboxOverride input[type="checkbox"]:checked + label:after {
        opacity: 1;
    }

    #welcome .checkboxOverride label {
        background: none repeat scroll 0 0 #FFF;
        border: 1px solid #DDDDDD;
        cursor: pointer;
        height: 25px;
        left: 0;
        position: absolute;
        top: 0;
        width: 25px;
    }

        #welcome .checkboxOverride label:after {
            border-style: none none solid solid;
            content: "";
            height: 5px;
            left: 6px;
            opacity: 0;
            position: absolute;
            top: 7px;
            -ms-transform: rotate(-45deg); /* IE 9 */
            -webkit-transform: rotate(-45deg); /* Safari and Chrome */
            transform: rotate(-45deg);
            width: 10px;
        }


.close:focus {
    outline: none;
}

.overflow-auto {
    overflow: auto;
}
.overflow-auto-hover {
    overflow: hidden;
}
.overflow-auto-hover:hover {
    overflow: auto;
}

.logo-md {
    max-width: 150px;
}

@media (max-width: 719px) {
    .empty-box {
        max-width: 100px;
    }
}

@media (min-width: 720px) and (max-width: 920px) {
    .empty-box {
        max-width: 200px;
    }
}

@media (min-width: 921px) {
    .empty-box {
        max-width: 250px;
    }
}