﻿body {
    font-family: 'Roboto', sans-serif;
    background: #F9FCFF;
}

html {
    font-size: 100%;
}



.cross-custom-btn {
    position: absolute;
    top: 7px;
    right: 21px;
    height: 25px;
    width: 25px;
    background: #ff6e64;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .cross-custom-btn button {
        color: #fff;
        opacity: 1;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
    }

    .cross-custom-btn:hover {
        background: #f44236;
    }

    .cross-custom-btn button:hover {
        color: #fff;
        opacity: 1;
    }

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

/* global btn*/
.modal-content {
    border-radius: 0;
}

input.btn-danger {
    border-radius: 0;
    background-color: #EE220B;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    outline: none;
    border: none;
}

    input.btn-danger:hover {
        background-color: #D61F0A;
    }

button.btn-danger {
    border-radius: 0;
    background-color: #EE220B;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    outline: none;
}

    button.btn-danger:hover {
        background-color: #D61F0A;
    }

input.btn.btn-primary {
    background-color: #0666F1;
    border-radius: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    outline: none;
    border: none;
}

    input.btn.btn-primary:hover {
        background-color: #055CD9;
    }

button.btn-primary {
    background-color: #0666F1;
    border-radius: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    outline: none;
}

    button.btn-primary:hover {
        background-color: #055CD9;
    }

button.btn-warning {
    background-color: #ECC309;
    transition: 0.3s ease;
    border-radius: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    outline: none;
    border: none;
}

    button.btn-warning:hover {
        background-color: #ECC309;
    }

/* global btn end*/



.mainbg {
    background: url(../images/login-bg.png) no-repeat center center fixed;
    background-size: cover;
}

#admin-dashboard {
    overflow-x: hidden;
}

    #admin-dashboard .mainwrapper {
        position: relative;
    }

    #admin-dashboard .MainLogo {
    }

.MainLogo img {
    width: 140px;
}
/*---Login CSS Start--*/

.loginlogo {
    text-align: center;
    position: relative;
    padding-bottom: 23px;
}

#admin-dashboard .loginlogo img {
    width: 110px;
}

#admin-dashboard .main-login {
    position: relative;
}

#admin-dashboard .logininput {
    position: relative;
}

    #admin-dashboard .logininput span {
        position: absolute;
        top: 18px;
        left: 8px;
        color: #565656;
        padding-right: 10px;
        padding-left: 6px;
    }

#admin-dashboard .loginbtn .btn {
    border-radius: 5px;
    color: #fff;
    background: #F44236;
    padding: 15px 40px;
    font-size: 18px;
    width: 100%;
    text-transform: uppercase;
    box-shadow: 1px 0px 5px 2px #0000006e;
}

#admin-dashboard .loginwith {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.citizenImg-1 {
    width: 175px;
    height: 101px;
}
.citizenImg {
    width: 75px;
    height: 75px;
}
#admin-dashboard .socialicons img {
    width: 35px;
    margin-right: 10px;
}

#admin-dashboard .form-box {
    padding: 5px 25px;
    position: relative;
}

#admin-dashboard .loign-title h2 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
}

#admin-dashboard .logininput input {
    padding-left: 50px;
    background: #fff;
    border: 0;
    height: 55px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: inset -2px 2px 4px 1px #00000030;
    border: 1px solid #CECECE;
}

span i {
    font-size: 21px;
    color: #000;
}

#admin-dashboard .eyeicon {
    position: absolute;
    right: 16px;
    top: 20px;
    color: #000;
}

#admin-dashboard .margintop40 {
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
}

::-webkit-input-placeholder {
    color: #d2d2d2;
    opacity: 1; /* Firefox */
    text-align: left;
}

::-moz-placeholder {
    color: #d2d2d2;
    opacity: 1; /* Firefox */
    text-align: left;
}

:-ms-input-placeholder {
    color: #d2d2d2;
    opacity: 1; /* Firefox */
    text-align: left;
}

::placeholder {
    color: #d2d2d2;
    opacity: 1; /* Firefox */
    text-align: left;
}

#admin-dashboard .logininput input.form-control:focus {
    background: rgb(255 255 255 / 54%);
    border: 1px solid #1c477a;
}

#admin-dashboard .custmremember .form-group {
    display: block;
    margin-bottom: 0;
}

    #admin-dashboard .custmremember .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    #admin-dashboard .custmremember .form-group label {
        position: relative;
        cursor: pointer;
        color: #fff;
        font-size: 13px;
    }

        #admin-dashboard .custmremember .form-group label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 1px solid #fff;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 8px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
        }

    #admin-dashboard .custmremember .form-group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 4px;
        left: 6px;
        width: 6px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

#admin-dashboard .custmremember label {
    margin: 0
}

.margintop40 a {
    color: #fff;
    font-size: 13px;
}

#admin-dashboard .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

#admin-dashboard .usermain {
    width: 80px;
    height: 80px;
    background: #d6d6d6;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 100px;
}

    #admin-dashboard .usermain i {
        font-size: 2.5rem;
        color: #fff
    }

#admin-dashboard .loginbtn {
}

#admin-dashboard .whiteclr {
    color: #fff;
    font-size: 13px;
}

#admin-dashboard .form-box p {
    margin: 0;
    color: #b7b7b7;
    font-size: 13px;
}

    #admin-dashboard .form-box p.headingTOP {
        font-size: 32px;
        font-weight: 600;
        color: #F44236;
        text-transform: uppercase;
    }

#admin-dashboard .iconsSocial {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
    line-height: 25px;
}

::-webkit-input-placeholder {
    color: #d2d2d2 !important;
    opacity: 1; /* Firefox */
    text-align: left;
}

::-moz-placeholder {
    color: #d2d2d2 !important;
    opacity: 1; /* Firefox */
    text-align: left;
}

:-ms-input-placeholder {
    color: #d2d2d2 !important;
    opacity: 1; /* Firefox */
    text-align: left;
}

::placeholder {
    color: #d2d2d2 !important;
    opacity: 1; /* Firefox */
    text-align: left;
}

/*Dashboard CSS start*/

/* ------------Dashboard------------- */
#admin-dashboard .wrappper {
    overflow: hidden;
    padding: 0px 0px;
}

