﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&family=Tulpen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body,
html {
    font-family: "Lato", sans-serif;
    font-size: 13px !important;
    min-height: 100vh;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: var(--fontpoppins) !important;
    line-height: 1.2;
    background: #f2f2f7;
}

.position-relative {
    position: relative;
}

.square-around {
}

.start-50 {
    position: fixed !important;
    z-index: 1000;
    left: 18% !important;
    cursor: pointer;
}

.start-55 {
    left: 48px !important;
}

.NavbarStyle-width50px {
    width: 50px !important;
}

/*#61828F*/
:root {
    --fontpoppins: "Calibri", sans-serif;
}

.custom-cursor {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #3d82ba;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: transform 0.3s ease-out;
}

#LogIn:hover + .custom-cursor {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 10px #fff;
    color: #000;
}

.GridSide {
    overflow-x: scroll;
    cursor: pointer;
}

.underline-hover-effect {
    display: inline-block;
    padding-bottom: 0.25rem;
    position: relative;
}

    .underline-hover-effect::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: #006a4e;
        transition: width 0.25s ease-out;
    }

    .underline-hover-effect:hover::before {
        width: 100%;
    }

.modalPopup {
    /* background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 0% !important;
    margin-bottom: 0% !important;
    margin-left: 0% !important;
    overflow-y: scroll !important;*/
}



.imgCancel {
    margin-top: 25px !important;
    margin-right: 25px !important;
}

.imgDelete {
    margin-left: 40% !important;
}

.clsImgBtnShowActionType {
    margin-top: 1.5vw;
    margin-left: 1.5vw !important;
}

.table > :not(caption) > * > * {
    color: none !important;
    background-color: none !important;
    border-bottom-width: 0 !important;
    box-shadow: none !important;
}

.NestedGridViewStyle {
    margin-top: 10.5% !important;
    margin-bottom: 0.5% !important;
    padding-top: 1% !important;
    background-color: #003153 !important;
    padding: 0.5% !important;
    height: 5% !important;
    width: 25% !important;
    text-decoration: none !important;
    color: #fff !important;
    font-size: medium;
}

#NestedGridView,
#NestedGridView tr,
#NestedGridView td {
    margin: 0;
    padding: 0;
    border: 0;
}

    #NestedGridView tbody {
        margin-bottom: 0 !important;
    }

#tblDeliveryReport {
    margin-left: 23% !important;
}

.OpenAndCloseImage {
    xmargin: 20px 30px !important;
}

.gvItems {
    text-align: center !important;
}

.gridview-with-borders tr {
    border-bottom: 1px solid #dddddd;
}

.wrapper {
    width: 100%;
    height: 100vh;
    clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
}

#Tagline {
    text-align: center !important;
    margin-top: 2vw;
    margin-left: 3.5vw !important;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 90%;
    text-transform: capitalize;
    font-size: 1.8em !important;
    color: #003153;
}

#txtSearch {
    margin-left: 0 !important;
    padding: 1vw !important;
    margin-top: 1vw !important;
    width: 102% !important;
}

.darkmode {
    color: white !important;
    background-color: black !important;
}

#status {
    font-size: 1vw !important;
    color: red;
}

#gvWebhook {
    margin-left: 5vw !important;
}

.clsQuestionMark {
    display: inline !important;
}

.highlight {
    width: 100%;
    padding: 0 4px;
    font-weight: 500;
    background: linear-gradient(to top, hsl(132, 100%, 95%) 50%, transparent 50%) !important;
}

.HoverPurple:hover {
    transform: translateY(-6px);
    box-shadow: #cbc3e3 0px 7px 29px 0px !important;
    transition: all 0.2s ease;
}

.HoverRed:hover {
    transform: translateY(-6px);
    box-shadow: #f1807e 0px 7px 29px 0px !important;
    transition: all 0.2s ease;
}

.warning {
    color: #f1807e !important;
}

.intl-tel-input,
.iti {
    width: 100%;
}

#chart_div {
    xmin-width: 95%;
    height: 300px;
    xmargin-top: 100px;
    xoverflow-y: hidden;
}

.hrColor {
    color: #f7f5ee !important;
}

.GridPager2 body {
    font-family: Arial;
    font-size: 10pt;
}



.descrip {
    visibility: collapse;
    height: 20px !important;
    transition: 0.8s linear;
}

.tblRow:hover {
    transition: 0.2s linear;
    height: 20px !important;
}

.table tr:hover + tr.descrip {
    visibility: visible;
    height: 20px !important;
}

.pagination-ys {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: white;
            background-color: #02aab0;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: white;
            background-color: #02aab0;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            background-color: white;
            color: #02aab0;
            text-decoration: underline;
        }

#ContentPlaceHolder1_btnSearch {
}

.txtDecoNone a {
    text-decoration: none !important;
    text-align: center;
}

.headerBgColor {
    background: #003153;
}

