/*
Template Name: Dashboard
*/
/*================================================
1. Global CSS
2. Mixins Css
3. Buttons

11. Home Two Menu CSS
12. Home Two Hero CSS
13. Home Two About CSS
14. Home Two Knowledge Box CSS
15. Home Two Support Fourm CSS
16. Home Two Documentation CSS
17. Home Two Blog Area CSS
18. Home Two Footer CSS
19. Home two Newsletter CSS
20. Home Two Testimonial CSS

21. FAQ Page CSS
22. Sign Up Page CSS
23. Login Page CSS
24. Blog Grid Page CSS
25. Blog Sidebar Page CSS
26. 404 Page CSS
27. Contact Page CSS
28. Blog Details Page CSS
29. Topic Page CSS
30. Ask A Qsn page CSS
31. Topic Details page CSS
32. Forum Qsn Page CSS
33. Documents Page CSS

================================================*/
/*================================================
1. Global Css
=================================================*/
/*================================================
2. Mixins Css
=================================================*/
/*================================================
2. Header Css
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400&display=swap");

.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
    -webkit-transition: 0.55s ease;
    transition: 0.55s ease;
}

.header-area .sidebar-header {
    background: #242526;
    max-width: 300px;
    width: 100%;
    padding: 28px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.55s ease;
    transition: 0.55s ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-area .sidebar-header {
        max-width: 170px;
    }
}

@media (max-width: 991px) {
    .header-area .sidebar-header {
        max-width: 70px;
    }
}

.header-area .sidebar-header.slide {
    max-width: 70px;
    padding: 28px 25px;
    -webkit-transition: 0.55s ease;
    transition: 0.55s ease;
}

.header-area .sidebar-header.slide .header-logo-icon {
    display: none;
    visibility: hidden;
}

.header-area .sidebar-header.slide .header-logo {
    display: none;
    visibility: hidden;
}

.header-area .main-conent-header {
    width: calc(100% - 300px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 4px 20px rgba(52, 55, 59, 0.1);
    box-shadow: 0px 4px 20px rgba(52, 55, 59, 0.1);
    padding: 8px 70px;
    min-height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    -webkit-transition: 0.55s ease;
    transition: 0.55s ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-area .main-conent-header {
        width: calc(100% - 170px);
        padding: 13px 40px;
    }
}

@media (max-width: 991px) {
    .header-area .main-conent-header {
        width: calc(100% - 70px);
        padding: 13px 30px;
    }
}

.header-area .main-conent-header.slide {
    width: calc(100% - 70px);
    -webkit-transition: 0.55s ease;
    transition: 0.55s ease;
}

@media (max-width: 991px) {
    .header-area .main-conent-header .breadcrumb-area {
        display: none;
        visibility: hidden;
    }
}

.header-area .main-conent-header .breadcrumb-area h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1F2937;
}

.header-area .main-conent-header .breadcrumb-area ol {
    margin: 0;
    padding: 0;
}

.header-area .main-conent-header .breadcrumb-area ol li {
    font-size: 13px;
    color: #1F2937;
    font-weight: 400;
}

.header-area .main-conent-header .breadcrumb-area ol a {
    color: #059669;
    font-size: inherit;
    color: #059669;
    font-weight: 400;
}

.header-area .main-conent-header ul.header-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-area .main-conent-header ul.header-icons li {
    margin: 0 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-area .main-conent-header ul.header-icons li {
        margin: 0px 12px;
    }
}

.header-area .main-conent-header ul.header-icons li a {
    height: 20px;
    width: 20px;
    position: relative;
    z-index: 1;
}

.header-area .main-conent-header ul.header-icons li a::before {
    content: '';
    position: absolute;
    left: -8px;
    top: -5px;
    background-color: rgba(108, 46, 185, 0.15);
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: -1;
}

.header-area .main-conent-header ul.header-icons li a svg {
    fill: #1F2937;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    height: 19px;
    width: 19px;
}

.header-area .main-conent-header ul.header-icons li a:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.header-area .main-conent-header ul.header-icons li a:hover svg {
    fill: #059669;
}

.header-area .main-conent-header .admin-area .admin-thumb {
    max-width: 38px;
    width: 100%;
    min-width: 38px;
    -webkit-box-shadow: 0px 4px 20px rgba(52, 55, 59, 0.25);
    box-shadow: 0px 4px 20px rgba(52, 55, 59, 0.25);
    border-radius: 50%;
    padding: 2px;
}

.header-area .main-conent-header .admin-area .admin-thumb img {
    max-width: 100%;
    border-radius: 50%;
}

.header-area .main-conent-header .admin-area .admin-desig h6 {
    font-size: 1rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 0;
}

.header-area .main-conent-header .admin-area .admin-desig p {
    font-size: 12px;
    font-weight: 700;
    color: #9E9E9E;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .header-logo {
        display: none;
        visibility: hidden;
    }
}

.header-logo-icon {
    display: none;
    visibility: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-logo-icon {
        display: block;
        visibility: visible;
    }
}

.admin-area button {
    border: none;
    outline: none;
    background-color: #fff;
}

.admin-area button::after {
    content: unset;
}

.admin-area .dropdown-menu {
    -webkit-box-shadow: 0px 4px 20px rgba(52, 55, 59, 0.1);
    box-shadow: 0px 4px 20px rgba(52, 55, 59, 0.1);
    border: 1px solid transparent;
    padding: 0;
    position: absolute;
    top: 10px !important;
    border-radius: unset;
}

.admin-area .dropdown-item {
    padding: 7px 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.admin-area .dropdown-item i {
    margin-right: 8px;
}

.admin-area .dropdown-item.active,
.admin-area .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #059669;
}

.admin-area .dropdown-item:hover {
    color: #fff;
    background-color: #059669;
}

@media (max-width: 991px) {
    .admin-area .admin-desig {
        display: none;
        visibility: hidden;
    }
}

.sidebar-wrapper {
    width: 100%;
    max-width: 300px;
    background: #18191A;
    padding: 20px 15px;
    position: fixed;
    top: 70px;
    left: 0;
    bottom: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 2;
    -webkit-transition: 0.55s ease;
    transition: 0.55s ease;
}

.btn {
    box-shadow: none;
}

.ui-droppable .drop-item {
    border-radius: 3px;
    padding: 13px 10px !important;
    transition: all 0.4s ease-in;
    margin-bottom: 0px;
}

.drop-item:hover {
    border: 1px solid #059669;
}

.drop-item .btn {
    background-color: red;
    color: #fff;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    transition: all 0.45s ease;
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-wrapper {
        max-width: 170px;
    }
}

@media (max-width: 991px) {
    .sidebar-wrapper {
        max-width: 70px;
        padding: 20px 10px;
    }
}

.sidebar-wrapper.slide {
    max-width: 70px;
}

.sidebar-wrapper.slide .sidebar-menu-wrapper ul li {
    max-width: 50px;
    padding: 5px 5px;
}

.sidebar-wrapper.slide .sidebar-menu-wrapper ul a svg {
    margin-bottom: 0;
}

.sidebar-wrapper.slide .sidebar-menu-wrapper ul a h6 {
    display: none;
    visibility: hidden;
}

.sidebar-wrapper::-webkit-scrollbar {
    width: 6px;
}

@media (max-width: 767px) {
    .sidebar-wrapper::-webkit-scrollbar {
        width: 4px;
    }
}

.sidebar-wrapper::-webkit-scrollbar-track {
    background: #D1D1D1;
}

.sidebar-wrapper::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #6C757D;
}

.sidebar-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(108, 46, 185, 0.8);
}

.sidebar-footer {
    background-color: #202327;
    padding: 15px;
    margin-bottom: 50px;
}

.sidebar-search {
    margin-bottom: 20px;
}

.sidebar-search.slide {
    display: none;
    visibility: hidden;
}

@media (max-width: 1199px) {
    .sidebar-search {
        display: none;
        visibility: hidden;
    }
}

.sidebar-search .form-inner {
    background: #242526;
    border-radius: 5px;
}

.sidebar-search input {
    font-size: 14px;
    color: #fff !important;
    padding: 10px 10px;
    outline: none;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    width: 100%;
    background-color: transparent;
    border: 1px solid transparent !important;
}

.sidebar-search input::-webkit-input-placeholder {
    font-size: 11px;
    font-weight: 400;
}

.sidebar-search input:-ms-input-placeholder {
    font-size: 11px;
    font-weight: 400;
}

.sidebar-search input::-ms-input-placeholder {
    font-size: 11px;
    font-weight: 400;
}

.sidebar-search input::placeholder {
    font-size: 11px;
    font-weight: 400;
}

.sidebar-search input:focus {
    border: 0.5px solid #059669 !important;
}

.sidebar-search .bx {
    font-size: 18px;
    color: #D1D1D1;
    padding: 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.sidebar-search .bx:hover {
    color: #059669;
}

.sidebar-toggle-button {
    cursor: pointer;
}


.sidebar-menu-wrapper ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.sidebar-menu-wrapper ul li {
    max-width: 124px;
    width: 100%;
}

.sidebar-menu-wrapper ul li a {
    max-width: 100%;
    width: 100%;
    background: #242526;
    text-align: center;
    padding: 15px 5px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 991px) {
    .sidebar-menu-wrapper ul li a {
        max-width: 50px;
        padding: 5px 5px;
    }
}

.sidebar-menu-wrapper ul li a:hover {
    background: #059669;
}

.sidebar-menu-wrapper ul li a:hover svg {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.sidebar-menu-wrapper ul li a svg {
    fill: #D1D1D1;
    -webkit-transition: all 0.65s ease;
    transition: all 0.65s ease;
    margin-bottom: 8px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .sidebar-menu-wrapper ul li a svg {
        margin-bottom: 0;
    }
}

.sidebar-menu-wrapper ul li a h6 {
    color: #D1D1D1;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .sidebar-menu-wrapper ul li a h6 {
        display: none;
        visibility: hidden;
    }
}

/*================================================
input textarea css start
=================================================*/
.form-inner {
    text-align: start;
    position: relative;
}