#admin-dashboard .leftsidebar {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 250px;
    background: black;
    border-right: 1px solid #E7E8F2;
    border-radius: 0px;
}

    #admin-dashboard .leftsidebar.close2 {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }

#admin-dashboard nav.sidebar {
    height: 100%;
    min-height: 100vh;
    border-right: none;
    border-left: none;
    background-size: cover;
    background-position: center;
}

#admin-dashboard .small-logo img {
    max-width: 50%;
}

#admin-dashboard .small-logo {
    text-align: center;
    width: 100%;
    background: transparent;
    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;
    padding-top: 10px;
}

#admin-dashboard ul.menu-navigation {
    width: 100%;
    padding: 0 0px 0 0;
    margin: 50px 0 0;
    height: calc(100vh - 232px);
    overflow-y: scroll;
}

    #admin-dashboard ul.menu-navigation li {
       /* padding: 0px 10px 0px 0;*/
        text-align: left;
        list-style: none;
    }

        #admin-dashboard ul.menu-navigation li.active {
            background-color: #f44236;
            color: #fff;
        }

        #admin-dashboard ul.menu-navigation li a.linkitem-1 {
            padding: 12px 10px;
            display: inline-block;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #fff;
            text-decoration: none;
            /*border-radius: 0 10px 10px 0;*/
            transition: all .3s ease;
            -webkit-transition: all .3s ease;
        }

            #admin-dashboard ul.menu-navigation li a.linkitem-1.dropdown-toggle::after {
                position: absolute;
                right: 15px;
                content: '\f078';
                font-weight: bold;
                border: 0;
                margin-left: 0;
                width: auto;
                height: auto;
                font-size: 20px;
                transition: all .3s ease;
                -webkit-transition: all .3s ease;
                -webkit-transform: rotate( -90deg);
                transform: rotate( -90deg);
                font: normal normal normal 14px/1 FontAwesome;
            }

        #admin-dashboard ul.menu-navigation li ul.submenu.collapse {
            display: block;
            height: 0;
            overflow: hidden;
            opacity: 0
        }

        #admin-dashboard ul.menu-navigation li ul.submenu {
            padding: 0px 10px;
            transition: all .3s ease;
            opacity: 1;
            -webkit-transition: all .3s ease;
        }

            #admin-dashboard ul.menu-navigation li ul.submenu.collapse.show {
                display: block;
                overflow: visible;
                opacity: 1;
                height: auto;
                margin: 10px 0;
                overflow: auto;
                max-height: 200px;
            }

        #admin-dashboard ul.menu-navigation li i {
            color: #fff;
        }

    #admin-dashboard ul.menu-navigation::-webkit-scrollbar {
        width: 4px;
    }

    #admin-dashboard ul.menu-navigation::-webkit-scrollbar-track {
        background: #ECE7E7;
        border-radius: 20px;
    }

    #admin-dashboard ul.menu-navigation::-webkit-scrollbar-thumb {
        background: #A7A7A7;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 20px;
    }

        #admin-dashboard ul.menu-navigation::-webkit-scrollbar-thumb:hover {
            background: #4B4848;
        }

    #admin-dashboard ul.menu-navigation li ul.submenu::-webkit-scrollbar {
        width: 4px;
    }

    /* Track */
    #admin-dashboard ul.menu-navigation li ul.submenu::-webkit-scrollbar-track {
        background: #ECE7E7;
        border-radius: 20px;
    }

    /* Handle */
    #admin-dashboard ul.menu-navigation li ul.submenu::-webkit-scrollbar-thumb {
        background: #A7A7A7;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 20px;
    }

        /* Handle on hover */
        #admin-dashboard ul.menu-navigation li ul.submenu::-webkit-scrollbar-thumb:hover {
            background: #4B4848;
        }

    #admin-dashboard ul.menu-navigation li ul.submenu li {
        border: 0;
    }

        #admin-dashboard ul.menu-navigation li ul.submenu li a {
            color: #fff;
            display: inline-block;
            width: 100%;
            padding: 13px 10px 13px 30px;
            text-decoration: none;
            position: relative;
        }

            #admin-dashboard ul.menu-navigation li ul.submenu li a span i {
                width: 30px;
            }
    #admin-dashboard ul.menu-navigation li a.linkitem-1.dropdown-toggle[aria-expanded=true]::after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    #admin-dashboard ul.menu-navigation li a.linkitem-1 .nav-icon {
        width: 30px;
        font-size: 18px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        #admin-dashboard ul.menu-navigation li a.linkitem-1 .nav-icon svg {
            height: 18px;
        }

            #admin-dashboard ul.menu-navigation li a.linkitem-1 .nav-icon svg path {
                fill: #fff;
                transition: all .3s ease;
                -webkit-transition: all .3s ease;
            }

            #admin-dashboard ul.menu-navigation li a.linkitem-1 .nav-icon svg.strokandfill path {
                fill: #ffffff;
                transition: all .3s ease;
                -webkit-transition: all .3s ease;
                stroke: #fff;
            }

            #admin-dashboard ul.menu-navigation li a.linkitem-1 .nav-icon svg.stroke g {
                stroke: #fff;
                transition: all .3s ease;
                -webkit-transition: all .3s ease;
            }
    /*admin-dashboard ul.menu-navigation li a.linkitem-1:hover, ul.menu-navigation li a.linkitem-1:focus{
        color:#F44236;
        }*/
    #admin-dashboard ul.menu-navigation li a.linkitem-1:hover svg path, ul.menu-navigation li a.linkitem-1:focus svg path {
        fill: #F44236;
    }

    #admin-dashboard ul.menu-navigation li a.linkitem-1:hover svg.strokandfill path, ul.menu-navigation li a.linkitem-1:focus svg.strokandfill path {
        fill: #0073AE;
        stroke: #F44236;
    }

    #admin-dashboard ul.menu-navigation li a.linkitem-1:hover svg.stroke g, ul.menu-navigation li a.linkitem-1:focus svg.stroke g {
        stroke: #F44236;
    }

    #admin-dashboard ul.menu-navigation li a.active {
        background: #F44236;
        color: #ffffff;
    }

    #admin-dashboard ul.menu-navigation li a.linkitem-1.active svg path, ul.menu-navigation li a.linkitem-1.active svg path {
        fill: #F44236;
    }