.dispNone {
    display: none;
}

.UpperTableStyle {
    background-color: #f7f5ee !important;
    position: sticky !important;
    top: 6.5vh !important;
    height: 22vh !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/*Content Style*/
.contentStyle {
    width: 100%;
    height: 50% !important;
    word-wrap: break-word;
    table-layout: fixed;
}

/*CONTENT FOR DASHBOARD MASTER*/
#ContentBox {
    margin-bottom: 10vh !important;
}

.EmailStatusStyle {
    padding: 0.5% !important;
}

.SenderAlign {
    text-align: left;
    padding-left: 50px !important;
    background-color: #003153 !important;
    font-size: medium;
    font-weight: 500;
}

.AlignLeft {
    text-align: left;
    padding-left: 30px !important;
    background-color: #003153 !important;
    font-size: medium;
    font-weight: 500;
}

/*.bgDarkBlue {
    padding-top: 0 !important;
    margin-top: 0 !important;
    background-color: #003153 !important;
    padding: 5px !important;
    height: 10% !important;
    position: sticky !important;
    top: -0.1vh !important;
    z-index: 100;
    font-size: medium !important;
    font-weight: 500 !important;
}*/

.table > tbody {
    vertical-align: inherit;
    margin-bottom: 10% !important;
}

.DescriptionCOlor {
    background-color: #fff5da !important;
    word-wrap: break-word !important;
}

.dates {
    border: 1px solid lightgray !important;
    width: 150px;
    padding: 0.3em;
    border-radius: 5px;
}

.ChildMasterpgwrapper {
    display: flex;
}

.heart {
    color: #ff0000;
}

.textMargin {
    margin-left: 1vh !important;
}

.UnqColor {
    text-align: center !important;
}

#tdSend {
    background-color: #198754 !important;
    color: white;
}

.statsSlots .bgRed {
    background-color: #f1807e !important;
    color: white;
}

#tdSpam {
    background-color: #f1807e !important;
    color: white;
}

.ColorRed {
    color: #f1807e !important;
}

.changeBG {
    margin-top: 4vh;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 1%;
}

.image {
    margin-left: 3vw !important;
}

.bindTextStyle {
}

.forTotalStats {
    margin-left: 1vw !important;
}

.iconLeft {
    margin-left: 3.5vw !important;
}

#totalBounce {
    margin-left: 4.3vw !important;
}

#totalSpam {
    margin-left: 6vw !important;
}

.bindStyle {
    font-size: 16px !important;
    text-align: center;
}

.statsColumns {
    height: 130px !important;
}

.statsSlots {
    background-color: #003153 !important;
    color: white !important;
    font-size: 20px !important;
    width: 179px;
    margin: 5px;
    height: 100px;
    border: 1px solid #f7f5ee;
    border-radius: 8px;
}

    .statsSlots:hover {
        transform: translateY(-6px);
        box-shadow: #cccccc 0px 7px 29px 0px;
        transition: all 0.2s ease;
    }

.tdStyle {
    margin-right: 1vw;
}

#tableStats {
    margin-left: 1vh !important;
    margin-right: 1vh !important;
}

.mainWrapperColor {
    xbackground-color: #f7f5ee;
}

#UserDiv {
    xbackground-color: #f7f5ee;
}

.FirstStat {
    margin-left: 3vw !important;
}

.LastStats {
    margin-right: 3vw !important;
}

.mainWrapper {
    height: 4.5vw !important;
    padding-left: 2vw;
    padding-right: 2vw;
    border: none !important;
}

.headingBorderBottomAndPaddingBottom {
    border-bottom: 1px solid darkgray;
    padding-bottom: 1vh;
}

.iconStyle {
    margin-top: 0.7vw;
    margin-bottom: 0.5vh;
    margin-left: 1vw;
    height: 2vw;
    width: 2vw;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.TextBlack {
    color: black !important;
}

#wrapper {
}

#chart {
    height: 310px;
    margin: 0.4vw;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    margin-top: 7px !important;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.bgYellow {
    color: yellow !important;
    position: absolute;
    left: 4px;
    bottom: 5px;
}

.darkMode {
    background-color: #2a2a36 !important;
    color: white !important;
}

.myMoon {
    position: absolute;
    left: 25px;
    bottom: 5px;
}

#UserDiv {
    xmargin-top: 3vw !important;
    xborder-radius: 5px !important;
}