.form-inner label {
    font-size: 15px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 10px;
}

.form-inner input,
.form-inner textarea {
    width: 100%;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    padding: 12px 15px;
    outline: none;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    background-color: transparent;
    font-size: 14px;
    color: #1F2937;
}

@media (max-width: 767px) {
    .form-inner input,
    .form-inner textarea {
        padding: 8px 15px;
    }
}

.form-inner input:focus,
.form-inner textarea:focus {
    border: 1px solid #059669;
    -webkit-box-shadow: 0px 0px 15px rgba(108, 46, 185, 0.1);
    box-shadow: 0px 0px 15px rgba(108, 46, 185, 0.1);
}

.form-inner input::-webkit-input-placeholder,
.form-inner textarea::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 500;
    color: #a6a6a6;
}

.form-inner input:-ms-input-placeholder,
.form-inner textarea:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 500;
    color: #a6a6a6;
}

.form-inner input::-ms-input-placeholder,
.form-inner textarea::-ms-input-placeholder {
    font-size: 12px;
    font-weight: 500;
    color: #a6a6a6;
}

.form-inner input::placeholder,
.form-inner textarea::placeholder {
    font-size: 12px;
    font-weight: 500;
    color: #a6a6a6;
}

/*================================================
select2 css start
=================================================*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    font-weight: 500;
    color: #878787;
    line-height: 45px;
    padding: 0 15px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    height: 48px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.select2-container--default .select2-selection--single:focus {
    border: 1px solid #059669;
    -webkit-box-shadow: 0px 0px 15px rgba(108, 46, 185, 0.1);
    box-shadow: 0px 0px 15px rgba(108, 46, 185, 0.1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    position: absolute;
    top: 3px;
    right: 10px;
    width: 20px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #059669;
    color: white;
}

.select2-search__field {
    outline: unset;
}

.select2-search__field:focus {
    border: 1px solid #059669;
}

/*================================================
 search with btn
=================================================*/
.input-with-btn {
    max-width: 350px;
    width: 100%;
}