#admin-dashboard .right-sec {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    width: calc(100% - 250px);
    position: relative;
    margin-left: 250px;
    padding: 0px 0px;
    height:100vh;
}

    #admin-dashboard .right-sec.open1 {
        width: 100%;
        margin-left: 0;
    }

#admin-dashboard .open1 .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: black;
    border-bottom: 1px solid #E7E8F2;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0px;
    position: fixed;
    width: 100%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    top: 0;
    z-index: 1;
}

#admin-dashboard .right-sec .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #E7E8F2;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0px;
    position: fixed;
    width: calc(100% - 250px);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    top: 0;
    z-index: 1;
    color: #000;
}

#admin-dashboard .header1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#admin-dashboard .humbargur-button {
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
}

#admin-dashboard .bar1, #admin-dashboard .bar2, #admin-dashboard .bar3 {
    width: 35px;
    height: 4px;
    border-radius: 10px;
    background-color: #000;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#admin-dashboard .humbargur-button .bar2 {
    width: 35px;
}

#admin-dashboard .humbargur-button .bar1 {
    width: 15px;
}

#admin-dashboard .humbargur-button .bar3 {
    width: 25px;
}

#admin-dashboard .change-2 .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 6px);
    transform: rotate(-45deg) translate(-8px, 6px);
    width: 35px;
}

#admin-dashboard .change-2 .bar2 {
    opacity: 0;
}

#admin-dashboard .change-2 .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -7px);
    transform: rotate(45deg) translate(-8px, -7px);
    width: 35px;
}

#admin-dashboard .header-inner .dropdown-toggle::after {
    border: none;
}

#admin-dashboard .notification {
    position: relative;
}

#admin-dashboard .badge-1 {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    font-size: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #f44236;
    color: #fff;
}

#admin-dashboard .nav-1 {
    padding: 0;
    background-color: transparent;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

    #admin-dashboard .nav-1 .navbar-nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        #admin-dashboard .nav-1 .navbar-nav .nav-item {
            padding: 5px 20px;
        }

            #admin-dashboard .nav-1 .navbar-nav .nav-item:last-child {
                padding-right: 0;
            }

        #admin-dashboard .nav-1 .navbar-nav .dropdown-menu {
            right: 0;
            left: inherit;
            width: 200px;
        }

        #admin-dashboard .nav-1 .navbar-nav .nav-item:not(:last-child) {
            border-right: 1px solid #E7E8F2;
        }

        #admin-dashboard .nav-1 .navbar-nav .nav-item .nav-link {
            color: #000
        }

            #admin-dashboard .nav-1 .navbar-nav .nav-item .nav-link.notification {
                font-size: 22px;
            }
        #admin-dashboard .nav-1 .navbar-nav li.nav-item.dropdown {
            padding: 0px 0px 0px 20px;
        }
.choose-file {
    margin-top: -30px !important;
}
.file-save {
    display: flex;
    margin-left: 236px;
    margin-top: -70px !important;
}
#admin-dashboard .main-content {
    /*margin-top: 40px;*/
    padding: 50px 20px 0px;
    /*min-height: calc(100vh - 100px);*/
}

#admin-dashboard .card-item {
    border: 1px solid #E7E8F2;
    border-radius: 10px;
    position: relative;
    padding: 0px 15px 20px;
    height: 100%;
    box-shadow: 0px 0px 15px rgba(0,0,0,.05);
}

#admin-dashboard .card-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 15px;
    background: #fff;
    box-shadow: 1px 1px 11px #0000000f;
}

    #admin-dashboard .card-heading h1 {
        font-size: 21px;
        color: #000;
        font-weight: 500;
        margin: 0px;
    }

#admin-dashboard .breadcrump {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    #admin-dashboard .breadcrump svg {
        width: 7px;
        margin: 0 10px;
    }

#admin-dashboard .datatable-sec {
    margin: 20px 0;
    background: #fff;
    padding: 15px;
    box-shadow: 1px 1px 11px #0000000f;
}

#admin-dashboard .creatanaccount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 25px;
}


.creatanaccountforBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#admin-dashboard .buttonaccountcreate {
    background: #f44236;
    /* width: 200px; */
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
}

    #admin-dashboard .buttonaccountcreate svg {
        width: 18px;
        margin: 0px 8px 0 0;
    }

#admin-dashboard .datatable-sec .bg-color1 {
    background-color: #F4F5F5;
}

#admin-dashboard .datatable-sec .table thead th {
    border-bottom: 0px;
    padding: 8px 10px;
}

#admin-dashboard .datatable-sec .table-striped tbody tr:nth-of-type(odd) {
    background-color: #FBFBFB;
}


#admin-dashboard .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #f44236;
    border-color: #f44236;
}



#admin-dashboard .customSwitch input[type="checkbox"] {
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}

#admin-dashboard .customSwitch label {
    width: 60px;
    height: 30px;
    display: block;
    background-color: #F2F2F2;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    box-shadow: inset 0 0 9px #0000001f;
}

    #admin-dashboard .customSwitch label::after {
        content: "";
        width: 20px;
        height: 20px;
        background: -webkit-radial-gradient(#fff, #808080);
        background: radial-gradient(#fff, #808080);
        position: absolute;
        border-radius: 70px;
        top: 5px;
        left: 5px;
        -webkit-transition: 0.1s;
        transition: 0.1s;
    }

#admin-dashboard .customSwitch input:checked + label:after {
    left: calc(100% - 10px);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

#admin-dashboard .customSwitch input:checked + label {
    background-color: #F2F2F2;
}

#admin-dashboard .customSwitch label:active:after {
    width: 60px;
}


#admin-dashboard .search-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
}

#admin-dashboard .input-search {
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding-right: 40px;
    color: #000;
}

    #admin-dashboard .input-search::-webkit-input-placeholder {
        color: rgba(255,255,255,.5);
        font-size: 18px;
        letter-spacing: 2px;
        font-weight: 100;
    }

    #admin-dashboard .input-search::-moz-placeholder {
        color: rgba(255,255,255,.5);
        font-size: 18px;
        letter-spacing: 2px;
        font-weight: 100;
    }

    #admin-dashboard .input-search:-ms-input-placeholder {
        color: rgba(255,255,255,.5);
        font-size: 18px;
        letter-spacing: 2px;
        font-weight: 100;
    }

    #admin-dashboard .input-search::placeholder {
        color: rgba(255,255,255,.5);
        font-size: 18px;
        letter-spacing: 2px;
        font-weight: 100;
    }

