 /**************************************

Template Name: Inca Message Center 



**************************************
    Table Of Contents
**************************************

1.
2. 
3.   


**************************************/



/* common style  */
.bg-dark {
	background-color: #1D262D !important;
}
.select2-search--dropdown {
	padding: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	display: none;
}
.form-group.textbox textarea{
	height: inherit;
}
.form-group.checkbox-group {
	margin-left: 20px;
}
.form-group.checkbox-group .cbx {
	position: absolute;
	left: 45px;
	top: 6px;
}

[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
	font-size: 16px;
	margin-left: 0;
	color: #4EB99F;
}
.developer a {
	color: #707070;
} 
.developer a:hover {
	color: #4EB99F;
} 


/* Dashboard style  */
.asset_overview {
	margin-top: 66px;
	height: 180px;
	border-radius: 30px;
    margin-bottom: 30px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}
.asset_overview-img img{
	margin-top: -66px;
	position: relative;
}
.asset_overview h2 {
	font-size: 60px;
	line-height: 1;
	margin-top: -15px;
}
.asset_overview p {
    font-size: 30px;
}
.bg-gradient-purple  {
	background: linear-gradient(135deg, #e564fb 0%,#9c27b0 66%);
	box-shadow: 0 1rem 3rem rgba(156, 39, 176, .35);
}
.bg-gradient-blue {
	background: linear-gradient(135deg, #77C1FC 0%,#42A5F5 66%);
	box-shadow: 0 1rem 3rem rgba(66, 165, 245, .35);
}
.bg-gradient-green {
	background: linear-gradient(135deg, #6FF175 0%,#66BB6A 66%);
    box-shadow: 0 1rem 3rem rgba(102, 187, 106, .35);
}
.bg-gradient-yellow {
	background: linear-gradient(135deg, #FFD291 0%,#FFA726 66%);
	box-shadow: 0 1rem 3rem rgba(255, 167, 38, .35);
}
.asset_overview:hover{
    box-shadow: none;
}

.sidebar-menu-one .sidebar-menu-content .nav-sidebar-menu > .nav-item .sub-group-menu > .nav-item .nav-link:hover {
    background: #008E7B;
} 
/* Admission Form  */
.form__title {
	color: #ffffff;
	background-color: #042954;
	border-color: #15494e;
	font-size: 16px;
	padding: 12px 20px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.form--panel {
	border: 1px solid #ced4da;
	padding: 20px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* Student Details  */
.about--details img {
	width: 100%;
}
.about--details .table tr td:nth-child(1) {
	width: 200px;
}
.about--details .form--panel {
	padding: 0;
}

/* Message Form Style  */
.selectAllStaff-wrap label::before,
.selectAllStaff-wrap  label::after {
	top: .5px;
}
.selectAllStaff-wrap label {
	padding-left: 24px;
}
#selectAllStaff {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 1px;
	left: 12px;
	z-index: 1;
	opacity: 0;
}
.contactInfo--grid, .smsReport--grid {
	position: relative;
	overflow: hidden;
	height: 350px;
	border-radius: 5px;
}
.contactInfo--grid .table-responsive {
	height: 100%;
}
.smsReport--grid .table-responsive {
	overflow-x: hidden;
	height: 100%;
}

.breadcumb {
    border-bottom: 2px solid #008E7B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
.breadcumb-meta label{
	font-weight: 500;
	font-size: 20px;
}
input#bMeta_date {
    background: #979B9A;
    color: #fff;
    font-size: 18px;
    outline: 0;
    border: 1px solid #979B9A;
    padding: 8px;
    border-radius: 3px;
}
.breadcumb h1 {
    color: #008E7B;
    font-weight: 700;
    font-size: 28px;
    text-transform: capitalize;
}

.search--wrap {
    display: inline-block;
    position: relative;
}
.search--wrap i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    cursor: pointer;
    line-height: 38px;
    padding: 0 12px;
}
.search--wrap input {
    width: 600px;
    max-width: 600px;
    display: inline-block;
    padding: 0 15px 0 35px;
    border: 2px solid #008E7B;
    box-shadow: none;
}

/* Dashboard Style  */
.row.db_row {
    max-width: 1400px;
    margin: 50px auto 0;
}
.dcard-item {
    margin-bottom: 30px;
}
.card.db_card {
    -webkit-box-shadow: 0px 10px 20px 0px rgb(229 229 229 / 100%);
    box-shadow: 0px 10px 20px 0px rgb(229 229 229 / 100%);
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 0;
    transition: ease-in-out .1s;
}
    .card.db_card:hover {
        -webkit-box-shadow: 0px 0px 6px 0px rgb(229 229 229);
        box-shadow: 0px 0px 6px 0px rgb(229 229 229);
    }
.card.db_card .caed-head {
    background-image: linear-gradient(to right, #3DC5B2, #04917E);
	color: #fff;
	padding: 12px 15px;
	text-transform: capitalize;
}
.db_card .card-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
	box-shadow: none;
	min-height: 200px;
}
.db_card .bold--text {
    color: #505050;
    font-weight: 700;
	font-size: 36px;
}
.card.db_card .card-body span {
	font-size: 36px;
	display: inline-block;
	
}
.mediaIcon {
    font-size: 40px;
}
/* New messaage style  */
.form-control {
    font-size: 15px;
    height: 38px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.select2-container .select2-choice {
    background-color: #fff;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    border: none;
    height: 34px;
    line-height: 34px;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
}
.select2-container .select2-choice div b,
.select2-container .select2-choice div {
    display: none;
}
#senderID {
    font-size: 15px;
	border-radius: 10px;
}
.form-control:focus {
    border-color: #008E7B;
    box-shadow: 0 0 0 .2rem rgba(0,142,123,.05);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0090FF;
    font-weight: 500;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    color: #495057;
}

.custom-file-upload input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
	background-color: #F6F6F6;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
	display: flex;
	align-items: center;
	max-width: 390px;
}
.custom-file-upload .dw-icon {
	font-size: 46px;
	color: #0090FF;
	margin-right: 15px;
}

/* Select dropdown country  */

.select2-choices {
	position: relative;
	z-index: 1;
}
.select2-choices::before  {
	position: relative;
	content: '';
	background:#ccc;
	height: 100%;
	width: 100%;
	z-index: 999999;
}
#checkbox_enable {
    position: absolute;
    bottom: 43px;
    right: -40px;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.bulkSMS__wrapper.disabled {
	position: relative;
    z-index: 1;

}
.bulkSMS__wrapper.disabled::before {
    content: '';
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 999;
    
}
.select2-container-multi .select2-choices {
    min-height: 44px;
    border-radius: 10px;
    background-image: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.select2-container-multi .select2-choices .select2-search-field input {
    height: 44px;
}
.select2-container-multi .select2-choices .select2-search-choice {
    line-height: 30px;
    border: 1px solid #f2f2f2;
    background: transparent;
	padding-left:20px;
}
.select2-search-choice-close::before {
    content: 'X';
    position: absolute;
    top: 0;
	font-size: 16px;
	font-weight: 500;
	color: #ff0000;
}


.card.form-control {
    height: 100%;
    padding: 0;
}
.card.form-control  .card-head,
.card.form-control  .card-footer {
    background: #F7F7F7;
    padding: 10px;
}
.card.form-control  textarea,
.card.form-control  textarea:focus{
    border: none;
    outline: 0;
}

.messageContentBox {
    position: relative;
    height: 560px;
    width: 290px;
    margin: auto;
}
.card.form-control .message__template .dropdown-menu {
    background: #fff;
}
.msgPrevieWrap {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    background: #E1E1E1;
    border-radius: 15px;
    padding: 15px 8px;
    overflow: hidden;
}
.messagecontentText {
    font-size: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    line-clamp: 13;
    -webkit-box-orient: vertical;
    overflow: auto;
}
span.messagecontentAlert {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: left;
    left: 45px;
    font-size: 15px;
}

/* Message Credit  */
.card.messageCredit {
    background: #F7F7F7;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    padding:20px;
    text-align: right;
    margin-top: 15px;
}
.card.messageCredit p{
    margin-bottom: 0;
    font-style:italic;    
    font-weight: 300;
}
.card.messageCredit p b{ 
    font-weight: 600;
}
.smsSendingBtnsGroup button {
    font-size: 15px;
    font-weight: 400;
    padding: 6px 19px;
    min-width: 100px;
}

/* Message Template  */
.message__template .dropdown-toggle{
    color: #495057;
    font-weight: 500;
}
.message__template .dropdown-toggle::after{
    display: none;
}
.message__template .dropdown-menu  ul {
    padding: 15px;
    width: 100%;
}
.message__template .dropdown-menu li {
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    text-transform:capitalize;
}
    .message__template .dropdown-menu li:hover,
    .message__template .dropdown-menu li.active {
        color: rgb(0, 142, 123);
    }
    .message__template .dropdown-menu li::before {
        content: '\f00c';
        position: absolute;
        left: 0;
        top: 4px;
        font-size: 10px;
        font-family: "Font Awesome 5 Free";
        color: rgb(0, 142, 123);
        font-weight: 900;
    }
/*.message__wrap {
    width: 90%;
}
*/
.dismiss_template {
    position: absolute;
    top: -5px;
    right: -4px;
}
.dismiss_template button.btn {
    font-weight: 400;
    font-size: 15px;
}
/* Sent Message page style  */
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #fff;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #fff;
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fff;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #fff;
}
.table thead th {
    border-bottom: 1px solid #707070;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.table tr td {
    vertical-align: middle;    
    position:relative;
}
    .table tr td p {
        color: #000;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 2px;
        font-size: 16px;
        font-weight: 600;
    }
.table tr td a {
    color: #007EAE;
    text-decoration: underline;
    text-transform: capitalize;
    font-size: 14px;
}

.table tr td a i {
    font-size: 24px;
}

.dropdown_action  .dropdown-item i {
	font-size: 16px;
	margin-right: 10px;
}
button.btn__messageStatus {
    /*padding: 7px 25px 5px;*/
    text-transform: uppercase;
    font-size: 12px;
    /*border-radius: 10px;*/
    font-weight: 500;
    position: relative;
}
.ReadUnread_status {
    position: absolute;
    top: -4px;
    right: -4px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: red;
    border: 1px solid #fff;
}
span.message__sendTime {
    /*background: rgb(193, 193, 193);*/
    /*padding: 5px 7px;*/
    /*border-radius: 10px;*/
    color: rgb(0, 0, 0);
    width: 150px;
    display: inline-block;
    text-transform: uppercase;
}
.dropdown_action a.dropdown-toggle {
    color: #000000;
    font-size: 26px;
}
.dropdown_action a.dropdown-toggle::after {
    display: none;
}
.header__meta {
	display:flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #008E7B;
}
.header__btnGroup button,
.btn-common {
    border: 2px solid #008E7B;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 15px;
    cursor: pointer;
}
.bg-transparent {
    background: #fff;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 18px;
    cursor: pointer;
    border: 2px solid #008E7B;
}
.bg-common{
    background: #008E7B;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    border: 2px solid #008E7B;
}
.bg-warning {
    background-color: #FF8800!important;
    color: #fff;
    border: 2px solid #FF8800 !important;
}
.bg-danger {
    background-color:#ff0000!important;
    color: #fff;
    border: 2px solid #ff0000!important;
}
.bg-danger:hover {
    background-color:#bd2130!important;
    color: #fff;
    border: 2px solid #bd2130!important;
}
.bg-danger:focus{
    outline:0 !important;
    border: 2px solid #bd2130!important;

}
.bg-warning:focus{
    outline:0 !important;
    border: 2px solid #ffc107 !important;

}
.action--group .text-orange {
    color: #FF7700;
}
.action--group .text-red {
    color: #FF0000;
}
.action--group .text-inform,
.text-inform {
    color: #00B9FF;
}
.action--group .text-green {
    color: #00B13B;
}
.action--group .text-orange:hover {
    color: #cc5f00;
}
.action--group .text-red:hover {
    color: #b30000;
}
.action--group .text-inform:hover,
.text-inform:hover  {
    color: #00a3cc;
}
.action--group .text-green:hover {
    color: #00802b;
}
.car-icon {
    font-size: 28px;
}
.action--group a  {
    display: inline-block;
}
.action--group a i {
	margin-left: 15px;
	font-size: 20px;
}
.bg-transparent:hover,
.bg-transparent:hover:focus,
.bg-common:hover,
.bg-common:focus {
    background: #006658 !important;
	color: #fff;
	border: 2px solid #006658 !important;
    outline: 0 !important;
}
.header__btnGroup button  i{
    margin-right: 10px;
}
.table td {
    border-bottom: 1px solid rgba(112, 112, 112,0.5)
}

.td_message {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.table td, .table th {
    border-top: none;
}
.dropdown_action .fas.fa-cog{
    transform: rotate(0deg);
    transition: .1s;
} 
.dropdown_action.show .fas.fa-cog{
    transform: rotate(120deg);
} 
.table th .form-check label {
    font-size: 16px;
}
.btn--more .dropdown-toggle {
    color:#000;
}
.btn--more .dropdown-toggle:hover {
    color: #fff;
}

.dropdown.btn--more .dropdown-menu .dropdown-item {
    font-size: 18px;
}
/* Contact Groups */
.nav-tabs.style-two {
    text-align: center;
    display: block;
    border-bottom: none;
}
.nav-tabs.style-two .nav-item {
    display: inline-block;
    margin: 0 5px;
}
.nav-tabs.style-two .nav-link i{
    font-size: 16px;
}
.nav-tabs.style-two .nav-item .nav-link{
	color: #000;
	font-weight: 500;
	background: #008E7B;
	font-size: 18px;
	padding: 7px 12px 7px 5px;
	border: 2px solid #008E7B;
	border-radius: 5px;
}
.nav-tabs.style-two .nav-item .nav-link:hover{
    background: transparent;
    border: 2px solid #008E7B;
}
.single-item {
    border-bottom: 2px solid rgba(112, 112, 112,0.5);
    padding: 30px 10px 15px;
    cursor:pointer;
}
    .single-item:hover,
    .single-item.active {
        background-color: #BAECFF;
    }
.single-item .item-icon {
    font-size: 36px;
    color: #000000;
    margin-right:10px;
    line-height: 0;
}
.single-item .item-content h3 {
    font-weight: 800;
    letter-spacing: 1px;
}
.groupTitle {
    text-transform: capitalize;
}
.single-item .action--group a {
    line-height: 1.1;
}
.header__metaOptions.style-two .search--wrap input {
    max-width: 435px;
}


.contactForm {
    display: none;
}
.contactForm.active {
    display: block;
}

/*.table--wraper {
    position: relative;
    height: 700px;
    overflow: scroll;
}*/
.table--wraper {
    position: relative;
    max-height: 700px;
    overflow: auto;
}


.overflow--card {
    position: relative;
    height: 650px;
    overflow-y: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
/*.overflow--card::-webkit-scrollbar,
.table--wraper::-webkit-scrollbar,
.dashboard-content-one::-webkit-scrollbar {
    display: none;
  }*/
  
  /* Hide scrollbar for IE, Edge and Firefox */
  /*.overflow--card,
  .table--wraper,
  .dashboard-content-one {
    -ms-overflow-style: none;*/  /* IE and Edge */
    /*scrollbar-width: none;*/  /* Firefox */
  /*}*/

  .bulkSMS__wrapper {
    position: relative;
  }

 /*Message Details Popup */
.ModalDetails button.btn__messageStatus {
    text-transform: capitalize;
    padding: 3px 15px;
    font-size: 16px;
}
.ModalDetails .modal-dialog,
.ModalAllStatus .modal-dialog {
    max-width: 900px;
}
.ModalDetails span.btn {
    font-size: 14px;
    border-radius: 5px;
}
.ModalDetails h6 span.title {
    min-width: 120px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: normal;
    color: #000;
}
.message_detailTxt {
    font-size: 14px;
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
}
/*.ModalDetails .row{
    padding-bottom: 15px;
    margin-bottom:15px;
    border-bottom: 1px solid #f2f2f2;
    margin-left:0;
    margin-right:0;
}*/
.ModalDetails .row {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}
.ModalDetails .row:last-child {
    padding-bottom:0;
    margin-bottom: 0;
    border-bottom: none;
}
.modal .modal-dialog .modal-content {
    box-shadow: 0 0 100px rgba(0,0,0,0.3);
}

/*header Top menu - Language and user */
.header-right {
    position: absolute;
    right: 40px;
}
    .header-right .main-menu {
        background: #008E7B;
        color: #fff;
        font-size: 16px;
        padding: 6px 12px;
        border-radius: 5px;
    }
    .header-right .main-menu:hover {
        background: #006658 ;
    }
        .header-right .main-menu span {
            color: #fff;
        }
        .header-right .main-menu i {
            font-size: 1.5rem;
            margin-right: 0;
            line-height: 1;
            margin-left: 10px;
        }
        .top-menu > li {
            position: relative;
        }

    .top-menu > li > a {
        display: none;
    }

.top-menu ul {
    display: flex;
    align-items: center;
}

.top-menu li + li {
    margin-left: 1rem;
}

.top-menu a {
    display: inline-flex;
    align-items: center;
}

.top-menu i {
    font-size: 2rem;
    margin-right: 0.8rem;
    line-height: 1;
}

    .top-menu i.icon-heart-o {
        margin-top: -0.2rem;
    }

.top-menu span {
    color: #c96;
    margin-left: 0.3rem;
}

.header-dropdown {
    position: relative;
    padding-top: 0.8rem;
    padding-bottom:0;
}
.header-right .header-dropdown .header-menu ul {
    display: block;
}
.header-right .header-dropdown .header-menu ul li {
    display: block;
}
    .header-dropdown + .header-dropdown {
        margin-left: 2.9rem;
    }

.header-dropdown > a, .header-dropdown > span {
    position: relative;
    display: inline-flex;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-right: 2.2rem;
    align-items: center;
    text-transform: capitalize;
}

    .header-dropdown a:hover,
    .header-dropdown a:focus {
        text-decoration: none;
    }

.header-menu {
    position: absolute;
    left: -1.5rem;
    top: 100%;
    z-index: 20;
    padding: 0;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #262626;
    box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
    transition: all 0.25s;
    margin-top: 1px;
    border-radius: 5px;
}

.header-dropdown:first-child .header-menu {
    left: 0;
}

.header-menu:before {
    content: "";
    display: block;
    width: 100%;
    height: 0.1rem;
    position: absolute;
    top: -1px;
    left: 0;
}

.header-dropdown:hover > .header-menu,
.header-dropdown:focus > .header-menu {
    visibility: visible;
    opacity: 1;
}

.header-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .header-menu ul li {
        margin: 0;
    }

    .header-menu ul a {
        padding: 0.7rem 1.5rem;
        display: flex;
        align-items: center;
        white-space: nowrap;
        color: #fff;
        border-bottom: 1px solid #bbb;
        font-size: 15px;
    }
        .header-menu ul a:hover {
            color: #fff;
            background: #008E7B;
        }
.header-menu a {
    color: inherit;
}

    .header-menu a:hover,
    .header-menu a:focus {
        color: #c96;
    }

.top-menu .header-menu a img {
    max-width: none;
    margin-right: 10px;
    width: 15px;
}

.header-right .header-menu,
.header-right .header-dropdown:first-child .header-menu {
    left: auto;
    right: 0;
}

.header-right .top-menu + .header-dropdown {
    margin-left: 2.5rem;
}

#lblStatus p {
    color: #f00;
    position: absolute;
    right: -55px;
    bottom: -4px;
    font-size: 18px;
}


/*End header Top menu - Language and user */

/*===================================================*/
/*===================================================*/
/*===================================================*/
/* Responsive  Start here*/
/*===================================================*/
/*===================================================*/
/*===================================================*/
.modal-open .modal {
    z-index: 99999;
}
#ModalContacts .modal-dialog {
    overflow:auto;
    background:#fff;
}
#ModalContacts .modal-dialog {
    max-width: 1200px;
}

@media only screen and (max-width: 1450px) {
    #ModalContacts .modal-dialog{
        max-width: 1200px;
    }
    .ModalDetails .modal-dialog,
    .ModalAllStatus .modal-dialog {
        max-width: 900px;
    }
}

@media only screen and (min-width: 1366.98px) {
    .new-added-form .row{
		padding-right: 60px;
	}
	.new-added-form label{
		padding-left: 55px;
	}


}



@media only screen and (max-width: 1366.98px) {
    .sentMessage--wraper {
        width: 100%;
        overflow: scroll;
    }
    .header__btnGroup button {
        margin-bottom: 10px;
    }
    .message__wrap {
        width: 100%;
    }
   /* .smsSendingBtnsGroup button {
        padding: 8px 15px;
    }*/
    .table--wraper {
        height: 400px;
    }
    .overflow--card {
        height: 400px;
    }
    .bulkSMS__wrapper {
        width: 90%;
        position: relative;
    }

}


@media only screen and (max-width: 1200px) {
    .search--wrap input {
        width: 400px;
    }
}

@media only screen and (max-width: 1023.98px) {
    .header__meta {
        display: block;
    }
    .header__btnGroup {
        margin-top: 10px;
    }
    .nav-tabs.style-two .nav-item .nav-link, .nav-tabs.style-two .nav-item .nav-link {
        font-size: 16px;
        padding: 7px 10px 7px 5px;
    }
    .item-content h3 {
        font-size: 18px;
    }
    .search--wrap {
        margin-bottom: 10px;
    }
}



@media only screen and (max-width: 991.98px) {
    .about--details img {
		width: auto;
		margin-bottom: 30px;
	}
	.dcard-item {
		margin-bottom: 30px;
	}
    .bulkSMS__wrapper.disabled {
        width: 95%;
    }
    .search--wrap input {
       margin-bottom: 10px;
    }
    .nav-tabs.style-two .nav-item .nav-link, .nav-tabs.style-two .nav-item .nav-link {
        font-size: 18px;
        padding: 7px 25px 7px 12px;
    }
}
@media only screen and (max-width:767.98px){
    .header-right {
        position: absolute;
        right: 55px;
        top: 12px;
    }
        .header-right .main-menu span.lblLanguage {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: 35px;
            text-transform: uppercase;
        }
    .menu-lang i {
        display: none;
    }

}

@media only screen and (max-width: 575.98px) {
    .card-body {
        padding: 15px 15px 30px;
    }
    .btn-fill-lg {
        padding: 8px 38px;
    }
	.dataTables_wrapper .dataTables_paginate .paginate_button {
		padding: 5px;
	}
	.item-title h3 span {
		display: block;
	}
	.row.center--row {
		flex-direction: column-reverse;
	}
    .search--wrap {
        display: block;
    }
    .search--wrap input {
        width: 100%;
    }
    .header__metaOptions.style-two .header__btnGroup{
        text-align: right;
    }
    .header__metaOptions.style-two .search--wrap input {
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 480.98px) {
	.about--details .item-title h3 {
		margin-bottom: 15px;
	}
	.form--panel {
		padding: 15px;
	}
	input#bMeta_date {
		font-size: 12px;
		padding: 4px;
	}
	.breadcumb-meta label {
		font-weight: 400;
		font-size: 16px;
	}
	.breadcumb h1 {
		font-size: 22px;
	}
    .header__btnGroup button {
        font-size: 14px;
        padding: 5px 26px;
        margin-bottom: 10px;
    }
    .header__btnGroup,
    .header__metaHistery {
        text-align: center;
    }
	.bulkSMS__wrapper.disabled {
        width: 88%;
    }
    .upload .upload-files .up_header p {
        display: none;
    }
    .upload .upload-files footer .importar.active {
        transform: translate(-50%, 0);
    }
    .upload .upload-files footer.hasFiles {
        height: 140px;
    }
    .upload .upload-files footer .importar {
        left: 54%;
        bottom: 15px;
    }
    .nav-tabs a.nav-link {
        font-size: 12px;
    }
    .smsSendingBtnsGroup button {
        padding: 6px 10px;
    }
    div#s2id_selectBulksms {
        width: 90% !important;
    }
    #checkbox_enable {
        right: -36px;
    }
    .bulkSMS__wrapper.disabled::before {
        width: 90%;
    }
    .nav-tabs.style-two .nav-item .nav-link, .nav-tabs.style-two .nav-item .nav-link.active {
        font-size: 16px;
        padding: 7px 20px 7px 12px;
    }
    .smsSendingBtnsGroup button {
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-bar-header-one {
        text-align: left;
        min-width: 16rem;
        position: relative;
    }
    .header-logo img {
        width: 180px;
    }
}
@media only screen and (max-width:360px){
    .header-logo img {
        width: 148px;
    }
    #lblSinginup {
        display: none;
    }
}