.input-with-btn input {
    width: 100%;
    border-radius: 5px 0 0 5px;
    background: #fff;
    border: none;
    outline: none;
    padding: 7px 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.input-with-btn input:focus {
    -webkit-box-shadow: 0px 0px 15px rgba(108, 46, 185, 0.1);
    box-shadow: 0px 0px 15px rgba(108, 46, 185, 0.1);
}

.input-with-btn input::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #6C757D;
}

.input-with-btn input:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #6C757D;
}

.input-with-btn input::-ms-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #6C757D;
}

.input-with-btn input::placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #6C757D;
}

.input-with-btn button {
    outline: none;
    border: none;
    background: #059669;
    color: #fff;
    border-radius: 0 5px 5px 0;
    min-width: 55px;
    z-index: 1;
    position: relative;
}

.input-with-btn button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.input-with-btn button:hover {
    color: #fff;
}

.input-with-btn button:hover::before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.input-with-btn.style2 {
    max-width: 100%;
}

.input-with-btn.style2 input {
    width: 100%;
    border-radius: 5px 0 0 5px;
    background: #fff;
    border: none;
    outline: none;
    padding: 7px 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #EEEEEE;
    padding: 11px 10px;
}

.input-with-btn.style2 input:focus {
    -webkit-box-shadow: 0px 0px 15px rgba(108, 46, 185, 0.1);
    box-shadow: 0px 0px 15px rgba(108, 46, 185, 0.1);
}

.input-with-btn.style2 input::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #6C757D;
}

.input-with-btn.style2 input:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #6C757D;
}

.input-with-btn.style2 input::-ms-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #6C757D;
}

.input-with-btn.style2 input::placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #6C757D;
}

.input-with-btn.style2 button {
    outline: none;
    border: none;
    background: #F4F4F4;
    color: #6C757D;
    border-radius: 0 5px 5px 0;
    min-width: 55px;
}

.form-box {
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 30px;
}

.form-box-title {
    font-size: 20px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 20px;
}

/*================================================
 switch css
=================================================*/
.form-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .form-switch {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }
}