#admin-dashboard .btn-search {
    width: 50px;
    height: 50px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color: #000;
    background-color: transparent;
    pointer-events: painted;
}

    #admin-dashboard .btn-search:focus ~ .input-search {
        width: 300px;
        border-radius: 0px;
        background-color: transparent;
        border-bottom: 1px solid rgba(255,255,255,.5);
        -webkit-transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
        transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    }

#admin-dashboard .input-search:focus {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,.5);
    -webkit-transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

button:focus {
    outline: none;
}


/* table.dataTable td, table.dataTable th {
        white-space: nowrap;
        }*/
table.dataTable th {
    white-space: nowrap;
}


#admin-dashboard #example {
    width: 100%;
}

#admin-dashboard .choose-excel-img {
    font-size: 28px;
    color: #1D6F42;
}

#admin-dashboard .table-action .fa-pencil-square-o {
    color: #007bff;
    font-size: 20px;
    margin-right: 7px;
    cursor: pointer;
}

#admin-dashboard .table-action .fa-trash-o {
    color: red;
    font-size: 24px;
    cursor: pointer;
}

#admin-dashboard .datatable-sec .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #393E46;
    color: #fff !important;
    border: none;
}

#admin-dashboard button, #admin-dashboard input[type=button], #admin-dashboard .btn {
    border-radius: 0 !important;
}

    #admin-dashboard input[type=button], #admin-dashboard button[type=submit], #admin-dashboard input[type=submit].btn.btn-primary {
        padding-top: 7px;
        padding-bottom: 7px;
    }

#admin-dashboard .edit-background {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 1px 1px 11px #0000000f;
    margin: 20px 0;
}

#admin-dashboard .edit-heading-title h1 {
    font-size: 21px;
    color: #000;
    font-weight: 500;
    margin: 0px;
    padding: 15px;
}



#admin-dashboard #admin-navigation-table #example_wrapper table tbody tr td ul li span.dtr-data {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap:  initial;
}

.vilazia-loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
}


    .vilazia-loader .pulsating-circle {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 30px;
        height: 30px;
    }

        .vilazia-loader .pulsating-circle:before {
            content: '';
            position: relative;
            display: block;
            width: 900%;
            height: 900%;
            box-sizing: border-box;
            margin-left: -400%;
            margin-top: -450%;
            border-radius: 50%;
            background-color: #fff;
            -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
            animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
            z-index: 1;
        }

        .vilazia-loader .pulsating-circle:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 15px;
            -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
            animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
            z-index: 1;
        }

@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes pulse-dot {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}





/* Admin View Profile CSS */


/* ----------------------------------------------------------- */
/* ------------------view profile page css--------------------- */
/* --------------------------------------------------------- */

.view-profile-home-herobanner {
    -o-object-fit: cover;
    object-fit: cover;
    height: 420px;
    width: 100%;
}


.bg-change-camera-icon {
    position: absolute;
    bottom: 0px;
    right: 30px;
}

    .bg-change-camera-icon .dropdown-toggle::after {
        display: none;
    }

    .bg-change-camera-icon ul li.dropdown a i.camera-icn {
        color: #000;
        background-color: #fff;
        width: 35px;
        height: 35px;
        font-size: 20px;
        border-radius: 50%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
    }

    .bg-change-camera-icon ul .dropdown-menu a span i {
        font-size: 18px;
    }

    .bg-change-camera-icon ul li .dropdown-menu {
        background-color: rgb(27, 27, 27);
        color: #fff;
        right: 40px;
        top: -130px;
        padding: 0px;
        position: absolute;
        left: unset;
        -webkit-transform: none;
        transform: none;
        will-change: unset;
    }

        .bg-change-camera-icon ul li .dropdown-menu .dropdown-item {
            color: #fff;
            padding: 10px 20px;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            border-bottom: 1px solid rgb(63, 63, 63);
        }

            .bg-change-camera-icon ul li .dropdown-menu .dropdown-item:hover {
                background-color: #EE220B;
            }

#ImageModal .space-create-circle-modal .view-profile-img-modal {
    min-height: 300px;
}

/*----------- left side css start------- */

.left-inner-container {
    min-height: 100%;
    position: relative;
    background-color: #242424;
    border-right: 10px solid #141414;
    padding: 0 15px 30px 15px;
}

.right-inner-container {
    min-height: 100%;
    position: relative;
    background-color: #242424;
}

.view-user-profile {
    position: relative;
}