.slider:before {
    position: absolute;
    content: "";
    left: 3px;
    bottom: 3px;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.darkBackground {
    background-color: black !important;
    color: white !important;
}

input:checked + .slider {
    background-color: #ccc;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.slider.round {
    border-radius: 32px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.smallTextForIcon {
    font-size: 10px;
    color: #f7f5ee;
}

.lightColor {
    background-color: #f7f5ee !important;
}

.icons {
    width: 16px !important;
    height: 16px !important;
}

.marginLeftForHeading {
    margin-left: 39vw;
}

.todaySatistics {
    margin-top: 15px;
    padding-left: 0.3vw !important;
}

.last30days {
    margin-left: 2vw !important;
}

.lblDescriptionStyle {
    margin: 1vw !important;
}

.labelStyle {
    font-size: 1.2vw;
    font-weight: 700;
}

/*.lblUserName {
    margin-top: 0.5vw !important;
    font-size: 1.2vw;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 2vw !important;
    color: #003153 !important;
}*/

#txtFromDate:focus,
#txtFromDate:hover,
#txtFromDate:active {
    outline: none !important;
}

#txtToDate:focus,
#txtToDate:hover,
#txtToDate:active {
    outline: none !important;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: #000000;
    opacity: 0.7;
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    z-index: 100000;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

    .loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #ba55d3;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    .loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #ff00ff;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#btnExportToCSV {
    margin-top: 1.8vw;
    margin-right: 2vw !important;
}

.buttonStyle {
    margin-left: 2vw !important;
}

#ContentPlaceHolder2_UpdtGlobal {
    width: 100%;
    padding: 0;
    margin: 0;
}

/*.nav-item{
    height:30px !important;
}*/
.navbar {
    --bs-navbar-padding-x: unset !important;
    --bs-navbar-brand-padding-y: unset !important;
}

    .navbar .nav-link {
        padding: 3px 15px !important;
    }

.navbar-brand {
    padding-bottom: unset !important;
}

.navbar-nav {
    xmargin-bottom: 10px !important;
    xheight: 23px !important;
}

.menuItems {
    color: white;
    xbackground-color: #003153 !important;
}

.NavbarColor {
    xbackground-color: #003153 !important;
    xcolor: white !important;
}

.NavbarStyle {
    position: fixed !important;
    background-color: #151529;
    bottom: 0;
    margin-top: 0;
    top: 0;
    height: 100%;
    width: 250px;
    box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    transition: all 0.1s ease-out;
    z-index: 100;
}

.UserProfile {
    margin: -8px 100px 0px 100px;
    width: 270px;
    border: 5px groove #006a4e;
    font-weight: 700;
    font-size: larger;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProfileLogout {
    /*    background-color: #003153 !important;
    color: white !important;
    border: none !important;
    margin-left: 2px !important;*/
    background: transparent;
    border: none;
    color: #a3a6b7;
    font-size: 17px;
    width: 100%;
    text-align: left;
}

    .ProfileLogout:hover {
        color: #fff;
    }

.AlignRight {
    margin-left: auto !important;
}

.marginLeft4px {
    margin-left: 4px !important;
}

.FooterStyle {
    margin-top: 0 !important;
    background-color: #003153 !important;
    color: white !important;
    position: fixed;
    height: 20px;
    bottom: 0;
    width: 100%;
    padding-bottom: 5px !important;
    box-sizing: border-box;
    z-index: 10000;
    font-size: 12px;
}

#lstUsers {
    margin-left: 1vh !important;
    font-size: 2vh;
    padding: 11px;
    border-radius: 3px;
    border: 1px solid lightgray;
    outline: none;
}

.ListboxStyleLHS {
    font-size: 14px;
    padding: 11px;
    border-radius: 3px;
    border: 1px solid lightgray;
    outline: none;
    margin-bottom: 8% !important;
}

    .ListboxStyleLHS option:active {
        background-color: red !important;
    }

.ListboxStyleRHS {
    margin-right: 25% !important;
    font-size: 14px;
    padding: 11px;
    border-radius: 3px;
    border: 1px solid lightgray;
    outline: none;
    margin-bottom: 8% !important;
}

    .ListboxStyleLHS:hover,
    .ListboxStyleLHS:active,
    .ListboxStyleLHS:focus,
    .ListboxStyleRHS:hover,
    .ListboxStyleRHS:active,
    .ListboxStyleRHS:focus {
        outline: 3px solid lightgray !important;
    }

#lstUsers:hover,
#lstUsers:active,
#lstUsers:focus {
    outline: 3px solid lightgray !important;
}

.DropDownBgAndColor {
    background-color: #003153 !important;
    color: white !important;
}

.bgPurple {
    background-color: #cbc3e3 !important;
    color: white !important;
}

.text-blue {
    color: #003153;
}

.circles {
    height: 20em;
    width: 20em;
    border-radius: 50%;
    border: 3px solid #fcc100;
}

.SidebarStyle {
    width: 17.8vw;
    height: 83.5vh;
    /*position: fixed;*/
    z-index: 1000;
    background-color: #006a4e;
}

.ManageAccount:hover .MyDropDown {
    position: absolute !important;
    left: 100% !important;
    top: 0 !important;
}

/*.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}*/

.menuItems:hover {
    color: white;
}

.FlexWrapper {
    display: flex;
}

.loginText {
    height: 100vh !important;
}