.form-check-input:checked {
    background-color: #059669;
    border-color: #059669;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check-input:focus {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check-input {
    cursor: pointer;
}

/*================================================
 check-box
=================================================*/
.form-group label {
    font-size: 15px;
    font-weight: 600;
    color: #6C757D;
}


.form-group input[type=checkbox] {
    display: none;
    cursor: pointer;
}

input[type=checkbox]+label:before {
    content: '';
    -webkit-appearance: none;
    border: 1px solid #6C757D;
    border-radius: 2px;
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

input[type=checkbox]:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 5px;
    width: 4px;
    height: 10px;
    border: 1px solid #059669;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*================================================
1. login page Css
=================================================*/
.input-icon {
    position: absolute;
    right: -12px;
    bottom: -12px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .input-icon {
        right: -16px;
        bottom: -16px;
    }
}

.credit-card {
    position: absolute;
    right: 15px;
    bottom: 9px;
}

.login-bg {
    background-image: url("../images/bg/login-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 30px 25px;
}

.login-bg .login-vector {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.form-title {
    background-image: url("../images/bg/form-bg.png");
    background-size: cover;
}

.login-form-area {
    background-color: #fff;
    padding: 60px 35px;
    -webkit-box-shadow: 0px 0px 20px rgba(108, 46, 185, 0.15);
    box-shadow: 0px 0px 20px rgba(108, 46, 185, 0.15);
    border-radius: 20px;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
}

.login-form-area form input {
    padding-right: 60px;
}

@media (max-width: 767px) {
    .login-form-area {
        padding: 30px 15px;
    }
}

.login-form-area::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 20px 0px 0px 20px;
    width: 40px;
    height: 90%;
    z-index: -1;
}

@media (max-width: 991px) {
    .login-form-area::before {
        display: none;
        visibility: hidden;
    }
}

.login-form-area::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 0px 20px 20px 0px;
    width: 40px;
    height: 90%;
    z-index: -1;
}

@media (max-width: 991px) {
    .login-form-area::after {
        display: none;
        visibility: hidden;
    }
}

.login-form-area .form-title {
    margin-bottom: 35px;
}

.login-form-area .form-title h4 {
    font-size: 25px;
    font-weight: 700;
    color: #1F2937;
}

.login-form-area .form-title h4 span {
    font-size: 32px;
    font-weight: 800;
    color: #059669;
}

.login-form-area .form-title p {
    font-size: 18px;
    font-weight: 500;
    color: #6C757D;
}

.login-form-area .forgot-pass {
    font-size: 15px;
    font-weight: 600;
    color: #6C757D;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.login-form-area .forgot-pass:hover {
    color: #059669;
    letter-spacing: 1px;
}

.ui-widget-header {
    border: none;
    color: #059669;
    background: rgba(108, 46, 185, 0.2);
    font-weight: bold;
    font-size: 16px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: unset;
    background: rgba(108, 46, 185, 0.1);
    font-weight: normal;
    color: #1F2937;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover,
.ui-button:hover,
html .ui-button.ui-state-disabled:hover:hover,
html .ui-button.ui-state-disabled:active:hover {
    background: #059669;
    color: #fff;
}

.ui-widget.ui-widget-content {
    border: none;
    -webkit-box-shadow: 0px 0px 15px rgba(108, 46, 185, 0.1);
    box-shadow: 0px 0px 15px rgba(108, 46, 185, 0.1);
    z-index: 1;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 8px;
    width: 1.2em;
    height: 1.2em;
    border-radius: 5px;
    background: transparent;
    color: #000;
}

.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover {
    border: unset;
}

.datepicker-icon {
    position: absolute;
    bottom: 11px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.eg-btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
    text-transform: capitalize;
}

.btn--primary {
    background-color: #059669;
    color: #fff;
    z-index: 1;
    position: relative;
}

.btn--primary::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn--primary:hover {
    color: #fff;
}

.btn--primary:hover::before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.btn--dark {
    background-color: #1F2937;
    color: #fff;
    border-radius: 5px;
    padding: 13px 30px;
    position: relative;
    z-index: 1;
    position: relative;
}

.btn--dark::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn--dark:hover {
    color: #fff;
}

.btn--dark:hover::before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.btn--red {
    background-color: #DD344A;
    color: #fff;
    z-index: 1;
    position: relative;
}

.btn--red::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn--red:hover {
    color: #fff;
}

.btn--red:hover::before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.btn--green {
    background-color: #10B981;
    color: #fff;
}

.btn--green:hover {
    background-color: rgba(16, 185, 129, 0.6);
    color: #fff;
}

.green-light--btn {
    background: rgba(16, 185, 129, 0.15);
    color: #10B981;
    font-size: 13px;
    font-weight: 600;
    padding: 2px 12px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.green-light--btn:hover {
    background-color: #10B981;
    color: #fff;
}

.red-light--btn {
    background: rgba(221, 52, 74, 0.15);
    color: #DD344A;
    font-size: 13px;
    font-weight: 600;
    padding: 2px 12px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.red-light--btn:hover {
    background-color: #DD344A;
    color: #fff;
}

.primary-light--btn {
    background: rgba(108, 46, 185, 0.15);
    color: #059669;
    font-size: 13px;
    font-weight: 600;
    padding: 2px 12px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.primary-light--btn:hover {
    background-color: #059669;
    color: #fff;
}

.orange-light--btn {
    background: rgba(245, 158, 11, 0.15);
    color: #F59E0B;
    font-size: 13px;
    font-weight: 600;
    padding: 2px 12px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.orange-light--btn:hover {
    background-color: #F59E0B;
    color: #fff;
}

.add--btn {
    background: #059669;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 2px 5px;
    min-width: 28px;
    z-index: 1;
    position: relative;
}

.add--btn i {
    font-size: 1rem;
}

.add--btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.add--btn:hover {
    color: #fff;
}

.add--btn:hover::before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.delete--btn {
    background: #DD344A;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 2px 5px;
    min-width: 28px;
    z-index: 1;
    position: relative;
}

.delete--btn i {
    font-size: 1rem;
}

.delete--btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.delete--btn:hover {
    color: #fff;
}

.delete--btn:hover::before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.account--btn {
    background: #10B981;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 2px 5px;
    min-width: 28px;
    z-index: 1;
    position: relative;
}

.account--btn i {
    font-size: 1rem;
}

.account--btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.account--btn:hover {
    color: #fff;
}

.account--btn:hover::before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

button.login-btn {
    padding: 12px 15px;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
}

button.login-btn img {
    vertical-align: unset;
    margin-right: 3px;
}

.back-btn {
    border-radius: 5px;
    padding: 5px 25px;
}

.back-btn img {
    margin-right: 3px;
}

.submit--btn {
    border-radius: 5px;
    padding: 12px 40px;
    width: 100%;
    max-width: 280px;
}

.submit--btn:hover {
    letter-spacing: 1px;
}

.green-outline-btn {
    border: 1px solid #10B981;
    color: #10B981;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 8px 30px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
}

.green-outline-btn:hover {
    background-color: #10B981;
    color: #fff;
}

.orange-outline-btn {
    border: 1px solid #F59E0B;
    color: #F59E0B;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 8px 30px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
}

.orange-outline-btn:hover {
    background-color: #F59E0B;
    color: #fff;
}

.priamry-outline-btn {
    border: 1px solid #059669;
    color: #059669;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 8px 30px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
}

.priamry-outline-btn:hover {
    background-color: #059669;
    color: #fff;
}

.red-solid-btn {
    border: 1px solid #DD344A;
    color: #fff;
    background: #DD344A;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 8px 30px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
}

.red-solid-btn:hover {
    background-color: #fff;
    color: #DD344A;
}

.medium-btn {
    padding: 7px 40px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
}

.eg-badge {
    display: inline-block;
    padding: 8px 27px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
}

.eg-badge.green {
    color: #10B981;
    background: rgba(16, 185, 129, 0.15);
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.eg-badge.green::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eg-badge.green:hover {
    color: #fff;
}

.eg-badge.green:hover::before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.eg-badge.green:hover {
    background-color: #10B981;
    color: #fff;
}

.eg-badge.orange {
    color: #F59E0B;
    background: rgba(245, 158, 11, 0.15);
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.eg-badge.orange::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eg-badge.orange:hover {
    color: #fff;
}

.eg-badge.orange:hover::before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.eg-badge.orange:hover {
    background-color: #F59E0B;
    color: #fff;
}

.prod-details-btn {
    padding: 3px 30px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.prod-details-btn span {
    font-size: 25px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.cancel-btn {
    padding: 9px 40px;
    border-radius: 5px;
}

.eg-card {
    border-radius: 5px;
    position: relative;
    min-width: 0;
    width: 100%;
    background-color: #fff;
    background-clip: border-box;
    padding: 15px;
    margin-bottom: 20px;
}

.eg-card-title {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 25px;
}

.eg-card-title h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 25px;
}

/** Card Style One **/
.eg-card-two {
    background: #10B981;
    color: #fff;
    padding: 15px;
    position: relative;
    border-radius: 5px;
    min-width: 0;
    width: 100%;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    cursor: pointer;
}

.eg-card-two:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.eg-card-two h5.title {
    font-size: 18px;
    font-weight: 700;
}

.eg-card-two h2.number {
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    margin-top: 20px;
}

.eg-card-two svg {
    position: absolute;
    right: 0;
    top: 0;
}

.eg-card-two.green-teal {
    background: #10B981;
}

.eg-card-two.red-teal {
    background: #DD344A;
}

.eg-card-two.orange {
    background: #F59E0B;
}

.eg-card-two.primary {
    background: #059669;
}

.eg-card-two.pink {
    background: #EB4898;
}

.eg-card-two.skyblue {
    background: #6B8CFF;
}

/** Profile Card CSS **/
.eg-profile-card {
    border-radius: 5px;
    position: relative;
    min-width: 0;
    width: 100%;
    background-color: #fff;
    background-clip: border-box;
    padding: 15px;
    margin-bottom: 20px;
}

.eg-profile-card .profile-img img {
    width: 100px;
    height: 100px;
}

.eg-profile-card .profile-img button.eg-btn {
    position: absolute;
    right: 5px;
    top: 5px;
}

.eg-profile-card .profile-bio {
    margin: 20px 0;
}

.eg-profile-card .profile-bio h4 {
    font-size: 22px;
    font-weight: 700;
}

.eg-profile-card .profile-bio h6 {
    color: #8F8F8F;
    font-size: 15px;
}

.eg-profile-card .card-action {
    border-top: 1px solid #F1F2F7;
    margin: 0 -15px;
    padding: 15px 15px 0px 15px;
}

.product-card {
    padding: 30px;
}

.prod-details-card {
    position: relative;
    text-align: center;
}

.prod-details-card .prod-details-img img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}

.prod-details-card .prod-details-timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prod-details-card .prod-details-timer .countdown-single {
    background: #059669;
    padding: 15px;
    border-radius: 50%;
    min-width: 100px;
    min-height: 100px;
    text-align: center;
}

.prod-details-card .prod-details-timer .countdown-single h3 {
    font-size: 35px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0px;
}

.prod-details-card .prod-details-timer .countdown-single span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.prod-details-card .live {
    position: absolute;
    top: 15px;
    left: 15px;
}

.prod-details-card .vehicles {
    position: absolute;
    top: 15px;
    right: 15px;
}

.prod-details-card .prod-content h4 {
    font-size: 23px;
    font-weight: 700;
    color: #1F2937;
}

.prod-details-card .prod-content p {
    font-size: 18px;
    font-weight: 400;
    color: #6C757D;
}

.prod-details-card .prod-countdown h4 {
    font-size: 25px;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 25px;
}

.winner-card {
    border-radius: 5px;
    margin-top: 55px;
}

.winner-card .winner-header {
    background: #059669;
    padding: 7px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}

.winner-card .winner-header h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
}

.winner-card .winner-body {
    padding: 25px;
    border-radius: 0px 0px 5px 5px;
    background: #fff;
}

.winner-card .winner-body .winner-details-list {
    list-style: none;
    border: 1px solid #EEEEEE;
}

.winner-card .winner-body .winner-details-list li {
    border-bottom: 1px solid #eeeeee;
}

.winner-card .winner-body .winner-details-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}

.winner-card .winner-body .winner-details-list span:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #1F2937;
}

.winner-card .winner-body .winner-details-list span.username {
    color: #059669;
    font-weight: 700;
}

.deposit-card {
    border-radius: 5px;
    margin-top: 55px;
}

.deposit-card .deopsit-badge {
    position: absolute;
    top: 15px;
    left: 15px;
}

.deposit-card .paypal {
    margin-bottom: 20px;
}

.deposit-card h4 {
    font-size: 25px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 35px;
}

.deposit-card .winner-body {
    padding: 25px;
    border-radius: 0px 0px 5px 5px;
    background: #fff;
}

.deposit-card .winner-body .winner-details-list {
    list-style: none;
    border: 1px solid #EEEEEE;
    margin-bottom: 40px;
}

.deposit-card .winner-body .winner-details-list li {
    border-bottom: 1px solid #eeeeee;
}

.deposit-card .winner-body .winner-details-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px;
    font-size: 18px;
}

.deposit-card .winner-body .winner-details-list span:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #1F2937;
}

.deposit-card .winner-body .winner-details-list span:last-child {
    font-size: 18px;
    font-weight: 500;
    color: #6C757D;
}

.deposit-card .winner-body .winner-details-list span.username {
    color: #059669;
    font-weight: 700;
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 32px;
}

.eg-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

.eg-table thead {
    background: #059669;
    border-radius: 5px !important;
}

.eg-table thead tr {
    border-width: 1px;
}

.eg-table thead tr th {
    font-size: 1rem;
    color: #fff;
    opacity: 1;
    padding: 15px;
    vertical-align: top;
    text-align: center;
}

@media (max-width: 767px) {
    .eg-table thead tr th {
        display: none;
    }
}

.eg-table tbody tr {
    background-color: #fff;
    border-radius: 5px;
    border-bottom: 2px solid #F1F2F7;
}

.eg-table tbody tr td {
    font-weight: 400;
    color: #1F2937;
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
    padding: 9px 10px;
}

@media (max-width: 767px) {
    .eg-table tbody tr td {
        display: block;
        width: 100%;
        text-align: right;
        padding-left: 50%;
        position: relative;
    }
}

@media (max-width: 767px) {
    .eg-table tbody tr {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .eg-table tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .eg-table {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .eg-table td:before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        color: #1F2937;
    }
}

.category-table tbody tr td:nth-child(5),
.category-table tbody tr td:nth-child(7) {
    font-weight: bold;
}

.category-table tbody td img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.customer-table tbody tr td:nth-child(5),
.customer-table tbody tr td:nth-child(7) {
    font-weight: bold;
}

.customer-table tbody td {
    font-size: 15px;
    font-weight: 600 !important;
    color: #1F2937;
}

.customer-table tbody td a.username {
    color: #059669;
    font-size: 13px;
}

.customer-table tbody td a.phone {
    color: #6C757D;
    font-size: 13px;
}

.customer-table tbody td img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.merchant-table tbody tr td:nth-child(5),
.merchant-table tbody tr td:nth-child(7) {
    font-weight: bold;
}

.merchant-table tbody td {
    font-size: 15px;
    font-weight: 600 !important;
    color: #1F2937;
}

.merchant-table tbody td a.username {
    color: #059669;
    font-size: 13px;
}

.merchant-table tbody td a.phone {
    color: #6C757D;
    font-size: 13px;
}

.merchant-table tbody td img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.prod-details-table tbody tr td:nth-child(5),
.prod-details-table tbody tr td:nth-child(7) {
    font-weight: bold;
}

.prod-details-table tbody td {
    font-size: 15px;
    font-weight: 600 !important;
    color: #1F2937;
}

.prod-details-table tbody td a.username {
    color: #059669;
    font-size: 13px;
}

.prod-details-table tbody td a.phone {
    color: #6C757D;
    font-size: 13px;
}

.prod-details-table tbody td img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.prod-details-table tbody td p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 800;
    color: #1F2937;
}

.prod-details-table tbody td span.time {
    font-size: 13px;
    font-weight: 700;
    color: #6C757D;
}

.prod-details-table tbody td svg {
    fill: #6C757D;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.prod-details-table tbody td svg:hover {
    fill: #F59E0B;
}

.blog-table thead tr th:first-child {
    text-align: start;
}

.blog-table tbody tr td:nth-child(5),
.blog-table tbody tr td:nth-child(7) {
    font-weight: bold;
}

.blog-table tbody td {
    font-size: 15px;
    font-weight: 600 !important;
    color: #1F2937;
}

.blog-table tbody td:first-child {
    text-align: start;
    max-width: 150px;
}

.ticket-table tbody tr td:nth-child(5),
.ticket-table tbody tr td:nth-child(7) {
    font-weight: bold;
}

.ticket-table tbody td {
    font-size: 15px;
    font-weight: 600 !important;
    color: #1F2937;
}

.ticket-table tbody td a.username {
    color: #059669;
    font-size: 13px;
}

.ticket-table tbody td a.phone {
    color: #6C757D;
    font-size: 13px;
}

.ticket-table tbody td p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 800;
    color: #1F2937;
}

.ticket-table tbody td span.time {
    font-size: 13px;
    font-weight: 700;
    color: #6C757D;
}

.ticket-table tbody td span.subject {
    color: #059669;
}

.modal {
    background-color: rgba(108, 46, 185, 0.2);
}

.fade {
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
}

.modal-header {
    border-bottom: 1px solid #EEEEEE;
    padding: 30px;
}

.modal-header .modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #1F2937;
}

.modal-body {
    padding: 30px;
}

.modal-footer {
    padding: 30px;
}

.btn-close {
    border: 1px solid #1F2937;
    border-radius: 50%;
}

.btn-close:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

nav .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

nav .pagination .page-item:first-child .page-link {
    border-radius: 50%;
}

nav .pagination .page-item:last-child .page-link {
    border-radius: 50%;
}

nav .pagination .page-item .page-link {
    line-height: 32px;
    min-width: 35px;
    width: 100%;
    height: 35px;
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    background-color: #fff;
    color: #9E9E9E;
    border: 1px solid #9E9E9E;
    border-radius: 50%;
    padding: unset;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

nav .pagination .page-item .page-link:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

nav .pagination .page-item .page-link:hover {
    background: #059669;
    color: #fff;
    border: 1px solid #059669;
}

nav .pagination .page-item .page-link .bx {
    line-height: 30px;
}

.tab-area .nav {
    background-color: #7E3BD0;
}

.tab-area button.nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.tab-area button.nav-link.active {
    background: #8F42ED;
}

.tab-area .tab-pane {
    padding: 30px;
}

.footer {
    background: #fff;
    right: 0;
    bottom: 0;
    padding: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
}

body {
    font-family: "Lato", sans-serif;
}

a {
    color: unset;
    text-decoration: none;
}

a:focus {
    outline: 0 solid;
}

a:hover {
    text-decoration: none;
    color: unset;
}

i.bx {
    vertical-align: middle;
}

.pt-110 {
    padding-top: 110px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pt-110 {
        padding-top: 90px;
    }
}

@media (max-width: 991px) {
    .pt-110 {
        padding-top: 80px;
    }
}

.pb-110 {
    padding-bottom: 110px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pb-110 {
        padding-bottom: 90px;
    }
}

@media (max-width: 991px) {
    .pb-110 {
        padding-bottom: 80px;
    }
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-15 {
    margin-top: 15px;
}

.page-title h4 {
    font-size: 25px;
    font-weight: 700;
    color: #1F2937;
}

.page-title2 {
    background-color: #059669;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
}

.page-title2 .title-logo {
    margin-right: 15px;
}

.page-title2 h5 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.layout-wrapper {
    max-width: 100%;
    min-width: 100%;
}

.main-container {
    max-width: 100%;
    min-width: 100%;
}

.main-content {
    margin-top: 70px;
    margin-left: 300px;
    max-width: calc(100% - 300px);
    width: 100%;
    padding: 40px 25px;
    background: #F1F2F7;
    -webkit-transition: 0.55s ease;
    transition: 0.55s ease;
    min-height: calc(100vh - 150px);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-content {
        max-width: calc(100% - 170px);
        width: 100%;
        margin-left: 170px;
    }
}

@media (max-width: 991px) {
    .main-content {
        max-width: calc(100% - 70px);
        width: 100%;
        margin-left: 70px;
    }
}

.main-content.slide {
    max-width: calc(100% - 70px);
    width: 100%;
    margin-left: 70px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-content.slide {
        max-width: calc(100% - 70px);
        width: 100%;
        margin-left: 70px;
    }
}

@media (max-width: 991px) {
    .main-content.slide {
        max-width: calc(100% - 70px);
        width: 100%;
        margin-left: 70px;
    }
}

/*================================================
Customer-profile-page
=================================================*/
.profile-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.profile-area .profile-img {
    width: 100%;
    max-width: 204px;
    margin-right: 30px;
}

.profile-area .profile-img img {
    border-radius: 100%;
    max-width: 100%;
}

.profile-area .profile-content .small-hints {
    margin-bottom: 35px;
}

.profile-area .profile-content .small-hints h4 {
    font-size: 23px;
    font-weight: 800;
    color: #1F2937;
    margin-bottom: 5px;
}

.profile-area .profile-content .small-hints span {
    font-size: 15px;
    font-weight: 400;
    color: #6C757D;
}

.profile-area .profile-content .single-infobox {
    border: 1px dashed #D1D1D1;
    border-radius: 5px;
    padding: 20px;
    min-width: 180px;
    text-align: center;
    background: #fff;
    -webkit-transition: all 0.45s ease-in;
    transition: all 0.45s ease-in;
    cursor: pointer;
}

.profile-area .profile-content .single-infobox:hover {
    border: 1px dashed #059669;
}

.profile-area .profile-content .single-infobox h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.profile-area .profile-content .single-infobox p {
    margin-bottom: 0px;
}

.multi-button-area {
    padding: 20px;
}

/*# sourceMappingURL=style.css.map */

/* Dropzone CSS  */
#modules .drag {
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    transition: all 0.4s ease-in;
}

#modules .drag:hover {
    border: 0.5px solid #059669 !important;
    border-radius: 3px;
}

#modules .drag .btn-default {
    font-size: 1rem;
    font-weight: 700;
    color: #1F2937;
}

.alert-wrapper .alert-frame .question-bg {
    background: #10B981;
}

.note-icon-caret:before {
    content: "" !important;
}

.note-dropdown-menu.dropdown-style a h1 {

    font-size: 2em !important;
}

.header-area .sidebar-header {
    padding: 24px 26px;
}

/* Admin Dashboard Modification CSS  */

#msform input::placeholder {
    font-size: 14px;
    color: #a6a6a6;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #a6a6a6;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #1f1f1f;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
}

textarea.select2-search__field::placeholder {
    color: #a6a6a6;
    font-size: 14px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc;
}

.ui-menu .ui-menu-item-wrapper {
    font-size: 15px;
    font-weight: 400;
    padding: 5px 10px;
}
