@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
    font-family: Montserrat;
    /* src: url(/public/assets/fonts/Montserrat-Regular.woff); */
}
@font-face {
    font-family: ELEPHANT;
    src: url(/public/assets/fonts/ELEPHNT.TTF);
}
@font-face {
    font-family: ELEPHANT;
    src: url(/public/assets/fonts/ELEPHNT.woff);
}

html,
body {
    /* Ensure the body takes up the full height of the viewport */
    height: 100%;
}

* {
    box-sizing: border-box;
}
h1,
h2 {
    font-family: "Elephant" !important;
}
h5,
h6,
p,
a,
span,
li {
    font-family: "Montserrat" !important;
}

.default-input-compact {
    @apply w-full px-6 py-3 my-1 text-sm font-medium text-gray-700 placeholder-gray-600 border borderColorlight;
}

.pagesh2 {
    font-size: 28px !important;
}
/* sidebar */
.dash-icons {
    height: 45px;
    width: 45px;
}
.asideWidth {
    width: 9%;
}
/* colorclasses */
.bodybgcolor {
    background-color: #f9f8fd;
}
.text-colorgray {
    color: #333333;
}
.text-colordarkgray {
    color: #666666;
}
.btn-bgColor {
    background-color: #f7941e;
}
.bglightpurple {
    background-color: #d8d5e6;
}
.hoverbgbtn:hover {
    background-color: #702f7e !important;
    color: #ffffff !important;
}
.borderColorlight {
    border-color: #d8d5e6 !important;
}
#tabexpiring:focus {
    background-color: #702f7e !important;
}
.hoverimg {
    filter: grayscale(100%) !important;
}
.hoverimg:hover {
    filter: none !important;
}
.hoversidesec :hover .hoverimg {
    filter: none !important;
}
.h-90 {
    height: 366px;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline;
}
.dropdown-end .dropdown-content {
    right: 0;
}
details > summary {
    list-style: none;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.tableborders tr {
    border-color: #d8d5e6 !important;
}
.imgSec img {
    max-width: fit-content !important;
}
/* checkbox purple section */
.checkbox[type="checkbox"]:checked {
    background-color: #702f7e !important;
    color: #702f7e !important;
}
[type="checkbox"] {
    color: #702f7e !important;
}
.whosbuying[type="text"]:focus {
    box-shadow: none !important;
}
/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
/* Hide the images by default */
.mySlides {
    display: none;
}
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease-in-out;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active,
.dot:hover {
    background-color: #717171;
}
/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}
@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

/* sidebar active list */
.sideactive {
    background-color: #f4eef5 !important;
    color: #702f7e !important;
}
.sideactive a {
    color: #702f7e !important;
}
.sideactive .hoverimg {
    filter: none !important;
}
/* Abdul Raheem Register Page CSS*/
.white-bg-div {
    width: 60%;
}
form.form-style {
    width: 90%;
}
.double-placeholder {
    display: flex;
}
.left-paceholder {
    padding-right: 7px;
}
.right-paceholder {
    padding-left: 7px;
}
.form-style input {
    border-color: black;
}
.form-style input::placeholder {
    color: black;
    opacity: 1; /* Firefox */
}
.form-style select {
    border-color: black;
}
.input-container {
    position: relative;
}
span.required {
    color: red;
    position: absolute;
    top: 58%;
    right: 10px; /* Adjust the position as needed */
    transform: translateY(-50%);
}
.form-header {
    padding-bottom: 10px;
    padding-top: 65px;
}
.form-header h2 {
    padding: 2px 60px;
    margin-bottom: 10px;
    line-height: 35px;
    color: #702f7e;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}
.form-header p {
    color: black;
    font-size: 16px;
    text-align: center;
}
.form-style h3 {
    margin-top: 40px;
    color: #702f7e;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
.logo img {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 364px;
}

/* .dt-input{
    padding: 0px 2.5rem 0px 10px !important;
} */
/* #searchicon:hover {
    transform: translateX(-50%);
    transition: all 0.5s ease-in;
} */
/* Abdul Raheem Login Page CSS*/
/* .login-section {
    width: 72%;
    display: flex;
} */
.login-section {
    /* Center the content inside the flex container vertically and horizontally */
    /* height: 100%; */
    display: flex;
    justify-content: center;
    vertical-align: middle;
}
.login-section h3 {
    line-height: 40px;
    color: #702f7e;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}
/* h3.login {
    margin-top: 85px;
} */
/* .white-img-bg-div {
    height: 550px;
}
.login-img-style img {
    height: 550px;
    width: 100%;
} */
input.email-password {
    height: 50px;
}
.main-div {
    height: 707px;
}
[type="text"]:focus {
    border: 2px solid black !important;
    box-shadow: none !important;
}
select:focus {
    border: 2px solid black !important;
    box-shadow: none !important;
}
/* Domain Registration Page CSS */
p.p-style {
    font-size: 26px;
    font-weight: 500;
}
.domain-checkbox {
    border: 1px solid gray;
    padding: 2px 15px 2px 5px;
}
#sortbox:checked ~ #sortboxmenu {
    opacity: 1;
}
.switch-btn .rounded-full {
    border-radius: 0px !important;
}
.switch-btn .after\:rounded-full:after {
    height: 12px !important;
    width: 12px;
    margin-top: -2px;
    border-radius: 0px !important;
    content: var(--tw-content);
}
thead.table-head {
    height: 60px;
    background-color: #e2b7eb;
}
.table-head th {
    color: #702f7e;
    font-size: 16px;
}
.domain-table {
    border: 1px solid #d8d5e6;
}
.domain-table tr {
    border-bottom: 1px solid #d8d5e6;
}
[type="checkbox"]:focus {
    --tw-ring-color: none !important;
}
.domain-table tr td span a {
    border: 1px solid #ceccdb;
    padding: 3px 11px;
}
.domain-table tr td span a:hover {
    background-color: #702f7e;
    color: white;
}
.domain-table svg {
    color: black;
}
/* checkbox large white sec */
.advance-search-form input.form-checkbox.white-checkbox {
    /* border: 1px solid #000000 !important; */
    height: 50px !important;
    width: 50px !important;
}
.advance-search-form
    input.form-checkbox.white-checkbox[type="checkbox"]:checked {
    color: black !important;
    filter: invert(1);
    border-color: #ffffff !important;
    font-size: 35px;
}
/* checkbox small white sec */
.advance-search-form input.form-checkbox.small {
    /* border: 1px solid #000000 !important; */
    height: 26px !important;
    width: 27px !important;
}
.advance-search-form input.form-checkbox.small[type="checkbox"]:checked {
    color: black !important;
    filter: invert(1);
    border-color: #ffffff !important;
}
/* radio style sec */
.advance-search-form [type="radio"]:checked {
    background-image: none !important;
    color: #702f7e !important;
    box-shadow: none !important;
}
.advance-search-form [type="radio"] {
    box-shadow: none !important;
}

.box-height {
    height: 135px;
}

/* form alignments */
.double-placeholder label {
    color: #333333 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.sub-menu {
    width: 240px;
    display: none;
    margin-left: 100%;
    margin-top: -76px;
    position: absolute;
    z-index: 104;
}

li:hover > .sub-menu {
    display: block;
}

.sub-child-menu {
    width: 230px;
    display: none;
    margin-left: 92%;
    margin-top: -32px;
    position: absolute;
    z-index: 104;
}

li:hover > .sub-child-menu {
    display: block;
}
#header {
    z-index: 1 !important;
}
#footer {
    z-index: 10 !important;
    position: relative !important;
}