.view-user-profile-image {
    position: absolute;
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.profile-pic {
    -o-object-fit: cover;
    object-fit: cover;
    width: 200px;
    height: 200px;
}

.file-upload {
    display: none;
}

.status-file-upload {
    display: none;
}

.profile-circle {
    border-radius: 50%;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border: 4px solid #fff;
}

.left-inner-container .view-user-profile .view-user-profile-image .profile-circle img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile-image {
    position: absolute;
    bottom: 20px;
    right: 8px;
    color: #000;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

    .profile-image i {
        font-size: 20px;
    }

.upload-button {
    font-size: 1.2em;
}

.view-user-profile .view-profile-user-name {
    padding-top: 110px;
    color: #fff;
}

    .view-user-profile .view-profile-user-name .user-profile-view {
        margin-bottom: 10px;
    }

.view-profile-user-name .view-profile-followers .counting-pills > div {
    padding: 0 15px;
    display: inline-block;
    color: #000;
    background-color: #fff;
    border-radius: 50px;
}

.view-profile-user-name .about-user-box {
    padding: 15px 20px;
    background-color: rgb(44, 44, 44);
    margin-bottom: 16px;
}

    .view-profile-user-name .about-user-box .about-user-list ul.list-unstyled li i {
        width: 28px;
    }

    .view-profile-user-name .about-user-box .about-user-inner-box i {
        font-size: 22px;
    }

    .view-profile-user-name .about-user-box .about-user-inner-box span {
        font-size: 26px;
        font-weight: 600;
    }

    .view-profile-user-name .about-user-box .about-user-list p {
        font-size: 14px;
        letter-spacing: 1px;
        color: #d3d3d3;
    }

    .view-profile-user-name .about-user-box .about-user-list ul li {
        padding-bottom: 7px;
    }

        .view-profile-user-name .about-user-box .about-user-list ul li span {
            color: #d3d3d3;
            font-size: 14px;
        }

    .view-profile-user-name .about-user-box .user-posts .row > div {
        padding: 0;
        border: 3px solid rgb(44, 44, 44);
        -o-object-fit: cover;
        object-fit: cover;
    }

        .view-profile-user-name .about-user-box .user-posts .row > div img {
            width: 100%;
        }

/*----------- left side css end ------- */

/*----------- right side css start------- */

.right-inner-container .view-profile-right-tabs section .profile-tabs-container ul, .right-inner-container .view-profile-right-tabs section .people-profile-tabs-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .right-inner-container .view-profile-right-tabs section .profile-tabs-container ul li, .right-inner-container .view-profile-right-tabs section .people-profile-tabs-container ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }

        .right-inner-container .view-profile-right-tabs section .profile-tabs-container ul li a, .right-inner-container .view-profile-right-tabs section .people-profile-tabs-container ul li a {
            background-color: #fff;
            color: #222;
            border-radius: 0;
            border: none;
            border-right: 7px solid #242424;
            padding: .5rem 0.25rem;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

            .right-inner-container .view-profile-right-tabs section .profile-tabs-container ul li a:hover, .right-inner-container .view-profile-right-tabs section .people-profile-tabs-container ul li a:hover {
                background-color: #EE220B;
                color: #fff;
            }

            .right-inner-container .view-profile-right-tabs section .profile-tabs-container ul li a.active, .right-inner-container .view-profile-right-tabs section .people-profile-tabs-container ul li a.active {
                background-color: #EE220B;
                color: #fff;
            }

            .right-inner-container .view-profile-right-tabs section .profile-tabs-container ul li a > i, .right-inner-container .view-profile-right-tabs section .people-profile-tabs-container ul li a > i {
                font-size: 32px;
                padding-top: 8px;
            }

            .right-inner-container .view-profile-right-tabs section .profile-tabs-container ul li a p, .right-inner-container .view-profile-right-tabs section .people-profile-tabs-container ul li a p {
                font-size: 18px;
                font-weight: 600;
                padding-top: 5px;
                margin-bottom: 8px;
            }

            .right-inner-container .view-profile-right-tabs section .people-profile-tabs-container ul li a span i {
                font-size: 10px;
                padding-right: 5px;
            }


.right-inner-container .view-profile-right-tabs section .profile-tab-content {
    padding: 25px 40px 25px 40px;
}

    .right-inner-container .view-profile-right-tabs section .profile-tab-content .image-post-heading {
        font-size: 18px;
        margin-bottom: 0;
    }

        .right-inner-container .view-profile-right-tabs section .profile-tab-content .image-post-heading span.image-post-heading-middle {
            color: #bbbbbb;
            font-size: 16px;
            font-weight: 300;
            padding: 0 3px;
        }

    .right-inner-container .view-profile-right-tabs section .profile-tab-content span.image-post-heading-below-date {
        color: #bbbbbb;
        font-size: 16px;
        font-weight: 400;
    }

.right-inner-container .view-profile-right-tabs section .tab-content .profile-tab-content-inner .tab-content-inner-img {
    height: 70vh;
    width: 70%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 20px;
}

    .right-inner-container .view-profile-right-tabs section .tab-content .profile-tab-content-inner .tab-content-inner-img img {
        width: 100%;
        height: 70vh;
        -o-object-fit: cover;
        object-fit: cover;
    }

.right-inner-container .view-profile-right-tabs section .tab-content .tab-pane .community-service-tabs .community-service-tabs-inner-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 400px;
    margin-bottom: 10px;
}

    .right-inner-container .view-profile-right-tabs section .tab-content .tab-pane .community-service-tabs .community-service-tabs-inner-container ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }

        .right-inner-container .view-profile-right-tabs section .tab-content .tab-pane .community-service-tabs .community-service-tabs-inner-container ul li a {
            background-color: #fff;
            color: #222;
            border-radius: 0;
            border: none;
            font-size: 18px;
            font-weight: 600;
            padding: .75rem 0.25rem;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

            .right-inner-container .view-profile-right-tabs section .tab-content .tab-pane .community-service-tabs .community-service-tabs-inner-container ul li a.active,
            .right-inner-container .view-profile-right-tabs section .tab-content .tab-pane .community-service-tabs .community-service-tabs-inner-container ul li a:hover {
                background-color: #0666F1;
                color: #fff;
            }

.follower-card {
    display: -ms-grid;
    display: grid;
    background: #fff;
    margin: 15px 0px;
    text-align: center
}

    .follower-card .follower-banner {
        width: 100%;
        height: 120px;
    }

        .follower-card .follower-banner img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .follower-card .follow-user-image {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 60px;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        left: 50%;
    }

        .follower-card .follow-user-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 50%;
            border: 3px solid #fff;
        }

    .follower-card .follower-details {
        padding: 45px 10px 20px;
    }

    .follower-card p {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .follower-card .followers-following-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 10px 0;
        list-style: none;
        padding-left: 0;
    }

        .follower-card .followers-following-detail li {
            margin: 0 10px;
        }

            .follower-card .followers-following-detail li p {
                margin-bottom: 0;
            }

                .follower-card .followers-following-detail li p:first-child {
                    font-size: 16px;
                    font-weight: 500;
                    margin-bottom: 0;
                }

                .follower-card .followers-following-detail li p:nth-child(2) {
                    border: 1px solid;
                    border-radius: 25px;
                    font-size: 14px;
                    font-weight: 500;
                    width: 50px;
                    margin: 5px auto;
                }

    .follower-card .remove-follower {
        position: absolute;
        top: 5px;
        right: 10px;
    }

        .follower-card .remove-follower i {
            cursor: pointer;
            color: #fff;
        }

        .follower-card .remove-follower ul {
            display: none;
        }

        .follower-card .remove-follower:hover ul {
            display: block;
            position: absolute;
            z-index: 1;
            list-style: none;
            background: #EE220B;
            padding: 2px 10px;
            right: 5px;
            top: 0;
            margin-bottom: 0;
        }

            .follower-card .remove-follower:hover ul li {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-size: 14px;
                font-weight: 600;
                cursor: pointer;
                color: #fff;
            }

