.bank_div {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 10px;
    align-items: center;
    margin: 10px 10px 0;
}

.setteee {
    background: green;
    color: #fff;
    padding: 7px;
    border-radius: 8px;
}

.menu_over ul{
    background-color: transparent;
    width: 100%;
    right: 0px;
    top: 0;
    height: 100vh;
    transition: 0.5s;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
    contain: size style layout;
    padding-bottom: 120px;
}

.bank_img_div img {
    width: 115px !important;
    height: 70px !important;
}

img.d-block.w-100 {
    width: 750px !important;
}


.bank_content_div {
    flex: 1;
    padding: 0 64px;
}

.multi_img .upload-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.multi_img .uploaded-block {
    margin: 5px;
    position: relative;
}

.carousel-item img {
    max-width: 100% !important;
    height: 400px !important;
}

.remove_section {
    background-color: #F00 !important;
    left: 10px;
}

.fix_icon {
    position: absolute;
    top: 10px;
    width: 35px;
    height: 35px;
    color: #FFF !important;
    line-height: 35px;
    text-align: center;
    background-color: #DDD;
    border-radius: 50%;
    left: 45%;
}

.button_delete_addition {
    position: absolute;
    top: 10px;
    width: 35px;
    height: 35px;
    color: #FFF !important;
    line-height: 35px;
    text-align: center;
    background-color: #DDD;
    border-radius: 50%;
    background-color: #F00 !important;
    left: 16px;
    top: 8px;
}

/* Loading */

.loader-backdrop {
    background-color: #070707;
}

.bg_transpernt {
    background-color: rgba(39, 56, 60, 0.6) !important;
}

.loader_div {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    display: none;
}

.loader_div .loader span {
    color: #FFF;
    font-size: 18px;
    margin: 0px 25px;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bigSqr {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-animation: bigSqrShrink 1s linear infinite;
    animation: bigSqrShrink 1s linear infinite;
}

.square {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
}

.first {
    left: 0px;
    top: 20px;
}

.second {
    left: 20px;
    top: 20px;
    -webkit-animation: drop2 1s linear infinite;
    animation: drop2 1s linear infinite;
}

.third {
    left: 0px;
    top: 0px;
    -webkit-animation: drop3 1s linear infinite;
    animation: drop3 1s linear infinite;
}

.fourth {
    left: 20px;
    top: 0px;
    -webkit-animation: drop4 1s linear infinite;
    animation: drop4 1s linear infinite;
}

@-webkit-keyframes bigSqrShrink {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes bigSqrShrink {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@-webkit-keyframes drop2 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    25% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes drop2 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    25% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@-webkit-keyframes drop3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes drop3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@-webkit-keyframes drop4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    75% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes drop4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    75% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

/*  */

.loading {
    text-transform: uppercase;
    width: 250px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
}

.loading span {
    position: relative;
    z-index: 999;
    color: #fff;
    font-size: 20px;
}

.loading:before {
    content: '';
    background: #131313;
    width: 250px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: 3s loadingBefore infinite ease-in-out;
}

@keyframes loadingBefore {
    0% {
        transform: translateX(-14px);
    }

    50% {
        transform: translateX(14px);
    }

    100% {
        transform: translateX(-14px);
    }
}

.loading:after {
    content: '';
    background: #2c2c2c;
    width: 14px;
    height: 65px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: .5;
    animation: 3s loadingAfter infinite ease-in-out;
}

@keyframes loadingAfter {
    0% {
        transform: translateX(-50px);
    }

    50% {
        transform: translateX(50px);
    }

    100% {
        transform: translateX(-50px);
    }
}

/*  */

/* Loading */

::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: #363636;
    border: 1px solid #363636;
    width: 0px;
    height: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ecbc44;
    width: 0px;
    height: 0px;
}

/* Style Defalt  */


.hidden {
    display: none !important;
}

* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
}

@font-face {
    font-family: 'Cairo';
    src: url('/public/design/admin/fonts/DroidFont/Cairo-Light.ttf');
    src: url('/public/design/admin/fonts/DroidFont/Cairo-Regular.ttf');
    url('/public/design/admin/fonts/DroidFont/Cairo-SemiBold.ttf'),
}

body {
    min-width: 320px;
    overflow-x: hidden;
    overflow-y: hidden;
    background: #fff;
    color: #363636;
    font: 14px 'Cairo', sans-serif !important;
    line-height: 1.6em;
    /*position: relative;*/
}

textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #5a5a5a;
    opacity: 1;
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #5a5a5a;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #5a5a5a;
    opacity: 1;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #5a5a5a;
    opacity: 1;
}