/* mobile view */
@media only screen and (max-width: 768px) {
    .white-bg-div {
        width: 90%;
    }
    .form-white-bg-div {
        width: 100%;
    }
    .login-img-style {
        width: 100%;
    }
    .login-section {
        display: block;
        width: 100%;
    }
    .form-header h2 {
        padding: 2px;
        line-height: 35px;
        font-size: 38px;
        margin-bottom: 20px;
        font-weight: 700;
    }
    .double-placeholder {
        display: block;
    }
    .left-paceholder {
        padding-right: 0px;
    }
    .right-paceholder {
        margin-top: 15px;
        padding-left: 0px;
    }
    .form-btns {
        display: block;
    }
    .logo img {
        width: 280px;
    }
    .login-img-style img {
        height: 100%;
        width: 100%;
    }
    /* hammad responsive css */

    .displayBlockSec {
        display: block !important;
    }
    .widthFullSec {
        width: 100% !important;
    }
    .widthHalfSec {
        width: 50% !important;
    }
    .heightAutoSec {
        height: auto !important;
    }
    .hideSec {
        display: none !important;
    }
    .removeMargin {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .flex-alignments {
        flex-direction: column !important;
        align-items: center !important;
    }
    .dropdown-responsive .dropdown-content {
        right: 0;
    }
    .mobilelogo {
        width: 150px !important;
    }
    .removePadding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .addPadding {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

@media only screen and (max-width: 990px) {
    .login-section {
        width: 100%;
    }
    .displayBlocktabSec {
        display: block !important;
    }
    .widthFulltabSec {
        width: 100% !important;
    }
    .heightAutotabSec {
        height: auto !important;
    }
    .hidetabSec {
        display: none !important;
    }
    .removeMargintab {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media only screen and (max-width: 1400px) {
    .body {
        height: 100%;
    }
}

ul.icons {
    width: 100%;
    list-style: none;
    font-size: 10px;
    column-count: 3;
}
/* ul.icons li {
    display: flex;
    margin-top: 14px;
    font-size: 16px;
    color: #333333;
} */
ul.icons li {
    display: flex;
    border-bottom: 1px solid #d8d5e6;
    font-size: 16px;
    color: #333333;
    padding: 0px 0px 14px;
    margin: 12px 25px 0px 0px;
}
ul.icons li::before {
    font-family: "FontAwesome";
    content: "\f061";
    display: block;
    margin-top: 2px;
    padding-right: 3px;
    margin-right: 5px;
    color: #f7941e;
}
li.text-lg.font-normal.text-colordarkgray.first {
    margin-top: 0px;
}

.table_scroll {
    height: 500px !important;
    overflow: auto !important;
    padding: 30px;
}

.table_scroll::-webkit-scrollbar-track {
    background-color: #fff;
    border: 1px solid #d8d5e6;
}
.table_scroll::-webkit-scrollbar {
    width: 10px;
}

.table_scroll::-webkit-scrollbar-thumb {
    background-color: #702f7e !important;
}
.overviewselectfocus:focus {
    border: none !important;
}

.bgColorChangeTable {
    background-color: #ffbaba;
}

.tableDesigntoggler {
    background-color: #e2b7eb;
    border-radius: 20px !important;
}

.switch-btn .tableDesigntoggler:after {
    background-color: #702f7e;
    height: 15px !important;
    width: 15px !important;
    margin-top: -3px !important;
    border-radius: 100% !important;
}
.bodybgcolor {
    min-height: 100vh;
}