/* view profile chat section */
#viewprofilemodal {
    background: rgb(0, 0, 0, 0.4);
}

    #viewprofilemodal .modal-dialog {
        position: absolute;
        bottom: 0;
        right: 10px;
        margin: 0;
        width: 300px;
    }

        #viewprofilemodal .modal-dialog .modal-content {
            border: none;
        }

            #viewprofilemodal .modal-dialog .modal-content .modal-header {
                background-color: #333;
                padding: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                vertical-align: middle;
            }

                #viewprofilemodal .modal-dialog .modal-content .modal-header .left-icons i {
                    color: #fff;
                    padding: 1rem;
                    margin-right: 2px;
                    -webkit-transition: 0.3s;
                    transition: 0.3s;
                }

                    #viewprofilemodal .modal-dialog .modal-content .modal-header .left-icons i:hover {
                        background-color: #EE220B;
                    }

                    #viewprofilemodal .modal-dialog .modal-content .modal-header .left-icons i.active {
                        background-color: #EE220B;
                    }

                #viewprofilemodal .modal-dialog .modal-content .modal-header .header-close {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-item-align: center;
                    align-self: center;
                }

                    #viewprofilemodal .modal-dialog .modal-content .modal-header .header-close button.close {
                        padding: 1rem;
                        color: #fff;
                        margin: 0;
                        outline: none;
                        font-size: 1rem;
                    }

                    #viewprofilemodal .modal-dialog .modal-content .modal-header .header-close .fa-plus {
                        color: #ECC309;
                    }

            #viewprofilemodal .modal-dialog .modal-content .modal-body {
                padding: 0;
            }

                #viewprofilemodal .modal-dialog .modal-content .modal-body section .view-profile-chat-tabs ul {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                }

                    #viewprofilemodal .modal-dialog .modal-content .modal-body section .view-profile-chat-tabs ul li {
                        -webkit-box-flex: 1;
                        -ms-flex: 1;
                        flex: 1;
                    }

                        #viewprofilemodal .modal-dialog .modal-content .modal-body section .view-profile-chat-tabs ul li a {
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            color: #fff;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            border-radius: 0;
                            background-color: #616161;
                        }

                            #viewprofilemodal .modal-dialog .modal-content .modal-body section .view-profile-chat-tabs ul li a.active {
                                background-color: #EE220B;
                                color: #fff;
                            }

                #viewprofilemodal .modal-dialog .modal-content .modal-body section .view-profile-chat-tab-content {
                    padding: 15px 0 10px 0;
                    color: #222;
                }

                    #viewprofilemodal .modal-dialog .modal-content .modal-body section .view-profile-chat-tab-content .tab-pane .profile-tab-content-inner > .media {
                        margin-bottom: 2px;
                        padding: 5px 15px;
                        background-color: #e9e9e9;
                        cursor: pointer;
                    }

                        #viewprofilemodal .modal-dialog .modal-content .modal-body section .view-profile-chat-tab-content .tab-pane .profile-tab-content-inner > .media:hover {
                            background-color: #d6d6d6;
                        }

                        #viewprofilemodal .modal-dialog .modal-content .modal-body section .view-profile-chat-tab-content .tab-pane .profile-tab-content-inner > .media .media-body {
                            -ms-flex-item-align: center;
                            -ms-grid-row-align: center;
                            align-self: center;
                            font-weight: 400;
                        }

                        #viewprofilemodal .modal-dialog .modal-content .modal-body section .view-profile-chat-tab-content .tab-pane .profile-tab-content-inner > .media .user-online-profile {
                            position: relative;
                        }

                            #viewprofilemodal .modal-dialog .modal-content .modal-body section .view-profile-chat-tab-content .tab-pane .profile-tab-content-inner > .media .user-online-profile img {
                                width: 40px;
                                height: 40px;
                                -o-object-fit: cover;
                                object-fit: cover;
                                border: 2px solid #fff;
                            }

                            #viewprofilemodal .modal-dialog .modal-content .modal-body section .view-profile-chat-tab-content .tab-pane .profile-tab-content-inner > .media .user-online-profile.active:after {
                                content: '';
                                position: absolute;
                                bottom: 2px;
                                right: 15px;
                                width: 10px;
                                height: 10px;
                                background-color: #2ecd18;
                                border-radius: 50%;
                                box-shadow: 0px 0px 0px 3px #e9ebee;
                                z-index: 1;
                            }

                    #viewprofilemodal .modal-dialog .modal-content .modal-body section .view-profile-chat-tab-content .tab-pane .profile-tab-content-inner {
                        max-height: 350px;
                        min-height: 350px;
                        overflow-y: scroll;
                    }

/* circle floating chat */