/*#btnValidate {
    margin-top: 1vh;
    width: 10vw;
    text-align: center;
    border-radius: 3px;
    background-color: #006A4E !important;
    border: 1px solid #006A4E !important;
    color: #fff;
    padding: 0.5vw;
    border: none;
    margin-bottom: 2.5vh;
}*/

#btnValidate:hover {
    /*    border: 1px solid #006A4E;
    box-shadow: rgba(236, 151, 31, 0.2) 0px 7px 29px 0px;
    background-color: white !important;
    color: #006A4E;*/
}

.textboxStyle {
    xmargin-left: 27px;
    xwidth: 340px;
    xheight: 10px;
    xfont-size: 14px;
    xpadding: 13px;
    xborder-radius: 3px;
    xborder: 1px solid lightgray;
}

    .textboxStyle:hover,
    .textboxStyle:active,
    .textboxStyle:focus {
        xoutline: 3px solid lightgray !important;
    }

.ReadOnlyStyle {
    margin-left: 0vw;
    width: 20.5vw;
    height: 1.5vw;
    font-size: 2vh;
    padding: 11px !important;
    border-radius: 3px;
    border: 1px solid lightgray;
    margin-bottom: 5.5% !important;
    background-color: #c7c7c7 !important;
    text-align: center !important;
}

.validatorStyle {
    xmargin-left: 28px !important;
    font-size: 14px !important;
    color: red;
    display: block;
}

.ReadOnlyStyle:hover,
.ReadOnlyStyle:active,
.ReadOnlyStyle:focus {
    outline: none !important;
}

.dropdownStylePlans {
    display: block;
    width: 100%;
    padding: 0.6rem 0.9rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.25rem;
    border: 1px solid #e9ebec;
}

.RightDropdownStylePlans {
    width: 18vw;
}

#ContentPlaceHolder1_DropDownListAssignedRelayID {
}

.cbPrivacyPolicyStyle {
    padding-left: 2vw !important;
    font-size: 1rem;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
    padding-left: 5px !important;
}

.txtProfileContactNo {
    margin-left: 2vw;
    width: 25vw;
    height: 1.5vw;
    font-size: 2vh;
    padding: 11px;
    border-radius: 3px;
    border: 1px solid lightgray;
}

    .txtProfileContactNo:hover,
    .txtProfileContactNo:active,
    .txtProfileContactNo:focus {
        outline: 3px solid lightgray !important;
    }

.brandColor {
    background-color: #006a4e;
}

/*.fields {
    xpadding-left: 2vw !important;
    xfont-size: 0.9rem;
}*/

.iti__country-list {
    width: 100%;
    overflow-x: hidden;
    margin: 0 0 0 1px !important;
}

.iti__flag-container {
    position: static;
}

.iti--separate-dial-code {
    xpadding-left: 2vw;
    display: flex;
}

.RegularExpressionValidatorStyle {
    margin-top: 3vh !important;
    padding-left: 2vw !important;
    font-size: small !important;
    color: red;
}

#CompareValidatorPasswords {
    xpadding-left: 2vw !important;
    xfont-size: small !important;
    color: red;
    xmargin-top: 1vh;
}

h1 {
    font-weight: 700;
}

#btnInsertSenderDomainMaster {
    margin-left: 10vw !important;
}

#cbWebPanelAccess {
    margin-top: 1vw;
}

#btnInsertCreditPlanMasterData {
    margin-left: 10vw !important;
}

#btn_usp_Maze_New_CreateAccountNew {
    margin-left: 10vw !important;
}

#btnInsertDomainSuppressionMaster {
    margin-left: 10vw !important;
}

#ContentPlaceHolder1_btnInsertDomainSuppressionMaster {
}

#btnSaveNewUserPlansDetails {
    margin-left: 157px;
    width: 100px !important;
}

#btnSaveRelayDetails {
    margin-left: 10vw !important;
}

#btnInsertBlockedEmailMasterData {
    margin-left: 10vw !important;
}

#ContentPlaceHolder1_btnInsertBlockedEmailMasterData {
    /*margin-left: 10vw !important;*/
}

.LinkColor {
    color: #003153 !important;
}

.marginLeft {
    margin-left: 22.5vw !important;
}

.ConfirmPass {
    padding-left: 2vw !important;
    font-size: 1.2rem;
}

.DivContent {
    width: 100%;
    height: 100%;
    padding-top: 5.2vw !important;
    margin-bottom: 8.6vw !important;
}

.FirstField {
    xpadding-left: 28px !important;
    /*font-size: 14px;*/
    xpadding-top: 30px !important;
}

.AdustImage {
    margin-top: 1vw !important;
}

.passImg {
    cursor: pointer;
}

#btn1 {
    margin: 3.5vh !important;
}

#btn3 {
    margin: 3.5vh !important;
}

#btnSentResetLinkOnEmail {
}

.ss {
    margin-left: 0 !important;
}