/* Toggle Switch  */
.switch {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 34px;
  }
  
.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
  .switchSlider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #9E9E9E;
	-webkit-transition: .4s;
	transition: .4s;
  }

  .switchSlider::before {
	position: absolute;
	content: "\f101";
	height: 32px;
	width: 32px;
	left: 3px;
	bottom: 1px;
	background-color: #DFE2EA;
	-webkit-transition: .4s;
	transition: .4s;
	font-family: Flaticon;
	color: #04B1E9;
	text-align: center;
	line-height: 32px;
	z-index: 9;
}
  
.switchSlider::after {
	position: absolute;
	content: "OFF";
	right: 8px;
	bottom: 6px;
	color: #fff;
	font-size: 12px;
}
input:checked + .switchSlider::after {
	position: absolute;
	content: "ON";
	left: 8px;
	bottom: 6px;
	color: #fff;
	font-size: 12px;
	text-align: left;
  }
  input:checked + .switchSlider {
	background-color: #04B1E9;
  }
  
  input:focus + .switchSlider {
	box-shadow: 0 0 1px #04B1E9;
  }
  
  input:checked + .switchSlider:before {
	-webkit-transform: translateX(32px);
	-ms-transform: translateX(32px);
	transform: translateX(32px);
  }
  
  /* Rounded sliders */
  .switchSlider.round {
	border-radius: 34px;
  }
  
  .switchSlider.round:before {
	border-radius: 50%;
  }