.view-profile-floating-chat .wrapper .user-circle-chat {
    background-color: #fff;
    min-width: 10vw;
    border-radius: 7px;
}

    .view-profile-floating-chat .wrapper .user-circle-chat .user-chat-heading {
        background-color: #333;
        border-radius: 0;
        padding: 5px 15px;
    }

        .view-profile-floating-chat .wrapper .user-circle-chat .user-chat-heading .left-icons img {
            width: 30px;
            height: 30px;
            margin-right: 10px;
            background: #ddd;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            border-radius: 50%;
        }

        .view-profile-floating-chat .wrapper .user-circle-chat .user-chat-heading .box-tools > button i {
            color: #fff;
        }





    .view-profile-floating-chat .wrapper .user-circle-chat .user-chat-name {
        background-color: #eeeeee;
        border-radius: 0;
        padding: 0;
        color: #000;
    }



        .view-profile-floating-chat .wrapper .user-circle-chat .user-chat-name .view-profile-chat-tabs ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .view-profile-floating-chat .wrapper .user-circle-chat .user-chat-name .view-profile-chat-tabs ul li {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }

                .view-profile-floating-chat .wrapper .user-circle-chat .user-chat-name .view-profile-chat-tabs ul li a {
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    color: #fff;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    border-radius: 0;
                    background-color: #616161;
                }

                    .view-profile-floating-chat .wrapper .user-circle-chat .user-chat-name .view-profile-chat-tabs ul li a.active {
                        background-color: #EE220B;
                        color: #fff;
                    }

        .view-profile-floating-chat .wrapper .user-circle-chat .user-chat-name .view-profile-chat-tab-content {
            padding: 15px 0 10px 0;
            color: #222;
        }

    .view-profile-floating-chat .wrapper .user-circle-chat .user-chat-inner-content {
        padding: 4px 15px 0 15px;
    }

    .view-profile-floating-chat .wrapper .user-circle-chat .msger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        max-width: 867px;
        max-height: 145px;
        min-height: 275px;
    }

    .view-profile-floating-chat .wrapper .user-circle-chat .msger-chat {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow-y: auto;
        padding: 8px 0 5px 0;
    }

        .view-profile-floating-chat .wrapper .user-circle-chat .msger-chat::-webkit-scrollbar {
            width: 6px;
        }

        .view-profile-floating-chat .wrapper .user-circle-chat .msger-chat::-webkit-scrollbar-track {
            background: #ddd;
        }

        .view-profile-floating-chat .wrapper .user-circle-chat .msger-chat::-webkit-scrollbar-thumb {
            background: #bdbdbd;
        }

    .view-profile-floating-chat .wrapper .user-circle-chat .msg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 10px;
    }

        .view-profile-floating-chat .wrapper .user-circle-chat .msg:last-of-type {
            margin: 0;
        }

    .view-profile-floating-chat .wrapper .user-circle-chat .msg-img img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        background: #ddd;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 50%;
    }

    .view-profile-floating-chat .wrapper .user-circle-chat .msg-bubble {
        max-width: 450px;
        padding: 6px 7px;
        border-radius: 15px;
        background: #ececec;
        font-size: 14px;
    }

    .view-profile-floating-chat .wrapper .user-circle-chat .left-msg .msg-bubble {
        border-bottom-left-radius: 0;
    }

    .view-profile-floating-chat .wrapper .user-circle-chat .right-msg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

        .view-profile-floating-chat .wrapper .user-circle-chat .right-msg .msg-bubble {
            background: #579ffb;
            color: #fff;
            border-bottom-right-radius: 0;
        }

        .view-profile-floating-chat .wrapper .user-circle-chat .right-msg .msg-img {
            margin: 0 0 0 10px;
        }

    .view-profile-floating-chat .wrapper .user-circle-chat .msger-inputarea {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 8px 10px;
        border-top: 2px solid #ddd;
        background: #eee;
        border-radius: 0 0 7px 7px;
    }

        .view-profile-floating-chat .wrapper .user-circle-chat .msger-inputarea * {
            padding: 7px 10px;
            border: none;
            font-size: 1em;
        }

    .view-profile-floating-chat .wrapper .user-circle-chat .msger-input {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background: #ddd;
        outline: none;
    }

    .view-profile-floating-chat .wrapper .user-circle-chat .msger-send-btn {
        margin-left: 10px;
        background: #0666F1;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        outline: none;
        border: none;
        border-radius: 0;
    }

        .view-profile-floating-chat .wrapper .user-circle-chat .msger-send-btn:hover {
            background: #055CD9;
        }

    .view-profile-floating-chat .wrapper .user-circle-chat .user-ownership-inner-content span.user-own-things {
        padding: 5px 10px;
        background-color: #333;
        margin-right: 5px;
        font-size: 14px;
    }

    .view-profile-floating-chat .wrapper .user-circle-chat .user-ownership-inner-content .btn-active a button {
        background-color: #15BF09;
        color: #fff;
        border: none;
        padding: 2px 10px;
        font-size: 14px;
        cursor: initial;
    }

    .view-profile-floating-chat .wrapper .user-circle-chat .view-details a button {
        background-color: #F4CA0A;
        color: #fff;
        border: none;
        padding: 7px 15px;
        font-size: 14px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        outline: none;
    }

        .view-profile-floating-chat .wrapper .user-circle-chat .view-details a button:hover {
            background-color: #e9be00;
        }


/*chat btn */
.view-profile-floating-chat .wrapper {
    position: fixed;
    bottom: 0px;
    width: 300px;
    background-color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    z-index: 99999;
}

.view-profile-floating-chat.user-chatting-box-5 .wrapper {
    right: 20px;
}

.view-profile-floating-chat.user-chatting-box-1 .wrapper {
    right: 330px;
}

.view-profile-floating-chat.user-chatting-box-2 .wrapper {
    right: 660px;
}

.view-profile-floating-chat.user-chatting-box-3 .wrapper {
    right: 990px;
}

.view-profile-floating-chat {
    display: none;
}

.popup-box-on {
    display: block;
}


.blue-chat-btn .blue-chat-btn-color {
    background-color: #0666F1;
    color: #fff;
    width: 90px;
    height: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#admin-dashboard .blue-chat-btn .blue-chat-btn-color:hover {
    background-color: #055CD9;
}

#admin-dashboard .add-your-post-container-outer .add-your-post-containe-title {
    background-color: #6a6a6a;
    padding: 10px 15px 10px 15px;
}

#admin-dashboard .add-your-post-container-outer {
    max-width: 620px;
    border: 1px solid #6a6a6a;
}

    #admin-dashboard .add-your-post-container-outer .add-your-post-containe-title h3 {
        font-size: 22px;
    }

#admin-dashboard form.add-your-post-container .write-post-outer textarea {
    resize: none;
}

select.form-control, textarea.form-control, textarea {
    border-radius: 0;
}

#admin-dashboard form.add-your-post-container {
    padding: 10px 15px 10px 15px;
    background-color: rgb(44, 44, 44);
}