::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #5c5c5c;
    border: 1px solid #5c5c5c
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2b2c75;
}

a,
button,
img {
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

a:hover,
a:focus {
    color: #fff;
}

a {
    display: inline-block;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 10px 0;
    color: #5c5c5c;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

::selection {
    background: #212121;
    color: #fff;
}

::-moz-selection {
    background: #212121;
    color: #fff;
}

input {
    width: 100%;
    padding: 20px;
    border: 1px solid #e4e4e4;
    color: #5a5a5a;
    border-radius: 50px;
    margin: 10px 0;
    font-size: 15px;
    height: 50px;
}

input:disabled,
select:disabled {
    background: #f7f7f7 !important;
}

textarea {
    width: 100%;
    padding: 20px;
    border: 1px solid #e4e4e4;
    color: #5a5a5a;
    border-radius: 10px;
    margin: 10px 0;
    font-size: 15px;
    resize: none;
    min-height: 150px;
}

::-webkit-input-placeholder {
    color: #5a5a5a;
    opacity: 1;
}

::-moz-placeholder {
    color: #5a5a5a;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #5a5a5a;
    opacity: 1;
}

:-moz-placeholder {
    color: #5a5a5a;
    opacity: 1;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: 0.3s
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    display: inline-block;
}

.btn_button {
    padding: 8px 25px;
    border-radius: 5px;
    font-size: 18px;
    margin: 15px auto;
    display: table;
}

.btn_black {
    background: #363636 !important;
    color: #fff !important;
    border: 1px solid #363636 !important;
}

.btn_red {
    background: #F00 !important;
    color: #fff !important;
    border: 1px solid #F00 !important;
}

.btn_yellow {
    background: rgb(243, 148, 61) !important;
    color: #fff !important;
    border: 1px solid rgb(243, 148, 61) !important;
}

.btn_primary {
    background: #3f51b5 !important;
    color: #fff !important;
    border: 1px solid #3f51b5 !important;
}

.btn_green {
    background: #9de5cd !important;
    color: #fff !important;
    border: 1px solid #9de5cd !important;
}

.btn_pray {
    background: #abdee5 !important;
    color: #fff !important;
    border: 1px solid #abdee5 !important;
}

.btn_tpy {
    background: #f8b892 !important;
    color: #fff !important;
    border: 1px solid #f8b892 !important;
}

.btn_round_yellow {
    background: #2273c2 !important;
    color: #fff !important;
    border: 1px solid #2273c2 !important;
    border-radius: 50px !important;
}

.btn_round_black {
    background: #2273c2 !important;
    color: #fff !important;
    border: 1px solid #2273c2 !important;
    border-radius: 50px !important;
}

.color_black {
    color: #363636;
}

.color_light {
    color: #FFF;
}

.color_red {
    color: #F44336;
}

.color_pink {
    color: #e91e63;
}

.bg_green {
    background-color: #01b8aa;
}

.bg_green {
    background-color: #28383c;
}

.bg_green {
    background-color: #fd625e;
}

.bg_light {
    background-color: #F2FAF4;
}

/* uploadImage */

.images-upload-block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 20px 0;
}

.upload-img {
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 170px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    margin: 5px;
    border: 1px dotted #bcbcbc;
}

.upload-img:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    right: 0;
}