/* Settings  */
  .setting-title {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
  }
  #settings .row {
	margin-bottom: 10px;
  }

.btn-max  {
	padding: 15px 48px;
}


    .dashboard-content-one {
        height:auto;
         overflow-Y:scroll; 
    }
        /* Hide scrollbar for Chrome, Safari and Opera */
        .dashboard-content-one::-webkit-scrollbar {
            display: none;
        }

    /*  Hide scrollbar for IE, Edge and Firefox */
    .dashboard-content-one {
        -ms-overflow-style: none; /*IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

.sidebar-main.sidebar-menu-one.sidebar-expand-md.sidebar-color {

    height: calc(100vh - 75px);
   /* overflow: auto;*/
}
@media only screen and (max-width: 1366px) {
    .dashboard-content-one {
        height:auto;
    }

}

button.btn.bg-primary.white {
    color: #fff;
}

.border-radius-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.tutorial-list li {
    list-style: number;
    font-size: 17px;
    margin-bottom: 15px;
}

    .tutorial-list li span {
        background: #F2F2F2;
        border-radius: 3px;
        padding: 0 3px;
        font-size: 16px;
    }

    .tutorial-list li b {
        font-weight: 500;
    }

.qr-inner {
    position: relative;
    width:270px;
    margin: auto;
}
    .qr-inner::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .qr-inner::before {
        background: rgba(0, 168, 132, 0.9); 
        content:'';
        display: none;
    }

#LoadingContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 100%;
}
#LoadingContent p{
    color: #fff;
    margin: 10px 0 0;
}
.active .qr-inner::before,
.active #LoadingContent {
    display: block;
}
.white {
    color: white;
}

.conversation_Grid {
    position: absolute;
    top: 11px;
    left: 20px;
    padding: 20px;
    width: 91%;
    height: 93%;
}
.Garage_Logo img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
}
.conversation_wrap {
    position: relative;
    width: 100%;
    height: calc(100% - 50px);
    overflow-y: auto;
    padding-right: 7px;
}
.Garage_title {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
}
.message {
    margin-bottom: 10px;
    position: relative;
    width:100%;
}
    .message .sms-inner {
        background: #fff;
        padding: 5px;
        border-radius: 5px;
        max-width: 80%;
    }

    .message .sms-img {
        width: 100%;
    }
    .message .sms-text {
        font-size: 12px;
        font-weight: bold;
        margin: 5px;
    }
    .message .sms-datetime {
        color: #075E54;
        font-weight: bold;
        font-size: 11px;
        display: block;
    }

.send-message.message  {
    text-align: right;
}
    .send-message.message .sms-inner {
        background: #085953;
        text-align: left;
    }
    .send-message.message .sms-text {
        color: #fff;
    }

    .send-message.message .sms-inner {
        display: inline-block;
    }

.conversation_wrap::-webkit-scrollbar {
    width: .4vw;
}
.conversation_wrap::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.conversation_wrap::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}
.message .media-link {
    font-size: 12px;
    display: block;
    color: darkorange;
}
.send-message.message .sms-img img {
    color:#fff;
}
.limit-text {
    font-size: 12px;
}
#divPageNumbers .pagination {
    display: inline-flex;
    margin-left: 20px;
    margin-right: 20px;
}
.pagingItem.current a {
    background: #008E7B;
    color: #fff;
}
#divPageNumbers .nav-arrow {
    display: inline-block;
    color: #008E7B;
}


::-webkit-scrollbar {
    width: .6vw;
    height: .6vw;
}

::-webkit-scrollbar-thumb {
    background-color: #BCBCBC;
    border-radius: 15px;
}

::-webkit-scrollbar-track {
    background-color: #F3F4F6;
    border-radius: 15px;
}