﻿
/*new-added start*/
.SumoSelect {
    width: 100% !important;
}

.wrapper {
    min-height: auto !important;
}

.main-sidebar {
    position: fixed;
}

.main-header {
    position: fixed;
    max-height: 100%;
    z-index: 1030;
    width: 100%
}

.content-wrapper {
    height: calc(100vh - 50px);
    margin-top: 50px;
    position: relative;
    min-height: inherit !important;
    overflow:auto;
}

.content-header {
    padding: 0px 15px 10px 15px;
}

    .content-header .breadcrumb {
        padding: 0px;
        right: 15px;
        top: 50%;
        transform: translate( 0%, -50%);
    }

.small-box-fixed {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #ecf0f5;
}

/*sidemenu*/
.sidebar-menu li a i {
    text-align: center;
}

.sidebar-menu li a {
    padding: 12px 15px;
}

.sidebar-collapse .sidebar-menu li a {
    padding: 12px 11px;
}

.small-box .inner p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col.custom-width {
    width: 9.6%;
}

.small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: 6px;
    right: 10px;
    z-index: 0;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.15);
}

.small-box:hover .icon {
    font-size: 40px;
}

.bg-gray {
    color: #fff !important;
}

.bg-silver1 {
    background-color: #6ca7d9;
    color: #fff !important;
}

.bg-brown {
    background-color: #6d330dc4;
    color: #fff !important;
}

.bg-pink {
    background-color: #ec9fc0;
    color: #fff !important;
}

.bg-yellowGreen {
    background-color: #858547;
    color: #fff !important;
}

.btn {
    /*border-radius: 50px !important;*/
    /*  min-width: 80px;*/
}

.bg-History {
    background-color: #777;
    color: #fff !important;
}


.small-box h3 {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px;
}

.form-horizontal .control-label {
    white-space: nowrap !important;
}
/*new-added finish*/
.card {
    position: relative;
    display: flex;
    flex-direction: row;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c8ced3;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    padding: 15px;
    justify-content: space-between
}

.main-title-text {
    height: 100%;
    min-height: 100px;
    max-width: 200px;
    min-width: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    border: 1px solid #8c8989;
    margin-right: 15px;
    text-align: center;
    border-radius: 8px;
}


.btnCenter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.customer-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.main-descrpition-text {
    margin-right: 15px;
}

    .main-descrpition-text span {
        display: block;
    }

.btnCenter .btn {
    text-align: center;
    min-width: 75px;
    border-radius: 50px;
    margin-right: 6px;
    margin-bottom: 5px;
    font-size: 12px;
}
/*// status style*/
/*.main-descrpition-text .time-text:first-child {
    display: inline-block;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 8px 12px;
    border-radius: 50px;
    margin-bottom: 10px;
}*/
.main-cotent-left {
    display: flex;
    align-items: center;
    max-width: 50%;
    width: 100%;
}

.main-cotent-right {
    max-width: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.callout {
    padding: 15px;
    text-align: center;
}

.newcallout {
    background-color: transparent !important;
    border-radius: 0px;
    padding: 10px 20px;
}

.callout small {
    display: block;
    font-size: 14px;
    line-height: 1;
}

.callout strong {
    font-size: 18px;
    line-height: 1;
}

.callout-green {
    background-color: #4dbd74;
    border-left: 4px solid #4dbd74;
}

.callout-blue {
    background-color: #63c2de;
    border-left: 4px solid #63c2de;
}

.callout-yellow {
    background-color: #ffc107;
    border-left: 4px solid #ffc107;
}

.callout-pink {
    background-color: #ec9fc0;
    border-left: 4px solid #ec9fc0;
}

.callout-red {
    background-color: #f86c6b;
    border-left: 4px solid #f86c6b;
}

.curser {
    cursor: pointer;
}
/*.cbtn {
    padding: 0;
    display: inline-block;
    width: 26px;
    height: 26px;
}*/


.panel-fix {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
}

.label-edit {
    padding: 5px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background-color: #efefef;
    border-radius: 4px;
    margin-right: 3px;
    color: #333333;
}



select[multiple], select[size] {
    max-width: 450px;
    height: auto;
}

.mailSuccess {
    color: green !important;
}

.mailFailed {
    color: red !important;
}

.mailContinue {
    color: #00c0ef !important;
}

.mailPause {
    color: #f39c12 !important;
}

.mailRe-Generate {
    color: red !important;
}

.small-box {
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 3px 0px;
    overflow: hidden;
}

span#statusTxtEmail2.exits {
    color: red;
}

span#statusTxtEmail2.NotExits {
    color: green;
}

.note-editing-area {
    /*    overflow: auto !important;
*/ 
 /*   height: auto !important;*/
}

.note-modal {
    top: 30px !important;
}

.column {
    float: left;
    width: 20.33%;
    padding: 5px;
}

/* Clear floats after image containers */
.row::after {
    content: "";
    clear: both;
    display: table;
}

.small-box > .small-box-footer {
    min-height: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.small-box-footer i{
    margin-left:5px;
}

.list-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50%;
    width: 100%;
    text-transform: capitalize;
}

.email-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50%;
    width: 100%;
    text-transform: capitalize;
}




.main-template {
    min-height: 142px;
    overflow-y: hidden;
    border: 1px solid #c6c6c6;
    border-radius: 8px;
}

.CustomPagination {
    width: 100%;
    background: #c3c3c369;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
}

.tempate-common {
    max-height: calc(100vh - 317px);
    overflow-y: scroll;
    padding: 10px;
    margin-bottom: 0px;
    padding: 10px;
}

.for-pagination {
    width: 100%;
    height: 30px;
    background: #c3c3c369;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination {
    margin: 0px;
}

.status-fliter, .search-input {
    display: flex !important;
    align-items: center !important;
}

    .status-fliter label, .search-input label {
        white-space: nowrap !important;
        margin-right: 10px !important;
    }

    .status-fliter select, .search-input input {
        height: 26px;
        padding: 2px 12px;
        border-radius: 4px;
    }
/*sidemenu*/
.sidebar-menu li a i {
    text-align: center;
}


.pagination {
    display: inline-block;
}

    .pagination a {
        float: left;
        padding: 1px 11px;
        text-decoration: none;
    }

        .pagination a.active {
            background-color: #3c8dbc;
            color: white;
            border-radius: 8px;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
            border-radius: 8px;
        }


.filter {
    width: 60%;
}


.UnsubDomin {
    float: right;
    margin-top: -35px;
    color: green
}



.PageSize-fliter {
    display: flex !important;
    align-items: center !important;
    height: 30px;
    padding: 4px 12px;
    border-radius: 4px;
}

    .PageSize-fliter label {
        white-space: nowrap !important;
        margin-right: 10px !important;
    }

    .PageSize-fliter input {
        height: 26px;
        padding: 2px 12px;
        border-radius: 4px;
        width: 54px;
    }



.gmail-icon {
    padding: 5px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background-color: #efefef;
    border-radius: 4px;
    margin-right: 3px;
    color: #333333;
}