@media only screen and (max-width: 768px) {
    #parent_div {
        min-height: 16vh !important;
    }
}

@media only screen and (max-width: 576px) {
    #parent_div {
        min-height: 25vh !important;
    }
}

/*@media only screen and (max-width: 576px) {
    #master_div {
        margin-top: 65px !important;
    }
}
@media only screen and (max-width: 768px) {
    #master_div {
        margin-top: 45px !important;
    }
}*/
@media only screen and (max-width: 1400px) {
    #parent_div {
        min-height: 11vh !important;
    }
}

@media only screen and (min-width: 768px) {
    #parent_div {
        min-height: 10vh !important;
    }
}

/*@media only screen and (min-width: 768px) {
    #master_div {
        margin-top: 15px !important;
    }
}*/
#toggleThemeDesktop {
    margin-left: 20px !important;
}

.vanillatoasts-toast {
    font-family: "IRANYekan"; /* Change to your desired font */
    font-size: 16px; /* Change to your desired font size */
    color: #333; /* Change to your desired text color */
}

.vanillatoasts-title {
    font-family: "IRANYekan"; /* Change to your desired font */
    font-weight: bold; /* Customize the title font weight */
}

.vanillatoasts-toast .text {
    font-size: 14px; /* Customize the text font size */
}

.error-item {
    border: 1px solid red !important; /* Ensure styles override */
}

.bg-indigo-500 {
    background-color: #6366F1;
}

.text-indigo-500 {
    color: #6366F1;
}

.text-rose-500 {
    color: #f43f5e;
}

.pt-8 {
    padding-top: 2rem;
}

/*@media only screen and (max-width: 1379px) {
    .percent-custom-size {
        max-width: 40% !important;
    }
}*/
@media only screen and (min-width: 1380px) {
    .percent-custom-size {
        max-width: 40% !important;
    }
}

.send-example {
    position: relative;
    width: content-box;
    height: 600px;
    background-image: url('../images/send_example.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.send-example-form{
    padding-left: 20px;
    position: absolute;
    top: 15px;
    right: 30px;
    color: white;
}

@media only screen and (max-width: 576px) {
    .send-example {
        position: relative;
        width: content-box;
        height: 200px;
        background-image: url('../images/send_example.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 5px;
    }
}

@media only screen and (min-width: 576px)and (max-width: 768px) {
    .send-example {
        position: relative;
        width: content-box;
        height: 250px;
        background-image: url('../images/send_example.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 5px;
    }
}

@media only screen and (min-width: 768px)and (max-width: 992px) {
    .send-example {
        position: relative;
        width: content-box;
        height: 350px;
        background-image: url('../images/send_example.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 5px;
    }
}

@media only screen and (min-width: 992px)and (max-width: 1500px) {
    .send-example {
        position: relative;
        width: content-box;
        height: 450px;
        background-image: url('../images/send_example.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 5px;
    }
}
.send-example-input::placeholder {
    color: white !important;
    font-size: 1.2em;
    font-style: italic;
}
.send-example-input {
    margin-top: 15px;
    border: 1px solid #f8fafc !important;
    border-radius: 5px;
}
.send-example-button{
    margin-top: 15px;
    float: left;
}