.ForgetPassForm {
    margin-top: 6% !important;
}



#ContentPlaceHolder1_btnSaveRelayDetails {
}

.NavbarStyle .navbar-nav {
    xbackground-color: #003153 !important;
}

.ImageStyle {
    margin: 100px 20px 0 20px;
    width: 80%;
    height: 90%;
    text-align: center !important;
    border-radius: 20px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.GridStyle {
    margin-top: 0% !important;
    margin-left: 2.5% !important;
    text-align: center !important;
}

.FormHeading {
    margin-top: -5%;
    margin-bottom: 2.2%;
    text-align: center;
    font-size: x-large;
}

.FormStyle {
    margin-top: 10%;
    margin-left: 8%;
}

.protcols {
    margin-left: 1%;
    font-size: 14px;
}

.HeadingStyle {
    color: #003153 !important;
    font-size: x-large;
    font-weight: 800;
    text-transform: capitalize;
    text-align: center !important;
}

#lblMessage {
}

.SearchtxtAndBtn {
    margin-top: 1% !important;
}

.dropdownStyling {
    text-align: center !important;
    border: 1px solid #cccccc;
    margin-top: 1vh;
    margin-bottom: 1vh;
    /*width: 11.5vw;*/
    height: 2vw;
    padding: 0.5vh;
    outline: none !important;
    border-radius: 8px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.UpdtStatsColor {
    background-color: #f7f5ee;
    color: black;
}

.DropDownUserColor {
    background-color: #f7f5ee;
    color: black;
}

#ContentPlaceHolder1_txtSearch:focus,
#ContentPlaceHolder1_txtSearch:hover,
#ContentPlaceHolder1_txtSearch:active {
}

#ContentPlaceHolder1_txtSearch {
}

a {
    text-decoration: none;
    text-align: center;
}


.lblAccountExpiredOn {
    margin-left: 8% !important;
    font-size: 110%;
    border-bottom: 4px groove red;
}

/*#ContentPlaceHolder1_UpdtGlobal {
    width: 100%;
    padding: 0;
    margin: 0;
}*/

.usrName {
    padding-top: 0.5vh !important;
}

#cbRememberMe {
}

