@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --clientAdminTheme: #222222;
  --clientSideBarBg: var(--clientAdminTheme);
  --commonThemeButton: #bbcde5;
  --headingTheme: var(--clientAdminTheme);
  --commonTableTH: #639fab;
  --commonSubMenuBg: #003459;
  /*--------------------------------------*/
  --superAdminTheme: #464667;
  --superCommonThemeButton: #bbcde5;
  --superHeadingTheme: var(--clientAdminTheme);
  --superSideBarBg: var(--superAdminTheme);
  --superSideBarBgBack: #313155;
  --superSideBarBgButton: var(--superSideBarBgBack);
  --superTableTHBg: var(--superAdminTheme);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
}

body {
    position: relative;
}

html, body {
  border: 0;
  box-shadow: none;
  height: 100%;
  width: 100%;
  font-family: "Poppins", sans-serif;
  background-color: #f5f5f5;
}
  body.commonTheme {
    overflow: hidden;
  }
a {
  display: inline-flex;
  text-decoration: none;
  cursor:pointer;
}

img {
    max-width: 100%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

input[type=checkbox],
input[type=radio] {
    margin: 0;
}

    input[type=checkbox]:focus,
    input[type=radio]:focus {
        outline: none;
        box-shadow: none;
    }

.wrapper {
    height: 100%;
}

.login .navbar .navbar-collapse {
    display: none !important;
}

main.main-group {
    min-height: 628px;
    height:calc(100% - 101px);
}
.commonTheme  header {
  position: relative;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  z-index: 99;
}
.alert-section {
    position: absolute;
    top: 22%;
    z-index: 9999;
    left: 20%;
    max-width: 500px;
    width: 100%;
    padding-left: 30px;
}

    .alert-section .alert-box {
        position: relative;
    }

       /* .alert-section .alert-box .btn-close {
            position: absolute;
            top: 0;
            right: 0;
            background: red;
            width: auto;
            line-height: 10px;
            color: #fff;
            padding: 5px 10px;
            font-size: 12px;
        }*/
      .alert-section .alert-box .btn-close {
        position: static;
        top: 0;
        right: 0;
        background: red;
        width: fit-content;
        line-height: 10px;
        color: #fff;
        padding: 5px 10px;
        font-size: 12px;
        margin: auto;
      }

.alert-box.alertBox2 {
  display: flex;
  flex-direction: column;
}

.alertTitle {
  font-size: 12px;
  margin-bottom: 5px;
}
.text-info {
  color: #452828 !important;
}

  .text-info strong {
    font-size: 14px;
    font-weight: 500;
  }
.btn.btn-primary {
  background-color: #bbcde5;
  border-color: #bbcde5;
  color: #000;
  font-size: 14px;
  min-width: 120px;
  padding: 6px 15px;
}
.btn.btn-light, .btn.btn-secondary {
  font-size: 14px;
  background-color: #b8b8b8;
  border-color: #b8b8b8;
}
.btn.btn-light:hover, .btn.btn-secondary:hover {
  background-color: #000;
  border-color: #000;
  color:#fff;
}
.SuperAdminClass .btn.btn-primary {
  background-color: #313155;
  border-color: #313155;
  color: #fff;
}

    .btn.btn-primary:hover, .btn.btn-primary:focus {
        background-color: #000000!important;
        border-color: #000000!important;
        color:#fff!important;
    }
.dashboard-wrapper .dash-tab .titletag .filterRight .custom_btn {
  background-color: #7d87f2 !important;
  border-color: #7d87f2 !important;
  color: #fff !important;
  width: max-content;
  margin-left: auto;
}
  .dashboard-wrapper .dash-tab .titletag .filterRight .custom_btn:hover {
    background-color: #c0c4f8 !important;
    border-color: #c0c4f8 !important;
    color: #222 !important;
  }
/*.dashboard-wrapper {
    padding: 10px;
}*/
.dashboard-wrapper .dash-tab .titletag {
  background-color: #313155;
  padding: 10px 15px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

      .dashboard-wrapper .dash-tab .titletag .btn-primary {
        background-color: var(--commonThemeButton);
        border-color: var(--commonThemeButton);
        color: #000;
        font-size: 14px;
        font-weight: 400;
        width:fit-content;
      }

            .dashboard-wrapper .dash-tab .titletag .btn-primary.btn-dif {
                background-color: transparent;
                border-color: transparent;
                color: #ffffff;
            }

        .dashboard-wrapper .dash-tab .titletag .left-btn h2 {
            font-size: 18px;
            font-weight: 500;
            color: #ffffff;
            margin-bottom: 0;
        }
.filterRight {
  display: flex;
  gap: 10px;
}
  .filterRight .input-group label {
    color: #fff;
  }
  .filterRight .input-group {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .filterRight input.form-control.filtertb {
    border-radius: 5px !important;
    height: 100%;
    max-width:150px;
  }
  .dashboard-wrapper .dash-tab .titletag .right-btn .btn.btn-dif {
    font-size: 16px;
    font-weight: 500;
  }

    .dashboard-wrapper .dash-tab .tabgroup {
        padding: 15px;
    }

      .dashboard-wrapper .dash-tab .tabgroup .nav-tabs {
        /* background-color: #639fab; */
        padding: 0 0 10px 0;
        border-radius: 5px 5px 0 0;
        border: 0;
        gap: 5px;
        overflow: auto;
        flex-wrap: nowrap;
      }

        .dashboard-wrapper .dash-tab .tabgroup .nav-tabs .nav-item .nav-link {
          color: #222222;
          font-size: 14px;
          font-weight: 500;
          border-radius: 5px;
          outline: none;
          border: 0;
          white-space: nowrap;
          background: #ffffff7a;
          border: 1px solid #e7e7e7;
        }

          .dashboard-wrapper .dash-tab .tabgroup .nav-tabs .nav-item .nav-link.active {
            color: #fff;
            background-color: #003459;
            border-color: #003459;
          }
.card-title {
  font-size: 18px;
}
.card-body .form-check {
  padding-left: 0;
}
.customDetail #CreditCardFeeEnabled {
  margin-left:0;
}
.customDetailCheck {
  display:flex;
  justify-content:space-between;
}
  .customDetailCheck .d-flex {
    gap:20px;
  }
.customDetail strong, .form-label strong {
  font-size: 14px;
  font-weight: 400;
  color: #505050;
}
label.form-check-label {
  font-size: 14px;
}
.dashboard-wrapper .dash-tab .tabgroup .tab-content {
  min-height: 50vh;
  padding: 10px;
  border: 1px solid #dee2e6;
  /*        border-top: 0;*/
  border-radius: 5px;
  background: #fff;
}

            .dashboard-wrapper .dash-tab .tabgroup .tab-content .tab-manager {
                display: flex;
                flex-shrink: 0;
                gap: 15px;
            }

            .dashboard-wrapper .dash-tab .tabgroup .tab-content .tab-manager-list {
                width: 20%;
                background-color: #3a3e9b;
                min-height: 440px;
                border-radius: 5px;
                color: #ffffff;
            }

                .dashboard-wrapper .dash-tab .tabgroup .tab-content .tab-manager-list ul li {
                    padding: 10px 30px 10px 20px;
                    position: relative;
                    border-bottom: 1px solid #ffffff;
                }

                    .dashboard-wrapper .dash-tab .tabgroup .tab-content .tab-manager-list ul li:last-child {
                        border: 0;
                    }

                    .dashboard-wrapper .dash-tab .tabgroup .tab-content .tab-manager-list ul li a {
                        position: absolute;
                        top: 15px;
                        right: 10px;
                        z-index: 1;
                        color: #ffffff;
                    }

            .dashboard-wrapper .dash-tab .tabgroup .tab-content .tab-manager-details {
                width: 80%;
                position: relative;
            }

                .dashboard-wrapper .dash-tab .tabgroup .tab-content .tab-manager-details .addnew-user {
                    position: absolute;
                    top: 0;
                    right: 0;
                }

                    .dashboard-wrapper .dash-tab .tabgroup .tab-content .tab-manager-details .addnew-user.btn-primary {
                        background-color: #081481;
                        color: #ffffff;
                        border-color: #081481;
                    }

            .dashboard-wrapper .dash-tab .tabgroup .tab-content .tab-manager.upload-drives .file-drives {
                width: 20%;
            }

            .dashboard-wrapper .dash-tab .tabgroup .tab-content .tab-manager.upload-drives .file-drives {
                background-color: #3a3e9b;
                min-height: 440px;
                border-radius: 5px;
                color: #ffffff;
            }

                .dashboard-wrapper .dash-tab .tabgroup .tab-content .tab-manager.upload-drives .file-drives ul li {
                    padding: 10px 30px 10px 20px;
                    position: relative;
                    border-bottom: 1px solid #ffffff;
                }

                    .dashboard-wrapper .dash-tab .tabgroup .tab-content .tab-manager.upload-drives .file-drives ul li:last-child {
                        border: 0;
                    }

                    .dashboard-wrapper .dash-tab .tabgroup .tab-content .tab-manager.upload-drives .file-drives ul li a {
                        color: #ffffff;
                        display: flex;
                        gap: 10px;
                    }

                        .dashboard-wrapper .dash-tab .tabgroup .tab-content .tab-manager.upload-drives .file-drives ul li a img {
                            width: 20px;
                            filter: invert(100%) sepia(30%) saturate(0%) hue-rotate(308deg) brightness(103%) contrast(102%);
                        }

                        .dashboard-wrapper .dash-tab .tabgroup .tab-content .tab-manager.upload-drives .file-drives ul li a.active {
                            background-color: #ffffff;
                            color: #000000;
                        }

                            .dashboard-wrapper .dash-tab .tabgroup .tab-content .tab-manager.upload-drives .file-drives ul li a.active img {
                                filter: none;
                            }

            .dashboard-wrapper .dash-tab .tabgroup .tab-content .tab-manager.upload-drives .tab-manager-details {
                width: 60%;
            }

            .dashboard-wrapper .dash-tab .tabgroup .tab-content .tab-manager.upload-drives .divproviderlist {
                width: 80%;
                display: flex;
            }

                .dashboard-wrapper .dash-tab .tabgroup .tab-content .tab-manager.upload-drives .divproviderlist .tab-manager-details {
                    width: 80%;
                }

    .dashboard-wrapper .dash-tab .table-data-list {
        /*margin-top: 15px;*/
    }


      .dashboard-wrapper .dash-tab .table-data-list table td {
        font-size: 13px;
        color: #2d2d2d;
        vertical-align: middle;
      }
      .dashboard-wrapper .dash-tab .table-data-list table th i {
        margin-left:5px;
      }
      .input-group label {
        font-size: 14px;
        font-weight: 500;
      }

.dashboard-wrapper .dash-tab .table-data-list table td.alert-td-first {
  width: 70%;
}

        .dashboard-wrapper .dash-tab .table-data-list table td span.active, .dashboard-wrapper .dash-tab .table-data-list table td span.dactive {
            background-color: rgba(17, 158, 93, 0.1254901961);
            padding: 5px 10px 5px 20px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
            line-height: 10px;
            font-size: 13px;
            position: relative;
            color: #0f6d46;
        }

            .dashboard-wrapper .dash-tab .table-data-list table td span.active:before, .dashboard-wrapper .dash-tab .table-data-list table td span.dactive:before {
                content: "";
                width: 5px;
                height: 5px;
                background-color: #119e5d;
                position: absolute;
                top: 8px;
                left: 8px;
                border-radius: 5px;
            }

        .dashboard-wrapper .dash-tab .table-data-list table td span.dactive {
            background-color: rgba(110, 110, 110, 0.4392156863);
            color: #000;
        }

            .dashboard-wrapper .dash-tab .table-data-list table td span.dactive:before {
                background-color: #6e6e6e;
            }

        .dashboard-wrapper .dash-tab .table-data-list table td .action-td {
            display: flex;
            align-items: center;
            gap: 10px;
        }

            .dashboard-wrapper .dash-tab .table-data-list table td .action-td a {
                color: #111459;
                font-size: 1rem;
                font-weight: bold;
            }

.modal .modal-dialog .modal-content .modal-header {
  background-color: #639fab;
  color: #ffffff;
}

    .modal .modal-dialog .modal-content .modal-header .btn-close {
        background-color: #ffffff;
    }

input[type=checkbox] {
    position: relative;
    border: 2px solid #000;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 0.6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: 0.5;
}

    input[type=checkbox]:hover {
        opacity: 1;
    }

    input[type=checkbox]:checked {
        background-color: #119e5d;
        border-color: #119e5d;
        opacity: 1;
    }

    input[type=checkbox]:before {
        content: "";
        position: absolute;
        right: 50%;
        top: 50%;
        width: 6px;
        height: 12px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        margin: -1px -1px 0 -1px;
        transform: rotate(45deg) translate(-50%, -50%);
        z-index: 2;
    }

.form-switch input[type=checkbox] {
    background-repeat: no-repeat;
}

    .form-switch input[type=checkbox]:before {
        display: none;
    }

.errormessage {
    color: red;
}

/*.manage-user-box .dash-tab .titletag {
    padding-bottom: 0 !important;
}*/

    .manage-user-box .dash-tab .titletag .left-btn .btn-primary {
        border-radius: 5px 5px 0 0;
        background-color: #f5f5f5;
        border: 0;
    }

    .manage-user-box .dash-tab .titletag .left-btn .btn-dif {
        background-color: #111459;
    }

.manage-user-box .dash-tab .table-data-list {
    /*padding: 10px;*/
}

.blocklook {
    padding: 10px;
    border: 1px solid #dcdcdd;
    background: #efeffc;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 8;
    cursor: pointer;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #111459;
    width: 120px;
    height: 120px;
    z-index: 9999;
    top: 50% !important;
    left: 50% !important;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    margin: 0 auto;
    color: aliceblue;
    font-size: xx-large;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #111459;
    border-color: #b5b5b5;
}
.ClientAdminClass .page-item.active .page-link, .ClientAdminClass .page-item .page-link:hover {
  background-color: #639fab;
  border-color: #639fab;
}
.page-item .page-link {
  z-index: 3;
  color: #b5b5b5;
  background-color: #fff;
  border-color: #b5b5b5;
  min-width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
  .page-item .page-link:hover {
    background-color: #111459;
    border-color: #b5b5b5;
    color: #fff;
  }

  .red {
    color: red;
  }

.setting-details-box .dash-tab .tabgroup .nav-link {
    cursor: default;
}

.setting-details-box .dash-tab .tabgroup .tab-content {
    min-height: auto;
}

header .navbar {
    border-bottom: 3px solid #111459;
    padding-bottom: 0;
}
.loginForm header .navbar {
  border-bottom: 0px solid #111459;
}

    header .navbar .navbar-brand {
        padding-bottom: 0;
        width: 150px;
    }

    header .navbar .nav-section {
        display: flex;
        flex-direction: column;
    }

    header .navbar .navbar-collapse {
        align-items: flex-end;
        margin-bottom: -8px;
        flex-direction: column;
    }

  /*  header .navbar .navbar-nav.alerts-nav .nav-item .nav-link {
        font-size: 16px;
        font-weight: 600;
        color: #4449ad;
    }

        header .navbar .navbar-nav.alerts-nav .nav-item .nav-link.active {
            color: #ffffff;
            border-radius: 5px;
            background-color: #4449ad;
        }*/

/*    header .navbar .navbar-nav-item {
        gap: 5px;
    }

        header .navbar .navbar-nav-item .nav-item .nav-link {
            font-size: 20px;
            font-weight: 600;
            color: #111459;
            border-radius: 5px 5px 0 0;
            padding: 10px 20px;
            transition: none;
        }

            header .navbar .navbar-nav-item .nav-item .nav-link:hover {
                color: #ffffff;
                background-color: #4449ad;
            }

        header .navbar .navbar-nav-item .nav-item:hover .nav-link, header .navbar .navbar-nav-item .dropdown-menu > .dropdown-submenu:hover > a {
            color: #ffffff;
            background-color: #4449ad;
        }

        header .navbar .navbar-nav-item .nav-item .nav-link:active,
        header .navbar .navbar-nav-item .nav-item .nav-link.active {
            background-color: #111459;
            color: #ffffff;
        }

        header .navbar .navbar-nav-item .dropdown-menu {
            left: auto;
            right: 0;
            top: 60px;
            border-radius: 0;
            padding: 0;
            width: 235px;
        }

          header .navbar .navbar-nav-item .dropdown-menu .dropdown-item {
            color: #111459;
            padding: 10px 10px 10px 10px; 10px 20px;
            font-size: 20px;
            font-weight: 600;
          }

                header .navbar .navbar-nav-item .dropdown-menu .dropdown-item:hover, header .navbar .navbar-nav-item .dropdown-menu .dropdown-item:active, header .navbar .navbar-nav-item .dropdown-menu .dropdown-item.active, header .navbar .navbar-nav-item .dropdown-menu .dropdown-item :focus {
                    color: #ffffff;
                    background-color: #4449ad;
                }*/

    header .navbar .profile {
        height: 100%;
    }

        header .navbar .profile .dropdown {
            height: 100%;
        }

          header .navbar .profile .dropdown .dropdown-toggle {
            border-radius: 30px;
            height: 100%;
            position: relative;
            padding: 11px 20px !important;
            text-align: left;
            background-color: var(--commonThemeButton);
            padding-right: 25px;
            display: flex;
            align-items: center;
            gap: 9px;
          }

                header .navbar .profile .dropdown .dropdown-toggle i {
                   
                    font-size: 18px;
                }

                header .navbar .profile .dropdown .dropdown-toggle strong {
                    display: block;
                    font-size: 14px;
                    font-weight: 500;
                }
button.btn.btn-primary.btn-dif {
  font-size: 14px;
}
/*                header .navbar .profile .dropdown .dropdown-toggle span {
                    font-size: 14px;
                }*/

            header .navbar .profile .dropdown .dropdown-toggle:after {
              position: absolute;
              top: 46%;
              transform: translateY(-50%) rotate(-45deg);
              right: 20px;
              border-top: 2px solid transparent;
              border-right: 2px solid transparent;
              border-bottom: 3px solid var(--clientAdminTheme);
              border-left: 3px solid var(--clientAdminTheme);
            }

header .navbar .profile .dropdown .dropdown-menu[data-bs-popper] {
  left: auto;
  right: 0;
  position: absolute;
  padding: 10px;
  font-size: 14px;
}

/*.slick-slider-box {
    padding: 10px 50px;
    border-top: 1px solid #ffffff;
    background-color: #111459;
    color: #ffffff;
}
.loginHome .main-group {
  position:relative;
}
.loginHome .slick-slider-box {
  background-color: #1a1d62;
  position: absolute;
  width: 100%;
  top: 0;
}*/
.slick-slider-box .slick-track {
  display: flex;
  gap: 5px;
}
.headSlied {
  width: 35%;
  min-height: 100px;
  padding: 10px 40px;
  /* background: #111459; */
  /* border-radius: 12px 12px 0 0; */
}
.top_nav {
  display: flex;
  gap: 20px;
}
.alertNotifications .dropdown-toggle:after {
  display: none;
}
.alertNotifications .dropdown-toggle {
  position:relative;
  font-size:18px;
}
  
  .alertNotifications .dropdown-toggle span {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: red;
    color: #fff;
    font-size: 13px;
  }
.alertNotifications .alert-section {
  position: static;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
.alertNotifications .dropdown-menu[data-bs-popper] {
  left: auto;
  right: 0;
  min-width: 350px;
  width: 100%;
  padding: 10px;
}
.alertNotifications .dropdown-toggle:focus {
  border: 0;
  outline: none;
  box-shadow:none;
}
.slick-slider-box .slider {
  text-align: center;
}
  .slick-slider-box .slider .slick-arrow {
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background:#1a1d62;
  }
  .slick-slider-box .slider .slick-prev {
    left: -35px;
  }
  .slick-slider-box .slider .slick-next {
    right: -35px;
  }
  .slick-slider-box .slider .slick-arrow::before {
    color: #fff;
    font-family: "FontAwesome";
    font-size:30px;
  }

        .slick-slider-box .slider .slick-prev::before {
            content: "\f104";
        }

        .slick-slider-box .slider .slick-next::before {
            content: "\f105";
        }

  .slick-slider-box .slider .slick-slide {
    display: flex;
    border: 1px solid #ebeaea;
    padding: 15px 20px;
    background-color: #ffffff;
    color: #000000;
    /* border-radius: 10px; */
    /* box-shadow: rgba(17, 20, 89, 0.25) 0px 11px 14px -12px inset, rgba(17, 20, 89, 0.3) 0px 18px 16px -21px inset; */
    font-size: 14px;
    height: 100%;
    min-height: 63px;
    align-items: center;
    border-radius: 5px;
  }
      .slick-slider-box .slider h3 {
        font-size: 14px;
        margin-bottom: 0;
        text-align: left;
      }
.loginForm .headSlied {
  z-index: 9;
  border-radius: 12px;
  padding-bottom: 22px;
}
/*  .loginForm .headSlied .slick-slider-box .slider .slick-slide {
  
    background-color: #303883;
   
  }*/
.login-box {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.loginForm {
  background: #fff url('../img/loginbg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  position: relative;
  overflow: hidden;
}
  .loginForm .loginFormArea {
    position:relative;
    height:100%;
    overflow:hidden;
  }
body.login.loginForm .loginFormArea:before,
body.login.loginForm .loginFormArea:after {
  content: '';
  position: absolute;
  display: block;
  width: 45%;
  height: 120%;
  
  border-radius: 90% 0 0 90%;
  top: 50%;
  transform:translateY(-50%);
}
body.login.loginForm .loginFormArea:before {
  background: #1A226F;
  right: -40px;
  z-index: 1;
  border: 40px solid #4B539B;
}
body.login.loginForm .loginFormArea:after {
  background: #1F297F54;
  right: 0px;
  z-index: 0;
  /* border: 40px solid #1F297F54*/;
}

.loginFormBox {
  width: 65%;
  text-align: center;
}
body.login.loginForm .form-control {
  
}
.loginTitleBox {
  width: 80%;
}

.loginBoxContent {
  width: 35%;
  z-index: 2;
  color: #fff;
  padding: 20px;
}
  .loginBoxContent h4 {
    font-size:52px;
    font-weight:600;
  }
  .loginBoxContent p {
    font-size: 25px;
    font-weight: 500;
  }
  .loginBoxContent ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    line-height:35px;
  }
  .login-box form {
    width: 100%;
  }
.logionFotter {
  position: absolute;
  bottom: 0;
  background: transparent;
  left:0;
  z-index:6;
  width:100%;
  display:none;
}
.login-box-form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

  .login-box-form h3 {
    font-size: 38px;
    text-align: center;
    color: #101657;
    font-weight: 600;
  }
  .login-box-form p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    color: #626161;
  }
a#forgot-password {
  font-size: 16px;
  color: #000;
}
.login-box-form-input {
    width: 100%;
    max-width: 530px;
/*    background-color: #e2e1e1;*/
    border-radius: 10px;
/*    border-top: 20px solid #111459;*/
    padding: 50px 25px;
    text-align:left;
}

    .login-box-form-input .form-label {
        font-size: 18px;
        font-weight: 600;
    }

  .login-box-form-input .form-control {
    background-color: #F0F4F7;
    height: 68px;
    border-radius: 50px !important;
    padding-left: 80px;
    border-color: #E8EEF3 !important;
  }
  .login-box-form-input .input-group .fa {
    position: absolute;
    top: 2.5px;
    z-index: 6;
    width: 63px;
    height: 63px;
    border-radius: 40px !important;
    background: #101657;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
    left: 2.5px;
  }
.loginForm header {
  position: absolute;
  top:0;
  width:100%;
}
.loginForm main.main-group {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 30px;
}

  .login-box-form-input .btn-primary {
    margin: 0 auto;
    padding: 10px 20px;
    min-width: 150px;
    display: flex;
    justify-content: center;
    background-color: #111459;
    border-color: #111459;
    font-weight: 500;
    width: 100%;
    border-radius: 50px;
    height: 75px;
    font-size: 24px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color:#fff;
  }

    .login-box-form-input .forgot-poassword {
        color: #000000;
        text-align: center;
        font-weight: 900;
    }

.manage-api {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

    .manage-api .card-box-tiles {
        width: calc(33.3333333333% - 20px);
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        overflow: hidden;
    }

        .manage-api .card-box-tiles h3 {
            font-size: 22px;
            padding: 1rem;
            background-color: #111459;
            color: #ffffff;
        }

        .manage-api .card-box-tiles .tiles-box {
            padding: 1rem;
            display: flex;
            gap: 15px;
            align-items: center;
        }

            .manage-api .card-box-tiles .tiles-box .input-group {
                gap: 15px;
            }

                .manage-api .card-box-tiles .tiles-box .input-group .form-control {
                    border: 0;
                    background-color: transparent;
                    border-radius: 5px !important;
                }

                .manage-api .card-box-tiles .tiles-box .input-group.editmode .form-control {
                    border: 1px solid #111459;
                    background-color: #ffffff;
                }
.loginHome .PropaneSoftware {
  gap: 0;
}
  .loginHome .PropaneSoftware .right-contect {
    padding:20px;
  }
.PropaneSoftware {
  display: flex;
  min-height: 628px;
  gap: 20px;
  height: 100%;
}

    .PropaneSoftware .left-contect, .PropaneSoftware .right-contect {
        min-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .PropaneSoftware .left-contect {
        flex-direction: column;
        width: 400px;
        max-width: 100%;
        padding: 20px;
    }

        .PropaneSoftware .left-contect h2 {
            font-size: 38px;
            font-weight: bolder;
            text-align: center;
        }

        .PropaneSoftware .left-contect p {
            text-align: center;
            font-weight: 500;
            font-size: 26px;
            padding: 0 20px;
        }

            .PropaneSoftware .left-contect p a {
                color: #000;
                text-decoration: underline;
            }

    .PropaneSoftware .right-contect {
        width: calc(100% - 400px);
        background: #ffffff;
    }

.contactus-page-details {
    display: flex;
}

    .contactus-page-details .left-contect, .contactus-page-details .right-contect {
        min-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contactus-page-details .left-contect {
        flex-direction: column;
        width: 40%;
        max-width: 100%;
        background: #ebebf1;
        padding: 10px;
    }

        .contactus-page-details .left-contect h2 {
            font-size: 34px;
            font-weight: 900;
            text-align: center;
            max-width: 400px;
        }

        .contactus-page-details .left-contect p {
            text-align: center;
            font-weight: 600;
            max-width: 350px;
        }

            .contactus-page-details .left-contect p a {
                color: #000;
            }

    .contactus-page-details .right-contect {
        width: 60%;
    }

.contactus-page .contactus-details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: -50px 0 100px;
}

    .contactus-page .contactus-details .TalkSales, .contactus-page .contactus-details .CustomerSupport {
        width: 500px;
        background: #ffffff;
        padding: 50px;
        text-align: center;
    }

        .contactus-page .contactus-details .TalkSales a, .contactus-page .contactus-details .CustomerSupport a {
            color: #000;
            font-weight: 600;
        }

footer {
    background-color: #939292;
    padding: 20px 0;
}

    footer .footerSupport {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

        footer .footerSupport .footer-item {
            width: calc(33.3333333333% - 15px);
            padding-left: 10%;
        }

            footer .footerSupport .footer-item h2 {
                font-size: 24px;
                color: #ffffff;
                font-weight: 600;
            }

            footer .footerSupport .footer-item address {
                color: #ffffff;
            }

                footer .footerSupport .footer-item address a {
                    color: #ffffff;
                    text-decoration: none;
                }


.dashboard-wrapper .dash-tab .table-data-list table th {
    white-space: nowrap !important;
}

.smallsearchbtn {
    min-width: 50px !important;
}
/*.dashboard-wrapper .dash-tab .table-data-list table td {
    font-size: 14px;
}*/




/*Menu-SubmenuCSS*/
/*.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    margin-top: 0;
    top: 47px;
}*/

header .navbar .navbar-nav-item .dropdown-menu > .dropdown-submenu {
    position: relative;
}

  header .navbar .navbar-nav-item .dropdown-menu > .dropdown-submenu > .dropdown-menu {
      top: 0;
      right: 100%;
      margin-top: 0;
  }


/*.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}*/
.nav-section .dropdown-menu a.dropdown-item.dropdown-toggle:after {
    display: none;
}
.custom-plusv1 {
    font-size: 14px;
    margin-right: 5px;
}

/*commonTheme work satrt*/

.mProfile {
  display:none;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #2e2e48;
}

  *::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }

 *::-webkit-scrollbar-track {
    background-clip: content-box;
    border: 2px solid transparent;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #2e2e48;
  }

    *::-webkit-scrollbar-thumb:hover {
      background-color: #e67200;
    }

  *::-webkit-scrollbar-corner, *::-webkit-scrollbar-track {
    background-color: #b0b7c4;
  }
.ClientAdminClass .dashboard-wrapper .dash-tab .titletag {
  background-color: #222222;
  border-radius: 0px;
  padding:10px 15px !important;
}

.commonAreaBox {
  display: flex;
  overflow-x: hidden;
  height: 100%;
}
  .commonAreaBox .commonAreaBoxConnect {
    width: calc(100% - 240px);
    -webkit-transition: width .1s ease-in-out;
    -moz-transition: width .1s ease-in-out;
    -o-transition: width .1s ease-in-out;
    transition: width .1s ease-in-out;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding:15px;
  }
.commonAreaBoxSideBar {
  width: 240px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: width .1s ease-in-out;
  -moz-transition: width .1s ease-in-out;
  -o-transition: width .1s ease-in-out;
  transition: width .1s ease-in-out;
  background: var(--clientSideBarBg);
  display: flex;
  flex-direction: column;
}

.SuperAdminClass .commonAreaBox .commonAreaBoxConnect {
  width: calc(100% - 245px);
}

.SuperAdminClass .commonAreaBoxSideBar {
  width: 245px;
  background: var( --superSideBarBg);
  border-right: 5px solid var(--superSideBarBgBack);
  overflow-y:auto;
}
.commonTheme header .navbar {
  border-bottom: none;
  padding-bottom: 10px;
  background: #fff;
}
.commonTheme .nav-section ul.navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items:center;
  font-size:14px;
}
.commonTheme header .navbar .navbar-brand {
  padding-bottom: 0px;
  width: 223px;
}
  .commonTheme header .navbar .navbar-brand img {
    width:130px;
  }
  .commonAreaBoxSideBar.close {
    width: 0;
  }
.commonAreaBoxSideBar.close ~ .commonAreaBoxConnect {
  
  width:100%;

}
.commonTheme .navbar-toggler span {
  background: #ffffff;
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 5px;
}
  .commonTheme .navbar-toggler span.navbar-toggler-m {
    width: 80%;
  }
  .commonTheme .navbar-toggler span.navbar-toggler-s {
    width: 60%;
  }
.commonTheme .navbar-toggler {
  background: var(--clientSideBarBg);
  width: 55px;
  height: 45px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.commonTheme.SuperAdminClass .navbar-toggler {
  background: var(--superSideBarBgBack);
}
/*  .commonTheme .navbar-toggler span {
    filter: brightness(0) invert(1); 
  }*/
.commonAreaBoxSideBar ul li.nav-item.dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

li .dropdown-toggle::after {
  display: none;
}
.commonAreaBoxSideBar ul li.nav-item {
  border-bottom: 1px solid #fff;
}

.commonAreaBoxSideBar ul li a {
  color: #fff!important;
  padding: 12px 35px 12px 15px;
  position:relative;
  font-size:16px;
}
.commonAreaBoxSideBar ul li .fa.fa-angle-down {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  font-size: 22px;
}

/*.commonAreaBoxSideBar ul li:hover > a .fa.fa-angle-down, .commonAreaBoxSideBar ul li.active > a .fa.fa-angle-down, .commonAreaBoxSideBar ul li.active > .dropdown-menu.active > li.dropdown-submenu > a .fa.fa-angle-down {
  transform: translateY(-50%) rotateZ(-180deg);
}*/
.commonAreaBoxSideBar ul li.active > .dropdown-menu {
  display: block;
  background: #f6f6f6 !important;
  color: #000 !important;
}
/*  .commonAreaBoxSideBar ul li.active > .dropdown-menu.active > .dropdown-submenu > .dropdown-menu{
    display: block;
  }*/
.commonAreaBoxSideBar ul li .dropdown-menu li a {
  color: #000 !important;
}
.commonAreaBoxSideBar ul li:hover ul li > a {
  color: #000 !important;
}
.commonAreaBoxSideBar ul li ul li > a:hover {
  color: #fff !important;
  background: var(--commonSubMenuBg);
}
.commonAreaBoxSideBar ul li.active > .dropdown-menu.active > li.dropdown-submenu > .dropdown-menu .dropdown-item.active,
.commonAreaBoxSideBar ul li.active > .dropdown-menu.active > li.dropdown-submenu > .dropdown-menu .dropdown-item:active,
.commonAreaBoxSideBar ul li.active > .dropdown-menu.active > li.dropdown-submenu > .dropdown-menu .dropdown-item:focus, .commonAreaBoxSideBar ul li .dropdown-menu .dropdown-item.active,
.commonAreaBoxSideBar ul li .dropdown-menu .dropdown-item:active, .commonAreaBoxSideBar ul li .dropdown-menu .dropdown-item:focus {
  background: var(--commonSubMenuBg);
  color: #fff !important;
}


/*---------client Admin ------------*/


.ClientAdminClass .commonAreaBoxSideBar ul li .dropdown-menu li a {
  padding-left: 25px;
}
.ClientAdminClass .commonAreaBoxSideBar ul li.active > .dropdown-menu.active > li.dropdown-submenu > .dropdown-menu .dropdown-item.active, 
.ClientAdminClass .commonAreaBoxSideBar ul li > .dropdown-menu > li.dropdown-submenu > .dropdown-menu .dropdown-item {
  padding-left: 35px;
}
/*---------Super Admin ------------*/
.dropdown-item:focus {
  background-color: transparent;
}
.SuperAdminClass .commonAreaBoxSideBar ul li a { font-size:14px;
}
.SuperAdminClass .commonAreaBoxSideBar ul li.nav-item {
  border-bottom: 0px solid #fff;
}
/*  .SuperAdminClass .commonAreaBoxSideBar ul li.nav-item:first-child.active>a {
    border-radius: 0 0 10px;
    background: var(--superSideBarBg);
  }
  .SuperAdminClass .commonAreaBoxSideBar ul li.nav-item:last-child.active>a {
    border-radius: 0 0 10px;
    background: var(--superSideBarBg);
  }
  .SuperAdminClass .commonAreaBoxSideBar ul li.nav-item.dropdown.active > a.dropdown-toggle {
    border-radius: 0px 0px 10px 0;
    background: var(--superSideBarBg);
  }
  .SuperAdminClass .commonAreaBoxSideBar ul li.nav-item.active + li.nav-item>a {
    border-radius: 0px 10px 0px 0;
    background: var(--superSideBarBg);
  }*/
.SuperAdminClass .commonAreaBoxSideBar ul li .dropdown-menu li a {
  color: #fff !important;
  padding-left: 20px;
}
/*  .SuperAdminClass .commonAreaBoxSideBar ul li.nav-item.active + li.nav-item {
    background: var(--superSideBarBgBack);
  }*/
    .SuperAdminClass .commonAreaBoxSideBar ul li.nav-item.active {
      background: var(--superSideBarBgBack);
    }
/*.SuperAdminClass .commonAreaBoxSideBar ul li.active > .dropdown-menu, 
.SuperAdminClass .commonAreaBoxSideBar ul li:hover > .dropdown-menu, 
.SuperAdminClass .commonAreaBoxSideBar ul li ul li > a:hover {

  display: block;
  background: var(--superSideBarBgBack) !important;
  color: #fff !important;
  
}*/
.SuperAdminClass .commonAreaBoxSideBar ul li.nav-item.dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu {
  background: #fff !important;
  width: calc(90% - 5px);
  margin:0 auto;
  border-radius: 12px;
/*  margin-bottom: 5px;*/
  padding: 5px;
}
.SuperAdminClass .commonAreaBoxSideBar ul li.nav-item.dropdown > .dropdown-menu > a {
  color: #fff !important;
}
.SuperAdminClass .commonAreaBoxSideBar ul li ul li > a:hover{ background-color:transparent!important;}

.SuperAdminClass .commonAreaBoxSideBar ul li.nav-item.dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu a {
  color: #000 !important;
 /* padding-top: 9px;
  padding-bottom: 9px;
  padding-left:10px;
  padding-right:10px;*/
 padding:8px 9px;
}

.SuperAdminClass .commonAreaBoxSideBar ul li.nav-item.dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu li:first-child a:hover,
.SuperAdminClass .commonAreaBoxSideBar ul li.active > .dropdown-menu > li.dropdown-submenu.active > .dropdown-menu li:first-child a.active,
.SuperAdminClass .commonAreaBoxSideBar ul li.nav-item.dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu li:last-child a:hover,
.SuperAdminClass .commonAreaBoxSideBar ul li.active > .dropdown-menu > li.dropdown-submenu.active > .dropdown-menu li:last-child a.active {
  border-radius: 8px;
  background: none !important;
}
      .SuperAdminClass .commonAreaBoxSideBar ul li:hover ul li > a {
        color: #fff !important;
      }

.SuperAdminClass .commonAreaBoxSideBar ul li.nav-item.dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu a:hover,
.SuperAdminClass .commonAreaBoxSideBar ul li.active > .dropdown-menu.active > li.dropdown-submenu > .dropdown-menu .dropdown-item.active,
.SuperAdminClass .commonAreaBoxSideBar ul li.active > .dropdown-menu.active > li.dropdown-submenu > .dropdown-menu .dropdown-item:active,
.SuperAdminClass .commonAreaBoxSideBar ul li.active > .dropdown-menu.active > li.dropdown-submenu > .dropdown-menu .dropdown-item:focus,
.SuperAdminClass .commonAreaBoxSideBar ul li .dropdown-menu .dropdown-item:focus {
  background: none !important;
  color: #7d87f2 !important;
  border-radius: 0;
  font-weight:600; 
} 
 

.SuperAdminClass .commonAreaBoxSideBar ul li.nav-item.dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu a.active {
  background: none !important;
  color: #7d87f2 !important;
  border-radius: 0;
  position:relative;
  font-weight: 600;
}

.SuperAdminClass .commonAreaBoxSideBar ul.navbar-nav li .dropdown-menu .dropdown-item:focus, .SuperAdminClass .commonAreaBoxSideBar ul.navbar-nav li .dropdown-submenu .dropdown-item:focus {
  color: #fff !important;
}
nav ul.pagination {
  padding-top: 10px;
}
.SuperAdminClass .commonAreaBoxSideBar ul li.nav-item.dropdown .dropdown-menu {
  background: #7d86f1 !important;
/*  padding-bottom:12px;*/
}

.SuperAdminClass .commonAreaBoxSideBar ul li.nav-item.dropdown > .dropdown-menu[style="display: block;"]:has(li.dropdown-submenu > .dropdown-menu[style="display: block;"]),
.SuperAdminClass .commonAreaBoxSideBar ul li.nav-item.dropdown > .dropdown-menu.active:has(li.dropdown-submenu > .dropdown-menu.active) {
  padding-bottom: 12px;
}
.SuperAdminClass .commonAreaBoxSideBar ul li.active > .dropdown-menu {
  background: #7d86f1 !important;
}

  .SuperAdminClass .commonAreaBoxSideBar ul li.active > .dropdown-menu.active > li.dropdown-submenu > .dropdown-menu .dropdown-item.active:before,
  .SuperAdminClass .commonAreaBoxSideBar ul li.dropdown.active > .dropdown-menu.active > li.dropdown-submenu.active .dropdown-menu.active li.active a.active:before {
    font-size: 23px;
    content: '\2192';
    line-height: 16px;
    padding-right: 5px;
    position: relative;
    animation-name: myAnimation;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }


@keyframes myAnimation {
  0% {
    color: #7d87f2;
    left: 0px;
    top: 0px;
  }

  50% {
    color: #7d87f2;
    left: 5px;
    top: 0px;
  }

  100% {
    color: #7d87f2;
    left: 0px;
    top: 0px;
  }
}

.admiedit {
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding-top:15px;
}
/* .SuperAdminClass .commonAreaBoxSideBar ul li .dropdown-menu li a {
  background: #7d86f1 !important;
  color: #fff !important;
}*/
.SuperAdminClass .dashboard-wrapper .dash-tab .btn-primary {
  background-color: #313155;
  border-color: #313155;
  border-radius: 5px;
  min-width: max-content;
  padding: 6px 18px;
  color: #fff;
}
.dashboard-wrapper .dash-tab .btn-primary:has(.fa.fa-trash-o):hover {
  background: red!important;
  border-color: red!important;
  color:#fff!important;
}

.SuperAdminClass .dashboard-wrapper .dash-tab .btn-light {
/*  background-color: #b8b8b8;
  border-color: #b8b8b8;*/
  border-radius: 5px;
  min-width: max-content;
  padding: 6px 18px;
}
SuperAdminClass .btn.btn-primary:hover {
  background: #7d86f1!important;
  border-color: #7d86f1!important;
}

.SuperAdminClass .table-data-list {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  padding: 12px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.SuperAdminClass .tab-content .table-data-list {
  
  box-shadow: none;
}
.modal-body ul.nav.nav-tabs {
  border-bottom: 0;
  padding-bottom: 20px;
}
.modal-dialog-scrollable .modal-body {
  max-height: 600px;
}
/*  span.btn.btn-primary.dropdown-item.text-center {
    padding: 15px;
  }*/
.dashboard-wrapper .dash-tab table tr td a.btn.btn-primary.btn-dif {
  border-radius: 5px;
  padding: 5px;
  width: 30px;
  line-height: 15px;
  font-size: 13px;
}
.SuperAdminClass .dashboard-wrapper .dash-tab table tr td a.btn.btn-primary.btn-dif {
  
  color: #fff;
}
/*.SuperAdminClass .dashboard-wrapper .dash-tab .btn-primary {
  background-color: #313155;
  border-color: #313155;
  border-radius: 5px;
  min-width: max-content;
  padding: 6px 18px;
  color:#fff;
}

.SuperAdminClass .dashboard-wrapper .dash-tab .btn-light {
  background-color: #b8b8b8;
  border-color: #b8b8b8;
  border-radius: 50px;
  min-width: max-content;
  padding: 6px 18px;
}
*/

.SuperAdminClass .modal .modal-dialog .modal-content .modal-header {
  background-color: #464667;
  color: #ffffff;
}
.SuperAdminClass header .navbar .profile .dropdown .dropdown-toggle {
  background-color: #313155;
  color:#fff;
}
header .navbar .profile .dropdown .dropdown-toggle:hover {
  background-color: #000;
  color: #ffffff;
}
.ClientAdminClass header .navbar .profile .dropdown .dropdown-toggle:hover {
  background-color: #a4a5a6;
  color: #000;
} 
table.customTableTitle thead tr th, table.customTableTitle thead tr td {
  background: #639fab;
  color: #fff !important;
  font-weight: 600;
  font-size: 16px;
  padding: 15px;
}
table tbody tr th {
  font-weight: 600;
}
table tbody tr th, table tbody tr td {
 
  font-size: 14px;
  padding: 10px;
}
.commonAreaBoxCard {
  display: flex;
  gap: 15px;
}
  .commonAreaBoxCard .card.customCardTheme {
    width: calc(100% / 3);
    overflow: auto;
    padding-bottom: 10px;
  }


  .commonAreaBoxCard .card .card-header {
    background: #639fab;
    padding: 15px;
  }

    .commonAreaBoxCard .card .card-header h5 {
    
      font-size:16px;
    }
table.customTableBody tbody tr {
  border-color: #fff;
}
table.customTableBody tbody tr:nth-child(odd) th, table.customTableBody tbody tr:nth-child(odd) td {
  background: #f8f8ff!important;
}
table.customTableBody tbody tr:nth-child(even) th, table.customTableBody tbody tr:nth-child(even) td {
  background: #f2f2f2!important;
}


.dashboard-wrapper .dash-tab .table-data-list table th {
  background-color: #639fab;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.SuperAdminClass .dashboard-wrapper .dash-tab .table-data-list table th {
  background-color: #464667;
}
.dashboard-wrapper .dash-tab .table-data-list table td .action-td a {
  white-space: nowrap;
  color: #1b2cc1; 
}



.filterRightInput {
  display: flex;
  gap: 20px;
}
  .filterRightInput .input-group .label {
    color: #fff;
  }
  .filterRightInput .input-group {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
  }
.form-switch .form-check-input {
  width:3em;
}
.custom_row {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  padding:20px 0;
  flex-wrap:wrap;
}
.dashboard-wrapper .input-group .form-control {
  border-radius: 5px !important;
}
.SuperAdminClass .table-data-list.mt-3 {
  margin-top: 0 !important;
}
.custom_row .form-control {
  min-width: 150px;
  width: auto;
  max-width:100%;
}
.custom_col .input-group {
  gap:10px;
  font-size:14px;
}
.ClientAdminClass .customSMSActivity, .ClientAdminClass .customMessageGroupSetup, .ClientAdminClass .customCompanyPhoneLines {
  display: none;
}

.ClientAdminClass .commonAreaBoxSideBar ul li.nav-item.dropdown .dropdown-menu .dropdown-submenu {
  background: #484848;
}
  .ClientAdminClass .commonAreaBoxSideBar ul li.nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-item.dropdown-toggle:hover, 
  .ClientAdminClass .commonAreaBoxSideBar ul li.nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-item.dropdown-toggle:focus {
    background: #484848;
  }
  .ClientAdminClass .commonAreaBoxSideBar ul li.nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-item.dropdown-toggle {
    color: #fff !important;
  }

  .ClientAdminClass .commonAreaBoxSideBar ul li.nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
    color: #222 !important;
    background:#ccc;
  }

  .ClientAdminClass .commonAreaBoxSideBar ul li.nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu.active a.active {
    color: #222 !important;
    background: #ccc;
  }
    .ClientAdminClass .commonAreaBoxSideBar ul li.nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu a:hover,
    .ClientAdminClass .commonAreaBoxSideBar ul li.nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu a:focus {
      background: #ccc !important;
      color: #222 !important;
    }
.ClientAdminClass .commonAreaBoxSideBar ul li .dropdown-menu .dropdown-item.active {
  background: #ccc !important;
  color: #222 !important;
  font-weight: 600;
}

.ClientAdminClass header .navbar .profile .dropdown .dropdown-toggle {
  color: #000;
}
.ClientAdminClass .profile .nav-link { padding:5px;
}
  .ClientAdminClass .profile .nav-link .btn-primary {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }


.loginHome .PropaneSoftware .left-contect h2 {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 10px;
}
.loginHome main.main-group {
  min-height: 668px;
  height: calc(100% - 271px);
}


.loginHome .PropaneSoftware .left-contect {
  background: #474a8f;
  background: -webkit-linear-gradient(0deg,rgba(71, 74, 143, 1) 0%, rgba(17, 20, 89, 1) 100%);
  background: -moz-linear-gradient(0deg,rgba(71, 74, 143, 1) 0%, rgba(17, 20, 89, 1) 100%);
  background: linear-gradient(0deg,rgba(71, 74, 143, 1) 0%, rgba(17, 20, 89, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#474A8F", endColorstr="#111459", GradientType=0 );
  color: #fff;
}
  .loginHome .PropaneSoftware .left-contect p a {
    color: #fff;
    text-decoration: underline;
  }
/*tbody, td, tfoot, th, thead, tr {
  white-space:nowrap;
}*/

.loginHome .left-contect .btn.btn-primary {
  margin: 0 auto;
  padding: 10px 20px;
  min-width: 250px;
  display: flex;
  justify-content: center;
  background-color: #111459;
  border-color: #111459;
  font-weight: 500;
  width: 100%;
  border-radius: 50px;
  height: 60px;
  font-size: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.loginHome footer { background-color: #222222;}

.dropdown-item {
  pointer-events: auto;
  cursor: pointer;
}
.dropdown-menu {
  z-index: 1050;
}

.SuperAdminClass .btn.btn-primary:hover, .SuperAdminClass .btn.btn-primary:focus {
  background-color: #3441d1;
  border-color: #3441d1;
  color: #fff;
}

.nav-tabs .nav-item .nav-link {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  outline: none;
  border: 0;
  white-space: nowrap;
  background: #ffffff7a;
  border: 1px solid #e7e7e7;
}
.nav-tabs .nav-item .nav-link.active {
    color: #fff;
    background-color: #003459;
    border-color: #003459;
  }

.xdsoft_datetimepicker .xdsoft_calendar table {
  min-width: unset !important;
}