.upload-img span {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9;
    top: 50%;
    transform: translateY(-50px);
    font-size: 22px;
}

.upload-img span i {
    color: #e4e4e4
}

.upload-img i {
    font-size: 40px;
    color: #e4e4e4;
}

.upload-img input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    display: none
}

.uploaded-block {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 5px;
    width: 150px;
    height: 150px;
    z-index: 9;
}

.uploaded-block img {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 10px;
}

.uploaded-block .close {
    position: absolute;
    top: 0px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-size: 30px;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto !important;
    padding: 0 !important;
}

.images-upload-block h5 {
    color: #c3c3c3;
}

.width_50 {
    width: 50%;
}

.width_100 {
    width: 100%;
}


/* Style DashBoard */

.gx-footer {
    padding: 12px;
    border-top: 0px solid #d4d4d4;
    color: #a1a1a1;
    margin: 0;
    text-align: center;
}

.block_login {
    background-image: url('/public/images/site/bg_3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: 100vh;
}

.overLay {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.login-content {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
    top: 20%;
    padding-top: 95px;
    padding-bottom: 35px;
    width: 500px;
    max-width: 100%;
}

.Footer {
    padding: 12px;
    border-top: 1px solid #d4d4d4;
    color: #ffffff;
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
    right: 0;
    background-color: #FFF;
}

.Footer_login {
    padding: 12px;
    border-top: 1px solid #d4d4d4;
    color: #ffffff;
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
    right: 0;
}

.login-header {
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.login-header a {
    background-color: #FFF;
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(209, 209, 209, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(209, 209, 209, 1);
    box-shadow: 0px 0px 5px 0px rgba(209, 209, 209, 1);
}

ul.nav-menu li {
    display: block;
}

ul.nav-menu li.menu>a:before {
    margin: 0;
}

ul.nav-menu li.menu>a:before {
    top: 5px;
}

.side-nav .user-profile {
    padding: 17px 20px;
}

.flex_space {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gx-wrapper {
    overflow-x: hidden;
    padding: 10px;
}

.Block_Section a {
    display: block;
    width: 30%;
    text-align: center;
    border-radius: 5px;
    position: relative;
    margin: 10px 5px;
    padding: 22px 15px;
    /*padding-top: 30px;*/
}

.Gx_Card {
    background-color: #FFF;
    position: absolute;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 5px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #009688;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(171, 171, 171, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(171, 171, 171, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(171, 171, 171, 0.4);
}

.Gx_Body strong {
    background-color: #FFF;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    /* color: #27383c; */
    font-size: 25px;
    padding: 0;
    position: relative;
    top: 0;
    right: 25px;
}

.Gx_Body .shape{
    content: "";
    position: absolute;
    top: -5px;
    right: 20px;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    animation-name: rotate;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.Gx_Body {
    flex-direction: row-reverse;
}

.Gx_before {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    top: -5px;
    margin: auto;
    animation-name: rotate;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.gx-toolbar {
    background-color: #28383c !important;
}

.side-nav {
    background-color: #28383c !important;
}

.side-nav .user-profile {
    background-color: #28383c !important;
    border-bottom: 1px solid #414c4f !important;
}

.page-heading .title {
    margin: 0;
}

.page-heading {
    margin-bottom: 70px;
}

ul.nav-menu>li.selected>a,
ul.nav-menu>li.open>a,
ul.nav-menu>li>a:hover,
ul.nav-menu>li>a:focus {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff;
}

ul.nav-menu>li.selected>a {

}

.dropdown-menu {
    text-align: center;
    padding: 0px;
}

.dropdown-item {
    padding: 15px 0;
    border-bottom: 1px solid #DDD;
}

.dropdown-menu .dropdown-item:last-child {
    border: 0px;
}

table.table-bordered.dataTable thead {
    border-bottom: 1px solid #DDD !important;
    white-space: nowrap !important;
}

table.table-bordered.dataTable tbody tr:nth-child(odd) {
    background-color: #f8f8f8;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    color: #27383c;
    text-align: center !important;
    vertical-align: middle;
    padding: 15px !important;
    width: 250px !important;
    white-space: nowrap !important;
    /*border: 0 !important;*/
}

table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_desc_disabled::before {
    display: none;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
    display: none;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 15px 0;
}

.gx-card {
    text-align: center;
}

.gx-card .gx-btn {
    width: 250px;
    margin: 0 10px 10px 10px !important;
    line-height: 25px !important;
    border-radius: 5px;
    /*margin-bottom: 10px;*/
}
.selectize-input{
    min-width: 88px !important;
    height: 40px !important;
    min-height: unset !important;
    display: flex !important;
    align-items: center !important;
}
.selectize-input>*{
    display: unset !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    display: inline-block;
    width: auto;
    margin: 0px 10px !important;
    border-radius: 5px;
    height: 33px;
}

div.dataTables_wrapper div.dataTables_info {
    padding: 30px 0;
}

div.dataTables_wrapper div.dataTables_info {
    padding: 0;
    position: absolute;
    bottom: 10px;
}

.dataTables_wrapper .dataTables_length {
    margin-bottom: 50px;
}

table.dataTable {
    border-collapse: collapse !important
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 1px;
}

.custom-control {
    position: relative;
    display: block;
    min-height: auto;
    padding-left: 0;
    text-align: center;
}

.custom-control input {
    width: auto;
    height: auto;
}

.modal-title {
    justify-content: center;
}

.modal-body h3 {
    margin: 20px 0;
    text-align: center;
}

.col_btn {
    text-align: center;
    margin: 30px 0;
    margin-bottom: 0;
}

.col_btn button {
    width: 150px;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
}

.form-group select {
    height: 50px !important;
}

.checkbox-replace label::before {
    content: "";
    top: 4px;
    position: relative;
}

.pt-classic .package-items,
.pt-default .package-items,
.pt-dark .package-items,
.pt-circle .package-items {
    padding: 20px 15px;
}

.pt-classic .package-header,
.pt-default .package-header,
.pt-dark .package-header,
.pt-circle .package-header {
    padding: 15px;
    text-align: center;
}

.dark-indigo ul.nav-menu li.menu .sub-menu li>a:hover,
.dark-indigo ul.nav-menu li.menu .sub-menu li>a:focus,
.dark-indigo ul.nav-menu li.menu.open .sub-menu li.active>a:before,
.dark-indigo ul.nav-menu li.menu .sub-menu li>a:focus:before,
.dark-indigo ul.nav-menu li.menu .sub-menu li>a:hover:before {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff;
}

.dark-indigo ul.nav-menu li ul {
    background-color: transparent;
}

.gx-module {
    margin: 0px;
}

.module-side {
    flex: 0;
    max-width: 190px;
    min-width: 190px;
    border: 1px solid #e9ecef;
}

.module-add-task {
    padding: 0;
}

.module-nav li a {
    padding: 10px 0;
}

.module-nav li i {
    margin: 10px;
}

.add_massage {
    padding: 12px;
}

.module-box-topbar {
    padding: 0px 15px;
    align-items: center;
    justify-content: space-between;
    border: 0;
    margin-bottom: 20px;
}

.module-box-content {
    width: 80%;
}

.block_massage {
    border: 1px solid #DDD;
    width: 97%;
    margin: 10px auto;
    border-radius: 0px;
    padding: 15px 50px;
}

.block_massage .module-list-info {
    max-width: 100%;
    margin: 0;
}

.block_massage .form-checkbox {
    position: absolute;
    right: -10px;
    background-color: #FFF;
    padding: 5px 10px;
    border: 1px solid #DDD;
    border-radius: 5px;
    top: -15px;
    margin: 0;
}

.block_massage .flex_space span {
    width: auto !important;
}

.not_found_text {
    text-align: center;
    font-size: 27px;
    height: 100px;
    line-height: 100px;
}

.block_email {
    padding: 24px;
    border: 1px solid #DDD;
    width: 97%;
    margin: auto;
}

.img_senter {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin: 0px 10px;
}

.back_click a {
    position: absolute;
    background-color: #3e51b5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.back_click a i {
    color: #FFF;
}

.control-label {
    width: 100%;
}

.table_social th,
.table_social td {
    border: 1px solid #DDD;
    text-align: center;
}

.btn_setting button,
.btn_setting a {
    background-color: #3e51b5;
    width: 45px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    color: #FFF;
}

.btn_setting a {
    background-color: #f00;
}

.frame_time {
    /*top: 100px;*/
    /*position: absolute;*/
    /*left: 10px;*/
    width: 20%;
    display: inline-block;
    top: 15px;
    position: relative;
}

.checkbox-replace label::after {
    top: 9px;
}

.form_sent {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
}

.gx-main-content {
    padding-bottom: 50px;
    padding-top: 50px
}

.form_sent textarea {
    padding: 10px 20px;
    color: #5a5a5a;
    border-radius: 20px !important;
    margin: 0;
    min-height: auto;
    height: auto !important;
}

.form_sent a {
    position: absolute;
    background-color: #26454d;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 20px;
    color: #FFF !important;
}

.chat_group {
    height: 500px;
    overflow-y: auto;
    padding-bottom: 70px;
}

.chat_user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.chat_avatar {
    flex: 1;
}

.chat_info {
    flex: 4;
}

.chat_avatar_mode {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.chat_avatar_mode img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.info_massage {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat_date {
    width: 25px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: -10px;
    background-color: #f00;
    border-radius: 50px;
    color: #FFF;
    font-size: 12px;
}

.active_massage {
    background-color: #efefef;
}

ul.nav-menu li i {
    margin: 0px 10px;
}

.btn,
.gx-btn,
.btn_button,
.btn_setting a,
.btn_setting button {
    transition: 0.5s;
}

.btn:hover,
.gx-btn:hover,
.btn_button:hover,
.btn_setting a:hover,
.btn_setting button:hover {
    transform: scale(0.9);
}

.btn {
    padding: 10px 40px;
}

.side-nav .user-avatar {
    border: 1px solid #DDD;
}

.drop_down {
    top: 25px !important;
    left: 20px !important;
}

.user_enter {
    position: relative;
    top: -4px;
    color: #FFF !important;
}

.dropdown-toggle::after {
    position: absolute;
    top: 50%;
}

.quick-menu .dropdown-menu {
    top: 15px !important;
}

.header_user_name {
    position: relative;
    top: -30px;
}

.chat-user-hd {
    margin-bottom: 15px;
}

.side-nav {
    background-image: url('/public/design/admin/images/body_during.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
    position: relative;
    height: 100vh;
}

.over_lay {
    position: absolute;
    background-color: rgba(91, 91, 91, 0.55);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

/*.package-items {*/
/*    height: 300px;*/
/*    overflow-y: auto !important;*/
/*}*/

.nav-menu {
    z-index: 99;
}

.dark-indigo ul.nav-menu li a {
    color: #FFF;
}

.dark-indigo ul.nav-menu li.menu>a:before {
    color: #FFF;
}

.gx-toolbar {
    background-color: #33393c !important;
}

.Block_Up{
    min-height: 400px;
    position: relative;
}

.Err_Block img {
    max-width: 300px;
}
.Err_Block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-nav .user-profile {
    background-color: #33393c !important;
    border-bottom: 1px solid #33393c !important;
}

.package:hover{

}

.site-logo {
    width: 100%;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #33393c;
    -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.site-logo img {
    max-width: 170px;
}

.img_border {
    border: 1px solid #FFF;
    margin: 0px 10px;
    border-radius: 5px;
}
.select2-dropdown {
    z-index: 99999 !important;
}

@media (max-width: 424px) {
    .header-notifications>li>a{
        font-size: 15px;
    }
}