.header-inner .navbar ul li .dropdown-menu {
    background-color: rgb(27, 27, 27);
    color: #fff;
    left: 0px;
    top: 45px;
    padding: 0px;
    position: absolute;
}

    .header-inner .navbar ul li .dropdown-menu .dropdown-item {
        color: #fff;
        padding: 10px 20px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border-bottom: 1px solid rgb(63, 63, 63);
    }

        .header-inner .navbar ul li .dropdown-menu .dropdown-item:hover {
            background-color: #EE220B;
        }

    .header-inner .navbar ul li .dropdown-menu a span i {
        font-size: 20px;
        color: #fff;
    }

    .header-inner .navbar ul li .dropdown-menu a.dropdown-item span i {
        width: 32px;
    }

.space-create-circle-modal .modal-body .form-title h2 {
    font-size: 28px;
    color: #222;
    font-weight: 700;
    width: 85%;
}

.space-create-circle-modal .modal-header .close {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1;
    padding: 2px 8px;
    background-color: rgb(196, 196, 196);
    color: #fff;
    opacity: 1;
    outline: none;
    border: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    margin: 2px 2px 2px auto;
}

    .space-create-circle-modal .modal-header .close:hover {
        background-color: #EE220B;
        opacity: 1;
    }

.space-create-circle-modal .modal-header {
    padding: 0;
}

.controlHolder {
    border-radius: 5px;
    background: rgba(0,0,0,.4);
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px;
    z-index: 100;
}

.space-create-circle-modal .modal-header .form-title h2 {
    font-size: 28px;
    color: #222;
    font-weight: 700;
    margin-top: 5px;
}


#admin-dashboard .modal-category {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
#admin-dashboard .modal-content-category {
    background-color: #fefefe;
    border: 1px solid #888;
    width: 100%;
    max-width: 500px;
    margin: auto;
}
/* The Close Button */
#admin-dashboard .close-category {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    #admin-dashboard .close-category:hover,
    #admin-dashboard .close-category:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

#admin-dashboard .custom-form-card {
    background: #fff;
    padding: 15px;
    border-radius: 0;
    box-shadow: 1px 1px 11px #0000000f;
}

#admin-dashboard .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 0px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
}

    #admin-dashboard .dataTables_wrapper .dataTables_filter input:focus {
        outline: none;
    }


#admin-dashboard .dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 0px;
    padding: 5px;
    background-color: transparent;
    padding: 4px;
}

#admin-dashboard input[type=text] {
    border-radius: 0;
}

.adminLogin-UserImg {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

#example {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #example td, #example th {
        border: 1px solid #ddd;
        padding: 8px;
        white-space: nowrap;
    }

    #example th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #000;
        color: #eaeaea;
    }

#admin-dashboard .datatable-sec.document-table .table thead th:first-child {
    width: 100px;
}

#admin-dashboard .datatable-sec.document-table .table thead th:nth-child(2) {
    width: 150px;
}

#admin-dashboard .datatable-sec.document-table .table thead th:nth-child(3) {
    width: 700px;
}

#admin-dashboard .datatable-sec.document-table .table thead th:last-child {
    width: 100px;
}

.uploaded-category-image {
    width: 100px;
    height: 70px;
}

    .uploaded-category-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        white-space: normal;
    }



.valid-mob input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-radius: 0.25rem;
}

.valid-mob ::-webkit-input-placeholder {
    color: #bbb;
}

.valid-mob ::-moz-placeholder {
    color: #bbb;
    opacity: 1;
}

.valid-mob :-ms-input-placeholder {
    color: #bbb;
}

.valid-mob .intl-tel-input {
    width: 100%;
}

.valid-mob .correctMob-isValid {
    width: 30px;
    height: 30px;
    background: green;
    color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
}

.valid-mob .notCorrectMob-isNotValid {
    width: 30px;
    height: 30px;
    background: red;
    color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
}

.v-admin-countrycode {
    border-radius: 0.25rem !important;
}


#admin-dashboard .admin-management-options {
    padding-left: 25px;
}

.reombh .remove-nav-image {
    position: absolute;
    right: 5px;
    top: -10px;
    background: #fff;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 40%);
    cursor: pointer;
    z-index: 2;
}

    .reombh .remove-nav-image i {
        color: #EE220B;
    }

.new-navigation-image .remove-nav-image {
    position: absolute;
    right: 5px;
    top: -10px;
    background: #fff;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 40%);
    cursor: pointer;
    z-index: 2;
}

    .new-navigation-image .remove-nav-image i {
        color: #EE220B;
    }

.vilazia-mandatory-field {
    color: red;
}

.hidden {
    display: none;
}

.dob-edit-adminpanel, .dob-add-adminpanel {
    display: flex;
    align-items: center;
}

    .dob-edit-adminpanel select, .dob-add-adminpanel select {
        width: max-content;
    }

    .dob-edit-adminpanel input {
        width: 15%;
        margin-left: 5px;
        border-radius: 0;
    }

    .dob-add-adminpanel input {
        width: 33%;
        margin-left: 5px;
        border-radius: 0;
    }

.form-control.tileImageCropUpload {
    height: 45px;
}

.croppie-container {
    width: 100%;
    height: 80%;
}
/*For Access Page*/
.access-container {
    padding: 25px 20px;
    margin-top: 16px;
    box-shadow: 1px 1px 11px #0000000f;
    font-size: 17px;
}

.access-date .access-input {
    text-align: center;
    height: 30px;
    border: 1px solid #d1cece;
    background: transparent;
}

.access-btn {
    background-color: #f44236;
    border-radius: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    outline: none;
    border: 1px solid #f44236;
    padding: 3px 30px;
    color: #fff;
}

#customTextEditor {
    display: none;
}

.user-register-img {
    width: 35px;
    height: 35px;
}

    .user-register-img img {
        width: 100%;
        height: 100%;
    }


/*use management indicator icon*/
.linkitem-1{
    position:relative;
}
.notify-indi {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 40.7%;
    border-radius: 50%;
    right: 5%;
    background-color: green;
}
.citizenImg-2{
    width:75px;
    height:75px;
}

#CountryFlagMainImage {
    width: 222px;
    height: 119px;
}

.upload-citizenship-image img {
    width: 222px;
    height: 119px;
}

.img-vid-upload img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.about-logo img {
    width: 42px;
}

.footer-access {
    position: absolute;
    bottom: 0;
    width: 100%;
}