.SignUpWrapper {
    margin-left: 80px;
    padding: 1vh;
    margin-top: 7vh;
    width: 400px;
    height: 314px;
    padding-left: 15px !important;
    border-radius: 20px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/**06 March 2024 Nawaz**/
.login-wrpper {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.height-full {
    height: 100vh;
}

.common-card {
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 3px rgba(56, 65, 74, 0.1);
    border-radius: 5px;
    padding: 40px;
}

.width-450 {
    max-width: 450px;
}

.login-wrpper .tag-line {
    color: #878a99;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}

.LoginWrapper {
    width: 100%;
}

.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: inline-block;
    font-size: 16px;
    color: #495057;
}

.textboxStyle {
    display: block;
    width: 100%;
    padding: 0.6rem 0.9rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.25rem;
    border: 1px solid #e9ebec;
}

.passImg {
    padding-left: 0;
    position: absolute;
    right: 15px;
    top: 12px;
    color: #878a99;
}

.forgotPass {
}

.form-checks label {
    xmargin-left: 5px;
    color: #495057;
    font-weight: 500;
}

.btn {
    border-radius: 5px;
    padding: 0.6rem 0.9rem;
}

.alert-warning {
    color: #d9a209;
    font-size: 14px;
    padding: 12px;
    border-radius: 5px;
}

.w-60 {
    width: 80%;
}

.signup-form tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .signup-form tbody tr {
        width: 32%;
    }

        .signup-form tbody tr td {
            width: 100%;
            display: inline-block;
        }

.iti--separate-dial-code .iti__selected-flag {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.w-49 {
    width: 49% !important;
}

/****/

.otp-input {
    width: 50px;
    height: 50px;
    background-color: #f2f2f7;
    border: 2px solid transparent;
    text-align: center;
}

.btnResend {
    color: #1595fb;
    background-color: #fff;
    font-weight: 600;
    outline: none;
    border: none;
}

.otp-input:focus {
    background-color: #fff;
    outline: 2px solid #1595fb !important;
}

/****/
.auth-wrap h5 {
    font-weight: 600;
}

/****/

.navbar-wrapper {
    xoverflow-y: auto;
    xmax-height: 100vh;
    xoverflow-x: hidden;
    height: 100%;
    padding: 25px 0;
}

.navbar-brand {
    display: table;
    margin: auto;
}

.MainWrapperMarginleft50px {
    /*width: calc(100%- 50px) !important;*/
    cursor: pointer;
    margin-left: 50px !important;
}

.profile-card .panel-title {
    text-align: center;
}

    .profile-card .panel-title a {
        font-size: 16px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: end;
    }

        .profile-card .panel-title a span {
        }

        .profile-card .panel-title a em {
            font-style: normal;
            display: inline-block;
            white-space: nowrap;
            width: 100px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.profile-card a i.fa-angle-down {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    transition: 0.2s linear;
}

.profile-links ul {
    padding: 0;
    margin-bottom: 0;
}

    .profile-links ul li {
        word-wrap: normal;
    }

        .profile-links ul li a {
            padding: 8px 30px !important;
            text-align: left;
            color: #a3a6b7;
            font-size: 17px;
        }

            .profile-links ul li a:hover {
                color: #fff
            }

.profile-links i {
    display: inline-block;
    min-width: 1.75rem;
    font-size: 18px;
    line-height: inherit;
    transition: 0.2s linear;
}

/*****/
.Main-Wrapper {
    padding: 20px 10px;
    width: calc(100% - 250px);
    margin-left: 250px;
    transition: 0.2s linear;
}

.leftpanel-menu .nav-link {
    padding: 8px 30px !important;
    text-align: left;
    margin: 1px;
    color: #a3a6b7;
    font-size: 17px;
}

    .leftpanel-menu .nav-link i {
        display: inline-block;
        min-width: 1.75rem;
        font-size: 18px;
        line-height: inherit;
        transition: 0.2s linear;
    }

    .leftpanel-menu .nav-link:hover {
        color: #fff;
    }



.master-card .panel-title a {
    padding: 8px 30px !important;
    text-align: left;
    color: #a3a6b7;
    font-size: 17px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative
}

    .master-card .panel-title a i, .master-card .panel-title a em {
        display: inline-block;
        min-width: 1.75rem;
        font-size: 18px;
        line-height: inherit;
        transition: 0.2s linear;
    }

.master-card a i.fa-angle-down {
    position: absolute;
    right: 25px;
    transition: 0.2s linear;
}


.master-card-links ul {
    padding: 0;
    margin-bottom: 0;
}

    .master-card-links ul li a {
        padding: 8px 30px !important;
        text-align: left;
        color: #a3a6b7;
        font-size: 17px;
    }

        .master-card-links ul li a:hover {
            color: #fff
        }

.master-card-links li a i {
    display: inline-block;
    min-width: 1.75rem;
    font-size: 18px;
    line-height: inherit;
    transition: 0.2s linear;
}

.menucloseIcon {
    position: absolute;
    top: 30px;
    right: -15px;
    width: 40px;
    background: red;
    background-color: #fff;
    z-index: 9999;
    font-size: 1.4rem;
    border-radius: 0.375rem;
    text-align: center;
    cursor: pointer;
}

.mdi-chevron-double-right {
    transform: rotate(0deg) !important;
    transition: 0.2s linear
}

.rotateicon {
    transform: rotate(180deg) !important;
    position: relative;
    display: block;
    transition: 0.2s linear
}

.toggelWidth {
    width: 50px;
    transition: 0.2s linear
}

.fullpagewrap {
    width: calc(100% - 50px);
    margin-left: 50px;
    transition: 0.2s linear;
    box-sizing: border-box
}

.hideTextHamburger {
    display: none !important
}

.leftpanel-menu .nav-link.leftmenu-Icon-small {
    padding: 8px 8px !important;
    text-align: center;
    transition: 0.2s linear;
}

i {
    transition: 0.2s linear;
}

.custom-scroll {
    height: 80vh;
}

/*****/

.card {
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 3px 3px rgba(56, 65, 74, .1);
    box-shadow: 0 3px 3px rgba(56, 65, 74, .1);
    border-radius: 3px;
    border: none;
}

.card-header {
    border-bottom: 1px solid #ddd;
    border-radius: 0.25rem;
    background: #fff;
    padding: 15px;
}

.card-title {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #495057;
}

.form-select {
    border-radius: 4px !important
}

.highlight-card-inner {
    margin: 0 -10px
}

.highlight-card .card-wrap {
    width: 14.28%;
    padding: 0 10px
}

.border-success {
    border-color: #3bad71 !important
}

.border-primary {
    border-color: #2d65cd !important;
}

.highlight-card .card-wrap h4 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    color: #495057
}

.mCSB_outside + .mCSB_scrollTools {
    right: -10px;
}

.highlight-card .card .card-body {
    padding: 20px;
}

/*****/

.custom-table th {
    background: #ddd;
    padding: 0.75rem 0.6rem;
}

.form-control, .form-select {
    border-radius: 3px;
    padding: 0.6rem 0.9rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.list-group tr {
    position: relative;
    display: block;
    padding: 12px 16px;
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-top: none;
}

    .list-group tr:first-child {
        border-top: 1px solid rgba(0, 0, 0, .125);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    .list-group tr:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }

    .list-group tr td {
        display: flex;
        align-items: center;
    }

.list-group td [type='checkbox'],
.list-group td [type='radio'] {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .25em;
    margin-right: 10px !important;
}

/**********20 MArch 2024*************/
.advanceSearchModal .modal-content {
    background: #fff;
    border: none
}

.advanceSearchModal .modal-header {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

    .advanceSearchModal .modal-header .btn-close {
        filter: invert(100%);
        -webkit-filter: invert(100%);
        opacity: 1;
    }


.updateProfile tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .updateProfile tbody tr {
        width: 49%;
    }

        .updateProfile tbody tr td {
            width: 100%;
            display: inline-block;
        }


.changePassword tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .changePassword tbody tr {
        width: 32%;
    }

        .changePassword tbody tr td {
            width: 100%;
            display: inline-block;
        }
/**************/
.mt-25 {
    margin-top: 25px;
}

.dontnetCustomeModel {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .dontnetCustomeModel .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
        width: 450px;
    }

    .dontnetCustomeModel .modal-header {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1rem;
        border-bottom: 1px solid #dee2e6;
        border-top-left-radius: calc(.3rem - 1px);
        border-top-right-radius: calc(.3rem - 1px);
    }

    .dontnetCustomeModel .modal-header {
        background: #0d6efd;
        border-color: #0d6efd;
        color: #fff;
    }

        .dontnetCustomeModel .modal-header .btn-close {
            filter: invert(100%);
            -webkit-filter: invert(100%);
            opacity: 1;
        }

    .dontnetCustomeModel .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: 1.5rem;
    }

i.CustomIcon {
    font-size: 24px;
    margin: 0 5px;
    color: #878a99;
    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: middle;
}

.viewaccountDetails input {
    margin: 0 5px
}

    .viewaccountDetails input[type='checkbox'] {
        width: 1em;
        height: 1em;
        vertical-align: middle;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .25em;
    }


.modalTable tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .modalTable tbody tr {
        width: 49%;
    }

        .modalTable tbody tr td {
            width: 100%;
            display: inline-block;
        }

/***********************/
.custom-checkbox [type='checkbox'],
.custom-radio [type='radio'] {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .25em;
    margin-right: 10px !important;
    margin: 5px 0;
}


.custom-checkbox label,
.custom-radio label {
    vertical-align: middle
}

.text-body-secondary {
    background: #f2f2f7;
    border-color: #f2f2f7;
    border-radius: 5px;
}

.card .card-body .EmailActivityCardBody {
    padding: 10px;
}

.card .card-body {
}

.card .card-header {
    padding: 15px 25px;
}

/*************/

.reportUser b {
    display: block
}

.breadcrumb-wrap .card-body {
    padding: 10px 15px
}

.breadcrumb-wrap .breadcrumb {
    margin: 0
}

    .breadcrumb-wrap .breadcrumb a {
        color: #212529;
        font-size: 14px;
        letter-spacing: 0.5px
    }

    .breadcrumb-wrap .breadcrumb li {
        color: #878a99;
        font-size: 14px;
    }

/**************************/

.userName-updatedPassword {
    display: block;
    background: #f4f4f4;
    padding: 15px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.tab-pane {
    background: #f4f4f4;
    padding: 15px
}

pre {
    margin-bottom: 0 !important
}

/***********************/
.fc-heading {
    color: #495057
}

.fs-18 {
    font-size: 18px
}

.fs-14 {
    font-size: 14px
}

.sub-heading-wrap p {
    max-width: 700px;
    margin: auto
}

/********************/

.pricing-card {
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 3px 3px rgba(56,65,74,.1);
    box-shadow: 0 3px 3px rgba(56,65,74,.1);
}

.features {
    padding: 0;
    list-style-type: none
}

    .features li {
        margin: 20px 0
    }

.green-check {
    margin-right: 5px;
    color: rgb(69, 203, 133);
    font-size: 15px
}

.red-check {
    margin-right: 5px;
    color: rgb(240,101,72);
    font-size: 15px
}


.ribbon-box .ribbon-two {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
    top: -13px;
    right: -14px;
    transition: revert;
    transform: rotate(90deg);
}

.ribbon-box .ribbon-two-danger span:before {
    border-left: 3px solid #da3412;
    border-top: 3px solid #da3412;
}

.ribbon-box.right.ribbon-box .ribbon-two {
    left: auto;
    right: -5px;
}

.ribbon-box .ribbon-two span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.ribbon-box .ribbon-two-danger span:after {
    border-right: 3px solid #da3412;
    border-top: 3px solid #da3412;
}

.ribbon-box .ribbon-two span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.ribbon-box .ribbon-two-danger span {
    background: #f06548;
}

.ribbon-box.right.ribbon-box .ribbon-two span {
    left: auto;
    right: -21px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ribbon-box .ribbon-two span {
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);
    position: absolute;
    top: 19px;
    left: -21px;
    font-weight: 600;
}

.btn-shadow {
    -webkit-box-shadow: 0 3px 3px rgba(56,65,74,.1);
    box-shadow: 0 3px 3px rgba(56,65,74,.1);
}

.pStyle {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.emailActivites-checkradio tr {
    margin: 3px 0 !important;
    width: 33.333% !important;
}

.emailActivites-checkradio table {
    width: 100% !important
}

.emailActivites-checkradio tr td input[type='radio'] {
    margin: 3px 0;
    xwidth: 33.333%;
}


.emailActivites-checkradio table {
    width: 100% !important
}

.emailActivites-checkradio {
    width: 100% !important
}

.modalTable .emailActivites-checkradio tbody {
    justify-content: flex-start !important;
}

.btn-w-33 {
    width: 32.333%
}

.showDateonSelect {
    display: none
}

.hide {
    display: none
}

.btn-light {
    background-color: #d3d4d5
}


    .btn-light:hover {
        background-color: #adafb0
    }

/******/

.GridPager2 {
}

    .GridPager2 a, .GridPager2 span {
        position: relative;
        padding: .375rem .75rem;
        display: block;
        color: #0d6efd;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #dee2e6;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        margin: 0 2px
    }

    .GridPager2 span {
        z-index: 3;
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

.center-block {
    display: table;
    margin: auto
}

.w-600 {
    max-width: 600px !important;
    width: 600px !important
}

.w-500 {
    max-width: 500px !important;
    width: 500px !important
}

.tableSpacing tr td:has(span:empty) {
    padding: 0 !important
}

.tableSpacing tr td:(:empty) {
    padding: 0 !important
}
/******************/
.download-btn {
    background: #ddd url('../images/download.png') no-repeat;
    padding: 15px;
    width: 35px;
    background-position: center;
    border: none;
    border-radius: 5px;
    height: 35px;
    background-size: 55%;
}

.btn-close-position {
    position: absolute;
    right: 15px;
    top: 15px;
}

.errorMsgSpan {
    color: Red;
    text-align: center;
    display: block;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 20px;
    padding: 40px 10px 20px;
    line-height: 1.5;
}

.bg-lightblue {
    background: #F9FBFC !important;
    padding: 15px;
    font-weight: 700;
    font-size: 16px;
}

.dropdown-menu.show {
    display: block;
    padding: 15px;
    font-size: 14px;
    box-shadow: 0 5px 10px rgba(30,32,37,.12);
    width: 100%;
    min-width: 15rem;
    background: #151529;
    color: #fff;
}

/*******/
.OpenAndCloseImage {
    background-color: #0696F0;
    height: 1.2em;
    width: 1.2em;
    display: block;
    color: white;
    border: .15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    text-align: center;
    text-indent: 0 !important;
    line-height: 1em;
}

    .OpenAndCloseImage img {
        -webkit-filter: invert(100%);
    }

/**************/
.alert-popup .icon {
    width: 120px;
    height: 120px;
    background: #ddd;
    margin: auto
}

.shepherd-content {
    xwidth: 800px;
    xheight: 100%;
}

.shepherd-content {
    /*margin-top: -17px;
    margin-left: -5px;*/
}

.shepherd-has-title .shepherd-content .shepherd-header {
    background: #F2F2F7 !important;
}

.shepherd-button {
    background: #0d6efd !important;
    color: #fff !important;
}

    .shepherd-button :hover {
        background: #0b5ed7;
    }

.txtRequest {
    border-color: #257DC2 !important;
}

.txtDelivered {
    border-color: #24E5A4 !important;
}

.txtBounced {
    border-color: #FF3366 !important;
}

.txtSuppressed {
    border-color: #FEBC3B !important;
    
}



.txtOpened {
    border-color: #66FF33 !important;
}

.txtClicked {
    border-color: #33CCFF !important;
}

.txtSpam {
    border-color: #8B75D7 !important;
}

.DropDownwWidth {
    min-width: 275px !important;
}

.LblEmailId {
    color: red;
    font-size: 23px;
}

.bgyellow {
    background: #FEBC3B !important;
    border-color: #FEBC3B !important;
}

.bgred {
    background: #FF4560 !important;
    border-color: #FF4560 !important;
}

.bggreen {
    background: #24E5A4 !important;
    border-color: #24E5A4 !important;
}

.EmailActivityDataDropDown {
    width: 580px !important;
    background: #151529 !important;
    color: #fff !important;
}

.RowsPerPage {
    position: relative;
    top: -68px;
    left: 41px;
    align-items: center;
}

.MyBadge {
    background-color: #ddd;
    color: #000;
}

.w-80 {
    width: 90px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    height: 45px !important;
    padding: 0.6rem 0.9rem !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    border-radius: 4px !important;
    border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 10px;
    }

#DropDownUser > span.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none !important;
    height: 30px;
    margin-top: 7px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

.ClickReportGV > tbody > tr td:first-child{
    max-width: 250px;
    word-break: break-all;
}
#Iframechart {
    position: relative;
    padding-bottom: 56.25%;
    / 16:9 Aspect Ratio / height: 0;
    overflow: hidden;
}

    #Iframechart iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
